ajstarks / svgo

Go Language Library for SVG generation
Other
2.14k stars 169 forks source link

Textlength attribute on Text #71

Closed Zeebzog closed 11 months ago

Zeebzog commented 11 months ago

So far the package has been extremely useful, however I have run into my first issue:

e.g.

">x="75.0" y="-150.0" textLength="120.0" >Hello there</"

I don't see any way to set the Textlength attribute on text, this is not part of the style. Am I missing something?

Thank you.

Zeebzog commented 11 months ago

OK, figured out how to use the API to make this available.