summaryrefslogtreecommitdiffstats
path: root/src/object/sp-ellipse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-ellipse.cpp')
-rw-r--r--src/object/sp-ellipse.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/object/sp-ellipse.cpp b/src/object/sp-ellipse.cpp
index 08be94f6f..aa8853ec6 100644
--- a/src/object/sp-ellipse.cpp
+++ b/src/object/sp-ellipse.cpp
@@ -502,10 +502,7 @@ void SPGenericEllipse::set_shape()
Geom::Affine SPGenericEllipse::set_transform(Geom::Affine const &xform)
{
- if (hasPathEffect() && pathEffectsEnabled())
- {
- // Inverse it to compensate
- this->adjust_livepatheffect(xform.inverse());
+ if (hasPathEffect() && pathEffectsEnabled()) {
return xform;
}