summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-5.mp
blob: 122950e437f0736b7f570cecb57023a51d5af654 (plain)
1
2
3
4
5
6
7
8
9
10
11
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newRandomBox.a(2cm,1cm,2mm,-1mm)
      "framed(true)", "framewidth(1mm)";
a.c=origin; drawObj(a);
endfig;
end;