Is there any JS library designed for working with canvas elements?
I don’t really care about IE compatibility.
I need to create objects(complex drawings with text) , draw lines between them, linear, bezier with different strokes, and attach event handlers to them(i need mouseOver and click).
Anyone has any experience with a library that has built-in support for this?
EDIT:
http://raphaeljs.com/ seems to have these features
Canvas doesnt support javascript, but SVG does. You could use jQuery to attach events etc to elements, just like other Dom elements.