paint5.1 is the same as paint5, just using jQuery for some of the event handling.
The major changes from paint5:
-
the layout has been changed.
-
the event handling is through jQuery
-
the code has been compartmentalized into CSS, JS, and HTML files
Some notes:
-
the problem about the mousemove paint event being too slow still exists. I'm workin' on it
-
I'm working on an eraser. I thought I could simply draw over the content on the canvas with the backgorund color, but I don't suppose so. For now, the eraser is broken.