Code

CodingStyle: const placement
[inkscape.git] / src / attributes-test.cpp
index f40200c1f3f9bba60d1b9edec8dc8329163f677d..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},