summaryrefslogtreecommitdiffstats
path: root/src/attributes-test.cpp
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2006-03-07 00:13:15 +0000
committerpjrm <pjrm@users.sourceforge.net>2006-03-07 00:13:15 +0000
commitb4546697081721c189bc742d9c423e419409653e (patch)
treeeaece2e7f9cd249058c8fc415f4c4a183043caf6 /src/attributes-test.cpp
parentExtra quoting in various places. (diff)
downloadinkscape-b4546697081721c189bc742d9c423e419409653e.tar.gz
inkscape-b4546697081721c189bc742d9c423e419409653e.zip
Partially update: add various new `inkscape:' attributes. (I haven't yet added the tolerance ones, since they seem still in a state of flux.)
(bzr r213)
Diffstat (limited to 'src/attributes-test.cpp')
-rw-r--r--src/attributes-test.cpp6
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},