Replies: 1 comment
-
|
The whole point of signature_pad is to capture what they draw. Instead of limiting them you could add the watermark on endStroke so it is on top. Or add it over the signature_pad and use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a background image and metadata as watermarks.
How can I ensure that users cannot draw over them?
For the text and image, I tried creating a second canvas and making the signature canvas smaller and centered over it.
combined them both in the End, but resizing and design became messy, and there’s probably a better way to avoid resizing issues.
When I tried modifying the script,
thought this would be enought, but it is a little bit off. seems like it either stops too early or starts too early, when the mouse goes over the line
Or is there an alternative way?
Beta Was this translation helpful? Give feedback.
All reactions