summaryrefslogtreecommitdiffstats
path: root/src/object/sp-path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-path.cpp')
-rw-r--r--src/object/sp-path.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp
index 189f8c2c6..10f7930c0 100644
--- a/src/object/sp-path.cpp
+++ b/src/object/sp-path.cpp
@@ -322,10 +322,7 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) {
if (!_curve) { // 0 nodes, nothing to transform
return Geom::identity();
}
- if (hasPathEffect() && pathEffectsEnabled())
- {
- // Inverse it to compensate
- this->adjust_livepatheffect(transform.inverse());
+ if (hasPathEffect() && pathEffectsEnabled()) {
return transform;
}