Raphaël JS – Vector Graphics for the Web

Raphaël is a small JavaScript library  released under the MIT License that helps with creating and playing with vector graphics on the web. Raphaël uses SVG and VML as a base for graphics creation. Because of that every created object is a DOM object so you can attach JavaScript event handlers or modify objects later. [...]

Read More...