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-star.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/object/sp-star.cpp') diff --git a/src/object/sp-star.cpp b/src/object/sp-star.cpp index dc8ce4d91..fda39f4af 100644 --- a/src/object/sp-star.cpp +++ b/src/object/sp-star.cpp @@ -493,6 +493,7 @@ Geom::Affine SPStar::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