I’m loading a SVG file that contains some basic shapes and text, now the shapes renders fine but the text is not showing, any ideas how to fix this?
I’m using OF v0.8.1 for iOS by the way
Thanks
I’m loading a SVG file that contains some basic shapes and text, now the shapes renders fine but the text is not showing, any ideas how to fix this?
I’m using OF v0.8.1 for iOS by the way
Thanks
If you are using ofxSVG, it does not account for text parsing.
See this post:
ofxSVG - correct usage and text capabilities.
I don’t know of a solution out there for svg text in OF…
Thanks Nick!