EffEPi / fabric.curvedText

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

Other objects lose coords if curvedText object behind them #29

Closed cheeseq closed 8 years ago

cheeseq commented 8 years ago

Made my fiddle, based on original curvedText fiddle. http://jsfiddle.net/qpJTz/283/ we just can't see the circle, because he moved down. If we start dragging curvedText to the top, we'll see the circle, seems like he joined this group of letters. So in my project i'm using sendToBack function, and when i'm apply this function to curvedText objects, ALL other objects lose their coords. It's a critical bug, i counting on your help.