From 9718987b63ead60f6fd135768eb72f83c999ee4e Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Tue, 2 Oct 2018 23:59:03 +0200 Subject: Fixes for LPE transforms and a bug when closing inkscape, related to lpeobject-reference --- src/object/sp-path.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/object/sp-path.cpp') 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; } -- cgit v1.2.3