EffEPi / fabric.curvedText

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

How to check if rendering is finished or not #10

Closed fahadnabbasi closed 10 years ago

fahadnabbasi commented 10 years ago

I want to know when the rendering is finished for the effect? I want to call a function on parent but _render is called multiple times, render is called before, initialize is called at the start.

Can we add any function like finished?

EffEPi commented 10 years ago

Might be something that needs to be added to fabric itself more than to this plugin. Also the double rendering might be a double call from fabric instead than curvedText (see ticket #9)