diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-10-17 12:09:05 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2017-10-17 12:09:05 +0000 |
| commit | 765af83f76a01ebfd7d17e1873e07a429dff1187 (patch) | |
| tree | c073c61c1e5ee8c91abf0bde85fe84ee1b873f12 /src/sp-text.h | |
| parent | Revive pango_win32 backend (diff) | |
| download | inkscape-765af83f76a01ebfd7d17e1873e07a429dff1187.tar.gz inkscape-765af83f76a01ebfd7d17e1873e07a429dff1187.zip | |
Remove text 'width' and 'height' attributes. These were replaced by the 'inline-size' property.
Diffstat (limited to 'src/sp-text.h')
| -rw-r--r-- | src/sp-text.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sp-text.h b/src/sp-text.h index be48d7fcb..93a4e0d3b 100644 --- a/src/sp-text.h +++ b/src/sp-text.h @@ -42,14 +42,10 @@ public: /** Completely recalculates the layout. */ void rebuildLayout(); -//semiprivate: (need to be accessed by the C-style functions still) + //semiprivate: (need to be accessed by the C-style functions still) TextTagAttributes attributes; Inkscape::Text::Layout layout; - // SVG 2 Auto-wrapped text - SVGLength width; - SVGLength height; - /** when the object is transformed it's nicer to change the font size and coordinates when we can, rather than just applying a matrix transform. is_root is used to indicate to the function that it should |
