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 2, 2023. It is now read-only.
I am evaluating you tool for some dev work. I want to provide users the option to draw box(es) or polygon(s) on an image for annotations. It works fine if I switch from box to ploygon and then to box. However, if I want to change to polygon after that (box --> ploygon --> box --> polygon OR ploygon --> box --> polygon), the polygon drawing on the screen behaves in a weird manner. I have buttons on the page for the users to click on to choose drawing box or polygon. Following is the code to change the shape.
Hi,
I am evaluating you tool for some dev work. I want to provide users the option to draw box(es) or polygon(s) on an image for annotations. It works fine if I switch from box to ploygon and then to box. However, if I want to change to polygon after that (box --> ploygon --> box --> polygon OR ploygon --> box --> polygon), the polygon drawing on the screen behaves in a weird manner. I have buttons on the page for the users to click on to choose drawing box or polygon. Following is the code to change the shape.
Could you please let me know if this is the only way.
Also, is there a way to remove an added plugin?
I tried: anno.addPlugin('PolygonSelector', { activate: false });, but it did not work.
Thanks in advance
The text was updated successfully, but these errors were encountered: