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
Do you want to request a feature or report a bug?
Report a bug when signature is not drawn.
What is the current behavior?
Signature Pad fails to draw a signature on a canvas.
For example this signature was generated by another old library and stored in the DB (like this http://keith-wood.name/signature.html).
signaturePad.fromData(points) throws an error due to division by zero error.
What is the expected behavior?
Sinature pad doesn't throw an error and draw on canvas.
Which versions of SignaturePad, and which browser / device are affected by this issue? Did this work in previous versions of SignaturePad?
Affected versions > 4.0.0
Do you want to request a feature or report a bug?
Report a bug when signature is not drawn.
What is the current behavior?
Signature Pad fails to draw a signature on a canvas.
For example this signature was generated by another old library and stored in the DB (like this http://keith-wood.name/signature.html).
signaturePad.fromData(points)
throws an error due to division by zero error.What is the expected behavior?
Sinature pad doesn't throw an error and draw on canvas.
Which versions of SignaturePad, and which browser / device are affected by this issue? Did this work in previous versions of SignaturePad?
Affected versions > 4.0.0
This PR proposes a fix
#785
The text was updated successfully, but these errors were encountered: