summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-1.mp
blob: f1db8fb8f26b5a327ce8ef9baf4aa498057a9b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newDEllipse.a(btex some text etex);
scaleObj(a,1.7);
rotateObj(a,45);
a.c=origin;
drawObj(a);
endfig;
end;