size(500, 500); background(55); noFill(); stroke(255, 0, 100); point(width/5, height/8); line(15, 200, 425, 65); ellipse(200, 225, 355, 425); triangle(100, 255, 400, 75, 110, 65); quad(200, 220, 100, 33, 300, 66, 266, 200);