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
Added support for background Image #150
Closed
tavioto closed 9 years ago
Added support to display a background image to draw on top of it.
Usage: $('.inventarioPad').signaturePad({ drawOnly: true, lineTop:0, bgImage : 'img/inventario.png', penWidth: 3, penColour: '#F00' });
The bgImage parameter specifies the path to the image to display in the background.