size(300, 300); background(100); noFill(); //colorMode(HSB); ellipseMode(CENTER_DIAMETER); smooth(); //translate(150, 150); fill(255); noStroke(); rect(0, 80, width, 140); fill(0); ellipse(238, 200, 10, 10); ellipse(270, 200, 10, 10); stroke(0); line(0, 200, width, 200); line(0, 203, width, 203); line(0, 194, width, 194); line(0, 197, width, 197);