summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-39.mp
blob: 87e37134abbc0e0ad4cc8f2e6c0fc9859be094bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newBox.a("") "filled(true)",
             "dx(2mm)", "dy(2mm)";
a.c=origin;
drawObj(a);
endfig;
end;