thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
730 stars 290 forks source link

Remove the line on signature pad #162

Closed ky5135 closed 9 years ago

ky5135 commented 9 years ago

Same with the title, how to remove the line on signature pad? Just make it blank. Please advise.

ATouhou commented 9 years ago

lineWidth : 0

ky5135 commented 9 years ago

Thanks a lot :)