// p 35 ex 1 // Create a composition by carefully positioning one line and one ellipse // set stage size (640, 480); background(124); ellipse(250, 250, 220, 400); // ellipse(x, y, width, height) line(50, 50, 480, 640); // line(x1, y1, x2, y2)