diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-04-30 22:44:35 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-04-30 22:44:35 +0000 |
| commit | f707fb5d87ce216ecbf9c19e8429b32258268d55 (patch) | |
| tree | 3eeb9c395b539d62b666218e306e62a7477a7c86 /src/sp-shape.cpp | |
| parent | Committed patch 1710210 from John Faith (diff) | |
| download | inkscape-f707fb5d87ce216ecbf9c19e8429b32258268d55.tar.gz inkscape-f707fb5d87ce216ecbf9c19e8429b32258268d55.zip | |
Fix bug #1077600 -> correct mirroring and no drifting of origin
(bzr r2971)
Diffstat (limited to 'src/sp-shape.cpp')
| -rw-r--r-- | src/sp-shape.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index 8d9b2296a..a0c26e8f5 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -1025,10 +1025,6 @@ static void sp_shape_snappoints(SPItem const *item, SnapPointsIter p) *p = bp->c(3) * i2d; bp++; } - - // Additionaly, add the center for snapping - *p = shape->getCenter(); - } |
