// // by Jeffrey Melton, jmelton@nofi.org // visit http://www.nofi.org/ for more info void setup() { size(800, 500); // smooth(); //turns on anti-aliasing // noFill(); frameRate(6); background(255); fill(255); stroke(0); } void draw() { background(255); for(int i=0; i