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-test.h | |
| 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-test.h')
| -rw-r--r-- | src/attributes-test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index c8287f769..25167e75b 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -353,7 +353,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"inkscape:snap-guide", true}, {"inkscape:snap-center", true}, {"inkscape:snap-intersection-grid-guide", true}, - {"inkscape:snap-intersection-line-segments", true}, + {"inkscape:snap-intersection-paths", true}, {"inkscape:pageopacity", true}, {"inkscape:pageshadow", true}, {"inkscape:transform-center-x", true}, |
