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 Dec 7, 2021. It is now read-only.
Describe the bug
I'm trying to use same size(1499 * 2000) for the copy rect bounding boxes all the time. So whenever user clicks on copy rect, it should show the bounding box of size 14992000. I modified the template value in canvas.tsx to 14992000 but it only works for one image. When i changed the image it goes back to original 2020 or if if draw a rectangle and then click on copy rect, it shows the size of the already drawn rectangle. But i always want 14992000 irrespective of what state i'm in. Please help me with this
To Reproduce
Steps to reproduce the behavior:
Go to Annotate screen
Click on copy rectangle icon
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I'm trying to use same size(1499 * 2000) for the copy rect bounding boxes all the time. So whenever user clicks on copy rect, it should show the bounding box of size 14992000. I modified the template value in canvas.tsx to 14992000 but it only works for one image. When i changed the image it goes back to original 2020 or if if draw a rectangle and then click on copy rect, it shows the size of the already drawn rectangle. But i always want 14992000 irrespective of what state i'm in. Please help me with this
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: