summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-42.mp
blob: 4869911af44c2814d52c730196b49519706a70f3 (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)
newPolygon.a(btex some text etex,5)
  "polymargin(3mm)";
a.c=origin;
drawObj(a);
endfig;
end;