brinley / jSignature

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

fix for https://github.com/brinley/jSignature/issues/10 #11

Closed dvdotsenko closed 12 years ago

dvdotsenko commented 12 years ago

Now it renders the imported image a la v.1

stop by the Demo page (http://willowsystems.github.com/jSignature/#/demo/) open a console and do this:

var s = $('#signature')
var d = s.jSignature('getData')

s.jSignature('clear')
s.jSignature('importData',d)