diff options
Diffstat (limited to 'src/object/sp-path.cpp')
| -rw-r--r-- | src/object/sp-path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) ) { |
