Hi, I need HTML5 canvas framework to do:
- draw object (e.g. rectangle)
- on onmouseover event of the object change color/border style
- on click do some js action
thx
EDIT: I have finally decided to use raphaeljs (alternative would be dojo). This framework is awesome. (It doesn't need HTML5 canvas and uses SVG)