summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-10-16 09:39:26 +0000
committerTavmjong Bah <tavmjong@free.fr>2017-10-16 09:39:26 +0000
commit5c009e15be8446c010a4103a9626653c7819274a (patch)
treefdd71bdcb8c0d6b12748ed372431c125f9ffb638 /testfiles
parentFix link for FAQ entry on DPI change (diff)
downloadinkscape-5c009e15be8446c010a4103a9626653c7819274a.tar.gz
inkscape-5c009e15be8446c010a4103a9626653c7819274a.zip
Update properties for SVG 2 text. Partial work from Alex Roman
Diffstat (limited to 'testfiles')
-rw-r--r--testfiles/src/attributes-test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp
index f6881fc09..da9a8d592 100644
--- a/testfiles/src/attributes-test.cpp
+++ b/testfiles/src/attributes-test.cpp
@@ -51,7 +51,7 @@ std::vector<AttributeInfo> getKnownAttrs()
attindex.html lacks attributeName, begin, additive, font, marker;
I've added these manually.
- SVG 2: white-space, shape-inside, shape-outside, shape-padding, shape-margin
+ SVG 2: white-space, shape-inside, shape-subtrace, shape-padding, shape-margin
*/
AttributeInfo all_attrs[] = {
AttributeInfo("attributeName", true),
@@ -174,6 +174,7 @@ std::vector<AttributeInfo> getKnownAttrs()
AttributeInfo("image-rendering", true),
AttributeInfo("in", true),
AttributeInfo("in2", true),
+ AttributeInfo("inline-size", true),
AttributeInfo("intercept", true),
AttributeInfo("isolation", true),
AttributeInfo("k", true),
@@ -274,7 +275,7 @@ std::vector<AttributeInfo> getKnownAttrs()
AttributeInfo("seed", true),
AttributeInfo("shape-inside", true),
AttributeInfo("shape-margin", true),
- AttributeInfo("shape-outside", true),
+ AttributeInfo("shape-subtract", true),
AttributeInfo("shape-padding", true),
AttributeInfo("shape-rendering", true),
AttributeInfo("slope", true),