Code

Refactor snapping of gradient handles; now behaves like all other snapping, i.e....
[inkscape.git] / src / snapped-point.h
index 70d353a7366ca2a28f94f8f8352f05a4c1d50e91..c793ffa8d97ca5141728817fb2a0010551e603a7 100644 (file)
@@ -40,14 +40,14 @@ enum SnapTargetType {
     SNAPTARGET_BBOX_EDGE,
     SNAPTARGET_BBOX_EDGE_MIDPOINT,
     SNAPTARGET_BBOX_MIDPOINT,
-    SNAPTARGET_GRADIENTS_PARENT_BBOX,
     SNAPTARGET_PAGE_BORDER,
     SNAPTARGET_PAGE_CORNER,
     SNAPTARGET_CONVEX_HULL_CORNER,
     SNAPTARGET_ELLIPSE_QUADRANT_POINT,
     SNAPTARGET_CENTER, // of ellipse
     SNAPTARGET_CORNER, // of image or of rectangle
-    SNAPTARGET_TEXT_BASELINE
+    SNAPTARGET_TEXT_BASELINE,
+    SNAPTARGET_CONSTRAINED_ANGLE
 };
 
 enum SnapSourceType {