summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2017-06-22 13:29:37 +0000
committerFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2017-06-22 13:29:37 +0000
commit6e1ecba04f030e650e12edec2ad7a57530c661e4 (patch)
tree39e9339412ae1cd856eda165b7b4c444a19519fd /testfiles
parentSPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILength (diff)
downloadinkscape-6e1ecba04f030e650e12edec2ad7a57530c661e4.tar.gz
inkscape-6e1ecba04f030e650e12edec2ad7a57530c661e4.zip
adding font-variation-settings attribute to the attributes-test list
Diffstat (limited to 'testfiles')
-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),