brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
694 stars 530 forks source link

Importing data back into canvas #2

Closed SourceryOne closed 13 years ago

SourceryOne commented 13 years ago

Would it be possible to import the exported data back into a jSignature object, thus making it possible to continue working on a signature/drawing (yes, I am using jSignature in a new "not-what-it-was-supposed-for" way :)

brinley commented 13 years ago

Yup, you can do it by creating an image object then drawing it on the canvas. I think its a useful functionality so write up a new function for that.

brinley commented 13 years ago

importData has been added see the demo page for more info.