Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Request change simple option #138

@diogo-garcia

Description

@diogo-garcia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions