brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
690 stars 529 forks source link

Remove closePath() #194

Open manstie opened 1 year ago

manstie commented 1 year ago

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

brinley commented 1 year ago

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

manstie commented 1 year ago

It works to specification in IE11 image

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