jSignature icon indicating copy to clipboard operation
jSignature copied to clipboard

Remove closePath()

Open manstie opened this issue 3 years ago • 2 comments

closePath "attempts to add a straight line from the current point to the start of the current sub-path" so for a straight line it does nothing, and for a curve it draws back to the start point so if you draw quickly you get an ugly two line effect.

image

manstie avatar Sep 29 '22 08:09 manstie

Have you done much cross browser testing? especially in older browsers?

brinley avatar Sep 30 '22 01:09 brinley

It works to specification in IE11 image

I would assume it appears the same for all browsers listed in the compatibility table here

manstie avatar Sep 30 '22 02:09 manstie