summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-62.mp
blob: 1234a01cc117ae8e2ef38f5b7c8d3b8c411d6b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newVonKochFlake.a(3);
scaleObj(a,.4);
a.c=origin;
drawObj(a);


endfig;
end;