v2.4.0
- Added Grunt.js as the build tool
- Added an
onDraw
callback; Pull Request #60 - Added an
onDrawEnd
callback; Pull Request #70 - Added a new full window example; Pull Request #49
- Updated the examples to be more modern; Pull Request #49
- Improved the signature handling when leaving the
<canvas>
; Issue #38 - Fixed some event and touch related bugs for: IE/10 with Pull Request #49; Android/4 with Issue #78; more browsers with Issue #38
- Fixed the typed signature scaling bug Issue #54
- Fixed up the .jshintrc file