summaryrefslogtreecommitdiff
path: root/info/latex-notes-zh-cn/src/examples/path.mps
blob: c0a995a3081f18ec74b68c2f3531f665abe687ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%!PS
%%BoundingBox: -1 -1 91 21 
%%HiResBoundingBox: -0.25 -0.25 90.25 20.25 
%%Creator: MetaPost 1.003
%%CreationDate: 2008.04.24:1054
%%Pages: 1
%%BeginProlog
%%EndProlog
%%Page: 1 1
 0 0 0 setrgbcolor 0 0.5 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 1 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 0 0 moveto
40 0 lineto
20 20 lineto
0 0 lineto stroke
newpath 50 0 moveto
90 0 lineto
70 20 lineto
 closepath stroke
showpage
%%EOF