willowsystems / jSignature

jQuery plugin - draw signature in browser.
714 stars 266 forks source link

jSignature size increases after loading the saved image. #83

Open SudhirKalikate opened 7 years ago

SudhirKalikate commented 7 years ago

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. jsignature size

Its not showing the image in original size. Please help me for this issue.

nikonov91-dev commented 5 years ago

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