Code

r11516@tres: ted | 2006-04-26 21:30:18 -0700
[inkscape.git] / src / attributes-test.h
index acd1fc4040029fff4baaed00e98477259ef4af1e..8bf6c70cb13cc382b775940ec52327714b7cf494 100644 (file)
@@ -1,4 +1,7 @@
 
+#ifndef SEEN_ATTRIBUTES_TEST_H
+#define SEEN_ATTRIBUTES_TEST_H
+
 #include <cxxtest/TestSuite.h>
 
 #include <vector>
@@ -151,7 +154,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 +170,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 +219,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 +256,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 +395,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},
@@ -475,6 +481,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     }
 };
 
+#endif // SEEN_ATTRIBUTES_TEST_H
+
 /*
   Local Variables:
   mode:c++