annotate docs/javapeliscr1.eps @ 138:9eb791e2fa17

Optimize board updating logic, so that the old placed tiles need not to be redrawn from scratch on each screen update, as they do not change usually.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Nov 2011 11:04:09 +0200
parents f930f72ed0f5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 %!PS-Adobe-3.0 EPSF-3.0
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 %%Creator: cairo 1.8.10 (http://cairographics.org)
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 %%CreationDate: Wed Jan 26 01:45:37 2011
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 %%Pages: 1
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 %%BoundingBox: 0 0 901 901
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 %%DocumentData: Clean7Bit
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 %%LanguageLevel: 2
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 %%EndComments
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 %%BeginProlog
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 /cairo_eps_state save def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 /dict_count countdictstack def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 /op_count count 1 sub def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 userdict begin
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 /q { gsave } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 /Q { grestore } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 /cm { 6 array astore concat } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 /w { setlinewidth } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 /J { setlinecap } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 /j { setlinejoin } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 /M { setmiterlimit } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 /d { setdash } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 /m { moveto } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 /l { lineto } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 /c { curveto } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 /h { closepath } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 /re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 0 exch rlineto 0 rlineto closepath } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 /S { stroke } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 /f { fill } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 /f* { eofill } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 /B { fill stroke } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 /B* { eofill stroke } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 /n { newpath } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 /W { clip } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 /W* { eoclip } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 /BT { } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 /ET { } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 /pdfmark where { pop globaldict /?pdfmark /exec load put }
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 { globaldict begin /?pdfmark /pop load def /pdfmark
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 /cleartomark load def end } ifelse
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 /BDC { mark 3 1 roll /BDC pdfmark } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 /EMC { mark /EMC pdfmark } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 /cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 /Tj { show currentpoint cairo_store_point } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 /TJ {
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 {
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 dup
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 type /stringtype eq
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 } forall
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 currentpoint cairo_store_point
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52 } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53 /cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 /Tf { pop /cairo_font exch def /cairo_font_matrix where
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 { pop cairo_selectfont } if } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 /Td { matrix translate cairo_font_matrix matrix concatmatrix dup
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58 /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 /cairo_font where { pop cairo_selectfont } if } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 /Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 /g { setgray } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 /rg { setrgbcolor } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 /d1 { setcachedevice } bind def
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 %%EndProlog
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 %%Page: 1 1
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 %%BeginPageSetup
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 %%PageBoundingBox: 0 0 901 901
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 %%EndPageSetup
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 0.709804 0.901961 0.360784 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 312.426 600.5 m 388.574 600.5 l 395.18 600.5 400.5 594.129 400.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 586.215 c 400.5 514.785 l 400.5 506.871 395.18 500.5 388.574 500.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 312.426 500.5 l 305.82 500.5 300.5 506.871 300.5 514.785 c 300.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 586.215 l 300.5 594.129 305.82 600.5 312.426 600.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 312.426 600.5 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 0 J
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 0 j
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 [] 0.0 d
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 4 M q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83 312.426 300.5 m 388.574 300.5 l 395.18 300.5 400.5 306.871 400.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 314.785 c 400.5 386.215 l 400.5 394.129 395.18 400.5 388.574 400.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 312.426 400.5 l 305.82 400.5 300.5 394.129 300.5 386.215 c 300.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 314.785 l 300.5 306.871 305.82 300.5 312.426 300.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 312.426 300.5 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 330.5 400.5 m 326.336 348.492 374.027 363.875 370.5 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 300.5 370.5 m 338.777 366.016 328.227 328.984 330.5 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 370.531 399.824 m 376.34 387.125 354.234 330.914 400.5 330.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 1 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 400.5 370.5 m 340.066 370.988 342.078 325.996 300.5 330.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 0.709804 0.901961 0.360784 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 412.426 600.5 m 488.574 600.5 l 495.18 600.5 500.5 594.129 500.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 586.215 c 500.5 514.785 l 500.5 506.871 495.18 500.5 488.574 500.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 412.426 500.5 l 405.82 500.5 400.5 506.871 400.5 514.785 c 400.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 586.215 l 400.5 594.129 405.82 600.5 412.426 600.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 412.426 600.5 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 412.426 300.5 m 488.574 300.5 l 495.18 300.5 500.5 306.871 500.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 314.785 c 500.5 386.215 l 500.5 394.129 495.18 400.5 488.574 400.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 412.426 400.5 l 405.82 400.5 400.5 394.129 400.5 386.215 c 400.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 314.785 l 400.5 306.871 405.82 300.5 412.426 300.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 412.426 300.5 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 1 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 430.5 400.5 m 430.5 370.5 430.5 370.5 400.5 370.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 470.5 400.5 m 470.5 370.5 430.5 330.5 400.5 330.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 470.992 300.059 m 470.5 330.5 430.5 330.5 430.5 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 500.5 330.5 m 470.5 330.5 470.918 370.5 500.5 370.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 0.709804 0.901961 0.360784 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130 300.5 588.574 m 300.5 512.426 l 300.5 505.82 294.129 500.5 286.215
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131 500.5 c 214.785 500.5 l 206.871 500.5 200.5 505.82 200.5 512.426 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 200.5 588.574 l 200.5 595.18 206.871 600.5 214.785 600.5 c 286.215
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 600.5 l 294.129 600.5 300.5 595.18 300.5 588.574 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 300.5 588.574 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 q 0 -1 -1 0 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 312.426 -300.5 m 388.574 -300.5 l 395.18 -300.5 400.5 -294.129 400.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 -286.215 c 400.5 -214.785 l 400.5 -206.871 395.18 -200.5 388.574 -200.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140 c 312.426 -200.5 l 305.82 -200.5 300.5 -206.871 300.5 -214.785 c 300.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141 -286.215 l 300.5 -294.129 305.82 -300.5 312.426 -300.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142 312.426 -300.5 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 200.5 330.5 m 252.508 326.336 237.125 374.027 300.5 370.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 230.5 400.5 m 230.012 340.066 275.004 342.078 270.5 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 1 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 230.5 300.5 m 234.984 338.777 272.016 328.227 300.5 330.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 201.176 370.531 m 213.875 376.34 270.086 354.234 270.5 400.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 200.5 612.426 m 200.5 688.574 l 200.5 695.18 206.871 700.5 214.785
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 700.5 c 286.215 700.5 l 294.129 700.5 300.5 695.18 300.5 688.574 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 300.5 612.426 l 300.5 605.82 294.129 600.5 286.215 600.5 c 214.785
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 600.5 l 206.871 600.5 200.5 605.82 200.5 612.426 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162 200.5 612.426 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 q 0 1 1 0 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 -288.574 200.5 m -212.426 200.5 l -205.82 200.5 -200.5 206.871 -200.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 214.785 c -200.5 286.215 l -200.5 294.129 -205.82 300.5 -212.426 300.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 c -288.574 300.5 l -295.18 300.5 -300.5 294.129 -300.5 286.215 c -300.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 214.785 l -300.5 206.871 -295.18 200.5 -288.574 200.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 -288.574 200.5 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 300.5 630.5 m 270.5 630.5 270.5 630.5 270.5 600.5 c f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176 300.5 270.5 m 270.5 270.5 270.5 270.5 270.5 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
177 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 300.5 670.5 m 270.5 670.5 230.5 630.5 230.5 600.5 c f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 300.5 230.5 m 270.5 230.5 230.5 270.5 230.5 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 200.059 670.992 m 230.5 670.5 230.5 630.5 200.5 630.5 c f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
185 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
187 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188 200.059 230.008 m 230.5 230.5 230.5 270.5 200.5 270.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
190 230.5 700.5 m 230.5 670.5 270.5 670.918 270.5 700.5 c f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
191 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
192 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
193 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
194 230.5 200.5 m 230.5 230.5 270.5 230.082 270.5 200.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
195 0.901961 0.658824 0.360784 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
196 412.426 500.5 m 488.574 500.5 l 495.18 500.5 500.5 494.129 500.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
197 486.215 c 500.5 414.785 l 500.5 406.871 495.18 400.5 488.574 400.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
198 412.426 400.5 l 405.82 400.5 400.5 406.871 400.5 414.785 c 400.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
199 486.215 l 400.5 494.129 405.82 500.5 412.426 500.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
200 412.426 500.5 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
201 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
202 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
203 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
204 412.426 400.5 m 488.574 400.5 l 495.18 400.5 500.5 406.871 500.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
205 414.785 c 500.5 486.215 l 500.5 494.129 495.18 500.5 488.574 500.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
206 412.426 500.5 l 405.82 500.5 400.5 494.129 400.5 486.215 c 400.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
207 414.785 l 400.5 406.871 405.82 400.5 412.426 400.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
208 412.426 400.5 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
209 1 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
210 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
211 0.5 0.5 m 0.5 900.5 l 100.5 0.5 m 100.5 900.5 l 200.5 0.5 m 200.5 900.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
212 l 300.5 0.5 m 300.5 900.5 l 400.5 0.5 m 400.5 900.5 l 500.5 0.5 m 500.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
213 900.5 l 600.5 0.5 m 600.5 900.5 l 700.5 0.5 m 700.5 900.5 l 800.5 0.5 m
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
214 800.5 900.5 l 900.5 0.5 m 900.5 900.5 l 0.5 0.5 m 900.5 0.5 l 0.5 100.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
215 m 900.5 100.5 l 0.5 200.5 m 900.5 200.5 l 0.5 300.5 m 900.5 300.5 l 0.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
216 400.5 m 900.5 400.5 l 0.5 500.5 m 900.5 500.5 l 0.5 600.5 m 900.5 600.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
217 l 0.5 700.5 m 900.5 700.5 l 0.5 800.5 m 900.5 800.5 l 0.5 900.5 m 900.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
218 900.5 l S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
219 Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
220 showpage
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
221 %%Trailer
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
222 count op_count sub {pop} repeat
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
223 countdictstack dict_count sub {end} repeat
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
224 cairo_eps_state restore
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
225 %%EOF