diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-06-24 17:50:36 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-06-24 17:50:36 +0000 |
| commit | d71265c629a103d8c821fe85ccf71bd9c93baf47 (patch) | |
| tree | c01fe4543cd48f64a8ca4b60e01e1bb5040922d9 /testfiles/src/attributes-test.cpp | |
| parent | Working with powerclip and powermask (diff) | |
| parent | Merge branch 'ui-files-for-ui-xml' (diff) | |
| download | inkscape-d71265c629a103d8c821fe85ccf71bd9c93baf47.tar.gz inkscape-d71265c629a103d8c821fe85ccf71bd9c93baf47.zip | |
Updating to master
Diffstat (limited to 'testfiles/src/attributes-test.cpp')
| -rw-r--r-- | testfiles/src/attributes-test.cpp | 4 |
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), |
