diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-03-29 15:39:00 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-03-29 15:39:00 +0000 |
| commit | 58674ffac470423acafd14b925ae8bffbe4e6abd (patch) | |
| tree | 710abf35e4b89fc0bf8b7e048da875b2d036fa9a /src/splivarot.cpp | |
| parent | Made Filter rendering quality 'Better' the default setting (diff) | |
| download | inkscape-58674ffac470423acafd14b925ae8bffbe4e6abd.tar.gz inkscape-58674ffac470423acafd14b925ae8bffbe4e6abd.zip | |
fix simplify, combine, break for LPE paths
(bzr r7586)
Diffstat (limited to 'src/splivarot.cpp')
| -rw-r--r-- | src/splivarot.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp index c8eab575f..feba2cab6 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -1589,6 +1589,9 @@ sp_selected_path_simplify_item(SPDesktop *desktop, g_free(clip_path); } + // restore path effect + repr->setAttribute("inkscape:path-effect", patheffect); + // path gchar *str = orig->svg_dump_path(); if (patheffect) @@ -1611,9 +1614,6 @@ sp_selected_path_simplify_item(SPDesktop *desktop, // reapply the transform sp_item_write_transform(newitem, repr, transform); - // restore path effect - repr->setAttribute("inkscape:path-effect", patheffect); - // restore title & description if (title) { newitem->setTitle(title); |
