Blog Archive

Sunday, June 20, 2010

testubg asciisvg

'script='border = 0
initPicture(-10,10)
axes()
stroke = "red"
p = []
with (Math)
for (t = 0; t < 10.01; t += 0.05)
p[p.length] = [t*cos(PI*t), t*sin(PI*t)]
path(p)'>'

No comments: