ajstarks / svgo

Go Language Library for SVG generation
Other
2.15k stars 170 forks source link

Getting the getComputedTextLength() #53

Closed michaelhenry closed 4 years ago

michaelhenry commented 4 years ago

https://www.w3.org/TR/SVG11/text.html#__svg__SVGTextContentElement__getComputedTextLength or would it be possible to get the metrics before rendering? thanks

ajstarks commented 4 years ago

You would have to use the Script method to use JavaScript.

michaelhenry commented 4 years ago

@ajstarks oh I see. Thanks