// hayes' animal drawing .. 2 lines size(250, 250); background(0); stroke(120); bezier(50,70, 180,70, 10,110, 100,140);