summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-03-29 18:18:24 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-03-29 18:18:24 +0000
commit56e1dd93a8e660ea7ee009a0e2617210635a3e1b (patch)
treeade7a96f7afd71b6fad0242b2218f7130fdc9c02 /src
parentSome quality improvements to feDisplacementMap handling (as well as extra bou... (diff)
downloadinkscape-56e1dd93a8e660ea7ee009a0e2617210635a3e1b.tar.gz
inkscape-56e1dd93a8e660ea7ee009a0e2617210635a3e1b.zip
revert part of 20988 to fix rendering of LPE on groups
(bzr r7588)
Diffstat (limited to 'src')
-rw-r--r--src/sp-path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp
index 6720823cb..635cb6a98 100644
--- a/src/sp-path.cpp
+++ b/src/sp-path.cpp
@@ -409,7 +409,7 @@ sp_path_update_patheffect(SPLPEItem *lpeitem, bool write)
SPPath * const path = (SPPath *) lpeitem;
Inkscape::XML::Node *repr = SP_OBJECT_REPR(shape);
- if (path->original_curve && sp_lpe_item_has_path_effect(lpeitem)) {
+ if (path->original_curve) {
SPCurve *curve = path->original_curve->copy();
/* if a path does not have an lpeitem applied, then reset the curve to the original_curve.
* This is very important for LPEs to work properly! (the bbox might be recalculated depending on the curve in shape)*/