Raphaël is a JavaScript library which simplifies working with vector graphics.
You can easily generate interactive charts, rotate text, make graphs, and even draw complex graphics with Raphaël.
The vector graphics generated by Raphaël work cross-browser wide, albeit only the slightly newer ones (Opera 9.5+; FF 3+; IE6+) will display them correctly.
And lastly, the vector graphics generated by Raphaël are DOM objects, which means that you can add callbacks and edit the graphics via JavaScript after you’ve defined the image.
- Website: http://raphaeljs.com/














