shrhdk / text-to-svg

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

Default anchor should be `left top` #18

Open niftylettuce opened 7 years ago

niftylettuce commented 7 years ago

Otherwise the SVG is rendered outside of the viewbox. Try a simple test and open the resulting SVG in Safari/Chrome.

Current version with left baseline:

screen shot 2016-11-01 at 3 21 55 am

With left top:

screen shot 2016-11-01 at 3 21 17 am

niftylettuce commented 7 years ago

By the way, this is work I discovered for https://semaphoreci.com/niftylettuce/custom-fonts-in-emails which uses your package!

niftylettuce commented 7 years ago

Sorry wrong link, here it is https://github.com/crocodilejs/custom-fonts-in-emails.