Javascript drawing library? [closed]

Raphael is pretty cool for that, and works across browsers since it uses VML (for MSIE) and SVG (for everything else).


John Resig's Processing.js is a nice framework for that.