shrhdk / text-to-svg

Convert text to SVG path without native dependence.
Other
964 stars 131 forks source link

How can I print/get the SVG path? #33

Closed gkodosis closed 6 years ago

gkodosis commented 6 years ago

For a project I am working on, I just need to produce and then load the SVG path produced by the input of the user, as the one given at the documentation (p.x : ). Though, I clearly understood how the getSVG( ) method works, I can't return its value properly. Is there any easy way to do that? Thanks in advance :)