I am using jSignature for signature control in our web application with base64 Image in png format.
We are able to successfully save the signature extracted data into database.
But after loading the saved data into signature canvas it shows increased image in signature canvas that original image.
Its not showing the image in original size.
Please help me for this issue.
i suppose it's the matter of css image styling, not jS lib, because when you render the image, you transform svg code to Image prototype, so css applies styles as for usual picture with stretch and resize
I am using jSignature for signature control in our web application with base64 Image in png format. We are able to successfully save the signature extracted data into database. But after loading the saved data into signature canvas it shows increased image in signature canvas that original image.
Its not showing the image in original size. Please help me for this issue.