diff options
Diffstat (limited to 'test/src/attributes-test.cpp')
| -rw-r--r-- | test/src/attributes-test.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/src/attributes-test.cpp b/test/src/attributes-test.cpp index 376c35cb2..41c0274ec 100644 --- a/test/src/attributes-test.cpp +++ b/test/src/attributes-test.cpp @@ -75,7 +75,6 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("baseProfile", false), AttributeInfo("bbox", true), AttributeInfo("bias", true), - AttributeInfo("block-progression", true), AttributeInfo("by", true), AttributeInfo("calcMode", true), AttributeInfo("cap-height", true), @@ -150,6 +149,7 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("format", false), AttributeInfo("from", true), AttributeInfo("fx", true), + AttributeInfo("fr", true), AttributeInfo("fy", true), AttributeInfo("g1", true), AttributeInfo("g2", true), @@ -314,6 +314,7 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("text-decoration-stroke", true), AttributeInfo("text-decoration-style", true), AttributeInfo("text-indent", true), + AttributeInfo("text-orientation", true), AttributeInfo("text-rendering", true), AttributeInfo("text-transform", true), AttributeInfo("textLength", true), @@ -375,6 +376,7 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("inkscape:bbox-paths", true), AttributeInfo("inkscape:box3dsidetype", true), AttributeInfo("inkscape:collect", true), + AttributeInfo("inkscape:color", true), AttributeInfo("inkscape:connection-end", true), AttributeInfo("inkscape:connection-end-point", true), AttributeInfo("inkscape:connection-points", true), @@ -402,10 +404,13 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("inkscape:href", true), AttributeInfo("inkscape:label", true), AttributeInfo("inkscape:layoutOptions", true), + AttributeInfo("inkscape:lockguides", true), + AttributeInfo("inkscape:locked", true), AttributeInfo("inkscape:object-nodes", true), AttributeInfo("inkscape:object-paths", true), AttributeInfo("inkscape:original", true), AttributeInfo("inkscape:original-d", true), + AttributeInfo("inkscape:pagecheckerboard", true), AttributeInfo("inkscape:pageopacity", true), AttributeInfo("inkscape:pageshadow", true), AttributeInfo("inkscape:path-effect", true), @@ -434,6 +439,7 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("inkscape:snap-tangential", true), AttributeInfo("inkscape:snap-text-baseline", true), AttributeInfo("inkscape:snap-to-guides", true), + AttributeInfo("inkscape:spray-origin", true), AttributeInfo("inkscape:srcNoMarkup", true), AttributeInfo("inkscape:srcPango", true), AttributeInfo("inkscape:transform-center-x", true), |
