You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: