
8 Sep
2006
8 Sep
'06
9:20 p.m.
Hi,
Suppose, I want to generate an array of dots. Is there any loop structure in SVG that I can use instead of input all the code below the email manually?
Thanks, Peng
<circle cx="50" cy="50" r="2" /> <circle cx="50" cy="150" r="2" /> ... <circle cx="50" cy="550" r="2" />
...
<circle cx="550" cy="50" r="2" /> <circle cx="550" cy="150" r="2" /> ... <circle cx="550" cy="550" r="2" />