danmarshall / google-font-to-svg-path

Create an SVG path from a Google font
https://danmarshall.github.io/google-font-to-svg-path
MIT License
754 stars 128 forks source link

Option for characters as separate groups #7

Closed Lewiscowles1986 closed 6 years ago

Lewiscowles1986 commented 6 years ago

It would be lovely to separate characters as separate groups.

https://codepen.io/Lewiscowles1986/pen/Naxeda?editors=1000 is what I achieved using your tool in an experiment to not use illustrator (the SVG output seems a lot cleaner).

To achieve this I had to use your tool twice, and use the transform tool to get the text to fit. It works, but I'm wondering if it could be more seamless.

danmarshall commented 6 years ago

Ok, I added a new checkbox "separate characters" which will create each character as its own <path> element. Thank for the feedback!

danmarshall commented 6 years ago

make sure to clear your browser cache to get the changes.

Lewiscowles1986 commented 6 years ago

thank you, I really wasn't expecting it to be done at all, but thanks

danmarshall commented 6 years ago

Luckily it was pretty simple since the backing code already had this concept 😃