5 p = (0,0){right}..(20,100)..(50,60)--(75,50)...(25,25)..cycle;
8 fill p withcolor (1,0,0);
9 pickup pencircle scaled 2;
10 draw p dashed (evenly scaled 4);
15 label ("whatever",(0,0)) scaled 10 rotated 24 ;
20 fill p withcolor (1,0,0);
21 setbounds currentpicture to unitsquare scaled 20;