You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.) setup demo (google chrome, latest)
2.) var pad = $('.sigPad').signaturePad({ bgColour: 'transparent' });
3.) draw signature
4.) pad.clearCanvas()
5.) observe how signature remains (expected: signature cleared)
The signature clears just fine if bgColour is is '#fff' or any other hex value. Would love for it to work with transparency so that you can style custom backgrounds.
The text was updated successfully, but these errors were encountered:
1.) setup demo (google chrome, latest)
2.) var pad = $('.sigPad').signaturePad({ bgColour: 'transparent' });
3.) draw signature
4.) pad.clearCanvas()
5.) observe how signature remains (expected: signature cleared)
The signature clears just fine if bgColour is is '#fff' or any other hex value. Would love for it to work with transparency so that you can style custom backgrounds.
The text was updated successfully, but these errors were encountered: