diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-04-17 22:41:11 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-04-17 22:41:11 +0000 |
| commit | febd20c651edca26edafcac493cc5d8fe158408d (patch) | |
| tree | 45eea7bb8e917a81e5444d2de3502d5e482a2a05 /src/splivarot.cpp | |
| parent | patch by Osei Poku to use the new file dialog on Browse in Export (diff) | |
| download | inkscape-febd20c651edca26edafcac493cc5d8fe158408d.tar.gz inkscape-febd20c651edca26edafcac493cc5d8fe158408d.zip | |
one more tweak of boolop precision
(bzr r536)
Diffstat (limited to 'src/splivarot.cpp')
| -rw-r--r-- | src/splivarot.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 0d43373d2..2f4441889 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -221,7 +221,7 @@ sp_selected_path_boolop(bool_op bop) 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); @@ -229,7 +229,7 @@ sp_selected_path_boolop(bool_op bop) 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); |
