size(300,300); background(0); fill(255,20); noStroke(); smooth(); for (int a = 5; a < 400; a += 5) { bezier(150, a, a, 50, 200, a, a, 250); }