diff options
| author | Jabiertxof <jtx@jtx> | 2017-03-16 19:08:44 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-03-16 19:08:44 +0000 |
| commit | 8330d0ef2b97c73121ead78ea9fbcec6ee01f879 (patch) | |
| tree | 1b1717d1706ee6ebfecc800f2cc80430eb0450e0 /testfiles/src/attributes-test.cpp | |
| parent | update to trunk (diff) | |
| parent | Fix rendering when canvas rotated. General code clean-up and documentation. (diff) | |
| download | inkscape-8330d0ef2b97c73121ead78ea9fbcec6ee01f879.tar.gz inkscape-8330d0ef2b97c73121ead78ea9fbcec6ee01f879.zip | |
Update to trunk
(bzr r13645.1.170)
Diffstat (limited to 'testfiles/src/attributes-test.cpp')
| -rw-r--r-- | testfiles/src/attributes-test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp index a1b85ff3b..f26a1d351 100644 --- a/testfiles/src/attributes-test.cpp +++ b/testfiles/src/attributes-test.cpp @@ -393,6 +393,7 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("inkscape:current-layer", true), AttributeInfo("inkscape:cx", true), AttributeInfo("inkscape:cy", true), + AttributeInfo("inkscape:document-rotation", true), AttributeInfo("inkscape:document-units", true), AttributeInfo("inkscape:dstBox", true), AttributeInfo("inkscape:dstColumn", true), @@ -460,6 +461,7 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("inkscape:window-y", true), AttributeInfo("inkscape:zoom", true), AttributeInfo("osb:paint", true), + AttributeInfo("sodipodi:arc-type", true), AttributeInfo("sodipodi:arg1", true), AttributeInfo("sodipodi:arg2", true), AttributeInfo("sodipodi:argument", true), |
