signature_pad
Advanced tools
Changelog
2.3.1
minDistance
not being correctly initialized when set to zero. (remomueller closes #299).Changelog
2.3.0
SignaturePad#clear
on window resize, to make sure that SignaturePad#isEmpty
returns the correct value. Closes #94.minDistance
option to skip points that are too close to each other (in px). It improves drawing quality (especially when drawing slowly), but introduces small lag. The default value is set to 5
. To switch back to the old behavior, set it to 0
.Changelog
Changelog
2.0.0
Unfortunately, some breaking changes were introduced in 1.6.0, so to follow the semantic versioning, it's re-released as 2.0.0.
signature_pad.js
and signature_pad.min.js
files to dist
folder.Changelog
1.6.0 (deprecated in favor of 2.0.0)
#fromDataURL('image/svg+xml')
. jackspirou mymattcarroll szimek#toData
method that returns data points.#fromData
method that draws signature from data points.signature_pad.js
and signature_pad.min.js
files to dist
folder.