EffEPi / fabric.curvedText

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

curvedText broken with new fabric 1.5 #18

Closed tonycaso closed 8 years ago

tonycaso commented 9 years ago

See your own jsfiddle and you will see it's broken now.

http://jsfiddle.net/EffEPi/qpJTz/

daochung commented 9 years ago

it's big problem, someone else can help?

radykal commented 8 years ago

asturur from fabricjs found the bug. Uncomment line 436: ctx.save(); and line 468: ctx.restore();

That will fix the bug with 1.6

EffEPi commented 8 years ago

It works now, see http://jsfiddle.net/EffEPi/qpJTz/ (it uses the very last release of fabric.js)