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

Avoid near infinite loops optimizing the typeit font size #217

Closed cmcgee-mac closed 3 years ago

cmcgee-mac commented 3 years ago

Please note that I've chosen arbitrarily small and large limits to avoid the near infinite loops. I hope that these are suitable. If not, I can adjust to whatever is recommended.

mockdeep commented 3 years ago

Thanks for contributing!