diff options
Diffstat (limited to 'src/object/sp-path.cpp')
| -rw-r--r-- | src/object/sp-path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp index 6456b52c5..0ff31f823 100644 --- a/src/object/sp-path.cpp +++ b/src/object/sp-path.cpp @@ -343,7 +343,7 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) { if (!_curve) { // 0 nodes, nothing to transform return Geom::identity(); } - if (hasPathEffect() && pathEffectsEnabled()) { + if (hasPathEffectRecursive() && pathEffectsEnabled()) { return transform; } |
