Raphaël: Vector graphics in JavaScript August 10, 2008August 10, 2008 Thanks to Buck for the link. Even works in IE6. Crazy. [code lang=’javascript’] paper.circle(320, 240, 50).attr({fill: “#223fa3”, stroke: “#223fa3”, “stroke-width”: 3, “fill-opacity”: 0.5}); [/code] View results of above source more demos at: Raphaël main page.