From d6cb67efb5a3c8a67a9de6b1fe000da72c6e144d Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 9 Apr 2016 04:35:46 +0200 Subject: Patch for ninja check in cmake builds Fixed bugs: - https://launchpad.net/bugs/1554143 (bzr r14769) --- test/src/attributes-test.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test/src/attributes-test.cpp') 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 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 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 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 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 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 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), -- cgit v1.2.3