EffEPi / fabric.curvedText

Allows you to create curved text - extension to fabric.js
43 stars 41 forks source link

Letter spacing issue with curved text. #8

Closed kbaidya closed 10 years ago

kbaidya commented 10 years ago

Hi @EffEPi , Love your work on "curved text" for fabricjs. I myself was working with fabricjs for a customization design lab, and have added your plugin. But there seems to be an issue with letter spacing whenever applying some text with some stylish fonts. I tried solving the issue with changing the radius, spacing and even the following lines in the source code : // align = (this.spacing / 1.85) * (this.text.length - 1); // angleRadians = (curAngle * (Math.PI / 180)).toFixed(2); but all in vein.

Can you please give me an optimal solution for this.

Loads of thanks in advance.....

EffEPi commented 10 years ago

Try it now, I made a small change, but if you please create a jfiddle that shows the problem I cam look into it and see if I can fix it.