shrhdk / text-to-svg

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

List of supported attributes. #35

Closed mfaheemakhtar closed 5 years ago

mfaheemakhtar commented 6 years ago

Hi, Can you provide a list of supported attributes. I've tried some but did not work.

shrhdk commented 6 years ago

It is determined by SVG standard and the renderer implementation.

Please refer https://www.w3.org/TR/SVG11/paths.html#PathElement

mfaheemakhtar commented 5 years ago

I was unable to use some attributes. Multi-line was one of the features I was looking for.

May be you are using an older version?

P.S. I created my own module for my project.