summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-4.mp
blob: 0572b47e17df3a4e4265609d697b4faa9e3fd7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
u=2.5cm;
path p;
p= (0,0) {dir 130}..
   {dir -130}(0.25u,0){dir 130}..
   {dir -130}(0.5u,0){dir 130}..
   {dir -130}(0.75u,0){dir 130}..
   {dir -130}(u,0);
draw p rotated -90;
endfig;
end;