Turtle Graphics Test with SVG or VML
for (var i = 2; i < 2000; i += 20) { turtle.forwardBy(35); turtle.turnBy(i); }