ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/5cb/Figure4/Test.eps
Revision: 4085
Committed: Fri Mar 21 01:09:41 2014 UTC (11 years, 4 months ago) by jmarr
Content type: application/postscript
File size: 32074 byte(s)
Log Message:
Data

File Contents

# User Rev Content
1 jmarr 4085 %!PS-Adobe-3.0 EPSF-3.0
2     %%Creator: MATLAB, The MathWorks, Inc. Version 7.14.0.739 (R2012a). Operating System: Darwin 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64.
3     %%Title: /Users/jmarr/Desktop/5cb/Figure4/Test.eps
4     %%CreationDate: 02/21/2014 14:55:37
5     %%DocumentNeededFonts: Helvetica
6     %%DocumentProcessColors: Cyan Magenta Yellow Black
7     %%LanguageLevel: 2
8     %%Pages: 1
9     %%BoundingBox: -250 128 862 664
10     %%EndComments
11    
12     %%BeginProlog
13     % MathWorks dictionary
14     /MathWorks 160 dict begin
15     % definition operators
16     /bdef {bind def} bind def
17     /ldef {load def} bind def
18     /xdef {exch def} bdef
19     /xstore {exch store} bdef
20     % operator abbreviations
21     /c /clip ldef
22     /cc /concat ldef
23     /cp /closepath ldef
24     /gr /grestore ldef
25     /gs /gsave ldef
26     /mt /moveto ldef
27     /np /newpath ldef
28     /cm /currentmatrix ldef
29     /sm /setmatrix ldef
30     /rm /rmoveto ldef
31     /rl /rlineto ldef
32     /s {show newpath} bdef
33     /sc {setcmykcolor} bdef
34     /sr /setrgbcolor ldef
35     /sg /setgray ldef
36     /w /setlinewidth ldef
37     /j /setlinejoin ldef
38     /cap /setlinecap ldef
39     /rc {rectclip} bdef
40     /rf {rectfill} bdef
41     % page state control
42     /pgsv () def
43     /bpage {/pgsv save def} bdef
44     /epage {pgsv restore} bdef
45     /bplot /gsave ldef
46     /eplot {stroke grestore} bdef
47     % orientation switch
48     /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49     % coordinate system mappings
50     /dpi2point 0 def
51     % font control
52     /FontSize 0 def
53     /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54     makefont setfont} bdef
55     /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56     exch dup 3 1 roll findfont dup length dict begin
57     { 1 index /FID ne {def}{pop pop} ifelse } forall
58     /Encoding exch def currentdict end definefont pop} bdef
59     /isroman {findfont /CharStrings get /Agrave known} bdef
60     /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61     exch FMS} bdef
62     /csm {1 dpi2point div -1 dpi2point div scale neg translate
63     dup landscapeMode eq {pop -90 rotate}
64     {rotateMode eq {90 rotate} if} ifelse} bdef
65     % line types: solid, dotted, dashed, dotdash
66     /SO { [] 0 setdash } bdef
67     /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68     /DA { [6 dpi2point mul] 0 setdash } bdef
69     /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70     dpi2point mul] 0 setdash } bdef
71     % macros for lines and objects
72     /L {lineto stroke} bdef
73     /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74     /AP {{rlineto} repeat} bdef
75     /PDlw -1 def
76     /W {/PDlw currentlinewidth def setlinewidth} def
77     /PP {closepath eofill} bdef
78     /DP {closepath stroke} bdef
79     /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
80     neg 0 exch rlineto closepath} bdef
81     /FR {MR stroke} bdef
82     /PR {MR fill} bdef
83     /L1i {{currentfile picstr readhexstring pop} image} bdef
84     /tMatrix matrix def
85     /MakeOval {newpath tMatrix currentmatrix pop translate scale
86     0 0 1 0 360 arc tMatrix setmatrix} bdef
87     /FO {MakeOval stroke} bdef
88     /PO {MakeOval fill} bdef
89     /PD {currentlinewidth 2 div 0 360 arc fill
90     PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91     /FA {newpath tMatrix currentmatrix pop translate scale
92     0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93     /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
94     0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95     /FAn {newpath tMatrix currentmatrix pop translate scale
96     0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97     /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98     0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99     /vradius 0 def /hradius 0 def /lry 0 def
100     /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101     /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102     /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103     vradius add translate hradius vradius scale 0 0 1 180 270 arc
104     tMatrix setmatrix lrx hradius sub uly vradius add translate
105     hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106     lrx hradius sub lry vradius sub translate hradius vradius scale
107     0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108     translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109     closepath} bdef
110     /FRR {MRR stroke } bdef
111     /PRR {MRR fill } bdef
112     /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113     newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114     rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115     sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116     closepath} bdef
117     /FlrRR {MlrRR stroke } bdef
118     /PlrRR {MlrRR fill } bdef
119     /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120     newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121     rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122     sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123     closepath} bdef
124     /FtbRR {MtbRR stroke } bdef
125     /PtbRR {MtbRR fill } bdef
126     /stri 6 array def /dtri 6 array def
127     /smat 6 array def /dmat 6 array def
128     /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129     /asub {/ind2 exch def /ind1 exch def dup dup
130     ind1 get exch ind2 get sub exch } bdef
131     /tri_to_matrix {
132     2 0 asub 3 1 asub 4 0 asub 5 1 asub
133     dup 0 get exch 1 get 7 -1 roll astore } bdef
134     /compute_transform {
135     dmat dtri tri_to_matrix tmat1 invertmatrix
136     smat stri tri_to_matrix tmat2 concatmatrix } bdef
137     /ds {stri astore pop} bdef
138     /dt {dtri astore pop} bdef
139     /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140     currentfile
141     3 index 0 eq {/ASCIIHexDecode filter}
142     {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143     ifelse exch readstring pop
144     dup 0 3 index getinterval /rbmap xdef
145     dup 2 index dup getinterval /gbmap xdef
146     1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147     /it {gs np dtri aload pop moveto lineto lineto cp c
148     cols rows 8 compute_transform
149     rbmap gbmap bbmap true 3 colorimage gr}bdef
150     /il {newpath moveto lineto stroke}bdef
151     currentdict end def
152     %%EndProlog
153    
154     %%BeginSetup
155     MathWorks begin
156    
157     0 cap
158    
159     end
160     %%EndSetup
161    
162     %%Page: 1 1
163     %%BeginPageSetup
164     %%PageBoundingBox: -250 128 862 664
165     MathWorks begin
166     bpage
167     %%EndPageSetup
168    
169     %%BeginObject: obj1
170     bplot
171    
172     /dpi2point 12 def
173     portraitMode -3000 7968 csm
174    
175     0 0 13344 6421 rc
176     85 dict begin %Colortable dictionary
177     /c0 { 0.000000 0.000000 0.000000 sr} bdef
178     /c1 { 1.000000 1.000000 1.000000 sr} bdef
179     /c2 { 0.900000 0.000000 0.000000 sr} bdef
180     /c3 { 0.000000 0.820000 0.000000 sr} bdef
181     /c4 { 0.000000 0.000000 0.800000 sr} bdef
182     /c5 { 0.910000 0.820000 0.320000 sr} bdef
183     /c6 { 1.000000 0.260000 0.820000 sr} bdef
184     /c7 { 0.000000 0.820000 0.820000 sr} bdef
185     c0
186     1 j
187     1 sg
188     0 0 13345 6422 rf
189     6 w
190     0 2616 10341 0 0 -2616 1735 3098 4 MP
191     PP
192     -10341 0 0 2616 10341 0 0 -2616 1735 3098 5 MP stroke
193     gs 1735 482 10342 2617 rc
194     /c8 { 0.000000 0.000000 0.562500 sr} bdef
195     c8
196     1 -5 -1 -5 -114 -96 -92 -35 -207 -15 -207 16 -148 34 148 35
197     207 29 167 37 40 13 206 -8 1735 1474 13 MP
198     PP
199     0 sg
200     0 0 1 -5 -1 -5 -114 -96 -92 -35 -207 -15 -207 16 -148 34
201     148 35 207 29 167 37 40 13 206 -8 1735 1474 14 MP stroke
202     c8
203     207 -16 173 -84 -173 -85 -207 -16 0 101 0 100 12076 2795 7 MP
204     PP
205     0 sg
206     0 0 207 -16 173 -84 -173 -85 -207 -16 0 101 0 100 12076 2795 8 MP stroke
207     /c9 { 0.000000 0.000000 0.812500 sr} bdef
208     c9
209     207 -32 139 -68 -139 -68 -207 -32 0 100 0 100 12076 2795 7 MP
210     PP
211     0 sg
212     0 0 207 -32 139 -68 -139 -68 -207 -32 0 100 0 100 12076 2795 8 MP stroke
213     c8
214     206 -101 -206 -101 -206 101 206 101 3389 2592 5 MP
215     PP
216     0 sg
217     0 0 206 -101 -206 -101 -206 101 206 101 3389 2592 6 MP stroke
218     c8
219     206 -101 -206 -101 -207 101 207 101 10007 2592 5 MP
220     PP
221     0 sg
222     0 0 206 -101 -206 -101 -207 101 207 101 10007 2592 6 MP stroke
223     c9
224     206 -101 -206 -101 -206 101 206 101 10007 2592 5 MP
225     PP
226     0 sg
227     0 0 206 -101 -206 -101 -206 101 206 101 10007 2592 6 MP stroke
228     c9
229     206 -101 -206 -101 -206 101 206 101 3389 2592 5 MP
230     PP
231     0 sg
232     0 0 206 -101 -206 -101 -206 101 206 101 3389 2592 6 MP stroke
233     /c10 { 0.000000 0.125000 1.000000 sr} bdef
234     c10
235     205 -101 -205 -100 -206 100 206 101 3389 2592 5 MP
236     PP
237     0 sg
238     0 0 205 -101 -205 -100 -206 100 206 101 3389 2592 6 MP stroke
239     c10
240     205 -101 -205 -100 -206 100 206 101 10007 2592 5 MP
241     PP
242     0 sg
243     0 0 205 -101 -205 -100 -206 100 206 101 10007 2592 6 MP stroke
244     /c11 { 0.000000 0.437500 1.000000 sr} bdef
245     c11
246     205 -100 -205 -100 -205 100 205 100 3389 2593 5 MP
247     PP
248     0 sg
249     0 0 205 -100 -205 -100 -205 100 205 100 3389 2593 6 MP stroke
250     c11
251     205 -100 -205 -100 -205 100 205 100 10007 2593 5 MP
252     PP
253     0 sg
254     0 0 205 -100 -205 -100 -205 100 205 100 10007 2593 6 MP stroke
255     /c12 { 0.000000 0.750000 1.000000 sr} bdef
256     c12
257     205 -100 -205 -100 -205 100 205 100 3389 2593 5 MP
258     PP
259     0 sg
260     0 0 205 -100 -205 -100 -205 100 205 100 3389 2593 6 MP stroke
261     c12
262     204 -100 -204 -100 -205 100 205 100 10007 2593 5 MP
263     PP
264     0 sg
265     0 0 204 -100 -204 -100 -205 100 205 100 10007 2593 6 MP stroke
266     /c13 { 0.062500 1.000000 0.937500 sr} bdef
267     c13
268     204 -100 -204 -100 -204 100 204 100 3389 2593 5 MP
269     PP
270     0 sg
271     0 0 204 -100 -204 -100 -204 100 204 100 3389 2593 6 MP stroke
272     c13
273     204 -100 -204 -100 -204 100 204 100 10007 2593 5 MP
274     PP
275     0 sg
276     0 0 204 -100 -204 -100 -204 100 204 100 10007 2593 6 MP stroke
277     /c14 { 0.375000 1.000000 0.625000 sr} bdef
278     c14
279     204 -100 -204 -100 -204 100 204 100 3389 2593 5 MP
280     PP
281     0 sg
282     0 0 204 -100 -204 -100 -204 100 204 100 3389 2593 6 MP stroke
283     c14
284     203 -100 -203 -100 -204 100 204 100 10007 2593 5 MP
285     PP
286     0 sg
287     0 0 203 -100 -203 -100 -204 100 204 100 10007 2593 6 MP stroke
288     /c15 { 0.687500 1.000000 0.312500 sr} bdef
289     c15
290     203 -99 -203 -99 -203 99 203 99 3389 2594 5 MP
291     PP
292     0 sg
293     0 0 203 -99 -203 -99 -203 99 203 99 3389 2594 6 MP stroke
294     c15
295     203 -99 -203 -99 -204 99 204 99 10007 2594 5 MP
296     PP
297     0 sg
298     0 0 203 -99 -203 -99 -204 99 204 99 10007 2594 6 MP stroke
299     /c16 { 1.000000 1.000000 0.000000 sr} bdef
300     c16
301     203 -99 -203 -99 -203 99 203 99 3389 2594 5 MP
302     PP
303     0 sg
304     0 0 203 -99 -203 -99 -203 99 203 99 3389 2594 6 MP stroke
305     c16
306     202 -99 -202 -99 -203 99 203 99 10007 2594 5 MP
307     PP
308     0 sg
309     0 0 202 -99 -202 -99 -203 99 203 99 10007 2594 6 MP stroke
310     /c17 { 1.000000 0.687500 0.000000 sr} bdef
311     c17
312     202 -99 -202 -99 -203 99 203 99 10007 2594 5 MP
313     PP
314     0 sg
315     0 0 202 -99 -202 -99 -203 99 203 99 10007 2594 6 MP stroke
316     c17
317     202 -99 -202 -99 -202 99 202 99 3389 2594 5 MP
318     PP
319     0 sg
320     0 0 202 -99 -202 -99 -202 99 202 99 3389 2594 6 MP stroke
321     /c18 { 1.000000 0.375000 0.000000 sr} bdef
322     c18
323     202 -99 -202 -99 -202 99 202 99 10007 2594 5 MP
324     PP
325     0 sg
326     0 0 202 -99 -202 -99 -202 99 202 99 10007 2594 6 MP stroke
327     c18
328     202 -99 -202 -99 -202 99 202 99 3389 2594 5 MP
329     PP
330     0 sg
331     0 0 202 -99 -202 -99 -202 99 202 99 3389 2594 6 MP stroke
332     /c19 { 1.000000 0.062500 0.000000 sr} bdef
333     c19
334     201 -99 -201 -98 -202 98 202 99 3389 2594 5 MP
335     PP
336     0 sg
337     0 0 201 -99 -201 -98 -202 98 202 99 3389 2594 6 MP stroke
338     c19
339     201 -99 -201 -98 -202 98 202 99 10007 2594 5 MP
340     PP
341     0 sg
342     0 0 201 -99 -201 -98 -202 98 202 99 10007 2594 6 MP stroke
343     /c20 { 0.750000 0.000000 0.000000 sr} bdef
344     c20
345     201 -98 -201 -98 -201 98 201 98 3389 2595 5 MP
346     PP
347     0 sg
348     0 0 201 -98 -201 -98 -201 98 201 98 3389 2595 6 MP stroke
349     c20
350     201 -98 -201 -98 -201 98 201 98 10007 2595 5 MP
351     PP
352     0 sg
353     0 0 201 -98 -201 -98 -201 98 201 98 10007 2595 6 MP stroke
354     /c21 { 0.500000 0.000000 0.000000 sr} bdef
355     c21
356     200 -98 -200 -98 -201 98 201 98 10007 2595 5 MP
357     PP
358     0 sg
359     0 0 200 -98 -200 -98 -201 98 201 98 10007 2595 6 MP stroke
360     c21
361     201 -98 -201 -98 -201 98 201 98 3389 2595 5 MP
362     PP
363     0 sg
364     0 0 201 -98 -201 -98 -201 98 201 98 3389 2595 6 MP stroke
365     c10
366     207 -48 105 -51 -105 -52 -207 -48 0 100 0 99 12076 2796 7 MP
367     PP
368     0 sg
369     0 0 207 -48 105 -51 -105 -52 -207 -48 0 100 0 99 12076 2796 8 MP stroke
370     c8
371     1 -70 0 -101 -1 -85 -188 85 39 101 149 70 1735 1915 7 MP
372     PP
373     0 sg
374     0 0 1 -70 0 -101 -1 -85 -188 85 39 101 149 70 1735 1915 8 MP stroke
375     c11
376     207 -65 71 -34 -71 -35 -207 -64 0 99 0 99 12076 2796 7 MP
377     PP
378     0 sg
379     0 0 207 -65 71 -34 -71 -35 -207 -64 0 99 0 99 12076 2796 8 MP stroke
380     c12
381     207 -80 37 -18 -37 -18 -207 -81 0 99 0 98 12076 2797 7 MP
382     PP
383     0 sg
384     0 0 207 -80 37 -18 -37 -18 -207 -81 0 99 0 98 12076 2797 8 MP stroke
385     c13
386     207 -97 3 -1 -3 -2 -207 -96 0 98 0 98 12076 2797 7 MP
387     PP
388     0 sg
389     0 0 207 -97 3 -1 -3 -2 -207 -96 0 98 0 98 12076 2797 8 MP stroke
390     c8
391     1 -100 -1 -100 -204 100 204 100 1735 2694 5 MP
392     PP
393     0 sg
394     0 0 1 -100 -1 -100 -204 100 204 100 1735 2694 6 MP stroke
395     c9
396     1 -99 -1 -99 -202 99 202 99 1735 2695 5 MP
397     PP
398     0 sg
399     0 0 1 -99 -1 -99 -202 99 202 99 1735 2695 6 MP stroke
400     c14
401     206 -97 -206 -97 0 97 0 97 12076 2798 5 MP
402     PP
403     0 sg
404     0 0 206 -97 -206 -97 0 97 0 97 12076 2798 6 MP stroke
405     c8
406     205 -98 -205 -97 0 97 0 98 12076 2393 5 MP
407     PP
408     0 sg
409     0 0 205 -98 -205 -97 0 97 0 98 12076 2393 6 MP stroke
410     c15
411     205 -96 -205 -97 0 97 0 96 12076 2799 5 MP
412     PP
413     0 sg
414     0 0 205 -96 -205 -97 0 97 0 96 12076 2799 6 MP stroke
415     c10
416     1 -98 -1 -98 -200 98 200 98 1735 2696 5 MP
417     PP
418     0 sg
419     0 0 1 -98 -1 -98 -200 98 200 98 1735 2696 6 MP stroke
420     c16
421     204 -96 -204 -96 0 96 0 96 12076 2799 5 MP
422     PP
423     0 sg
424     0 0 204 -96 -204 -96 0 96 0 96 12076 2799 6 MP stroke
425     c17
426     203 -95 -203 -96 0 96 0 95 12076 2800 5 MP
427     PP
428     0 sg
429     0 0 203 -95 -203 -96 0 96 0 95 12076 2800 6 MP stroke
430     c11
431     1 -97 -1 -97 -198 97 198 97 1735 2697 5 MP
432     PP
433     0 sg
434     0 0 1 -97 -1 -97 -198 97 198 97 1735 2697 6 MP stroke
435     c18
436     201 -95 -201 -95 0 95 0 95 12076 2800 5 MP
437     PP
438     0 sg
439     0 0 201 -95 -201 -95 0 95 0 95 12076 2800 6 MP stroke
440     c19
441     200 -94 -200 -95 0 95 0 94 12076 2801 5 MP
442     PP
443     0 sg
444     0 0 200 -94 -200 -95 0 95 0 94 12076 2801 6 MP stroke
445     c12
446     1 -96 -1 -96 -195 96 195 96 1735 2698 5 MP
447     PP
448     0 sg
449     0 0 1 -96 -1 -96 -195 96 195 96 1735 2698 6 MP stroke
450     c20
451     199 -94 -199 -94 0 94 0 94 12076 2801 5 MP
452     PP
453     0 sg
454     0 0 199 -94 -199 -94 0 94 0 94 12076 2801 6 MP stroke
455     c9
456     1 -39 0 -101 -1 -68 -151 68 68 101 83 39 1735 1946 7 MP
457     PP
458     0 sg
459     0 0 1 -39 0 -101 -1 -68 -151 68 68 101 83 39 1735 1946 8 MP stroke
460     c9
461     197 -94 -197 -93 0 93 0 94 12076 2397 5 MP
462     PP
463     0 sg
464     0 0 197 -94 -197 -93 0 93 0 94 12076 2397 6 MP stroke
465     c21
466     198 -93 -198 -93 0 93 0 93 12076 2802 5 MP
467     PP
468     0 sg
469     0 0 198 -93 -198 -93 0 93 0 93 12076 2802 6 MP stroke
470     c13
471     1 -95 -1 -95 -193 95 193 95 1735 2699 5 MP
472     PP
473     0 sg
474     0 0 1 -95 -1 -95 -193 95 193 95 1735 2699 6 MP stroke
475     c14
476     1 -94 -1 -94 -191 94 191 94 1735 2700 5 MP
477     PP
478     0 sg
479     0 0 1 -94 -1 -94 -191 94 191 94 1735 2700 6 MP stroke
480     c8
481     1 -44 -1 -34 -206 5 -130 29 130 29 206 15 1735 828 7 MP
482     PP
483     0 sg
484     0 0 1 -44 -1 -34 -206 5 -130 29 130 29 206 15 1735 828 8 MP stroke
485     c15
486     1 -93 -1 -93 -189 93 189 93 1735 2701 5 MP
487     PP
488     0 sg
489     0 0 1 -93 -1 -93 -189 93 189 93 1735 2701 6 MP stroke
490     c16
491     1 -91 -1 -92 -187 92 187 91 1735 2703 5 MP
492     PP
493     0 sg
494     0 0 1 -91 -1 -92 -187 92 187 91 1735 2703 6 MP stroke
495     c10
496     189 -90 -189 -90 0 90 0 90 12076 2401 5 MP
497     PP
498     0 sg
499     0 0 189 -90 -189 -90 0 90 0 90 12076 2401 6 MP stroke
500     c17
501     1 -90 -1 -91 -185 91 185 90 1735 2704 5 MP
502     PP
503     0 sg
504     0 0 1 -90 -1 -91 -185 91 185 90 1735 2704 6 MP stroke
505     c18
506     1 -89 -1 -90 -182 90 182 89 1735 2705 5 MP
507     PP
508     0 sg
509     0 0 1 -89 -1 -90 -182 90 182 89 1735 2705 6 MP stroke
510     c19
511     1 -88 -1 -88 -180 88 180 88 1735 2706 5 MP
512     PP
513     0 sg
514     0 0 1 -88 -1 -88 -180 88 180 88 1735 2706 6 MP stroke
515     c20
516     1 -87 -1 -87 -178 87 178 87 1735 2707 5 MP
517     PP
518     0 sg
519     0 0 1 -87 -1 -87 -178 87 178 87 1735 2707 6 MP stroke
520     c11
521     181 -87 -181 -86 0 86 0 87 12076 2404 5 MP
522     PP
523     0 sg
524     0 0 181 -87 -181 -86 0 86 0 87 12076 2404 6 MP stroke
525     c21
526     1 -86 -1 -86 -176 86 176 86 1735 2708 5 MP
527     PP
528     0 sg
529     0 0 1 -86 -1 -86 -176 86 176 86 1735 2708 6 MP stroke
530     c12
531     174 -83 -174 -82 0 82 0 83 12076 2408 5 MP
532     PP
533     0 sg
534     0 0 174 -83 -174 -82 0 82 0 83 12076 2408 6 MP stroke
535     c13
536     166 -79 -166 -78 0 78 0 79 12076 2412 5 MP
537     PP
538     0 sg
539     0 0 166 -79 -166 -78 0 78 0 79 12076 2412 6 MP stroke
540     c14
541     158 -75 -158 -75 0 75 0 75 12076 2416 5 MP
542     PP
543     0 sg
544     0 0 158 -75 -158 -75 0 75 0 75 12076 2416 6 MP stroke
545     c15
546     150 -72 -150 -71 0 71 0 72 12076 2419 5 MP
547     PP
548     0 sg
549     0 0 150 -72 -150 -71 0 71 0 72 12076 2419 6 MP stroke
550     c8
551     1 -60 -1 -76 -141 76 141 60 1735 1217 5 MP
552     PP
553     0 sg
554     0 0 1 -60 -1 -76 -141 76 141 60 1735 1217 6 MP stroke
555     c16
556     142 -68 -142 -67 0 67 0 68 12076 2423 5 MP
557     PP
558     0 sg
559     0 0 142 -68 -142 -67 0 67 0 68 12076 2423 6 MP stroke
560     c10
561     1 -8 0 -101 -1 -51 -113 51 97 101 16 8 1735 1977 7 MP
562     PP
563     0 sg
564     0 0 1 -8 0 -101 -1 -51 -113 51 97 101 16 8 1735 1977 8 MP stroke
565     c17
566     134 -64 -134 -63 0 63 0 64 12076 2427 5 MP
567     PP
568     0 sg
569     0 0 134 -64 -134 -63 0 63 0 64 12076 2427 6 MP stroke
570     c18
571     127 -60 -127 -60 0 60 0 60 12076 2431 5 MP
572     PP
573     0 sg
574     0 0 127 -60 -127 -60 0 60 0 60 12076 2431 6 MP stroke
575     c19
576     119 -57 -119 -56 0 56 0 57 12076 2434 5 MP
577     PP
578     0 sg
579     0 0 119 -57 -119 -56 0 56 0 57 12076 2434 6 MP stroke
580     c20
581     111 -53 -111 -52 0 52 0 53 12076 2438 5 MP
582     PP
583     0 sg
584     0 0 111 -53 -111 -52 0 52 0 53 12076 2438 6 MP stroke
585     c21
586     103 -49 -103 -49 0 49 0 49 12076 2442 5 MP
587     PP
588     0 sg
589     0 0 103 -49 -103 -49 0 49 0 49 12076 2442 6 MP stroke
590     c11
591     1 -74 -1 -34 -76 34 76 74 1735 2012 5 MP
592     PP
593     0 sg
594     0 0 1 -74 -1 -34 -76 34 76 74 1735 2012 6 MP stroke
595     c8
596     1 -32 -1 -31 -78 31 78 32 1735 537 5 MP
597     PP
598     0 sg
599     0 0 1 -32 -1 -31 -78 31 78 32 1735 537 6 MP stroke
600     c12
601     1 -38 -1 -18 -39 18 39 38 1735 2048 5 MP
602     PP
603     0 sg
604     0 0 1 -38 -1 -18 -39 18 39 38 1735 2048 6 MP stroke
605     c9
606     1 -20 -1 -25 -46 25 46 20 1735 1257 5 MP
607     PP
608     0 sg
609     0 0 1 -20 -1 -25 -46 25 46 20 1735 1257 6 MP stroke
610     c13
611     1 -2 -1 -1 -1 1 1 2 1735 2084 5 MP
612     PP
613     0 sg
614     0 0 1 -2 -1 -1 -1 1 1 2 1735 2084 6 MP stroke
615     gr
616    
617     0 sg
618     %%IncludeResource: font Helvetica
619     /Helvetica /ISOLatin1Encoding 120 FMSR
620    
621     1718 3141 mt
622     ( ) s
623     12060 524 mt
624     ( ) s
625     4 w
626     DO
627     SO
628     6 w
629     1735 3098 mt 12076 3098 L
630     1735 482 mt 12076 482 L
631     1735 3098 mt 1735 482 L
632     12076 3098 mt 12076 482 L
633     1735 3098 mt 12076 3098 L
634     1735 3098 mt 1735 482 L
635     1735 3098 mt 1735 2994 L
636     1735 482 mt 1735 585 L
637     2769 3098 mt 2769 2994 L
638     2769 482 mt 2769 585 L
639     3803 3098 mt 3803 2994 L
640     3803 482 mt 3803 585 L
641     4837 3098 mt 4837 2994 L
642     4837 482 mt 4837 585 L
643     5871 3098 mt 5871 2994 L
644     5871 482 mt 5871 585 L
645     6905 3098 mt 6905 2994 L
646     6905 482 mt 6905 585 L
647     7939 3098 mt 7939 2994 L
648     7939 482 mt 7939 585 L
649     8973 3098 mt 8973 2994 L
650     8973 482 mt 8973 585 L
651     10007 3098 mt 10007 2994 L
652     10007 482 mt 10007 585 L
653     11041 3098 mt 11041 2994 L
654     11041 482 mt 11041 585 L
655     12076 3098 mt 12076 2994 L
656     12076 482 mt 12076 585 L
657     1735 3098 mt 1838 3098 L
658     12076 3098 mt 11972 3098 L
659     1634 3142 mt
660     (0) s
661     1735 2836 mt 1838 2836 L
662     12076 2836 mt 11972 2836 L
663     1534 2880 mt
664     (0.5) s
665     1735 2574 mt 1838 2574 L
666     12076 2574 mt 11972 2574 L
667     1634 2618 mt
668     (1) s
669     1735 2313 mt 1838 2313 L
670     12076 2313 mt 11972 2313 L
671     1534 2357 mt
672     (1.5) s
673     1735 2051 mt 1838 2051 L
674     12076 2051 mt 11972 2051 L
675     1634 2095 mt
676     (2) s
677     1735 1790 mt 1838 1790 L
678     12076 1790 mt 11972 1790 L
679     1534 1834 mt
680     (2.5) s
681     1735 1528 mt 1838 1528 L
682     12076 1528 mt 11972 1528 L
683     1634 1572 mt
684     (3) s
685     1735 1266 mt 1838 1266 L
686     12076 1266 mt 11972 1266 L
687     1534 1310 mt
688     (3.5) s
689     1735 1005 mt 1838 1005 L
690     12076 1005 mt 11972 1005 L
691     1634 1049 mt
692     (4) s
693     1735 743 mt 1838 743 L
694     12076 743 mt 11972 743 L
695     1534 787 mt
696     (4.5) s
697     1735 482 mt 1838 482 L
698     12076 482 mt 11972 482 L
699     1634 526 mt
700     (5) s
701     1735 3098 mt 12076 3098 L
702     1735 482 mt 12076 482 L
703     1735 3098 mt 1735 482 L
704     12076 3098 mt 12076 482 L
705     1 sg
706     0 2617 10341 0 0 -2617 1735 5715 4 MP
707     PP
708     -10341 0 0 2617 10341 0 0 -2617 1735 5715 5 MP stroke
709     gs 1735 3098 10342 2618 rc
710     c8
711     1 -7 -1 -5 -115 -96 -91 -34 -207 -16 -207 17 -147 33 147 36
712     207 29 166 36 41 14 206 -7 1735 4089 13 MP
713     PP
714     0 sg
715     0 0 1 -7 -1 -5 -115 -96 -91 -34 -207 -16 -207 17 -147 33
716     147 36 207 29 166 36 41 14 206 -7 1735 4089 14 MP stroke
717     c8
718     207 -17 170 -83 -170 -83 -207 -18 0 101 0 100 12076 5412 7 MP
719     PP
720     0 sg
721     0 0 207 -17 170 -83 -170 -83 -207 -18 0 101 0 100 12076 5412 8 MP stroke
722     c9
723     207 -35 134 -65 -134 -65 -207 -35 0 100 0 100 12076 5412 7 MP
724     PP
725     0 sg
726     0 0 207 -35 134 -65 -134 -65 -207 -35 0 100 0 100 12076 5412 8 MP stroke
727     c8
728     206 -101 -206 -101 -206 101 206 101 3389 5209 5 MP
729     PP
730     0 sg
731     0 0 206 -101 -206 -101 -206 101 206 101 3389 5209 6 MP stroke
732     c8
733     206 -101 -206 -101 -207 101 207 101 10007 5209 5 MP
734     PP
735     0 sg
736     0 0 206 -101 -206 -101 -207 101 207 101 10007 5209 6 MP stroke
737     c9
738     206 -101 -206 -101 -206 101 206 101 10007 5209 5 MP
739     PP
740     0 sg
741     0 0 206 -101 -206 -101 -206 101 206 101 10007 5209 6 MP stroke
742     c9
743     206 -101 -206 -101 -206 101 206 101 3389 5209 5 MP
744     PP
745     0 sg
746     0 0 206 -101 -206 -101 -206 101 206 101 3389 5209 6 MP stroke
747     c10
748     205 -101 -205 -100 -206 100 206 101 3389 5209 5 MP
749     PP
750     0 sg
751     0 0 205 -101 -205 -100 -206 100 206 101 3389 5209 6 MP stroke
752     c10
753     205 -101 -205 -100 -206 100 206 101 10007 5209 5 MP
754     PP
755     0 sg
756     0 0 205 -101 -205 -100 -206 100 206 101 10007 5209 6 MP stroke
757     c11
758     205 -101 -205 -100 -205 100 205 101 3389 5209 5 MP
759     PP
760     0 sg
761     0 0 205 -101 -205 -100 -205 100 205 101 3389 5209 6 MP stroke
762     c11
763     205 -101 -205 -100 -205 100 205 101 10007 5209 5 MP
764     PP
765     0 sg
766     0 0 205 -101 -205 -100 -205 100 205 101 10007 5209 6 MP stroke
767     c12
768     205 -100 -205 -100 -205 100 205 100 3389 5210 5 MP
769     PP
770     0 sg
771     0 0 205 -100 -205 -100 -205 100 205 100 3389 5210 6 MP stroke
772     c12
773     204 -100 -204 -100 -205 100 205 100 10007 5210 5 MP
774     PP
775     0 sg
776     0 0 204 -100 -204 -100 -205 100 205 100 10007 5210 6 MP stroke
777     c13
778     204 -100 -204 -100 -204 100 204 100 3389 5210 5 MP
779     PP
780     0 sg
781     0 0 204 -100 -204 -100 -204 100 204 100 3389 5210 6 MP stroke
782     c13
783     204 -100 -204 -100 -204 100 204 100 10007 5210 5 MP
784     PP
785     0 sg
786     0 0 204 -100 -204 -100 -204 100 204 100 10007 5210 6 MP stroke
787     c14
788     204 -100 -204 -99 -204 99 204 100 3389 5210 5 MP
789     PP
790     0 sg
791     0 0 204 -100 -204 -99 -204 99 204 100 3389 5210 6 MP stroke
792     c14
793     203 -100 -203 -99 -204 99 204 100 10007 5210 5 MP
794     PP
795     0 sg
796     0 0 203 -100 -203 -99 -204 99 204 100 10007 5210 6 MP stroke
797     c15
798     203 -100 -203 -99 -203 99 203 100 3389 5210 5 MP
799     PP
800     0 sg
801     0 0 203 -100 -203 -99 -203 99 203 100 3389 5210 6 MP stroke
802     c15
803     203 -100 -203 -99 -204 99 204 100 10007 5210 5 MP
804     PP
805     0 sg
806     0 0 203 -100 -203 -99 -204 99 204 100 10007 5210 6 MP stroke
807     c16
808     203 -99 -203 -99 -203 99 203 99 3389 5211 5 MP
809     PP
810     0 sg
811     0 0 203 -99 -203 -99 -203 99 203 99 3389 5211 6 MP stroke
812     c16
813     202 -99 -202 -99 -203 99 203 99 10007 5211 5 MP
814     PP
815     0 sg
816     0 0 202 -99 -202 -99 -203 99 203 99 10007 5211 6 MP stroke
817     c17
818     202 -99 -202 -99 -203 99 203 99 10007 5211 5 MP
819     PP
820     0 sg
821     0 0 202 -99 -202 -99 -203 99 203 99 10007 5211 6 MP stroke
822     c17
823     202 -99 -202 -99 -202 99 202 99 3389 5211 5 MP
824     PP
825     0 sg
826     0 0 202 -99 -202 -99 -202 99 202 99 3389 5211 6 MP stroke
827     c18
828     202 -99 -202 -99 -202 99 202 99 10007 5211 5 MP
829     PP
830     0 sg
831     0 0 202 -99 -202 -99 -202 99 202 99 10007 5211 6 MP stroke
832     c18
833     202 -99 -202 -99 -202 99 202 99 3389 5211 5 MP
834     PP
835     0 sg
836     0 0 202 -99 -202 -99 -202 99 202 99 3389 5211 6 MP stroke
837     c19
838     201 -99 -201 -98 -202 98 202 99 3389 5211 5 MP
839     PP
840     0 sg
841     0 0 201 -99 -201 -98 -202 98 202 99 3389 5211 6 MP stroke
842     c19
843     201 -99 -201 -98 -202 98 202 99 10007 5211 5 MP
844     PP
845     0 sg
846     0 0 201 -99 -201 -98 -202 98 202 99 10007 5211 6 MP stroke
847     c20
848     201 -99 -201 -98 -201 98 201 99 3389 5211 5 MP
849     PP
850     0 sg
851     0 0 201 -99 -201 -98 -201 98 201 99 3389 5211 6 MP stroke
852     c20
853     201 -99 -201 -98 -201 98 201 99 10007 5211 5 MP
854     PP
855     0 sg
856     0 0 201 -99 -201 -98 -201 98 201 99 10007 5211 6 MP stroke
857     c21
858     200 -98 -200 -98 -201 98 201 98 10007 5212 5 MP
859     PP
860     0 sg
861     0 0 200 -98 -200 -98 -201 98 201 98 10007 5212 6 MP stroke
862     c21
863     201 -98 -201 -98 -201 98 201 98 3389 5212 5 MP
864     PP
865     0 sg
866     0 0 201 -98 -201 -98 -201 98 201 98 3389 5212 6 MP stroke
867     c10
868     207 -52 97 -47 -97 -47 -207 -53 0 100 0 99 12076 5413 7 MP
869     PP
870     0 sg
871     0 0 207 -52 97 -47 -97 -47 -207 -53 0 100 0 99 12076 5413 8 MP stroke
872     c8
873     1 -71 0 -101 -1 -84 -188 84 38 101 150 71 1735 4531 7 MP
874     PP
875     0 sg
876     0 0 1 -71 0 -101 -1 -84 -188 84 38 101 150 71 1735 4531 8 MP stroke
877     c11
878     207 -70 60 -29 -60 -30 -207 -69 0 99 0 99 12076 5413 7 MP
879     PP
880     0 sg
881     0 0 207 -70 60 -29 -60 -30 -207 -69 0 99 0 99 12076 5413 8 MP stroke
882     c12
883     207 -87 24 -11 -24 -12 -207 -87 0 99 0 98 12076 5414 7 MP
884     PP
885     0 sg
886     0 0 207 -87 24 -11 -24 -12 -207 -87 0 99 0 98 12076 5414 8 MP stroke
887     c8
888     1 -100 -1 -100 -204 100 204 100 1735 5311 5 MP
889     PP
890     0 sg
891     0 0 1 -100 -1 -100 -204 100 204 100 1735 5311 6 MP stroke
892     c13
893     207 -98 -207 -98 0 98 0 98 12076 5414 5 MP
894     PP
895     0 sg
896     0 0 207 -98 -207 -98 0 98 0 98 12076 5414 6 MP stroke
897     c9
898     1 -99 -1 -99 -202 99 202 99 1735 5312 5 MP
899     PP
900     0 sg
901     0 0 1 -99 -1 -99 -202 99 202 99 1735 5312 6 MP stroke
902     c14
903     206 -97 -206 -97 0 97 0 97 12076 5415 5 MP
904     PP
905     0 sg
906     0 0 206 -97 -206 -97 0 97 0 97 12076 5415 6 MP stroke
907     c8
908     204 -97 -204 -98 0 98 0 97 12076 5010 5 MP
909     PP
910     0 sg
911     0 0 204 -97 -204 -98 0 98 0 97 12076 5010 6 MP stroke
912     c15
913     205 -97 -205 -97 0 97 0 97 12076 5415 5 MP
914     PP
915     0 sg
916     0 0 205 -97 -205 -97 0 97 0 97 12076 5415 6 MP stroke
917     c10
918     1 -98 -1 -98 -200 98 200 98 1735 5313 5 MP
919     PP
920     0 sg
921     0 0 1 -98 -1 -98 -200 98 200 98 1735 5313 6 MP stroke
922     c16
923     203 -96 -203 -96 0 96 0 96 12076 5416 5 MP
924     PP
925     0 sg
926     0 0 203 -96 -203 -96 0 96 0 96 12076 5416 6 MP stroke
927     c17
928     202 -95 -202 -96 0 96 0 95 12076 5417 5 MP
929     PP
930     0 sg
931     0 0 202 -95 -202 -96 0 96 0 95 12076 5417 6 MP stroke
932     c11
933     1 -97 -1 -97 -198 97 198 97 1735 5314 5 MP
934     PP
935     0 sg
936     0 0 1 -97 -1 -97 -198 97 198 97 1735 5314 6 MP stroke
937     c18
938     201 -95 -201 -95 0 95 0 95 12076 5417 5 MP
939     PP
940     0 sg
941     0 0 201 -95 -201 -95 0 95 0 95 12076 5417 6 MP stroke
942     c19
943     200 -94 -200 -95 0 95 0 94 12076 5418 5 MP
944     PP
945     0 sg
946     0 0 200 -94 -200 -95 0 95 0 94 12076 5418 6 MP stroke
947     c12
948     1 -96 -1 -96 -195 96 195 96 1735 5315 5 MP
949     PP
950     0 sg
951     0 0 1 -96 -1 -96 -195 96 195 96 1735 5315 6 MP stroke
952     c9
953     1 -40 0 -101 -1 -67 -151 67 68 101 83 40 1735 4562 7 MP
954     PP
955     0 sg
956     0 0 1 -40 0 -101 -1 -67 -151 67 68 101 83 40 1735 4562 8 MP stroke
957     c20
958     199 -94 -199 -94 0 94 0 94 12076 5418 5 MP
959     PP
960     0 sg
961     0 0 199 -94 -199 -94 0 94 0 94 12076 5418 6 MP stroke
962     c9
963     197 -93 -197 -94 0 94 0 93 12076 5014 5 MP
964     PP
965     0 sg
966     0 0 197 -93 -197 -94 0 94 0 93 12076 5014 6 MP stroke
967     c13
968     1 -95 -1 -95 -193 95 193 95 1735 5316 5 MP
969     PP
970     0 sg
971     0 0 1 -95 -1 -95 -193 95 193 95 1735 5316 6 MP stroke
972     c21
973     197 -93 -197 -93 0 93 0 93 12076 5419 5 MP
974     PP
975     0 sg
976     0 0 197 -93 -197 -93 0 93 0 93 12076 5419 6 MP stroke
977     c14
978     1 -94 -1 -94 -191 94 191 94 1735 5317 5 MP
979     PP
980     0 sg
981     0 0 1 -94 -1 -94 -191 94 191 94 1735 5317 6 MP stroke
982     c8
983     1 -44 -1 -33 -206 6 -129 27 129 30 206 14 1735 3445 7 MP
984     PP
985     0 sg
986     0 0 1 -44 -1 -33 -206 6 -129 27 129 30 206 14 1735 3445 8 MP stroke
987     c15
988     1 -93 -1 -93 -189 93 189 93 1735 5318 5 MP
989     PP
990     0 sg
991     0 0 1 -93 -1 -93 -189 93 189 93 1735 5318 6 MP stroke
992     c16
993     1 -92 -1 -92 -187 92 187 92 1735 5319 5 MP
994     PP
995     0 sg
996     0 0 1 -92 -1 -92 -187 92 187 92 1735 5319 6 MP stroke
997     c10
998     189 -90 -189 -90 0 90 0 90 12076 5017 5 MP
999     PP
1000     0 sg
1001     0 0 189 -90 -189 -90 0 90 0 90 12076 5017 6 MP stroke
1002     c17
1003     1 -91 -1 -91 -185 91 185 91 1735 5320 5 MP
1004     PP
1005     0 sg
1006     0 0 1 -91 -1 -91 -185 91 185 91 1735 5320 6 MP stroke
1007     c18
1008     1 -90 -1 -89 -182 89 182 90 1735 5321 5 MP
1009     PP
1010     0 sg
1011     0 0 1 -90 -1 -89 -182 89 182 90 1735 5321 6 MP stroke
1012     c19
1013     1 -88 -1 -88 -180 88 180 88 1735 5323 5 MP
1014     PP
1015     0 sg
1016     0 0 1 -88 -1 -88 -180 88 180 88 1735 5323 6 MP stroke
1017     c20
1018     1 -87 -1 -87 -178 87 178 87 1735 5324 5 MP
1019     PP
1020     0 sg
1021     0 0 1 -87 -1 -87 -178 87 178 87 1735 5324 6 MP stroke
1022     c11
1023     181 -86 -181 -87 0 87 0 86 12076 5021 5 MP
1024     PP
1025     0 sg
1026     0 0 181 -86 -181 -87 0 87 0 86 12076 5021 6 MP stroke
1027     c21
1028     1 -86 -1 -86 -176 86 176 86 1735 5325 5 MP
1029     PP
1030     0 sg
1031     0 0 1 -86 -1 -86 -176 86 176 86 1735 5325 6 MP stroke
1032     c12
1033     173 -82 -173 -83 0 83 0 82 12076 5025 5 MP
1034     PP
1035     0 sg
1036     0 0 173 -82 -173 -83 0 83 0 82 12076 5025 6 MP stroke
1037     c13
1038     165 -78 -165 -79 0 79 0 78 12076 5029 5 MP
1039     PP
1040     0 sg
1041     0 0 165 -78 -165 -79 0 79 0 78 12076 5029 6 MP stroke
1042     c14
1043     158 -75 -158 -76 0 76 0 75 12076 5032 5 MP
1044     PP
1045     0 sg
1046     0 0 158 -75 -158 -76 0 76 0 75 12076 5032 6 MP stroke
1047     c15
1048     150 -71 -150 -72 0 72 0 71 12076 5036 5 MP
1049     PP
1050     0 sg
1051     0 0 150 -71 -150 -72 0 72 0 71 12076 5036 6 MP stroke
1052     c8
1053     1 -60 -1 -76 -141 76 141 60 1735 3833 5 MP
1054     PP
1055     0 sg
1056     0 0 1 -60 -1 -76 -141 76 141 60 1735 3833 6 MP stroke
1057     c16
1058     142 -67 -142 -68 0 68 0 67 12076 5040 5 MP
1059     PP
1060     0 sg
1061     0 0 142 -67 -142 -68 0 68 0 67 12076 5040 6 MP stroke
1062     c10
1063     1 -9 0 -101 -1 -50 -113 50 96 101 17 9 1735 4593 7 MP
1064     PP
1065     0 sg
1066     0 0 1 -9 0 -101 -1 -50 -113 50 96 101 17 9 1735 4593 8 MP stroke
1067     c17
1068     134 -63 -134 -64 0 64 0 63 12076 5044 5 MP
1069     PP
1070     0 sg
1071     0 0 134 -63 -134 -64 0 64 0 63 12076 5044 6 MP stroke
1072     c18
1073     126 -60 -126 -61 0 61 0 60 12076 5047 5 MP
1074     PP
1075     0 sg
1076     0 0 126 -60 -126 -61 0 61 0 60 12076 5047 6 MP stroke
1077     c19
1078     119 -56 -119 -57 0 57 0 56 12076 5051 5 MP
1079     PP
1080     0 sg
1081     0 0 119 -56 -119 -57 0 57 0 56 12076 5051 6 MP stroke
1082     c20
1083     111 -52 -111 -53 0 53 0 52 12076 5055 5 MP
1084     PP
1085     0 sg
1086     0 0 111 -52 -111 -53 0 53 0 52 12076 5055 6 MP stroke
1087     c21
1088     103 -49 -103 -49 0 49 0 49 12076 5058 5 MP
1089     PP
1090     0 sg
1091     0 0 103 -49 -103 -49 0 49 0 49 12076 5058 6 MP stroke
1092     c11
1093     1 -74 -1 -34 -75 34 75 74 1735 4629 5 MP
1094     PP
1095     0 sg
1096     0 0 1 -74 -1 -34 -75 34 75 74 1735 4629 6 MP stroke
1097     c8
1098     1 -31 -1 -31 -78 31 78 31 1735 3154 5 MP
1099     PP
1100     0 sg
1101     0 0 1 -31 -1 -31 -78 31 78 31 1735 3154 6 MP stroke
1102     c12
1103     1 -37 -1 -17 -37 17 37 37 1735 4666 5 MP
1104     PP
1105     0 sg
1106     0 0 1 -37 -1 -17 -37 17 37 37 1735 4666 6 MP stroke
1107     c9
1108     1 -19 -1 -25 -45 25 45 19 1735 3874 5 MP
1109     PP
1110     0 sg
1111     0 0 1 -19 -1 -25 -45 25 45 19 1735 3874 6 MP stroke
1112     c13
1113     1 -1 -1 0 0 0 0 1 1735 4702 5 MP
1114     PP
1115     0 sg
1116     0 0 1 -1 -1 0 0 0 0 1 1735 4702 6 MP stroke
1117     gr
1118    
1119     0 sg
1120     1718 5758 mt
1121     ( ) s
1122     12060 3140 mt
1123     ( ) s
1124     4 w
1125     DO
1126     SO
1127     6 w
1128     1735 5715 mt 12076 5715 L
1129     1735 3098 mt 12076 3098 L
1130     1735 5715 mt 1735 3098 L
1131     12076 5715 mt 12076 3098 L
1132     1735 5715 mt 12076 5715 L
1133     1735 5715 mt 1735 3098 L
1134     1735 5715 mt 1735 5611 L
1135     1735 3098 mt 1735 3201 L
1136     1632 5860 mt
1137     (-1) s
1138     2769 5715 mt 2769 5611 L
1139     2769 3098 mt 2769 3201 L
1140     2616 5860 mt
1141     (-0.8) s
1142     3803 5715 mt 3803 5611 L
1143     3803 3098 mt 3803 3201 L
1144     3650 5860 mt
1145     (-0.6) s
1146     4837 5715 mt 4837 5611 L
1147     4837 3098 mt 4837 3201 L
1148     4684 5860 mt
1149     (-0.4) s
1150     5871 5715 mt 5871 5611 L
1151     5871 3098 mt 5871 3201 L
1152     5718 5860 mt
1153     (-0.2) s
1154     6905 5715 mt 6905 5611 L
1155     6905 3098 mt 6905 3201 L
1156     6872 5860 mt
1157     (0) s
1158     7939 5715 mt 7939 5611 L
1159     7939 3098 mt 7939 3201 L
1160     7856 5860 mt
1161     (0.2) s
1162     8973 5715 mt 8973 5611 L
1163     8973 3098 mt 8973 3201 L
1164     8890 5860 mt
1165     (0.4) s
1166     10007 5715 mt 10007 5611 L
1167     10007 3098 mt 10007 3201 L
1168     9924 5860 mt
1169     (0.6) s
1170     11041 5715 mt 11041 5611 L
1171     11041 3098 mt 11041 3201 L
1172     10958 5860 mt
1173     (0.8) s
1174     12076 5715 mt 12076 5611 L
1175     12076 3098 mt 12076 3201 L
1176     12043 5860 mt
1177     (1) s
1178     1735 5715 mt 1838 5715 L
1179     12076 5715 mt 11972 5715 L
1180     1634 5759 mt
1181     (0) s
1182     1735 5453 mt 1838 5453 L
1183     12076 5453 mt 11972 5453 L
1184     1534 5497 mt
1185     (0.5) s
1186     1735 5191 mt 1838 5191 L
1187     12076 5191 mt 11972 5191 L
1188     1634 5235 mt
1189     (1) s
1190     1735 4929 mt 1838 4929 L
1191     12076 4929 mt 11972 4929 L
1192     1534 4973 mt
1193     (1.5) s
1194     1735 4668 mt 1838 4668 L
1195     12076 4668 mt 11972 4668 L
1196     1634 4712 mt
1197     (2) s
1198     1735 4406 mt 1838 4406 L
1199     12076 4406 mt 11972 4406 L
1200     1534 4450 mt
1201     (2.5) s
1202     1735 4144 mt 1838 4144 L
1203     12076 4144 mt 11972 4144 L
1204     1634 4188 mt
1205     (3) s
1206     1735 3883 mt 1838 3883 L
1207     12076 3883 mt 11972 3883 L
1208     1534 3927 mt
1209     (3.5) s
1210     1735 3621 mt 1838 3621 L
1211     12076 3621 mt 11972 3621 L
1212     1634 3665 mt
1213     (4) s
1214     1735 3359 mt 1838 3359 L
1215     12076 3359 mt 11972 3359 L
1216     1534 3403 mt
1217     (4.5) s
1218     1735 3098 mt 1838 3098 L
1219     12076 3098 mt 11972 3098 L
1220     1634 3142 mt
1221     (5) s
1222     1735 5715 mt 12076 5715 L
1223     1735 3098 mt 12076 3098 L
1224     1735 5715 mt 1735 3098 L
1225     12076 5715 mt 12076 3098 L
1226     1 sg
1227     0 5287 240 0 0 -5287 12210 5761 4 MP
1228     PP
1229     -240 0 0 5287 240 0 0 -5287 12210 5761 5 MP stroke
1230     gs 12210 474 241 5288 rc
1231     /mwscm { [/Indexed /DeviceRGB 63
1232     <
1233     00008f 00009f 0000af 0000bf 0000cf 0000df 0000ef 0000ff 000fff 001fff
1234     002fff 003fff 004fff 005fff 006fff 007fff 008fff 009fff 00afff 00bfff
1235     00cfff 00dfff 00efff 00ffff 0fffef 1fffdf 2fffcf 3fffbf 4fffaf 5fff9f
1236     6fff8f 7fff7f 8fff6f 9fff5f afff4f bfff3f cfff2f dfff1f efff0f ffff00
1237     ffef00 ffdf00 ffcf00 ffbf00 ffaf00 ff9f00 ff8f00 ff7f00 ff6f00 ff5f00
1238     ff4f00 ff3f00 ff2f00 ff1f00 ff0f00 ff0000 ef0000 df0000 cf0000 bf0000
1239     af0000 9f0000 8f0000 7f0000
1240     >
1241     ] setcolorspace } bdef mwscm
1242     gs np 12210 474 mt 0 5287 rl 240 0 rl 0 -5287 rl cp c np
1243     [240 0 0 5287 12210 474] cc
1244     << % Image dictionary
1245     /ImageType 1
1246     /Width 1 /Height 64
1247     /BitsPerComponent 8
1248     /Decode [0 255]
1249     /ImageMatrix [1.000000 0 0 64.000000 0 0]
1250     /DataSource currentfile
1251     /ASCII85Decode filter
1252     /RunLengthDecode filter
1253     >>
1254     image
1255     5<h=p4?GSa3&``Q1c$mA0J>%1/1W2!-mp>f,U4KV+<MXF*#fe6(`*r&'GD)k&.]6[$k!CK#R:P;"9S]+
1256     !.Y
1257     ~>
1258     gr
1259     gr
1260    
1261     4 w
1262     DO
1263     SO
1264     6 w
1265     0 sg
1266     12210 5761 mt 12450 5761 L
1267     12210 474 mt 12450 474 L
1268     12210 5761 mt 12210 474 L
1269     12450 5761 mt 12450 474 L
1270     12210 5761 mt 12450 5761 L
1271     12450 5761 mt 12450 474 L
1272     12450 5354 mt 12397 5354 L
1273     12210 5354 mt 12262 5354 L
1274     12484 5398 mt
1275     (0.2) s
1276     12450 4540 mt 12397 4540 L
1277     12210 4540 mt 12262 4540 L
1278     12484 4584 mt
1279     (0.4) s
1280     12450 3727 mt 12397 3727 L
1281     12210 3727 mt 12262 3727 L
1282     12484 3771 mt
1283     (0.6) s
1284     12450 2914 mt 12397 2914 L
1285     12210 2914 mt 12262 2914 L
1286     12484 2958 mt
1287     (0.8) s
1288     12450 2100 mt 12397 2100 L
1289     12210 2100 mt 12262 2100 L
1290     12484 2144 mt
1291     (1) s
1292     12450 1287 mt 12397 1287 L
1293     12210 1287 mt 12262 1287 L
1294     12484 1331 mt
1295     (1.2) s
1296     12210 5761 mt 12450 5761 L
1297     12210 474 mt 12450 474 L
1298     12210 5761 mt 12210 474 L
1299     12450 5761 mt 12450 474 L
1300    
1301     end %%Color Dict
1302    
1303     eplot
1304     %%EndObject
1305    
1306     epage
1307     end
1308    
1309     showpage
1310    
1311     %%Trailer
1312     %%EOF

Properties

Name Value
svn:mime-type application/postscript