EffEPi / fabric.curvedText

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

Incorrect rendering after save/reload #35

Open ungureanuliviu opened 7 years ago

ungureanuliviu commented 7 years ago

I'm working on a small app where you can prepare a design (curved text included) on fronted which will be rendered later with nodejs.

First, thank you for the library: it is really really useful.

I noticed one small bug: The curved text is not rendered correctly after you call canvas.toJSON() and canvas.loadFromJSON() if the radius or spacing got updated.

Steps to reproduce:

http://jsfiddle.net/yrmek0es/

Thank