diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-10-09 00:31:14 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-10-09 00:31:14 +0000 |
| commit | 5fde0d7605af20d0c7a71cbe4ec8e4219e3d363a (patch) | |
| tree | 78a98f11ae6eb1b24861cb41e51dccc2b4603883 /src/attributes-test.h | |
| parent | Refactored multiple methods to single data-driven one. (diff) | |
| download | inkscape-5fde0d7605af20d0c7a71cbe4ec8e4219e3d363a.tar.gz inkscape-5fde0d7605af20d0c7a71cbe4ec8e4219e3d363a.zip | |
Cleanup of out-of-sync tests
(bzr r8751)
Diffstat (limited to 'src/attributes-test.h')
| -rw-r--r-- | src/attributes-test.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index d6851a42b..1d8f32843 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -44,6 +44,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"begin", true}, {"additive", true}, {"font", true}, + {"-inkscape-font-specification", true}, // TODO look into this attribute's name {"marker", true}, {"line-height", true}, @@ -338,7 +339,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"sodipodi:insensitive", true}, {"sodipodi:nonprintable", true}, {"inkscape:groupmode", true}, - {"sodipodi:version", true}, + {"sodipodi:version", false}, {"inkscape:version", true}, {"inkscape:object-paths", true}, {"inkscape:object-nodes", true}, @@ -355,9 +356,9 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"inkscape:snap-object-midpoints", true}, {"inkscape:snap-bbox-edge-midpoints", true}, {"inkscape:snap-bbox-midpoints", true}, - //{"inkscape:snap-intersection-grid-guide", true}, - {"inkscape:snap-grids", true}, - {"inkscape:snap-to-guides", true}, + //{"inkscape:snap-intersection-grid-guide", true}, + {"inkscape:snap-grids", true}, + {"inkscape:snap-to-guides", true}, {"inkscape:snap-intersection-paths", true}, {"inkscape:original-d", true}, {"inkscape:pageopacity", true}, |
