size(480,360) fill(none) stroke(black, 1.0) circle(100,100 50) fill(red) circle(220,100 35) fill(black) stroke(lime, 4.0) circle(340,100 20) fill(yellow) circle(100,260 20) fill(blue) stroke(none, 0.0) circle(220,260 35) fill(none) stroke(red, 10.0) circle(340,260 50) # draw border to match test suite fill(none) stroke(black, 1.0) rect(1,1 478,358)