up-pen-down
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

he.mp
text/plain

Download raw (229 bytes)

u := 1cm;
pair p[];
beginfig(1)
p0 = (1u, 0u);
p1 = (1u, 2u);
p2 = (0u, 2u);
p3 = (0u, 0u);
p4 = (0u, 1u);
draw p0{left}..p0{right}..p4{up}..p3{down};
for i=0 upto 4: draw p[i] withpen pencircle scaled .15u;endfor;
endfig;
end;