From 1d5fafa4c8bb5beca68a42d3af2aa7a0f725a5b1 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Wed, 13 Jun 2007 20:39:53 +0000 Subject: Only snap the real corners of a rectangle, not the start and end points of each rounded corener (bzr r3059) --- src/seltrans.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/seltrans.cpp') diff --git a/src/seltrans.cpp b/src/seltrans.cpp index 9c874c242..56138c51e 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -310,6 +310,8 @@ void Inkscape::SelTrans::grab(NR::Point const &p, gdouble x, gdouble y, bool sho _opposite = _opposite_for_bboxpoints; } + // The lines below are usefull for debugging any snapping issues, as they'll spit out all points that are considered for snapping + /*std::cout << "Number of snap points: " << _snap_points.size() << std::endl; for (std::vector::const_iterator i = _snap_points.begin(); i != _snap_points.end(); i++) { -- cgit v1.2.3