summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-43.mp
blob: abcc5dbdce1ebe9f152ee74c6f64f169f53b0d29 (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,7)
  "fit(false)", "polymargin(3mm)";
a.c=origin;
drawObj(a);
endfig;
end;