-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature is much larger than canvas when I use fromDataURL #332
Comments
Having the exact opposite problem as Zuldra. When reading a signature fromDataURL, the signature on the canvas is about 25% smaller. I've also got a very simple Signature Pad set up, be happy to give more details if needed. After the same result, a way to reload image using fromDataUrl with the same size as original. |
@psychochicken |
@n3b You rock, my friend. Thanks! |
@n3b thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
When I save a signature and then reload it using fromDataURL, the signature is multiplied in size and larger than the canvas. I am using the simplest implementation of a signature_pad in my app, so it seems there is an issue with signature_pad not allowing this behavior to be predictable and simple.
Can anyone please suggest me how to reload the image using fromDataURL with the same size as the original? And without complex canvas manipulation?
Thank you.
The text was updated successfully, but these errors were encountered: