diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-08-02 12:32:58 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-08-02 12:32:58 +0000 |
| commit | 1491c7366dff69bc5e5dc9de5c6574f71d31ed1b (patch) | |
| tree | f1070b5020d665b5990a2b483228b66da3f03007 /src/snapped-point.h | |
| parent | Cleaning some code again and changing individual filters id to avoid conflict... (diff) | |
| download | inkscape-1491c7366dff69bc5e5dc9de5c6574f71d31ed1b.tar.gz inkscape-1491c7366dff69bc5e5dc9de5c6574f71d31ed1b.zip | |
Snap to a guide's origin too (resulting in a 2D constraint), instead of only to the guide itself (only 1D constraint)
(bzr r8383)
Diffstat (limited to 'src/snapped-point.h')
| -rw-r--r-- | src/snapped-point.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snapped-point.h b/src/snapped-point.h index d071afddc..70d16b0be 100644 --- a/src/snapped-point.h +++ b/src/snapped-point.h @@ -26,6 +26,7 @@ enum SnapTargetType { SNAPTARGET_GRID_INTERSECTION, SNAPTARGET_GUIDE, SNAPTARGET_GUIDE_INTERSECTION, + SNAPTARGET_GUIDE_ORIGIN, SNAPTARGET_GRID_GUIDE_INTERSECTION, SNAPTARGET_NODE_SMOOTH, SNAPTARGET_NODE_CUSP, |
