annotate docs/javapeliscr2.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:41:38 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: 2 0 905 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: 2 0 905 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 316.945 600.5 m 393.094 600.5 l 399.703 600.5 405.02 594.129 405.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 586.215 c 405.02 514.785 l 405.02 506.871 399.703 500.5 393.094 500.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 316.945 500.5 l 310.34 500.5 305.02 506.871 305.02 514.785 c 305.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 586.215 l 305.02 594.129 310.34 600.5 316.945 600.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 316.945 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 316.945 300.5 m 393.094 300.5 l 399.703 300.5 405.02 306.871 405.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 314.785 c 405.02 386.215 l 405.02 394.129 399.703 400.5 393.094 400.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 316.945 400.5 l 310.34 400.5 305.02 394.129 305.02 386.215 c 305.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 314.785 l 305.02 306.871 310.34 300.5 316.945 300.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 316.945 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 335.02 400.5 m 330.859 348.492 378.551 363.875 375.02 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 305.02 370.5 m 343.297 366.016 332.75 328.984 335.02 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 1 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 405.02 370.5 m 344.59 370.988 346.598 325.996 305.02 330.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 375.051 399.824 m 380.863 387.125 358.754 330.914 405.02 330.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 0.709804 0.901961 0.360784 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 416.945 600.5 m 493.094 600.5 l 499.703 600.5 505.02 594.129 505.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 586.215 c 505.02 514.785 l 505.02 506.871 499.703 500.5 493.094 500.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 416.945 500.5 l 410.34 500.5 405.02 506.871 405.02 514.785 c 405.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 586.215 l 405.02 594.129 410.34 600.5 416.945 600.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 416.945 600.5 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 416.945 300.5 m 493.094 300.5 l 499.703 300.5 505.02 306.871 505.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 314.785 c 505.02 386.215 l 505.02 394.129 499.703 400.5 493.094 400.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 416.945 400.5 l 410.34 400.5 405.02 394.129 405.02 386.215 c 405.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 314.785 l 405.02 306.871 410.34 300.5 416.945 300.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 416.945 300.5 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 1 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 435.02 400.5 m 435.02 370.5 435.02 370.5 405.02 370.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 475.02 400.5 m 475.02 370.5 435.02 330.5 405.02 330.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 475.516 300.059 m 475.02 330.5 435.02 330.5 435.02 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 505.02 330.5 m 475.02 330.5 475.438 370.5 505.02 370.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130 0.709804 0.901961 0.360784 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131 305.02 588.574 m 305.02 512.426 l 305.02 505.82 298.648 500.5 290.734
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 500.5 c 219.309 500.5 l 211.395 500.5 205.02 505.82 205.02 512.426 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 205.02 588.574 l 205.02 595.18 211.395 600.5 219.309 600.5 c 290.734
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 600.5 l 298.648 600.5 305.02 595.18 305.02 588.574 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135 305.02 588.574 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 q 0 -1 -1 0 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 312.426 -305.02 m 388.574 -305.02 l 395.18 -305.02 400.5 -298.648 400.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140 -290.734 c 400.5 -219.309 l 400.5 -211.395 395.18 -205.02 388.574
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141 -205.02 c 312.426 -205.02 l 305.82 -205.02 300.5 -211.395 300.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142 -219.309 c 300.5 -290.734 l 300.5 -298.648 305.82 -305.02 312.426
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 -305.02 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 312.426 -305.02 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 205.02 330.5 m 257.031 326.336 241.645 374.027 305.02 370.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 235.02 400.5 m 234.535 340.066 279.523 342.078 275.02 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151 1 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 235.02 300.5 m 239.504 338.777 276.535 328.227 305.02 330.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 205.699 370.531 m 218.395 376.34 274.609 354.234 275.02 400.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 104.801 688.352 m 104.801 612.203 l 104.801 605.598 98.43 600.277
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 90.516 600.277 c 19.086 600.277 l 11.172 600.277 4.801 605.598 4.801
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162 612.203 c 4.801 688.352 l 4.801 694.961 11.172 700.277 19.086 700.277 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 90.516 700.277 l 98.43 700.277 104.801 694.961 104.801 688.352 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 104.801 688.352 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 q 0 -1 -1 0 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 212.648 -104.801 m 288.797 -104.801 l 295.402 -104.801 300.723 -98.43
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 300.723 -90.516 c 300.723 -19.086 l 300.723 -11.172 295.402 -4.801
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 288.797 -4.801 c 212.648 -4.801 l 206.039 -4.801 200.723 -11.172
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 200.723 -19.086 c 200.723 -90.516 l 200.723 -98.43 206.039 -104.801
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 212.648 -104.801 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173 212.648 -104.801 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175 4.801 670.277 m 34.801 670.277 34.801 670.277 34.801 700.277 c f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
177 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179 4.801 230.723 m 34.801 230.723 34.801 230.723 34.801 200.723 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181 4.801 630.277 m 34.801 630.277 74.801 670.277 74.801 700.277 c f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
185 4.801 270.723 m 34.801 270.723 74.801 230.723 74.801 200.723 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
187 105.242 629.785 m 74.801 630.277 74.801 670.277 104.801 670.277 c f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
190 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
191 105.242 271.215 m 74.801 270.723 74.801 230.723 104.801 230.723 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
192 0.901961 0.360784 0.403922 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
193 74.801 600.277 m 74.801 630.277 34.801 629.863 34.801 600.277 c f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
194 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
195 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
196 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
197 74.801 300.723 m 74.801 270.723 34.801 271.137 34.801 300.723 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
198 0.901961 0.658824 0.360784 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
199 416.945 500.5 m 493.094 500.5 l 499.703 500.5 505.02 494.129 505.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
200 486.215 c 505.02 414.785 l 505.02 406.871 499.703 400.5 493.094 400.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
201 416.945 400.5 l 410.34 400.5 405.02 406.871 405.02 414.785 c 405.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
202 486.215 l 405.02 494.129 410.34 500.5 416.945 500.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
203 416.945 500.5 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
204 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
205 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
206 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
207 416.945 400.5 m 493.094 400.5 l 499.703 400.5 505.02 406.871 505.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
208 414.785 c 505.02 486.215 l 505.02 494.129 499.703 500.5 493.094 500.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
209 416.945 500.5 l 410.34 500.5 405.02 494.129 405.02 486.215 c 405.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
210 414.785 l 405.02 406.871 410.34 400.5 416.945 400.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
211 416.945 400.5 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
212 1 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
213 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
214 5.02 0.5 m 5.02 900.5 l 105.02 0.5 m 105.02 900.5 l 205.02 0.5 m 205.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
215 900.5 l 305.02 0.5 m 305.02 900.5 l 405.02 0.5 m 405.02 900.5 l 505.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
216 0.5 m 505.02 900.5 l 605.02 0.5 m 605.02 900.5 l 705.02 0.5 m 705.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
217 900.5 l 805.02 0.5 m 805.02 900.5 l 905.02 0.5 m 905.02 900.5 l 5.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
218 0.5 m 905.02 0.5 l 5.02 100.5 m 905.02 100.5 l 5.02 200.5 m 905.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
219 200.5 l 5.02 300.5 m 905.02 300.5 l 5.02 400.5 m 905.02 400.5 l 5.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
220 500.5 m 905.02 500.5 l 5.02 600.5 m 905.02 600.5 l 5.02 700.5 m 905.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
221 700.5 l 5.02 800.5 m 905.02 800.5 l 5.02 900.5 m 905.02 900.5 l S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
222 0.709804 0.901961 0.360784 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
223 193.094 600.5 m 116.945 600.5 l 110.34 600.5 105.02 606.871 105.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
224 614.785 c 105.02 686.215 l 105.02 694.129 110.34 700.5 116.945 700.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
225 193.094 700.5 l 199.703 700.5 205.02 694.129 205.02 686.215 c 205.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
226 614.785 l 205.02 606.871 199.703 600.5 193.094 600.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
227 193.094 600.5 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
228 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
229 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
230 q -1 0 0 1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
231 -193.094 -300.5 m -116.945 -300.5 l -110.34 -300.5 -105.02 -294.129
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
232 -105.02 -286.215 c -105.02 -214.785 l -105.02 -206.871 -110.34 -200.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
233 -116.945 -200.5 c -193.094 -200.5 l -199.703 -200.5 -205.02 -206.871
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
234 -205.02 -214.785 c -205.02 -286.215 l -205.02 -294.129 -199.703 -300.5
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
235 -193.094 -300.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
236 -193.094 -300.5 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
237 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
238 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
239 175.02 200.5 m 179.184 252.508 131.492 237.125 135.02 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
240 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
241 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
242 205.02 230.5 m 166.746 234.984 177.293 272.016 175.02 300.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
243 1 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
244 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
245 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
246 105.02 230.5 m 165.453 230.012 163.445 275.004 205.02 270.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
247 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
248 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
249 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
250 134.992 201.176 m 129.18 213.875 151.285 270.086 105.02 270.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
251 0.709804 0.901961 0.360784 rg
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
252 216.945 700.5 m 293.094 700.5 l 299.703 700.5 305.02 694.129 305.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
253 686.215 c 305.02 614.785 l 305.02 606.871 299.703 600.5 293.094 600.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
254 216.945 600.5 l 210.34 600.5 205.02 606.871 205.02 614.785 c 205.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
255 686.215 l 205.02 694.129 210.34 700.5 216.945 700.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
256 216.945 700.5 m f
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
257 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
258 4 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
259 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
260 216.945 200.5 m 293.094 200.5 l 299.703 200.5 305.02 206.871 305.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
261 214.785 c 305.02 286.215 l 305.02 294.129 299.703 300.5 293.094 300.5 c
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
262 216.945 300.5 l 210.34 300.5 205.02 294.129 205.02 286.215 c 205.02
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
263 214.785 l 205.02 206.871 210.34 200.5 216.945 200.5 c h
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
264 216.945 200.5 m S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
265 1 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
266 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
267 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
268 235.02 300.5 m 235.02 270.5 235.02 270.5 205.02 270.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
269 0 g
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
270 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
271 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
272 275.02 300.5 m 275.02 270.5 235.02 230.5 205.02 230.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
273 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
274 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
275 275.516 200.059 m 275.02 230.5 235.02 230.5 235.02 200.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
276 9.6 w
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
277 q 1 0 0 -1 0 901 cm
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
278 305.02 230.5 m 275.02 230.5 275.438 270.5 305.02 270.5 c S Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
279 Q
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
280 showpage
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
281 %%Trailer
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
282 count op_count sub {pop} repeat
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
283 countdictstack dict_count sub {end} repeat
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
284 cairo_eps_state restore
f930f72ed0f5 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
285 %%EOF