Saturday, May 28, 2011

Simple SVG.

So simple, it is silly. SillySVG

var svg = new SVG();
svg.circle().attr({r:20,stroke:"black",fill:"none"}).transform.translate(100,100);

No comments:

Popular Posts