Your browser does not support the canvas tag.
Maria Lüdtke
int s = 600;int h = 1;void setup(){size (s,s);stroke(0);}void draw(){if(h<s){translate(s/2+h,s/2+h);rotate(h);line (0,-250,0,250);h++;}}
Source code: Raupe