willowsystems / jSignature

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

Added hideCanvasLine option to hide the signature line #79

Open uklimaschewski opened 7 years ago

uklimaschewski commented 7 years ago

by using

jQuery("#signatureCanvas").jSignature({
"hideCanvasLine" : true
});

You can have a signature canvas without the signature line. I needed to hide the line, because on an Android device, the signature was required to be entered 180 degrees flipped. The signature line would then appear at the "top".