diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-12-14 20:49:00 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-12-14 20:49:00 +0000 |
| commit | f643622c05d698103b68a0af90b96fadb021f815 (patch) | |
| tree | 69f647af0776d8896263ee9c6694d1a64e649f32 /src/attributes-test.h | |
| parent | Filter quality setting revised, seems to not crash when viewing filters.svg (diff) | |
| download | inkscape-f643622c05d698103b68a0af90b96fadb021f815.tar.gz inkscape-f643622c05d698103b68a0af90b96fadb021f815.zip | |
1) snap midpoints of line segments (both as source and as target)
2) snap intersections within a single shape (as source; as target was already implemented)
(bzr r7008)
Diffstat (limited to 'src/attributes-test.h')
| -rw-r--r-- | src/attributes-test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index bffc27798..af1ed8a11 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -352,6 +352,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"inkscape:snap-guide", true}, {"inkscape:snap-center", true}, {"inkscape:snap-smooth-nodes", true}, + {"inkscape:snap-midpoints", true}, {"inkscape:snap-intersection-grid-guide", true}, {"inkscape:snap-intersection-paths", true}, {"inkscape:pageopacity", true}, |
