summaryrefslogtreecommitdiffstats
path: root/src/sp-spiral.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-10-14 19:29:10 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-10-14 19:29:10 +0000
commitee527cbb228c6fba9c83bba5058d1a68ac647060 (patch)
tree0e9e4884b2df7686214403b3a7707fe91e9a68ba /src/sp-spiral.cpp
parentRemove deprecated GNOME VFS (diff)
downloadinkscape-ee527cbb228c6fba9c83bba5058d1a68ac647060.tar.gz
inkscape-ee527cbb228c6fba9c83bba5058d1a68ac647060.zip
Fixing problems with nested LPE and convert to paths
Diffstat (limited to 'src/sp-spiral.cpp')
-rw-r--r--src/sp-spiral.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-spiral.cpp b/src/sp-spiral.cpp
index f35d5e86b..a84fc6041 100644
--- a/src/sp-spiral.cpp
+++ b/src/sp-spiral.cpp
@@ -431,9 +431,9 @@ Geom::Affine SPSpiral::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::FILL_BETWEEN_MANY) ||
- this->hasPathEffectOfType(Inkscape::LivePathEffect::FILL_BETWEEN_STROKES) ) )
+ this->hasPathEffectOfType(Inkscape::LivePathEffect::BEND_PATH) ||
+ this->hasPathEffectOfType(Inkscape::LivePathEffect::FILL_BETWEEN_MANY) ||
+ this->hasPathEffectOfType(Inkscape::LivePathEffect::FILL_BETWEEN_STROKES) ) )
{
// if path has this LPE applied, don't write the transform to the pathdata, but write it 'unoptimized'
// also if the effect is type BEND PATH to fix bug #179842