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
I'm developing an app for drawing above an image, I have restricted the canvas height and width but I can draw more than the specified height and width.
I should be able to restrict drawing height to the view's height and width. I need something like this UI part I can take care. Just that drawing part alone I'm facing issues.
RPReplay_Final1679923703.MP4
Steps To Reproduce
You can check my above code in the current behavior section.
On what kind of device are you using this library?
Environment
Current Behavior
I'm developing an app for drawing above an image, I have restricted the canvas height and width but I can draw more than the specified height and width.
Code:
Sample Video:
Screen.Recording.2023-03-22.at.6.09.55.PM.mov
Expected Behavior
I should be able to restrict drawing height to the view's height and width. I need something like this UI part I can take care. Just that drawing part alone I'm facing issues.
RPReplay_Final1679923703.MP4
Steps To Reproduce
You can check my above code in the current behavior section.
Anything else?
No response