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