diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-23 00:56:51 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-23 00:58:21 +0000 |
| commit | 0868ec95edd45394fcf583bf3f1cfa311e8a4c1d (patch) | |
| tree | cbff9a2a1ff2518e917f04905d71d36a82173251 /src/style.cpp | |
| parent | cmake/MSYS2: quick fix for poppler update (diff) | |
| download | inkscape-0868ec95edd45394fcf583bf3f1cfa311e8a4c1d.tar.gz inkscape-0868ec95edd45394fcf583bf3f1cfa311e8a4c1d.zip | |
rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement full parsing of multiple axes and respective design-space coordiantes.
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index 08dbcd38b..ca0eed6f7 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -116,7 +116,7 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) : font_feature_settings( "font-feature-settings", "normal" ), // Variable Fonts - font_variation_settings( "font-variation-settings" ), // SPIVariableFontAxisOrNormal + font_variation_settings( "font-variation-settings" ), // SPIFontVariationSettings // Text related properties text_indent( "text-indent", 0.0 ), // SPILength |
