// Zs. Ruttkay - 26.09.2012 int m = 10; int w = 600; // width int h = 200; // height void setup () { size(w, h); background(255); fill(0); smooth(); noLoop(); // at once the entire picture is produced } void draw() { for (int i = 0; i