legalthings / angular-signature

HTML5 canvas based smooth signature drawing as angularJS directive (http://szimek.github.io/signature_pad/)
MIT License
105 stars 91 forks source link

dataUrl is undefined and isEmpty function returns true even if valid signature is provided #59

Closed elsatom closed 7 years ago

elsatom commented 7 years ago

Tested both in Chrome and Firefox. This issue is intermittent

jasny commented 7 years ago

@elsatom We've not seen this issue. We need to be able to reproduce an issue in order to solve it.

Please try to find a reproducible case and add a JSFiddle.

c5racing commented 7 years ago

This issue appear to occur whenever a user goes outside of the signature bounds. Even though the signature is there, the dataUrl is empty.

This is related to Issue #44

jasny commented 7 years ago

Closing as duplicate