diff options
Diffstat (limited to 'src/attributes-test.cpp')
| -rw-r--r-- | src/attributes-test.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/attributes-test.cpp b/src/attributes-test.cpp index f40200c1f..ad640aa88 100644 --- a/src/attributes-test.cpp +++ b/src/attributes-test.cpp @@ -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}, |
