cppfw / svgren

:camera: SVG rendering library in C++
MIT License
206 stars 41 forks source link

Text element not suported #76

Closed spger closed 4 years ago

spger commented 4 years ago

Hi, I upload some svg images and is not possible represent text element. Example:

20 Sec

Is possible get it? thanks

igagis commented 4 years ago

Hi, text element is not supported and is not planned to be supported, as said here https://github.com/igagis/svgren/blob/master/wiki/Features.adoc

igagis commented 4 years ago

The workaround is to convert all text to paths in some SVG editor, for example Inkscape, save the SVG after that and use that SVG.