diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-08-13 11:26:35 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-08-13 11:26:35 +0000 |
| commit | 203bb5ccb8d526f3460e476693642c05bd6fab2f (patch) | |
| tree | 7b7e3142393909358d50019efc6fc5e1bc91fcca /src/sp-path.cpp | |
| parent | Merge branch 'alvinpenner/inkscape-master' (diff) | |
| parent | update to trunk (diff) | |
| download | inkscape-203bb5ccb8d526f3460e476693642c05bd6fab2f.tar.gz inkscape-203bb5ccb8d526f3460e476693642c05bd6fab2f.zip | |
Merge branch 'jabiertxof/inkscape-inkscape.dev_power_clip_and_mask'
Diffstat (limited to 'src/sp-path.cpp')
| -rw-r--r-- | src/sp-path.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp index c6ec5559e..bb76eb73f 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -289,7 +289,6 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) { if (!_curve) { // 0 nodes, nothing to transform return Geom::identity(); } - // Transform the original-d path if this is a valid LPE this, other else the (ordinary) path if (_curve_before_lpe && hasPathEffectRecursive()) { if (this->hasPathEffectOfType(Inkscape::LivePathEffect::CLONE_ORIGINAL) || @@ -297,7 +296,7 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) { this->hasPathEffectOfType(Inkscape::LivePathEffect::FILL_BETWEEN_MANY) || this->hasPathEffectOfType(Inkscape::LivePathEffect::FILL_BETWEEN_STROKES) ) { - // if path has the CLONE_ORIGINAL LPE applied, don't write the transform to the pathdata, but write it 'unoptimized' + // 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(transform); return transform; |
