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-path.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/object/sp-path.cpp') diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp index e2f6e6c99..f0e961d8c 100644 --- a/src/object/sp-path.cpp +++ b/src/object/sp-path.cpp @@ -325,6 +325,7 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) { if (_curve_before_lpe && hasPathEffectRecursive()) { if (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