summaryrefslogtreecommitdiffstats
path: root/testfiles/src/attributes-test.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-06-24 17:50:36 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-06-24 17:50:36 +0000
commitd71265c629a103d8c821fe85ccf71bd9c93baf47 (patch)
treec01fe4543cd48f64a8ca4b60e01e1bb5040922d9 /testfiles/src/attributes-test.cpp
parentWorking with powerclip and powermask (diff)
parentMerge branch 'ui-files-for-ui-xml' (diff)
downloadinkscape-d71265c629a103d8c821fe85ccf71bd9c93baf47.tar.gz
inkscape-d71265c629a103d8c821fe85ccf71bd9c93baf47.zip
Updating to master
Diffstat (limited to 'testfiles/src/attributes-test.cpp')
-rw-r--r--testfiles/src/attributes-test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp
index d71aa03d2..f6881fc09 100644
--- a/testfiles/src/attributes-test.cpp
+++ b/testfiles/src/attributes-test.cpp
@@ -38,7 +38,8 @@ typedef std::vector<AttributeInfo>::iterator AttrItr;
std::vector<AttributeInfo> getKnownAttrs()
{
-/* Extracted mechanically from http://www.w3.org/TR/SVG11/attindex.html:
+/* Originally extracted mechanically from
+ http://www.w3.org/TR/SVG11/attindex.html:
tidy -wrap 999 -asxml < attindex.html 2>/dev/null |
tr -d \\n |
@@ -146,6 +147,7 @@ std::vector<AttributeInfo> getKnownAttrs()
AttributeInfo("font-variant-numeric", true),
AttributeInfo("font-variant-east-asian", true),
AttributeInfo("font-variant-alternates", true),
+ AttributeInfo("font-variation-settings", true),
AttributeInfo("font-weight", true),
AttributeInfo("format", false),
AttributeInfo("from", true),