diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-14 17:03:43 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-23 21:37:56 +0000 |
| commit | 4a5c399fa506ac3d17885bc772a96824d0efc58a (patch) | |
| tree | 1224de65d09c649c0de88f0c14b37be468c3d9de /src/object/sp-spiral.cpp | |
| parent | Allow rotation to projection and noumerous bugfixes pointed by Lazur in IRC (diff) | |
| download | inkscape-4a5c399fa506ac3d17885bc772a96824d0efc58a.tar.gz inkscape-4a5c399fa506ac3d17885bc772a96824d0efc58a.zip | |
Add transforms fixes
Diffstat (limited to 'src/object/sp-spiral.cpp')
| -rw-r--r-- | src/object/sp-spiral.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/object/sp-spiral.cpp b/src/object/sp-spiral.cpp index 007e8c499..21ffbcc1e 100644 --- a/src/object/sp-spiral.cpp +++ b/src/object/sp-spiral.cpp @@ -405,18 +405,6 @@ void SPSpiral::snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape */ 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) ) ) - { - // 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 - this->adjust_livepatheffect(xform); - this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); - return xform; - } // Only set transform with proportional scaling if (!xform.withoutTranslation().isUniformScale()) { // Adjust livepatheffect |
