summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2050860)
raw | patch | inline | side by side (parent: 2050860)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 17 Apr 2006 22:41:11 +0000 (22:41 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 17 Apr 2006 22:41:11 +0000 (22:41 +0000) |
src/splivarot.cpp | patch | blob | history |
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index 0d43373d2bcb1d3e87a1e2e5427b810f4e39b0a8..2f44418896d8d650f6f8abb78dfde74fedccc607 100644 (file)
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
if ( bop == bool_op_inters || bop == bool_op_union || bop == bool_op_diff || bop == bool_op_symdiff ) {
// true boolean op
// get the polygons of each path, with the winding rule specified, and apply the operation iteratively
- originaux[0]->ConvertWithBackData(0.03);
+ originaux[0]->ConvertWithBackData(0.1);
originaux[0]->Fill(theShape, 0);
curOrig = 1;
for (GSList *l = il->next; l != NULL; l = l->next) {
- originaux[curOrig]->ConvertWithBackData(0.03);
+ originaux[curOrig]->ConvertWithBackData(0.1);
originaux[curOrig]->Fill(theShape, curOrig);