summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-46.mp
blob: bbefd11f6074e405afa23d66bac52f329323d502 (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)
newEllipse.a("")
  "filled(true)","circmargin(2mm)";
a.c=origin;
drawObj(a);
endfig;
end;