From 344d9e8077c05b86e7d423b5db163b3e3e541032 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 18 Sep 2011 19:09:29 +0200 Subject: Snap to guide-path intersections, and don't snap to paths when only path intersections are asked for Fixed bugs: - https://launchpad.net/bugs/847457 - https://launchpad.net/bugs/850982 (bzr r10639) --- src/snap-enums.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/snap-enums.h') diff --git a/src/snap-enums.h b/src/snap-enums.h index 8a95bb2dd..5ade54354 100644 --- a/src/snap-enums.h +++ b/src/snap-enums.h @@ -69,6 +69,7 @@ enum SnapTargetType { SNAPTARGET_LINE_MIDPOINT, SNAPTARGET_PATH, SNAPTARGET_PATH_INTERSECTION, + SNAPTARGET_PATH_GUIDE_INTERSECTION, SNAPTARGET_ELLIPSE_QUADRANT_POINT, // this corner is at the center of the stroke SNAPTARGET_RECT_CORNER, // of a rectangle, so this corner is at the center of the stroke //------------------------------------------------------------------- -- cgit v1.2.3