diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-05-31 08:42:13 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-05-31 08:42:13 +0000 |
| commit | 9021546d20792fdd799715227685d5d6d8226517 (patch) | |
| tree | 0e764a178bf7234a230d980e181d0aeda3f7c50f /testfiles/src/attributes-test.cpp | |
| parent | Add center mirror symmetry butons for perfect symmetry and rotate copyes cleanup (diff) | |
| download | inkscape-9021546d20792fdd799715227685d5d6d8226517.tar.gz inkscape-9021546d20792fdd799715227685d5d6d8226517.zip | |
Boiler plate stuff for 'textPath' 'side' attribute.
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 da9a8d592..e6fbe8ece 100644 --- a/testfiles/src/attributes-test.cpp +++ b/testfiles/src/attributes-test.cpp @@ -278,6 +278,7 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("shape-subtract", true), AttributeInfo("shape-padding", true), AttributeInfo("shape-rendering", true), + AttributeInfo("side", true), AttributeInfo("slope", true), AttributeInfo("solid-color", true), // SVG 2.0 AttributeInfo("solid-opacity", true), // SVG 2.0 |
