diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-10-02 21:59:03 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-10-02 21:59:03 +0000 |
| commit | 9718987b63ead60f6fd135768eb72f83c999ee4e (patch) | |
| tree | 84964f75632bf2de01101a4c7c3c618007496037 /src/object/sp-item.cpp | |
| parent | CMake: Allow to build with GraphicsMagick instead of ImageMagick (diff) | |
| download | inkscape-9718987b63ead60f6fd135768eb72f83c999ee4e.tar.gz inkscape-9718987b63ead60f6fd135768eb72f83c999ee4e.zip | |
Fixes for LPE transforms and a bug when closing inkscape, related to lpeobject-reference
Diffstat (limited to 'src/object/sp-item.cpp')
| -rw-r--r-- | src/object/sp-item.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp index c09116e97..d5c02709e 100644 --- a/src/object/sp-item.cpp +++ b/src/object/sp-item.cpp @@ -1509,16 +1509,10 @@ void SPItem::doWriteTransform(Geom::Affine const &transform, Geom::Affine const ) { transform_attr = this->set_transform(transform); - if (lpeitem && lpeitem->hasPathEffectRecursive()) { - lpeitem->adjust_livepatheffect(transform_attr); - } if (freeze_stroke_width) { freeze_stroke_width_recursive(false); } } else { - if (!preserve && lpeitem && lpeitem->hasPathEffectRecursive()) { - lpeitem->adjust_livepatheffect(transform_attr); - } if (freeze_stroke_width) { freeze_stroke_width_recursive(false); if (compensate) { |
