This is the code repository for JavaScript Draw on HTML5 Canvas Element [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start ...
In short, this implementation does NOT use an internal timer to detect size changes (as most implementations I found do). It uses scroll events on most browsers, and the onresize event on IE10 and ...