Text with small caps is not exported correctly to SVG
When setting the small caps variant to a piece of text, this information gets lost on SVG export.
How to reproduce (Winx64, 23.0.3):
- Create a new document
- Add some text, e.g. "Some Text"
- Activate the small caps property for the text
- Export the document to SVG via File -> Export -> Export As...
In the resulting SVG document, the text does not appear as small caps but instead is capitalized, e.g. "SOME TEXT".
Expected behaviour: the text should appear with small caps with the help of the font-variant: small-caps; CSS attribute.
2
votes
Lirmeroli
shared this idea