summaryrefslogtreecommitdiffstats
path: root/src/sp-star.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-star.cpp')
-rw-r--r--src/sp-star.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sp-star.cpp b/src/sp-star.cpp
index da10eeaa3..eac33ed7b 100644
--- a/src/sp-star.cpp
+++ b/src/sp-star.cpp
@@ -520,6 +520,11 @@ Geom::Affine SPStar::set_transform(Geom::Affine const &xform)
return xform;
}
+ // Allow live effects
+ if (hasPathEffect() && pathEffectsEnabled()) {
+ return xform;
+ }
+
/* Calculate star start in parent coords. */
Geom::Point pos( this->center * xform );