summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-09-21 21:12:27 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-09-21 21:12:27 +0000
commita474159bf7130e9b46a8da1efaf32e9eac4c55b7 (patch)
tree5a7966a4b2f6c8a30fa6772a383d0d826775e275 /src/sp-ellipse.cpp
parentUpdate expected renderings. (diff)
downloadinkscape-a474159bf7130e9b46a8da1efaf32e9eac4c55b7.tar.gz
inkscape-a474159bf7130e9b46a8da1efaf32e9eac4c55b7.zip
Fix for bug #1715433 Clone original LPE can no longer be used to fill a powerstroke path
Diffstat (limited to 'src/sp-ellipse.cpp')
-rw-r--r--src/sp-ellipse.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-ellipse.cpp b/src/sp-ellipse.cpp
index 30c1096ca..c2dca1fc3 100644
--- a/src/sp-ellipse.cpp
+++ b/src/sp-ellipse.cpp
@@ -503,6 +503,8 @@ Geom::Affine SPGenericEllipse::set_transform(Geom::Affine const &xform)
{
// Allow live effects
if (hasPathEffect() && pathEffectsEnabled()) {
+ this->adjust_livepatheffect(xform);
+ this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG);
return xform;
}