brinley / jSignature

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

Grey Signature Line #118

Closed heberr closed 8 years ago

heberr commented 8 years ago

How can I remove the grey line just below the signature that is being created? or can the grey line be changed to black?

brinley commented 8 years ago

You can disable it by setting signatureLine to false or change the color by setting decor-color

$("#signature").jSignature({"decor-color":"#0f0"});