size(480,360) fill(none) stroke(red, 30) linecap(round) path(M160,70, L360,90, L160,110) linecap(butt) linejoin(miter, 1.0) path(M160,190, L360,210, L160,230) # draw border to match test suite fill(none) stroke(black, 1.0) rect(1,1,478,358)