diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-13 00:08:50 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-22 00:04:53 +0000 |
| commit | 0edfdf950796befdb42ab9b2ef76c76483d9dbb1 (patch) | |
| tree | 5ef162470f99f836f88858140ca575c710fe6eaf /src/attributes.cpp | |
| parent | Do not strip file extension in CUSTOM_TYPE Windows native file save dialogs (diff) | |
| download | inkscape-0edfdf950796befdb42ab9b2ef76c76483d9dbb1.tar.gz inkscape-0edfdf950796befdb42ab9b2ef76c76483d9dbb1.zip | |
parsing font-variation-settings (CSS Fonts Module Level 4)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index c375ba903..9ba646ab4 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -480,6 +480,9 @@ static SPStyleProp const props[] = { {SP_PROP_FONT_VARIANT_EAST_ASIAN, "font-variant-east-asian"}, {SP_PROP_FONT_FEATURE_SETTINGS, "font-feature-settings"}, + /* Variable Fonts (CSS Fonts Module Level 4) */ + {SP_PROP_FONT_VARIATION_SETTINGS, "font-variation-settings"}, + /* Text */ {SP_PROP_TEXT_INDENT, "text-indent"}, {SP_PROP_TEXT_ALIGN, "text-align"}, |
