Code

fix pasting style after copying a text span
[inkscape.git] / src / snapped-point.h
index 254d573df895a708ab59436eeff8996ee2fb647c..7085ccae8f6d0d09c12d5ab6dc118577ec3b242e 100644 (file)
@@ -33,7 +33,8 @@ enum SnapTargetType {
     SNAPTARGET_PATH_INTERSECTION,
     SNAPTARGET_BBOX_CORNER,
     SNAPTARGET_BBOX_EDGE,
-    SNAPTARGET_GRADIENT
+    SNAPTARGET_GRADIENT,
+    SNAPTARGET_PAGE_BORDER
 };
 
 /// Class describing the result of an attempt to snap.
@@ -58,7 +59,7 @@ public:
     void setPointerDistance(Geom::Coord const d) {_pointer_distance = d;}
 
     /* This is the preferred method to find out which point we have snapped
-     * to, because it only returns a point if snapping has actually occured
+     * to, because it only returns a point if snapping has actually occurred
      * (by overwriting p)
      */
     void getPoint(Geom::Point &p) const;