Code

Updated to additions for <switch>
[inkscape.git] / src / attributes-test.h
index acd1fc4040029fff4baaed00e98477259ef4af1e..ffef1b24454fb6b64cceeda8a962bd9c7b87dbb4 100644 (file)
@@ -151,7 +151,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"letter-spacing", true},
     {"lighting-color", true},
     {"limitingConeAngle", false},
-    {"local", false},
+    {"local", true},
     {"marker-end", true},
     {"marker-mid", true},
     {"marker-start", true},
@@ -167,7 +167,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"method", false},
     {"min", true},
     {"mode", false},
-    {"name", false},
+    {"name", true},
     {"numOctaves", false},
     {"offset", true},
     {"onabort", false},
@@ -216,10 +216,11 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"radius", false},
     {"refX", true},
     {"refY", true},
-    {"rendering-intent", false},
+    {"rendering-intent", true},
     {"repeatCount", true},
     {"repeatDur", true},
-    {"requiredExtensions", false},
+    {"requiredFeatures", true},
+    {"requiredExtensions", true},
     {"restart", true},
     {"result", false},
     {"rotate", true},
@@ -252,7 +253,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"stroke-width", true},
     {"style", true},
     {"surfaceScale", false},
-    {"systemLanguage", false},
+    {"systemLanguage", true},
     {"tableValues", false},
     {"target", true},
     {"targetX", false},
@@ -391,6 +392,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"showguides", true},
     {"gridtolerance", true},
     {"guidetolerance", true},
+    {"objecttolerance", true},
+    {"has_abs_tolerance", true},
     {"gridoriginx", true},
     {"gridoriginy", true},
     {"gridspacingx", true},