Raphaël: Vector graphics in JavaScript

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.

Leave a Reply

Your email address will not be published. Required fields are marked *