summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-50.mp
blob: 4ab9743c6bfb44a82d6073cf400307381d247a41 (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)
newDBox.a("") "dx(1cm)", "dy(1cm)";
a.c=origin;
drawObj(a);
endfig;
end;