diff options
Diffstat (limited to 'src/object/sp-spiral.cpp')
| -rw-r--r-- | src/object/sp-spiral.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/object/sp-spiral.cpp b/src/object/sp-spiral.cpp index 83455dbe4..b7a92e47e 100644 --- a/src/object/sp-spiral.cpp +++ b/src/object/sp-spiral.cpp @@ -408,10 +408,7 @@ void SPSpiral::snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape */ Geom::Affine SPSpiral::set_transform(Geom::Affine const &xform) { - if (hasPathEffect() && pathEffectsEnabled()) - { - // Inverse it to compensate - this->adjust_livepatheffect(xform.inverse()); + if (hasPathEffect() && pathEffectsEnabled()) { return xform; } // Only set transform with proportional scaling |
