From: pjrm Date: Tue, 7 Mar 2006 00:13:15 +0000 (+0000) Subject: Partially update: add various new `inkscape:' attributes. (I haven't yet added the... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6d29f118f49d9a20f57c913eeef2ecf8a4919b08;p=inkscape.git Partially update: add various new `inkscape:' attributes. (I haven't yet added the tolerance ones, since they seem still in a state of flux.) --- 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},