Code

background(255);
size (200,200);
strokeWeight(5);
point(150,50);
point(100,50);
point(50,50);
strokeWeight(1);
line(200,0,0,100);
line(20,0,140,200);
line(70,0,200,200);
line(25,200,200,100);

0005 - Sol Lewitt, A Quadrangle (1974): Implementing a verbal program

Statement:Using any means you prefer (pencil+paper+ruler or code), re-create this artwork by Sol Lewitt: http://www.golancourses.net/blog/wp-content/uploads/2008/08/lewitt_instructions.jpg. Upload your work as either an applet or a scan of your drawing.

hide statement