diff options
| author | Jabiertxof <jtx@jtx> | 2017-01-25 18:45:01 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-01-25 18:45:01 +0000 |
| commit | 1a32a3ad7969989afbf5bd71f5145ee015bd8c67 (patch) | |
| tree | 2b10458e739e1ab7bc79b33f127358d975831c98 /testfiles/src/attributes-test.cpp | |
| parent | Extensions. Basic tests for the simpletransform.py file. (diff) | |
| download | inkscape-1a32a3ad7969989afbf5bd71f5145ee015bd8c67.tar.gz inkscape-1a32a3ad7969989afbf5bd71f5145ee015bd8c67.zip | |
Fix build on tests. Thanks Mc
(bzr r15451)
Diffstat (limited to 'testfiles/src/attributes-test.cpp')
| -rw-r--r-- | testfiles/src/attributes-test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp index a1b85ff3b..c5f970285 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), |
