diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-08-08 22:28:49 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-08-08 22:28:49 +0000 |
| commit | ef22647ff7f24ab39aac0020f01187587364dae0 (patch) | |
| tree | eac1d153a371f342562f63b8f05ed3329b7a2421 /src/attributes.cpp | |
| parent | fix marker behavior for moveto-only paths (diff) | |
| download | inkscape-ef22647ff7f24ab39aac0020f01187587364dae0.tar.gz inkscape-ef22647ff7f24ab39aac0020f01187587364dae0.zip | |
Snap to intersections of any kind of path (were we previously only could snap to intersections of line-segments)
(bzr r6597)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index c67144692..e64cedf36 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -93,7 +93,7 @@ static SPStyleProp const props[] = { {SP_ATTR_INKSCAPE_SNAP_GUIDE, "inkscape:snap-guide"}, {SP_ATTR_INKSCAPE_SNAP_CENTER, "inkscape:snap-center"}, {SP_ATTR_INKSCAPE_SNAP_INTERS_GRIDGUIDE, "inkscape:snap-intersection-grid-guide"}, - {SP_ATTR_INKSCAPE_SNAP_INTERS_LINESEGM, "inkscape:snap-intersection-line-segments"}, + {SP_ATTR_INKSCAPE_SNAP_INTERS_PATHS, "inkscape:snap-intersection-paths"}, {SP_ATTR_INKSCAPE_OBJECT_PATHS, "inkscape:object-paths"}, {SP_ATTR_INKSCAPE_OBJECT_NODES, "inkscape:object-nodes"}, {SP_ATTR_INKSCAPE_BBOX_PATHS, "inkscape:bbox-paths"}, |
