Hello Elebert,
First of all, I'D like to thank you for your excellent work, I've recently found about your lib free transform and it works so perfectly, also, I would like to make you a question about it, I'm trying to do something simple, I'd like that plugin to add circle draw on 'rotate start' and remove it on 'rotate end' keeping the current draw bbox could you give me some help?
I tried some things like that on funcCallback
if(events == 'rotate') ft.opts.draw = ['bbox','circle'];
if(events == 'rotate end') ft.opts.draw = ['bbox',null];
ft.showHandles();
Because when I use setOpts it seems that it also looses the click event...
Thanks again,
Yours,
Diogo Araujo