Code

excise never-used code and stale comments
[inkscape.git] / src / attributes-test.cpp
index 50d2e81bd32a1607d0b43f681748a74000602395..ad640aa88f95faec37d50511e8dde13c4b7cd680 100644 (file)
@@ -305,8 +305,14 @@ static struct {char const *attr; bool supported;} const all_attrs[] = {
     {"inkscape:groupmode", true},
     {"sodipodi:version", true},
     {"inkscape:version", true},
+    {"inkscape:object-bbox", true},
+    {"inkscape:object-points", true},
+    {"inkscape:object-paths", true},
+    {"inkscape:object-nodes", true},
     {"inkscape:pageopacity", true},
     {"inkscape:pageshadow", true},
+    {"inkscape:transform-center-x", true},
+    {"inkscape:transform-center-y", true},
     {"inkscape:zoom", true},
     {"inkscape:cx", true},
     {"inkscape:cy", true},
@@ -323,6 +329,7 @@ static struct {char const *attr; bool supported;} const all_attrs[] = {
     {"inkscape:connection-start", true},
     {"inkscape:connection-end", true},
     {"inkscape:connector-avoid", true},
+    {"inkscape:connector-spacing", true},
     {"sodipodi:cx", true},
     {"sodipodi:cy", true},
     {"sodipodi:rx", true},