-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathroulette_ellipse.eps
422 lines (405 loc) · 14.9 KB
/
roulette_ellipse.eps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc. Version 7.10.0.499 (R2010a). Operating System: Linux 3.5.0-24-generic #37-Ubuntu SMP Thu Feb 7 01:50:30 UTC 2013 x86_64.
%%Title: Plots/roulette_ellipse.eps
%%CreationDate: 12/13/2013 11:25:09
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Extensions: CMYK
%%Pages: 1
%%BoundingBox: 126 10 1044 273
%%EndComments
%%BeginProlog
% MathWorks dictionary
/MathWorks 160 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
makefont setfont} bdef
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
exch dup 3 1 roll findfont dup length dict begin
{ 1 index /FID ne {def}{pop pop} ifelse } forall
/Encoding exch def currentdict end definefont pop} bdef
/isroman {findfont /CharStrings get /Agrave known} bdef
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
exch FMS} bdef
/csm {1 dpi2point div -1 dpi2point div scale neg translate
dup landscapeMode eq {pop -90 rotate}
{rotateMode eq {90 rotate} if} ifelse} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {lineto stroke} bdef
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
/AP {{rlineto} repeat} bdef
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/PP {closepath eofill} bdef
/DP {closepath stroke} bdef
/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
neg 0 exch rlineto closepath} bdef
/FR {MR stroke} bdef
/PR {MR fill} bdef
/L1i {{currentfile picstr readhexstring pop} image} bdef
/tMatrix matrix def
/MakeOval {newpath tMatrix currentmatrix pop translate scale
0 0 1 0 360 arc tMatrix setmatrix} bdef
/FO {MakeOval stroke} bdef
/PO {MakeOval fill} bdef
/PD {currentlinewidth 2 div 0 360 arc fill
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/FA {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
/FAn {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
vradius add translate hradius vradius scale 0 0 1 180 270 arc
tMatrix setmatrix lrx hradius sub uly vradius add translate
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
lrx hradius sub lry vradius sub translate hradius vradius scale
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
2 0 asub 3 1 asub 4 0 asub 5 1 asub
dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
dmat dtri tri_to_matrix tmat1 invertmatrix
smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
currentfile exch readhexstring pop
dup 0 3 index getinterval /rbmap xdef
dup 2 index dup getinterval /gbmap xdef
1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
cols rows 8 compute_transform
rbmap gbmap bbmap true 3 colorimage gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog
%%BeginSetup
MathWorks begin
0 cap
end
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 126 10 1044 273
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode 0000 3396 csm
1519 111 11017 3157 MR c np
86 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
0 0 13619 3406 PR
36 w
0 2638 10554 0 0 -2638 1770 2961 4 MP
PP
-10554 0 0 2638 10554 0 0 -2638 1770 2961 5 MP stroke
24 w
DO
SO
36 w
0 sg
1770 2961 mt 12324 2961 L
1770 2961 mt 1770 323 L
1770 2961 mt 1770 2856 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 288 FMSR
1522 3264 mt
(-5) s
4408 2961 mt 4408 2856 L
4328 3264 mt
(0) s
7047 2961 mt 7047 2856 L
6967 3264 mt
(5) s
9685 2961 mt 9685 2856 L
9525 3264 mt
(10) s
12324 2961 mt 12324 2856 L
12164 3264 mt
(15) s
1770 2961 mt 1875 2961 L
1575 3068 mt
(0) s
1770 2434 mt 1875 2434 L
1575 2541 mt
(1) s
1770 1906 mt 1875 1906 L
1575 2013 mt
(2) s
1770 1378 mt 1875 1378 L
1575 1485 mt
(3) s
1770 850 mt 1875 850 L
1575 957 mt
(4) s
1770 323 mt 1875 323 L
1575 430 mt
(5) s
gs 1770 323 10555 2639 MR c np
/c8 { 1.000000 0.000000 1.000000 sr} bdef
c8
57 -3 57 3 56 9 55 13 53 19 50 22 49 25 47 28
47 30 45 32 45 34 45 36 46 38 47 41 49 42 51 45
54 47 57 51 62 53 68 58 75 61 84 66 94 70 108 75
124 80 144 82 167 83 194 81 223 72 249 58 269 34 280 7
276 -22 260 -48 234 -66 207 -78 179 -83 155 -83 132 -81 115 -77
100 -72 89 -68 78 -64 71 -59 65 -55 59 -52 56 -49 52 -46
50 -43 47 -41 47 -39 45 -37 45 -35 46 -33 45 -31 47 -29
48 -27 50 -23 52 -21 53 -16 56 -11 57 -5 57 0 56 6
56 12 53 17 51 21 50 24 48 27 46 29 46 31 45 34
45 35 46 37 46 39 48 42 50 43 53 47 56 49 60 52
65 56 72 60 80 64 90 69 102 73 118 78 135 81 158 83
183 82 211 77 238 64 263 45 277 18 279 -11 268 -38 245 -60
218 -74 190 -82 16 -8 1770 1481 100 MP stroke
60 w
gr
60 w
c8
/c9 { 1.000000 0.000000 0.000000 sr} bdef
c9
36 36 3997 1421 FO
36 36 5106 2170 FO
36 36 5633 2555 FO
36 36 6227 2488 FO
36 36 6780 2035 FO
36 36 8341 1245 FO
36 36 10538 1836 FO
36 36 11191 2385 FO
36 36 11757 2601 FO
gs 1770 323 10555 2639 MR c np
gr
/c10 { 0.000000 0.000000 1.000000 sr} bdef
c10
36 36 5106 2170 FO
gs 1770 323 10555 2639 MR c np
36 w
66 1 66 5 66 8 64 11 64 13 63 17 60 20 59 23
58 25 54 28 53 30 49 33 47 35 44 38 41 39 37 41
34 43 30 44 26 46 23 47 18 47 15 49 10 49 6 50
2 49 -2 50 -6 50 -10 49 -15 48 -18 48 -23 47 -26 45
-30 45 -34 42 -37 42 -41 39 -44 37 -47 35 -49 33 -53 31
-54 28 -58 25 -59 23 -60 19 -63 17 -64 14 -64 11 -66 8
-66 4 -66 2 -66 -2 -66 -4 -66 -8 -64 -11 -64 -14 -63 -17
-60 -19 -59 -23 -58 -25 -54 -28 -53 -31 -49 -33 -47 -35 -44 -37
-41 -39 -37 -42 -34 -42 -30 -45 -26 -45 -23 -47 -18 -48 -15 -48
-10 -49 -6 -50 -2 -50 2 -49 6 -50 10 -49 15 -49 18 -47
23 -47 26 -46 30 -44 34 -43 37 -41 41 -39 44 -38 47 -35
49 -33 53 -30 54 -28 58 -25 59 -23 60 -20 63 -17 64 -13
64 -11 66 -8 66 -5 4474 2960 100 MP stroke
66 -1 4408 2961 2 MP stroke
12 w
c9
-43 0 -60 -5 -60 -7 -60 -11 -61 -15 -61 -18 -60 -21 -60 -25
-59 -28 -58 -31 -56 -33 -55 -37 -54 -39 2517 1435 14 MP stroke
-52 -41 -49 -44 -47 -46 -45 -48 -42 -50 -39 -51 -37 -53 -33 -54
-30 -55 -26 -55 -23 -56 -20 -57 -15 -56 -13 -56 -8 -56 -4 -56
-1 -54 3 -54 7 -52 10 -51 15 -49 18 -47 22 -45 25 -44
28 -40 32 -38 35 -36 38 -33 41 -29 44 -27 46 -23 49 -21
51 -16 53 -14 54 -10 57 -6 57 -3 59 1 59 4 60 7
61 12 60 14 61 18 60 22 60 24 59 28 7 4 1770 2827 48 MP stroke
40 -53 43 -51 44 -49 47 -46 48 -44 50 -40 52 -38 52 -35
54 -32 55 -28 55 -25 56 -21 56 -18 56 -13 55 -10 56 -7
54 -2 54 1 52 5 51 9 50 13 48 17 46 20 43 24
42 27 39 31 37 34 33 37 31 40 28 43 25 45 22 48
19 51 15 52 11 54 8 56 5 58 1 58 -2 60 -6 60
-9 61 -13 61 -16 61 -19 61 -23 61 -26 59 -29 59 -32 58
-34 56 -38 55 -40 53 -42 51 -45 49 -46 46 -49 43 -50 41
-51 38 -53 35 -54 32 -55 28 -55 25 -56 21 -55 17 -56 14
-56 10 -55 7 -55 2 -53 -1 -53 -6 -51 -9 -49 -12 -48 -17
-46 -20 -44 -24 -41 -27 -40 -31 -36 -34 -34 -37 -31 -40 -28 -43
-25 -46 -22 -48 -18 -50 -15 -52 -12 -54 -8 -56 -5 -58 -1 -58
2 -60 6 -60 10 -61 12 -61 16 -61 20 -61 23 -61 25 -60
29 -59 32 -57 35 -57 4270 2395 100 MP stroke
37 -54 4233 2449 2 MP stroke
37 54 35 57 32 57 29 59 25 60 23 61 20 61 16 61
12 61 10 61 6 60 2 60 -1 58 -5 58 -8 56 -12 54
-15 52 -18 50 -22 48 -25 46 -28 43 -31 40 -34 37 -36 34
-40 31 -41 27 -44 24 -46 20 -48 17 -49 12 -51 9 -53 6
-53 1 -55 -2 -55 -7 -56 -10 -56 -14 -55 -17 -56 -21 -55 -25
-55 -28 -54 -32 -53 -35 -51 -38 -50 -41 -49 -43 -46 -46 -45 -49
-42 -51 -40 -53 -38 -55 -34 -56 -32 -58 -29 -59 -26 -59 -23 -61
-19 -61 -16 -61 -13 -61 -9 -61 -6 -60 -2 -60 1 -58 5 -58
8 -56 11 -54 15 -52 19 -51 22 -48 25 -45 28 -43 31 -40
33 -37 37 -34 39 -31 42 -27 43 -24 46 -20 48 -17 50 -13
51 -9 52 -5 54 -1 54 2 56 7 55 10 56 13 56 18
56 21 55 25 55 28 54 32 52 35 52 38 50 40 48 44
47 46 44 49 43 51 4623 2502 100 MP stroke
40 53 4583 2449 2 MP stroke
-54 39 -55 37 -56 33 -58 31 -59 28 -60 25 -60 21 -61 18
-61 15 -60 11 -60 7 -60 5 -58 0 -58 -3 -56 -6 -55 -10
-53 -13 -50 -17 -49 -20 -46 -24 -44 -27 -41 -29 -38 -33 -35 -35
-32 -39 -29 -40 -25 -43 -22 -46 -18 -47 -14 -49 -11 -51 -7 -52
-3 -54 1 -54 5 -55 8 -56 12 -57 16 -56 19 -56 23 -56
27 -56 30 -55 33 -54 36 -52 39 -52 42 -49 45 -48 47 -46
50 -44 51 -42 54 -39 55 -37 57 -33 58 -31 59 -28 60 -24
60 -22 61 -18 60 -14 61 -12 60 -7 59 -4 59 -1 57 3
57 6 54 10 53 14 51 16 49 21 46 23 44 27 41 29
38 33 35 36 32 38 28 40 25 44 22 45 18 47 15 49
10 51 7 52 3 54 -1 54 -4 56 -8 56 -13 56 -15 56
-20 57 -23 56 -26 55 -30 55 -33 54 -37 53 -39 51 -42 50
-45 48 -47 46 -49 44 6247 1476 100 MP stroke
-52 41 6299 1435 2 MP stroke
-65 -14 -64 -16 -63 -19 -62 -23 -60 -25 -58 -27 -56 -31 -54 -32
-52 -36 -49 -37 -46 -39 -43 -42 -40 -43 -36 -44 -33 -46 -30 -47
-25 -48 -22 -49 -18 -50 -13 -50 -10 -50 -6 -51 -1 -50 3 -50
7 -49 11 -48 15 -48 19 -46 22 -46 27 -43 31 -42 34 -40
37 -39 41 -36 44 -34 47 -31 50 -29 52 -26 55 -23 57 -21
59 -18 61 -14 62 -12 63 -9 65 -5 65 -2 66 1 65 4
66 7 66 10 65 14 64 16 63 20 61 22 61 25 58 28
56 30 54 33 52 35 49 37 46 40 43 41 40 43 36 44
33 46 30 47 25 49 22 49 18 49 13 50 10 50 5 51
2 50 -3 50 -7 49 -11 49 -15 47 -19 47 -23 45 -26 43
-31 42 -34 41 -37 38 -41 36 -44 34 -47 31 -50 29 -53 26
-54 24 -57 20 -59 18 -61 15 -62 11 -64 9 -64 5 -65 2
-66 -1 -66 -4 -65 -7 7543 1371 100 MP stroke
-66 -10 7609 1381 2 MP stroke
-15 -65 -12 -65 -9 -65 -6 -66 -3 -65 1 -64 4 -64 7 -63
10 -62 14 -60 16 -58 19 -56 23 -55 25 -51 28 -50 30 -46
33 -43 35 -41 38 -36 40 -34 41 -30 44 -26 45 -22 46 -19
48 -14 48 -11 50 -6 50 -2 50 2 51 6 51 10 51 14
50 18 50 22 50 25 48 30 47 33 46 37 44 40 43 43
40 46 39 49 37 51 34 54 32 56 29 58 27 60 24 62
21 63 18 63 15 65 12 65 9 65 6 66 2 65 0 64
-4 64 -7 63 -10 62 -14 60 -16 58 -20 57 -22 54 -25 51
-28 50 -30 46 -33 43 -36 41 -37 37 -40 33 -41 30 -44 26
-45 22 -46 19 -48 14 -48 11 -50 6 -50 2 -51 -1 -50 -6
-51 -10 -51 -15 -51 -18 -50 -22 -49 -25 -48 -30 -47 -33 -46 -36
-44 -40 -43 -43 -40 -47 -39 -48 -37 -52 -34 -54 -32 -56 -30 -58
-26 -60 -24 -62 -21 -62 9264 1658 100 MP stroke
-18 -64 9282 1722 2 MP stroke
61 -26 62 -22 63 -20 64 -16 63 -14 64 -10 64 -6 63 -4
62 0 62 3 60 7 59 10 57 13 55 16 54 19 50 22
49 26 45 28 43 31 39 33 37 37 33 38 29 41 26 42
22 45 19 46 14 48 11 49 6 50 3 51 -2 52 -5 52
-10 53 -13 53 -17 53 -21 52 -25 52 -29 51 -32 51 -35 49
-39 48 -42 46 -44 45 -48 43 -50 40 -52 39 -55 36 -57 34
-58 31 -60 29 -61 25 -62 23 -63 19 -64 17 -64 13 -63 10
-64 7 -63 3 -63 1 -61 -4 -60 -6 -59 -10 -57 -13 -56 -16
-53 -19 -51 -23 -48 -25 -45 -28 -43 -31 -40 -34 -36 -36 -33 -38
-29 -41 -26 -43 -22 -44 -19 -46 -14 -48 -11 -49 -6 -50 -3 -51
2 -52 5 -53 9 -52 14 -53 17 -53 21 -53 25 -51 29 -52
32 -50 35 -49 39 -48 41 -46 45 -45 48 -43 50 -41 52 -38
55 -37 57 -33 58 -32 10283 2815 100 MP stroke
60 -28 10223 2843 2 MP stroke
61 25 60 29 58 31 56 34 54 36 52 38 50 41 47 42
43 45 41 46 38 47 34 49 31 50 27 51 24 51 19 52
16 52 12 52 8 53 4 51 -1 52 -4 50 -8 49 -12 49
-17 47 -20 45 -24 44 -27 42 -31 40 -35 38 -38 35 -41 33
-44 30 -48 28 -49 24 -52 22 -55 19 -56 15 -59 13 -60 9
-61 6 -62 3 -63 -1 -64 -4 -65 -7 -64 -10 -64 -14 -64 -16
-63 -20 -62 -23 -61 -25 -60 -29 -58 -31 -57 -34 -54 -36 -52 -38
-49 -41 -47 -43 -44 -44 -41 -46 -37 -48 -34 -48 -31 -50 -27 -51
-24 -51 -20 -52 -15 -52 -12 -53 -8 -52 -4 -52 0 -51 5 -50
8 -50 12 -48 16 -47 20 -46 24 -43 28 -42 31 -40 35 -38
38 -35 41 -33 44 -30 47 -28 50 -25 52 -21 55 -19 56 -16
58 -12 60 -9 62 -6 62 -3 63 0 64 4 64 7 65 11
64 13 64 17 63 20 10314 2889 100 MP stroke
62 23 10252 2866 2 MP stroke
3 -3 42 -40 44 -38 46 -33 46 -30 48 -27 49 -22 49 -19
50 -14 50 -11 50 -6 50 -2 50 2 50 6 48 10 48 14
47 18 45 23 44 26 43 29 41 34 39 37 36 40 35 43
32 47 30 49 27 52 24 55 21 56 19 59 16 60 12 62
10 64 6 64 4 65 0 66 -3 66 -6 65 -10 66 11090 1783 40 MP stroke
-12 65 -15 65 -19 63 -21 62 -24 61 -27 58 -29 57 -32 55
-34 52 -37 49 -38 47 -41 44 -42 40 -44 38 -46 33 -46 30
-48 27 -49 22 -49 19 -50 14 -50 11 -50 6 -50 2 -50 -2
-50 -6 -48 -10 -48 -14 -47 -18 -45 -23 -44 -26 -43 -29 -7 -6
12325 997 33 MP stroke
36 w
gr
36 w
c9
end %%Color Dict
eplot
%%EndObject
epage
end
showpage
%%Trailer
%%EOF