diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-09-13 12:03:07 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-09-13 12:03:07 +0000 |
| commit | d7142b6c3a90b7606150dc65f658a6953a6006d9 (patch) | |
| tree | 480ce011b2e549c80b1c66afbeebed9ced611f77 /src/object/sp-ellipse.cpp | |
| parent | Fix horizontal scrolling direction when using smooth scrolling (diff) | |
| download | inkscape-d7142b6c3a90b7606150dc65f658a6953a6006d9.tar.gz inkscape-d7142b6c3a90b7606150dc65f658a6953a6006d9.zip | |
fixes and improvementes to power clip and powermask
Diffstat (limited to 'src/object/sp-ellipse.cpp')
| -rw-r--r-- | src/object/sp-ellipse.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-ellipse.cpp b/src/object/sp-ellipse.cpp index 97ad7f74c..723c28625 100644 --- a/src/object/sp-ellipse.cpp +++ b/src/object/sp-ellipse.cpp @@ -501,6 +501,7 @@ Geom::Affine SPGenericEllipse::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) ) ) { |
