Question

Javascript drawing library?

Any suggestion for a JavaScript interactive drawing library? Just need to draw lines, polygons, texts of different colors. IE/Firefox/Opera/Safari compatible. ­­­­­­­­­­­­­­­­­­­­­­­­­­

 45  36691  45
1 Jan 1970

Solution

 47

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

2008-09-18

Solution

 15

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

2008-09-18