size(480,360) push_state fill(blue) stroke(red, 5) translate(120,30) rect(0,0 90,70) rect(100,0 90,70) push_state fill(yellow) strokeWidth(2) rect(0,80 90,70) pop_state push_state stroke(yellow) rect(100,80 90,70) pop_state push_state fill(yellow) rect(0,160 90,70) rect(100,160 90,70) pop_state pop_state # draw border to match test suite fill(none) stroke(black, 1) rect(1,1 478,358)