diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-10-20 07:38:46 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-10-20 07:38:46 +0000 |
| commit | 23273d2063fe8ea01f6de10924b64e3cf72e82f9 (patch) | |
| tree | b1e9d3a52e0d1fa3df2984fdb46e933064cfd8e2 /testfiles/src/attributes-test.cpp | |
| parent | Fix CMake dependency order (diff) | |
| download | inkscape-23273d2063fe8ea01f6de10924b64e3cf72e82f9.tar.gz inkscape-23273d2063fe8ea01f6de10924b64e3cf72e82f9.zip | |
Add 'vector-effect' to attributes test.
(bzr r15181)
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 e53eb9aef..a1b85ff3b 100644 --- a/testfiles/src/attributes-test.cpp +++ b/testfiles/src/attributes-test.cpp @@ -336,6 +336,7 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("v-ideographic", true), AttributeInfo("v-mathematical", true), AttributeInfo("values", true), + AttributeInfo("vector-effect", true), AttributeInfo("version", true), AttributeInfo("vert-adv-y", true), AttributeInfo("vert-origin-x", true), |
