From d7142b6c3a90b7606150dc65f658a6953a6006d9 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 13 Sep 2018 14:03:07 +0200 Subject: fixes and improvementes to power clip and powermask --- src/object/sp-ellipse.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/object/sp-ellipse.cpp') diff --git a/src/object/sp-ellipse.cpp b/src/object/sp-ellipse.cpp index 97ad7f74c..723c28625 100644 --- a/src/object/sp-ellipse.cpp +++ b/src/object/sp-ellipse.cpp @@ -501,6 +501,7 @@ Geom::Affine SPGenericEllipse::set_transform(Geom::Affine const &xform) if (hasPathEffect() && pathEffectsEnabled() && (this->hasPathEffectOfType(Inkscape::LivePathEffect::CLONE_ORIGINAL) || this->hasPathEffectOfType(Inkscape::LivePathEffect::BEND_PATH) || + this->hasPathEffectOfType(Inkscape::LivePathEffect::POWERCLIP) || this->hasPathEffectOfType(Inkscape::LivePathEffect::FILL_BETWEEN_MANY) || this->hasPathEffectOfType(Inkscape::LivePathEffect::FILL_BETWEEN_STROKES) ) ) { -- cgit v1.2.3