summaryrefslogtreecommitdiffstats
path: root/src/object/sp-star.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-star.cpp')
-rw-r--r--src/object/sp-star.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/object/sp-star.cpp b/src/object/sp-star.cpp
index 26a1b69bc..20c9607b1 100644
--- a/src/object/sp-star.cpp
+++ b/src/object/sp-star.cpp
@@ -490,10 +490,7 @@ void SPStar::snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::
Geom::Affine SPStar::set_transform(Geom::Affine const &xform)
{
bool opt_trans = (randomized == 0);
- if (hasPathEffect() && pathEffectsEnabled())
- {
- // Inverse it to compensate
- this->adjust_livepatheffect(xform.inverse());
+ if (hasPathEffect() && pathEffectsEnabled()) {
return xform;
}
// Only set transform with proportional scaling