text-to-svg icon indicating copy to clipboard operation
text-to-svg copied to clipboard

Convert text to SVG path without native dependence.

Results 39 text-to-svg issues
Sort by recently updated
recently updated
newest added

I have installed text-to-svg plugin in my React project. But it returns error: ``` BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This...

Hi! I wanted to transform text with little HTML code, like this: I love apples. I wish apple was underlined. How can I do this? Thanks for your answer.

I want to get single line svg path,but it offers only double lines.the same problem mentioned in https://github.com/shrhdk/text-to-svg/issues/34。 I have tested several options,but no one works, Thanks for your excellent...

Is it possible to rotate the text (on any axis) and how?

Hello, I love this tool and for the most part it works well. I would like to know if it's possible to implement multi-line support? Not sure where to start....

enhancement

https://bigfontsite.com/download/kozgopr6n-regular-opentype.html try with this font, become squared squared block, but success using html2canvas

do the conversion is for plain text only . I couldn't get it for formatted text

What do i need to do to use this module as part of a HTML page served from a remote HTTPD server.. Saludos, Ignacio J. Ortega

I had a need to get both the metrics and the SVG string at the same time. Now I could have just called `getSVG` and `getMetrics` in my code and...