blob: e74cefabe351ef71ae68ccae0b7c28e4cdc5520b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%!PS
%%BoundingBox: -1 -1 101 51
%%HiResBoundingBox: -0.25 -0.25 100.25 50.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
100 50 lineto stroke
showpage
%%EOF
|