thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
727 stars 292 forks source link

Replaces spaces with non-breaking space entity. #152

Closed alexstophel closed 9 years ago

alexstophel commented 9 years ago

Hi there,

I encountered an issues with the size of a typed signature not decreasing as it gets larger if spaces are not replaced. This PR fixes the issue.