diff options
| author | Jabiertxof <jtx@jtx> | 2016-12-17 17:28:36 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2016-12-17 17:28:36 +0000 |
| commit | fa0cdcb4b2d8e2290860f3457be613387d57b8b9 (patch) | |
| tree | e6cd270c3ecd27a459df202f391a8ec830e7d240 /src | |
| parent | Fix bug where conical gradient drawn in wrong arc. (diff) | |
| download | inkscape-fa0cdcb4b2d8e2290860f3457be613387d57b8b9.tar.gz inkscape-fa0cdcb4b2d8e2290860f3457be613387d57b8b9.zip | |
Fix a bug on transforms in mirror symmetry
(bzr r15330)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-mirror_symmetry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-mirror_symmetry.cpp b/src/live_effects/lpe-mirror_symmetry.cpp index 482b8bfa4..1c888b8d1 100644 --- a/src/live_effects/lpe-mirror_symmetry.cpp +++ b/src/live_effects/lpe-mirror_symmetry.cpp @@ -171,6 +171,7 @@ LPEMirrorSymmetry::transform_multiply(Geom::Affine const& postmul, bool set) Parameter * param = *it; param->param_transform_multiply(postmul, set); } + previous_center = Geom::middle_point((Geom::Point)start_point, (Geom::Point)end_point); } void |
