brinley / jSignature

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

Base30 generated from jSignature won't render, causes javascript error #147

Closed openroadgit closed 6 years ago

openroadgit commented 6 years ago

Hello- Generated a base30 from a signature, and saved in database (mysql). When I go to render it as I normally would, I get a strange javascript error: TypeError: e is undefined

Super non-specific. The base30 code looks normal as far as I can tell, but it won't render. I have a jfiddle of it up here:

https://jsfiddle.net/evilpluto/onh3z3k0/

Renders fine with a normal base30, and then if you click "This one does not", it generates the above error. It's like the base30 is corrupt, but even so, why a javascript error?

openroadgit commented 6 years ago

Uh, probably disregard. Realized I was storing the value in a varchar(255) and it truncated. My bad...