Code

Filters. Custom predefined filters update and new ABC filters.
[inkscape.git] / src / attributes-test.h
index 5593deeba6464a0ef480435f8e4b6a401d989217..14696b8458644f682118038900a8c185b0b3c816 100644 (file)
@@ -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},
@@ -372,10 +373,13 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"inkscape:window-height", true},
     {"inkscape:window-x", true},
     {"inkscape:window-y", true},
+    {"inkscape:window-maximized", true},
     {"inkscape:current-layer", true},
     {"inkscape:connector-type", true},
     {"inkscape:connection-start", true},
     {"inkscape:connection-end", true},
+    {"inkscape:connection-points", true},
+    {"inkscape:connector-curvature", true},
     {"inkscape:connector-avoid", true},
     {"inkscape:connector-spacing", true},
     {"sodipodi:cx", true},
@@ -536,4 +540,4 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :