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 Mar 1, 2025. It is now read-only.
For making rectangle masks, it would be nice to have the canvas be slightly larger than the image, aka with 20-40 pixels of padding so that users can draw rectangles without touching the edge and the rectangle getting killed as its registered as a declick.
Current workaround: add padding to the image, then give it to st_canvas and then de-pad before sending it to the functions.
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.
For making rectangle masks, it would be nice to have the canvas be slightly larger than the image, aka with 20-40 pixels of padding so that users can draw rectangles without touching the edge and the rectangle getting killed as its registered as a declick.
Current workaround: add padding to the image, then give it to st_canvas and then de-pad before sending it to the functions.
The text was updated successfully, but these errors were encountered: