summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-4.mp
blob: 8b6d7c392e4e334d06733e4bbfe33c332d2de0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% --- start of displayed preamble in the book ---
input metaobj;
show_empty_boxes:=true;

% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newRandomBox.a(2cm,1cm,2mm,-1mm) "framed(true)";
a.c=origin; drawObj(a);
endfig;
end;