summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2007-04-30 22:44:35 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2007-04-30 22:44:35 +0000
commitf707fb5d87ce216ecbf9c19e8429b32258268d55 (patch)
tree3eeb9c395b539d62b666218e306e62a7477a7c86 /src/sp-shape.cpp
parentCommitted patch 1710210 from John Faith (diff)
downloadinkscape-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.cpp4
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();
-
}