Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
67 | f9daq | 1 | %!PS-Adobe-3.0 EPSF-3.0 |
2 | %%Creator: Adobe Illustrator(R) 8.0 |
||
3 | %%AI8_CreatorVersion: 8 |
||
4 | %%For: (F9 ) (IJS) |
||
5 | %%Title: (compilation1.eps) |
||
6 | %%CreationDate: (12/13/03) (1:51 PM) |
||
7 | %%BoundingBox: 78 70 436 703 |
||
8 | %%HiResBoundingBox: 78.04 70.6006 435.335 702.708 |
||
9 | %%DocumentProcessColors: Cyan Magenta Yellow Black |
||
10 | %%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0 |
||
11 | %%+ procset Adobe_ColorImage_AI6 1.3 0 |
||
12 | %%+ procset Adobe_Illustrator_AI5 1.3 0 |
||
13 | %%+ procset Adobe_cshow 2.0 8 |
||
14 | %%+ procset Adobe_shading_AI8 1.0 0 |
||
15 | %AI5_FileFormat 4.0 |
||
16 | %AI3_ColorUsage: Color |
||
17 | %AI3_IncludePlacedImages |
||
18 | %AI7_ImageSettings: 1 |
||
19 | %%CMYKProcessColor: 1 1 1 1 ([Registration]) |
||
20 | %%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set) |
||
21 | %%+ Options: 1 16 0 1 0 1 1 1 0 1 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 2 3 4 |
||
22 | %%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 () |
||
23 | %AI3_TemplateBox: 298.5 420.3896 298.5 420.3896 |
||
24 | %AI3_TileBox: 17.5 21.3896 569.5 749.3896 |
||
25 | %AI3_DocumentPreview: Header |
||
26 | %AI5_ArtSize: 595.2756 841.8898 |
||
27 | %AI5_RulerUnits: 2 |
||
28 | %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 |
||
29 | %AI5_TargetResolution: 800 |
||
30 | %AI5_NumLayers: 1 |
||
31 | %AI8_OpenToView: -402.0098 912.8159 0.692 1020 698 18 0 1 2 40 0 0 |
||
32 | %AI5_OpenViewLayers: 7 |
||
33 | %%PageOrigin:17.5 21.3896 |
||
34 | %AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 |
||
35 | %%EndComments |
||
36 | %%BeginProlog |
||
37 | %%BeginResource: procset Adobe_level2_AI5 1.2 0 |
||
38 | %%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) |
||
39 | %%Version: 1.2 0 |
||
40 | %%CreationDate: (04/10/93) () |
||
41 | %%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) |
||
42 | userdict /Adobe_level2_AI5 26 dict dup begin |
||
43 | put |
||
44 | /packedarray where not |
||
45 | { |
||
46 | userdict begin |
||
47 | /packedarray |
||
48 | { |
||
49 | array astore readonly |
||
50 | } bind def |
||
51 | /setpacking /pop load def |
||
52 | /currentpacking false def |
||
53 | end |
||
54 | |||
55 | } if |
||
56 | pop |
||
57 | userdict /defaultpacking currentpacking put true setpacking |
||
58 | /initialize |
||
59 | { |
||
60 | Adobe_level2_AI5 begin |
||
61 | } bind def |
||
62 | /terminate |
||
63 | { |
||
64 | currentdict Adobe_level2_AI5 eq |
||
65 | { |
||
66 | end |
||
67 | } if |
||
68 | } bind def |
||
69 | mark |
||
70 | /setcustomcolor where not |
||
71 | { |
||
72 | /findcmykcustomcolor |
||
73 | { |
||
74 | (AI8_CMYK_CustomColor) |
||
75 | 6 packedarray |
||
76 | } bind def |
||
77 | /findrgbcustomcolor |
||
78 | { |
||
79 | (AI8_RGB_CustomColor) |
||
80 | 5 packedarray |
||
81 | } bind def |
||
82 | /setcustomcolor |
||
83 | { |
||
84 | exch |
||
85 | aload pop dup |
||
86 | (AI8_CMYK_CustomColor) eq |
||
87 | { |
||
88 | pop pop |
||
89 | 4 |
||
90 | { |
||
91 | 4 index mul |
||
92 | 4 1 roll |
||
93 | } repeat |
||
94 | 5 -1 roll pop |
||
95 | setcmykcolor |
||
96 | } |
||
97 | { |
||
98 | dup (AI8_RGB_CustomColor) eq |
||
99 | { |
||
100 | pop pop |
||
101 | 3 |
||
102 | { |
||
103 | 1 exch sub |
||
104 | 3 index mul |
||
105 | 1 exch sub |
||
106 | 3 1 roll |
||
107 | } repeat |
||
108 | 4 -1 roll pop |
||
109 | setrgbcolor |
||
110 | } |
||
111 | { |
||
112 | pop |
||
113 | 4 |
||
114 | { |
||
115 | 4 index mul 4 1 roll |
||
116 | } repeat |
||
117 | 5 -1 roll pop |
||
118 | setcmykcolor |
||
119 | } ifelse |
||
120 | } ifelse |
||
121 | } |
||
122 | def |
||
123 | } if |
||
124 | /setAIseparationgray |
||
125 | { |
||
126 | false setoverprint |
||
127 | |||
128 | /setseparationgray where{ |
||
129 | pop setseparationgray |
||
130 | }{ |
||
131 | /setcolorspace where{ |
||
132 | pop |
||
133 | [/Separation (All) /DeviceCMYK {dup dup dup}] setcolorspace |
||
134 | 1 exch sub setcolor |
||
135 | }{ |
||
136 | setgray |
||
137 | }ifelse |
||
138 | }ifelse |
||
139 | } def |
||
140 | |||
141 | /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def |
||
142 | userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put |
||
143 | userdict /level2? |
||
144 | systemdict /languagelevel known dup |
||
145 | { |
||
146 | pop systemdict /languagelevel get 2 ge |
||
147 | } if |
||
148 | put |
||
149 | /level2ScreenFreq |
||
150 | { |
||
151 | begin |
||
152 | 60 |
||
153 | HalftoneType 1 eq |
||
154 | { |
||
155 | pop Frequency |
||
156 | } if |
||
157 | HalftoneType 2 eq |
||
158 | { |
||
159 | pop GrayFrequency |
||
160 | } if |
||
161 | HalftoneType 5 eq |
||
162 | { |
||
163 | pop Default level2ScreenFreq |
||
164 | } if |
||
165 | end |
||
166 | } bind def |
||
167 | userdict /currentScreenFreq |
||
168 | level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put |
||
169 | level2? not |
||
170 | { |
||
171 | /setcmykcolor where not |
||
172 | { |
||
173 | /setcmykcolor |
||
174 | { |
||
175 | exch .11 mul add exch .59 mul add exch .3 mul add |
||
176 | 1 exch sub setgray |
||
177 | } def |
||
178 | } if |
||
179 | /currentcmykcolor where not |
||
180 | { |
||
181 | /currentcmykcolor |
||
182 | { |
||
183 | |||
184 | } def |
||
185 | } if |
||
186 | /setoverprint where not |
||
187 | { |
||
188 | /setoverprint /pop load def |
||
189 | } if |
||
190 | /selectfont where not |
||
191 | { |
||
192 | /selectfont |
||
193 | { |
||
194 | exch findfont exch |
||
195 | dup type /arraytype eq |
||
196 | { |
||
197 | makefont |
||
198 | } |
||
199 | { |
||
200 | scalefont |
||
201 | } ifelse |
||
202 | setfont |
||
203 | } bind def |
||
204 | } if |
||
205 | /cshow where not |
||
206 | { |
||
207 | /cshow |
||
208 | { |
||
209 | [ |
||
210 | |||
211 | ] cvx bind forall |
||
212 | } bind def |
||
213 | } if |
||
214 | } if |
||
215 | cleartomark |
||
216 | /anyColor? |
||
217 | { |
||
218 | add add add 0 ne |
||
219 | } bind def |
||
220 | /testColor |
||
221 | { |
||
222 | gsave |
||
223 | setcmykcolor currentcmykcolor |
||
224 | grestore |
||
225 | } bind def |
||
226 | /testCMYKColorThrough |
||
227 | { |
||
228 | testColor anyColor? |
||
229 | } bind def |
||
230 | userdict /composite? |
||
231 | 1 0 0 0 testCMYKColorThrough |
||
232 | |||
233 | |||
234 | |||
235 | and and and |
||
236 | put |
||
237 | composite? not |
||
238 | { |
||
239 | userdict begin |
||
240 | gsave |
||
241 | /cyan? 1 0 0 0 testCMYKColorThrough def |
||
242 | /magenta? 0 1 0 0 testCMYKColorThrough def |
||
243 | /yellow? 0 0 1 0 testCMYKColorThrough def |
||
244 | /black? 0 0 0 1 testCMYKColorThrough def |
||
245 | grestore |
||
246 | /isCMYKSep? cyan? magenta? yellow? black? or or or def |
||
247 | /customColor? isCMYKSep? not def |
||
248 | end |
||
249 | } if |
||
250 | end defaultpacking setpacking |
||
251 | %%EndResource |
||
252 | %%BeginProcSet: Adobe_ColorImage_AI6 1.3 0 |
||
253 | userdict /Adobe_ColorImage_AI6 known not |
||
254 | { |
||
255 | userdict /Adobe_ColorImage_AI6 53 dict put |
||
256 | } if |
||
257 | userdict /Adobe_ColorImage_AI6 get begin |
||
258 | /initialize { |
||
259 | Adobe_ColorImage_AI6 begin |
||
260 | Adobe_ColorImage_AI6 { |
||
261 | dup type /arraytype eq { |
||
262 | dup xcheck { |
||
263 | bind |
||
264 | } if |
||
265 | } if |
||
266 | pop pop |
||
267 | } forall |
||
268 | } def |
||
269 | /terminate { end } def |
||
270 | currentdict /Adobe_ColorImage_AI6_Vars known not { |
||
271 | /Adobe_ColorImage_AI6_Vars 41 dict def |
||
272 | } if |
||
273 | Adobe_ColorImage_AI6_Vars begin |
||
274 | /plateindex -1 def |
||
275 | /_newproc null def |
||
276 | /_proc1 null def |
||
277 | /_proc2 null def |
||
278 | /sourcearray 4 array def |
||
279 | /_ptispace null def |
||
280 | /_ptiname null def |
||
281 | /_pti0 0 def |
||
282 | /_pti1 0 def |
||
283 | /_ptiproc null def |
||
284 | /_ptiscale 0 def |
||
285 | /_pticomps 0 def |
||
286 | /_ptibuf 0 string def |
||
287 | /_gtigray 0 def |
||
288 | /_cticmyk null def |
||
289 | /_rtirgb null def |
||
290 | /XIEnable true def |
||
291 | /XIType 0 def |
||
292 | /XIEncoding 0 def |
||
293 | /XICompression 0 def |
||
294 | /XIChannelCount 0 def |
||
295 | /XIBitsPerPixel 0 def |
||
296 | /XIImageHeight 0 def |
||
297 | /XIImageWidth 0 def |
||
298 | /XIImageMatrix null def |
||
299 | /XIRowBytes 0 def |
||
300 | /XIFile null def |
||
301 | /XIBuffer1 null def |
||
302 | /XIBuffer2 null def |
||
303 | /XIBuffer3 null def |
||
304 | /XIDataProc null def |
||
305 | /XIColorSpace /DeviceGray def |
||
306 | /XIColorValues 0 def |
||
307 | /XIPlateList false def |
||
308 | end |
||
309 | /ci6colorimage /colorimage where {/colorimage get}{null} ifelse def |
||
310 | /ci6image systemdict /image get def |
||
311 | /ci6curtransfer systemdict /currenttransfer get def |
||
312 | /ci6curoverprint /currentoverprint where {/currentoverprint get}{{_of}} ifelse def |
||
313 | /ci6foureq { |
||
314 | 4 index ne { |
||
315 | pop pop pop false |
||
316 | }{ |
||
317 | 4 index ne { |
||
318 | pop pop false |
||
319 | }{ |
||
320 | 4 index ne { |
||
321 | pop false |
||
322 | }{ |
||
323 | 4 index eq |
||
324 | } ifelse |
||
325 | } ifelse |
||
326 | } ifelse |
||
327 | } def |
||
328 | /ci6testplate { |
||
329 | Adobe_ColorImage_AI6_Vars begin |
||
330 | /plateindex -1 def |
||
331 | /setcmykcolor where { |
||
332 | pop |
||
333 | gsave |
||
334 | 1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub |
||
335 | |||
336 | |||
337 | |||
338 | grestore |
||
339 | 1 0 0 0 ci6foureq { |
||
340 | /plateindex 0 def |
||
341 | }{ |
||
342 | |||
343 | /plateindex 1 def |
||
344 | }{ |
||
345 | |||
346 | /plateindex 2 def |
||
347 | }{ |
||
348 | |||
349 | /plateindex 3 def |
||
350 | }{ |
||
351 | |||
352 | /plateindex 5 def |
||
353 | } if |
||
354 | } ifelse |
||
355 | } ifelse |
||
356 | } ifelse |
||
357 | } ifelse |
||
358 | pop pop pop pop |
||
359 | } if |
||
360 | plateindex |
||
361 | end |
||
362 | } def |
||
363 | /ci6concatprocs { |
||
364 | /packedarray where { |
||
365 | pop dup type /packedarraytype eq 2 index type |
||
366 | /packedarraytype eq or |
||
367 | }{ |
||
368 | false |
||
369 | } ifelse |
||
370 | { |
||
371 | /_proc2 exch cvlit def |
||
372 | /_proc1 exch cvlit def |
||
373 | _proc1 aload pop |
||
374 | _proc2 aload pop |
||
375 | _proc1 length |
||
376 | _proc2 length add |
||
377 | packedarray cvx |
||
378 | }{ |
||
379 | /_proc2 exch cvlit def |
||
380 | /_proc1 exch cvlit def |
||
381 | /_newproc _proc1 length _proc2 length add array def |
||
382 | _newproc 0 _proc1 putinterval |
||
383 | _newproc _proc1 length _proc2 putinterval |
||
384 | _newproc cvx |
||
385 | } ifelse |
||
386 | } def |
||
387 | /ci6istint { |
||
388 | type /arraytype eq |
||
389 | } def |
||
390 | /ci6isspot { |
||
391 | dup type /arraytype eq { |
||
392 | dup length 1 sub get /Separation eq |
||
393 | }{ |
||
394 | pop false |
||
395 | } ifelse |
||
396 | } def |
||
397 | /ci6spotname { |
||
398 | dup ci6isspot {dup length 2 sub get}{pop ()} ifelse |
||
399 | } def |
||
400 | /ci6altspace { |
||
401 | aload pop pop pop ci6colormake |
||
402 | } def |
||
403 | /ci6numcomps { |
||
404 | dup /DeviceGray eq { |
||
405 | pop 1 |
||
406 | }{ |
||
407 | dup /DeviceRGB eq { |
||
408 | pop 3 |
||
409 | }{ |
||
410 | /DeviceCMYK eq { |
||
411 | 4 |
||
412 | }{ |
||
413 | 1 |
||
414 | } ifelse |
||
415 | } ifelse |
||
416 | } ifelse |
||
417 | } def |
||
418 | /ci6marksplate { |
||
419 | dup /DeviceGray eq { |
||
420 | pop plateindex 3 eq |
||
421 | }{ |
||
422 | dup /DeviceRGB eq { |
||
423 | pop plateindex 5 ne |
||
424 | }{ |
||
425 | dup /DeviceCMYK eq { |
||
426 | pop plateindex 5 ne |
||
427 | }{ |
||
428 | dup ci6isspot { |
||
429 | /findcmykcustomcolor where { |
||
430 | pop |
||
431 | dup length 2 sub get |
||
432 | 0.1 0.1 0.1 0.1 5 -1 roll |
||
433 | findcmykcustomcolor 1 setcustomcolor |
||
434 | systemdict /currentgray get exec |
||
435 | 1 ne |
||
436 | }{ |
||
437 | pop plateindex 5 ne |
||
438 | } ifelse |
||
439 | }{ |
||
440 | pop plateindex 5 ne |
||
441 | } ifelse |
||
442 | } ifelse |
||
443 | } ifelse |
||
444 | } ifelse |
||
445 | } def |
||
446 | /ci6colormake { |
||
447 | dup ci6numcomps |
||
448 | exch 1 index 2 add 1 roll |
||
449 | dup 1 eq {pop}{array astore} ifelse |
||
450 | exch |
||
451 | } def |
||
452 | /ci6colorexpand { |
||
453 | dup ci6spotname exch |
||
454 | dup ci6istint { |
||
455 | ci6altspace |
||
456 | exch 4 1 roll |
||
457 | }{ |
||
458 | 1 3 1 roll |
||
459 | } ifelse |
||
460 | } def |
||
461 | /ci6colortint { |
||
462 | dup /DeviceGray eq { |
||
463 | 3 1 roll 1 exch sub mul 1 exch sub exch |
||
464 | }{ |
||
465 | dup /DeviceRGB eq { |
||
466 | 3 1 roll {1 exch sub 1 index mul 1 exch sub exch} forall pop 3 array astore exch |
||
467 | }{ |
||
468 | dup /DeviceCMYK eq { |
||
469 | 3 1 roll {1 index mul exch} forall pop 4 array astore exch |
||
470 | }{ |
||
471 | 3 1 roll mul exch |
||
472 | } ifelse |
||
473 | } ifelse |
||
474 | } ifelse |
||
475 | } def |
||
476 | /ci6colortocmyk { |
||
477 | dup /DeviceGray eq { |
||
478 | pop 1 exch sub 0 0 0 4 -1 roll 4 array astore |
||
479 | }{ |
||
480 | dup /DeviceRGB eq { |
||
481 | pop aload pop _rgbtocmyk 4 array astore |
||
482 | }{ |
||
483 | dup /DeviceCMYK eq { |
||
484 | pop |
||
485 | }{ |
||
486 | ci6altspace ci6colortint ci6colortocmyk |
||
487 | } ifelse |
||
488 | } ifelse |
||
489 | } ifelse |
||
490 | } def |
||
491 | /ci6makeimagedict { |
||
492 | 7 dict begin |
||
493 | /ImageType 1 def |
||
494 | /Decode exch def |
||
495 | /DataSource exch def |
||
496 | /ImageMatrix exch def |
||
497 | /BitsPerComponent exch def |
||
498 | /Height exch def |
||
499 | /Width exch def |
||
500 | currentdict end |
||
501 | } def |
||
502 | /ci6stringinvert { |
||
503 | |||
504 | dup 2 index exch get 255 exch sub 2 index 3 1 roll put |
||
505 | } for |
||
506 | } def |
||
507 | /ci6stringknockout { |
||
508 | |||
509 | 255 2 index 3 1 roll put |
||
510 | } for |
||
511 | } def |
||
512 | /ci6stringapply { |
||
513 | |||
514 | dup |
||
515 | 4 index exch get |
||
516 | 3 index 3 1 roll |
||
517 | 3 index exec |
||
518 | } for |
||
519 | pop exch pop |
||
520 | } def |
||
521 | /ci6walkrgbstring { |
||
522 | |||
523 | dup length 1 sub 0 3 3 -1 roll { |
||
524 | 3 getinterval {} forall |
||
525 | 5 index exec |
||
526 | 3 index |
||
527 | } for |
||
528 | |||
529 | 5 {pop} repeat |
||
530 | } def |
||
531 | /ci6walkcmykstring |
||
532 | { |
||
533 | |||
534 | dup length 1 sub 0 4 3 -1 roll { |
||
535 | 4 getinterval {} forall |
||
536 | |||
537 | 6 index exec |
||
538 | |||
539 | 3 index |
||
540 | |||
541 | } for |
||
542 | |||
543 | 5 { pop } repeat |
||
544 | |||
545 | } def |
||
546 | /ci6putrgbtograystr |
||
547 | { |
||
548 | .11 mul exch |
||
549 | |||
550 | .59 mul add exch |
||
551 | |||
552 | .3 mul add |
||
553 | |||
554 | cvi 3 copy put |
||
555 | |||
556 | pop 1 add |
||
557 | } def |
||
558 | /ci6putcmyktograystr |
||
559 | { |
||
560 | exch .11 mul add |
||
561 | |||
562 | exch .59 mul add |
||
563 | |||
564 | exch .3 mul add |
||
565 | |||
566 | dup 255 gt { pop 255 } if |
||
567 | |||
568 | 255 exch sub cvi 3 copy put |
||
569 | |||
570 | pop 1 add |
||
571 | } def |
||
572 | /ci6rgbtograyproc { |
||
573 | Adobe_ColorImage_AI6_Vars begin |
||
574 | sourcearray 0 get exec |
||
575 | XIBuffer3 |
||
576 | dup 3 1 roll |
||
577 | |||
578 | /ci6putrgbtograystr load exch |
||
579 | ci6walkrgbstring |
||
580 | end |
||
581 | } def |
||
582 | /ci6cmyktograyproc { |
||
583 | Adobe_ColorImage_AI6_Vars begin |
||
584 | sourcearray 0 get exec |
||
585 | XIBuffer3 |
||
586 | dup 3 1 roll |
||
587 | |||
588 | /ci6putcmyktograystr load exch |
||
589 | ci6walkcmykstring |
||
590 | end |
||
591 | } def |
||
592 | /ci6separatecmykproc { |
||
593 | Adobe_ColorImage_AI6_Vars begin |
||
594 | sourcearray 0 get exec |
||
595 | |||
596 | XIBuffer3 |
||
597 | |||
598 | |||
599 | |||
600 | plateindex 4 2 index length 1 sub { |
||
601 | get 255 exch sub |
||
602 | |||
603 | 3 copy put pop 1 add |
||
604 | |||
605 | 2 index |
||
606 | } for |
||
607 | pop pop exch pop |
||
608 | end |
||
609 | } def |
||
610 | |||
611 | /ci6compositeimage { |
||
612 | dup 1 eq { |
||
613 | pop pop image |
||
614 | }{ |
||
615 | /ci6colorimage load null ne { |
||
616 | ci6colorimage |
||
617 | }{ |
||
618 | 3 1 roll pop |
||
619 | sourcearray 0 3 -1 roll put |
||
620 | 3 eq {/ci6rgbtograyproc}{/ci6cmyktograyproc} ifelse load |
||
621 | image |
||
622 | } ifelse |
||
623 | } ifelse |
||
624 | } def |
||
625 | /ci6knockoutimage { |
||
626 | gsave |
||
627 | |||
628 | eq { |
||
629 | |||
630 | }{ |
||
631 | |||
632 | } ifelse |
||
633 | {{pop 0}}{{pop 1}} ifelse |
||
634 | systemdict /settransfer get exec |
||
635 | ci6compositeimage |
||
636 | grestore |
||
637 | } def |
||
638 | /ci6drawimage { |
||
639 | ci6testplate -1 eq { |
||
640 | pop ci6compositeimage |
||
641 | }{ |
||
642 | dup type /arraytype eq { |
||
643 | dup length plateindex gt {plateindex get}{pop false} ifelse |
||
644 | }{ |
||
645 | { |
||
646 | true |
||
647 | }{ |
||
648 | dup 1 eq {plateindex 3 eq}{plateindex 3 le} ifelse |
||
649 | } ifelse |
||
650 | } ifelse |
||
651 | { |
||
652 | dup 1 eq { |
||
653 | pop pop ci6image |
||
654 | }{ |
||
655 | dup 3 eq { |
||
656 | ci6compositeimage |
||
657 | }{ |
||
658 | pop pop |
||
659 | sourcearray 0 3 -1 roll put |
||
660 | /ci6separatecmykproc load |
||
661 | ci6image |
||
662 | } ifelse |
||
663 | } ifelse |
||
664 | }{ |
||
665 | ci6curoverprint { |
||
666 | 7 {pop} repeat |
||
667 | }{ |
||
668 | ci6knockoutimage |
||
669 | } ifelse |
||
670 | } ifelse |
||
671 | } ifelse |
||
672 | } def |
||
673 | /ci6proctintimage { |
||
674 | /_ptispace exch store /_ptiname exch store /_pti1 exch store /_pti0 exch store /_ptiproc exch store |
||
675 | /_pticomps _ptispace ci6numcomps store |
||
676 | /_ptiscale _pti1 _pti0 sub store |
||
677 | level2? { |
||
678 | _ptiname length 0 gt version cvr 2012 ge and { |
||
679 | [/Separation _ptiname _ptispace {_ptiproc}] setcolorspace |
||
680 | [_pti0 _pti1] ci6makeimagedict ci6image |
||
681 | }{ |
||
682 | [/Indexed _ptispace 255 {255 div _ptiscale mul _pti0 add _ptiproc}] setcolorspace |
||
683 | [0 255] ci6makeimagedict ci6image |
||
684 | } ifelse |
||
685 | }{ |
||
686 | _pticomps 1 eq { |
||
687 | { |
||
688 | dup |
||
689 | { |
||
690 | 255 div _ptiscale mul _pti0 add _ptiproc 255 mul cvi put |
||
691 | } ci6stringapply |
||
692 | } ci6concatprocs ci6image |
||
693 | }{ |
||
694 | { |
||
695 | dup length _pticomps mul dup _ptibuf length ne {/_ptibuf exch string store}{pop} ifelse |
||
696 | _ptibuf { |
||
697 | exch _pticomps mul exch 255 div _ptiscale mul _pti0 add _ptiproc |
||
698 | _pticomps 2 add -2 roll |
||
699 | _pticomps 1 sub -1 0 { |
||
700 | 1 index add 2 index exch |
||
701 | 5 -1 roll |
||
702 | 255 mul cvi put |
||
703 | } for |
||
704 | pop pop |
||
705 | } ci6stringapply |
||
706 | } ci6concatprocs false _pticomps |
||
707 | /ci6colorimage load null eq {7 {pop} repeat}{ci6colorimage} ifelse |
||
708 | } ifelse |
||
709 | } ifelse |
||
710 | } def |
||
711 | /ci6graytintimage { |
||
712 | /_gtigray 5 -1 roll store |
||
713 | {1 _gtigray sub mul 1 exch sub} 4 1 roll |
||
714 | /DeviceGray ci6proctintimage |
||
715 | } def |
||
716 | /ci6cmyktintimage { |
||
717 | /_cticmyk 5 -1 roll store |
||
718 | {_cticmyk {1 index mul exch} forall pop} 4 1 roll |
||
719 | /DeviceCMYK ci6proctintimage |
||
720 | } def |
||
721 | /ci6rgbtintimage { |
||
722 | /_rtirgb 5 -1 roll store |
||
723 | {_rtirgb {1 exch sub 1 index mul 1 exch sub exch} forall pop} 4 1 roll |
||
724 | /DeviceRGB ci6proctintimage |
||
725 | } def |
||
726 | /ci6tintimage { |
||
727 | ci6testplate -1 eq { |
||
728 | ci6colorexpand |
||
729 | 3 -1 roll 5 -1 roll {0}{0 exch} ifelse 4 2 roll |
||
730 | dup /DeviceGray eq { |
||
731 | pop ci6graytintimage |
||
732 | }{ |
||
733 | dup /DeviceRGB eq { |
||
734 | pop ci6rgbtintimage |
||
735 | }{ |
||
736 | pop ci6cmyktintimage |
||
737 | } ifelse |
||
738 | } ifelse |
||
739 | }{ |
||
740 | dup ci6marksplate { |
||
741 | plateindex 5 lt { |
||
742 | ci6colortocmyk plateindex get |
||
743 | dup 0 eq ci6curoverprint and { |
||
744 | 7 {pop} repeat |
||
745 | }{ |
||
746 | 1 exch sub |
||
747 | exch {1 0}{0 1} ifelse () ci6graytintimage |
||
748 | } ifelse |
||
749 | }{ |
||
750 | pop exch {0}{0 exch} ifelse 0 3 1 roll () ci6graytintimage |
||
751 | } ifelse |
||
752 | }{ |
||
753 | ci6curoverprint { |
||
754 | 8 {pop} repeat |
||
755 | }{ |
||
756 | pop pop pop |
||
757 | {pop 1} 0 1 () /DeviceGray ci6proctintimage |
||
758 | } ifelse |
||
759 | } ifelse |
||
760 | } ifelse |
||
761 | } def |
||
762 | /XINullImage { |
||
763 | } def |
||
764 | /XIImageMask { |
||
765 | XIImageWidth XIImageHeight false |
||
766 | [XIImageWidth 0 0 XIImageHeight neg 0 0] |
||
767 | /XIDataProc load |
||
768 | imagemask |
||
769 | } def |
||
770 | /XIImageTint { |
||
771 | XIImageWidth XIImageHeight XIBitsPerPixel |
||
772 | [XIImageWidth 0 0 XIImageHeight neg 0 0] |
||
773 | /XIDataProc load |
||
774 | XIType 3 eq XIColorValues XIColorSpace ci6tintimage |
||
775 | } def |
||
776 | /XIImage { |
||
777 | XIImageWidth XIImageHeight XIBitsPerPixel |
||
778 | [XIImageWidth 0 0 XIImageHeight neg 0 0] |
||
779 | /XIDataProc load |
||
780 | false XIChannelCount XIPlateList ci6drawimage |
||
781 | } def |
||
782 | /XG { |
||
783 | pop pop |
||
784 | } def |
||
785 | /XF { |
||
786 | 13 {pop} repeat |
||
787 | } def |
||
788 | /Xh { |
||
789 | Adobe_ColorImage_AI6_Vars begin |
||
790 | gsave |
||
791 | /XIType exch def |
||
792 | /XIImageHeight exch def |
||
793 | /XIImageWidth exch def |
||
794 | /XIImageMatrix exch def |
||
795 | |||
796 | XIImageMatrix concat |
||
797 | XIImageWidth XIImageHeight scale |
||
798 | |||
799 | /_lp /null ddef |
||
800 | _fc |
||
801 | /_lp /imagemask ddef |
||
802 | end |
||
803 | } def |
||
804 | /XH { |
||
805 | Adobe_ColorImage_AI6_Vars begin |
||
806 | grestore |
||
807 | end |
||
808 | } def |
||
809 | /XIEnable { |
||
810 | Adobe_ColorImage_AI6_Vars /XIEnable 3 -1 roll put |
||
811 | } def |
||
812 | /XC { |
||
813 | Adobe_ColorImage_AI6_Vars begin |
||
814 | ci6colormake |
||
815 | /XIColorSpace exch def |
||
816 | /XIColorValues exch def |
||
817 | end |
||
818 | } def |
||
819 | /XIPlates { |
||
820 | Adobe_ColorImage_AI6_Vars begin |
||
821 | /XIPlateList exch def |
||
822 | end |
||
823 | } def |
||
824 | /XI |
||
825 | { |
||
826 | Adobe_ColorImage_AI6_Vars begin |
||
827 | gsave |
||
828 | /XIType exch def |
||
829 | cvi dup |
||
830 | 256 idiv /XICompression exch store |
||
831 | 256 mod /XIEncoding exch store |
||
832 | pop pop |
||
833 | /XIChannelCount exch def |
||
834 | /XIBitsPerPixel exch def |
||
835 | /XIImageHeight exch def |
||
836 | /XIImageWidth exch def |
||
837 | pop pop pop pop |
||
838 | /XIImageMatrix exch def |
||
839 | XIBitsPerPixel 1 eq { |
||
840 | XIImageWidth 8 div ceiling cvi |
||
841 | }{ |
||
842 | XIImageWidth XIChannelCount mul |
||
843 | } ifelse |
||
844 | /XIRowBytes exch def |
||
845 | XIEnable { |
||
846 | /XIBuffer3 XIImageWidth string def |
||
847 | XICompression 0 eq { |
||
848 | /XIBuffer1 XIRowBytes string def |
||
849 | XIEncoding 0 eq { |
||
850 | {currentfile XIBuffer1 readhexstring pop} |
||
851 | }{ |
||
852 | {currentfile XIBuffer1 readstring pop} |
||
853 | } ifelse |
||
854 | }{ |
||
855 | /XIBuffer1 256 string def |
||
856 | /XIBuffer2 XIRowBytes string def |
||
857 | {currentfile XIBuffer1 readline pop (%) anchorsearch {pop} if} |
||
858 | /ASCII85Decode filter /DCTDecode filter |
||
859 | /XIFile exch def |
||
860 | {XIFile XIBuffer2 readstring pop} |
||
861 | } ifelse |
||
862 | /XIDataProc exch def |
||
863 | |||
864 | XIType 1 ne { |
||
865 | |||
866 | } if |
||
867 | XIType 1 eq { |
||
868 | XIImageMask |
||
869 | }{ |
||
870 | XIType 2 eq XIType 3 eq or { |
||
871 | XIImageTint |
||
872 | }{ |
||
873 | XIImage |
||
874 | } ifelse |
||
875 | } ifelse |
||
876 | }{ |
||
877 | XINullImage |
||
878 | } ifelse |
||
879 | /XIPlateList false def |
||
880 | grestore |
||
881 | end |
||
882 | } def |
||
883 | end |
||
884 | %%EndProcSet |
||
885 | %%BeginResource: procset Adobe_Illustrator_AI5 1.3 0 |
||
886 | %%Title: (Adobe Illustrator (R) Version 8.0 Full Prolog) |
||
887 | %%Version: 1.3 0 |
||
888 | %%CreationDate: (3/7/1994) () |
||
889 | %%Copyright: ((C) 1987-1998 Adobe Systems Incorporated All Rights Reserved) |
||
890 | currentpacking true setpacking |
||
891 | userdict /Adobe_Illustrator_AI5_vars 112 dict dup begin |
||
892 | put |
||
893 | /_?cmyk false def |
||
894 | /_eo false def |
||
895 | /_lp /none def |
||
896 | /_pf |
||
897 | { |
||
898 | } def |
||
899 | /_ps |
||
900 | { |
||
901 | } def |
||
902 | /_psf |
||
903 | { |
||
904 | } def |
||
905 | /_pss |
||
906 | { |
||
907 | } def |
||
908 | /_pjsf |
||
909 | { |
||
910 | } def |
||
911 | /_pjss |
||
912 | { |
||
913 | } def |
||
914 | /_pola 0 def |
||
915 | /_doClip 0 def |
||
916 | /cf currentflat def |
||
917 | /_lineorientation 0 def |
||
918 | /_charorientation 0 def |
||
919 | /_yokoorientation 0 def |
||
920 | /_tm matrix def |
||
921 | /_renderStart |
||
922 | [ |
||
923 | /e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 |
||
924 | ] def |
||
925 | /_renderEnd |
||
926 | [ |
||
927 | null null null null /i1 /i1 /i1 /i1 |
||
928 | ] def |
||
929 | /_render -1 def |
||
930 | /_shift [0 0] def |
||
931 | /_ax 0 def |
||
932 | /_ay 0 def |
||
933 | /_cx 0 def |
||
934 | /_cy 0 def |
||
935 | /_leading |
||
936 | [ |
||
937 | |||
938 | ] def |
||
939 | /_ctm matrix def |
||
940 | /_mtx matrix def |
||
941 | /_sp 16#020 def |
||
942 | /_hyphen (-) def |
||
943 | /_fontSize 0 def |
||
944 | /_fontAscent 0 def |
||
945 | /_fontDescent 0 def |
||
946 | /_fontHeight 0 def |
||
947 | /_fontRotateAdjust 0 def |
||
948 | /Ss 256 string def |
||
949 | Ss 0 (fonts/) putinterval |
||
950 | /_cnt 0 def |
||
951 | /_scale [1 1] def |
||
952 | /_nativeEncoding 0 def |
||
953 | /_useNativeEncoding 0 def |
||
954 | /_tempEncode 0 def |
||
955 | /_pntr 0 def |
||
956 | /_tDict 2 dict def |
||
957 | /_hfname 100 string def |
||
958 | /_hffound false def |
||
959 | /Tx |
||
960 | { |
||
961 | } def |
||
962 | /Tj |
||
963 | { |
||
964 | } def |
||
965 | /CRender |
||
966 | { |
||
967 | } def |
||
968 | /_AI3_savepage |
||
969 | { |
||
970 | } def |
||
971 | /_gf null def |
||
972 | /_cf 4 array def |
||
973 | /_rgbf 3 array def |
||
974 | /_if null def |
||
975 | /_of false def |
||
976 | /_fc |
||
977 | { |
||
978 | } def |
||
979 | /_gs null def |
||
980 | /_cs 4 array def |
||
981 | /_rgbs 3 array def |
||
982 | /_is null def |
||
983 | /_os false def |
||
984 | /_sc |
||
985 | { |
||
986 | } def |
||
987 | /_pd 1 dict def |
||
988 | /_ed 15 dict def |
||
989 | /_pm matrix def |
||
990 | /_fm null def |
||
991 | /_fd null def |
||
992 | /_fdd null def |
||
993 | /_sm null def |
||
994 | /_sd null def |
||
995 | /_sdd null def |
||
996 | /_i null def |
||
997 | /_lobyte 0 def |
||
998 | /_hibyte 0 def |
||
999 | /_cproc null def |
||
1000 | /_cscript 0 def |
||
1001 | /_hvax 0 def |
||
1002 | /_hvay 0 def |
||
1003 | /_hvwb 0 def |
||
1004 | /_hvcx 0 def |
||
1005 | /_hvcy 0 def |
||
1006 | /_bitfont null def |
||
1007 | /_bitlobyte 0 def |
||
1008 | /_bithibyte 0 def |
||
1009 | /_bitkey null def |
||
1010 | /_bitdata null def |
||
1011 | /_bitindex 0 def |
||
1012 | /discardSave null def |
||
1013 | /buffer 256 string def |
||
1014 | /beginString null def |
||
1015 | /endString null def |
||
1016 | /endStringLength null def |
||
1017 | /layerCnt 1 def |
||
1018 | /layerCount 1 def |
||
1019 | /perCent (%) 0 get def |
||
1020 | /perCentSeen? false def |
||
1021 | /newBuff null def |
||
1022 | /newBuffButFirst null def |
||
1023 | /newBuffLast null def |
||
1024 | /clipForward? false def |
||
1025 | end |
||
1026 | userdict /Adobe_Illustrator_AI5 known not { |
||
1027 | userdict /Adobe_Illustrator_AI5 100 dict put |
||
1028 | } if |
||
1029 | userdict /Adobe_Illustrator_AI5 get begin |
||
1030 | /initialize |
||
1031 | { |
||
1032 | Adobe_Illustrator_AI5 dup begin |
||
1033 | Adobe_Illustrator_AI5_vars begin |
||
1034 | /_aicmykps where {pop /_?cmyk _aicmykps def}if |
||
1035 | discardDict |
||
1036 | { |
||
1037 | bind pop pop |
||
1038 | } forall |
||
1039 | dup /nc get begin |
||
1040 | { |
||
1041 | dup xcheck 1 index type /operatortype ne and |
||
1042 | { |
||
1043 | bind |
||
1044 | } if |
||
1045 | pop pop |
||
1046 | } forall |
||
1047 | end |
||
1048 | newpath |
||
1049 | } def |
||
1050 | /terminate |
||
1051 | { |
||
1052 | end |
||
1053 | end |
||
1054 | } def |
||
1055 | /_ |
||
1056 | null def |
||
1057 | /ddef |
||
1058 | { |
||
1059 | Adobe_Illustrator_AI5_vars 3 1 roll put |
||
1060 | } def |
||
1061 | /xput |
||
1062 | { |
||
1063 | dup load dup length exch maxlength eq |
||
1064 | { |
||
1065 | dup dup load dup |
||
1066 | length 2 mul dict copy def |
||
1067 | } if |
||
1068 | load begin |
||
1069 | def |
||
1070 | end |
||
1071 | } def |
||
1072 | /npop |
||
1073 | { |
||
1074 | { |
||
1075 | pop |
||
1076 | } repeat |
||
1077 | } def |
||
1078 | /hswj |
||
1079 | { |
||
1080 | dup stringwidth 3 2 roll |
||
1081 | { |
||
1082 | _hvwb eq { exch _hvcx add exch _hvcy add } if |
||
1083 | exch _hvax add exch _hvay add |
||
1084 | } cforall |
||
1085 | } def |
||
1086 | /vswj |
||
1087 | { |
||
1088 | |||
1089 | { |
||
1090 | dup 255 le |
||
1091 | _charorientation 1 eq |
||
1092 | and |
||
1093 | { |
||
1094 | dup cstring stringwidth 5 2 roll |
||
1095 | _hvwb eq { exch _hvcy sub exch _hvcx sub } if |
||
1096 | exch _hvay sub exch _hvax sub |
||
1097 | 4 -1 roll sub exch |
||
1098 | 3 -1 roll sub exch |
||
1099 | } |
||
1100 | { |
||
1101 | _hvwb eq { exch _hvcy sub exch _hvcx sub } if |
||
1102 | exch _hvay sub exch _hvax sub |
||
1103 | _fontHeight sub |
||
1104 | } ifelse |
||
1105 | } cforall |
||
1106 | } def |
||
1107 | /swj |
||
1108 | { |
||
1109 | 6 1 roll |
||
1110 | /_hvay exch ddef |
||
1111 | /_hvax exch ddef |
||
1112 | /_hvwb exch ddef |
||
1113 | /_hvcy exch ddef |
||
1114 | /_hvcx exch ddef |
||
1115 | _lineorientation 0 eq { hswj } { vswj } ifelse |
||
1116 | } def |
||
1117 | /sw |
||
1118 | { |
||
1119 | |||
1120 | } def |
||
1121 | /vjss |
||
1122 | { |
||
1123 | 4 1 roll |
||
1124 | { |
||
1125 | dup cstring |
||
1126 | dup length 1 eq |
||
1127 | _charorientation 1 eq |
||
1128 | and |
||
1129 | { |
||
1130 | -90 rotate |
||
1131 | currentpoint |
||
1132 | _fontRotateAdjust add |
||
1133 | moveto |
||
1134 | gsave |
||
1135 | false charpath currentpoint |
||
1136 | 5 index setmatrix stroke |
||
1137 | grestore |
||
1138 | _fontRotateAdjust sub |
||
1139 | moveto |
||
1140 | _sp eq |
||
1141 | { |
||
1142 | 5 index 5 index rmoveto |
||
1143 | } if |
||
1144 | 2 copy rmoveto |
||
1145 | 90 rotate |
||
1146 | } |
||
1147 | { |
||
1148 | currentpoint |
||
1149 | _fontHeight sub |
||
1150 | 5 index sub |
||
1151 | 3 index _sp eq |
||
1152 | { |
||
1153 | 9 index sub |
||
1154 | } if |
||
1155 | |||
1156 | currentpoint |
||
1157 | exch 4 index stringwidth pop 2 div sub |
||
1158 | exch _fontAscent sub |
||
1159 | moveto |
||
1160 | |||
1161 | gsave |
||
1162 | 2 index false charpath |
||
1163 | 6 index setmatrix stroke |
||
1164 | grestore |
||
1165 | |||
1166 | moveto pop pop |
||
1167 | } ifelse |
||
1168 | } cforall |
||
1169 | 6 npop |
||
1170 | } def |
||
1171 | /hjss |
||
1172 | { |
||
1173 | 4 1 roll |
||
1174 | { |
||
1175 | dup cstring |
||
1176 | gsave |
||
1177 | false charpath currentpoint |
||
1178 | 5 index setmatrix stroke |
||
1179 | grestore |
||
1180 | moveto |
||
1181 | _sp eq |
||
1182 | { |
||
1183 | 5 index 5 index rmoveto |
||
1184 | } if |
||
1185 | 2 copy rmoveto |
||
1186 | } cforall |
||
1187 | 6 npop |
||
1188 | } def |
||
1189 | /jss |
||
1190 | { |
||
1191 | _lineorientation 0 eq { hjss } { vjss } ifelse |
||
1192 | } def |
||
1193 | /ss |
||
1194 | { |
||
1195 | |||
1196 | } def |
||
1197 | /vjsp |
||
1198 | { |
||
1199 | 4 1 roll |
||
1200 | { |
||
1201 | dup cstring |
||
1202 | dup length 1 eq |
||
1203 | _charorientation 1 eq |
||
1204 | and |
||
1205 | { |
||
1206 | -90 rotate |
||
1207 | currentpoint |
||
1208 | _fontRotateAdjust add |
||
1209 | moveto |
||
1210 | false charpath |
||
1211 | currentpoint |
||
1212 | _fontRotateAdjust sub |
||
1213 | moveto |
||
1214 | _sp eq |
||
1215 | { |
||
1216 | 5 index 5 index rmoveto |
||
1217 | } if |
||
1218 | 2 copy rmoveto |
||
1219 | 90 rotate |
||
1220 | } |
||
1221 | { |
||
1222 | currentpoint |
||
1223 | _fontHeight sub |
||
1224 | 5 index sub |
||
1225 | 3 index _sp eq |
||
1226 | { |
||
1227 | 9 index sub |
||
1228 | } if |
||
1229 | |||
1230 | currentpoint |
||
1231 | exch 4 index stringwidth pop 2 div sub |
||
1232 | exch _fontAscent sub |
||
1233 | moveto |
||
1234 | |||
1235 | 2 index false charpath |
||
1236 | |||
1237 | moveto pop pop |
||
1238 | } ifelse |
||
1239 | } cforall |
||
1240 | 6 npop |
||
1241 | } def |
||
1242 | /hjsp |
||
1243 | { |
||
1244 | 4 1 roll |
||
1245 | { |
||
1246 | dup cstring |
||
1247 | false charpath |
||
1248 | _sp eq |
||
1249 | { |
||
1250 | 5 index 5 index rmoveto |
||
1251 | } if |
||
1252 | 2 copy rmoveto |
||
1253 | } cforall |
||
1254 | 6 npop |
||
1255 | } def |
||
1256 | /jsp |
||
1257 | { |
||
1258 | matrix currentmatrix |
||
1259 | _lineorientation 0 eq {hjsp} {vjsp} ifelse |
||
1260 | } def |
||
1261 | /sp |
||
1262 | { |
||
1263 | matrix currentmatrix |
||
1264 | |||
1265 | _lineorientation 0 eq {hjsp} {vjsp} ifelse |
||
1266 | } def |
||
1267 | /pl |
||
1268 | { |
||
1269 | transform |
||
1270 | 0.25 sub round 0.25 add exch |
||
1271 | 0.25 sub round 0.25 add exch |
||
1272 | itransform |
||
1273 | } def |
||
1274 | /setstrokeadjust where |
||
1275 | { |
||
1276 | pop true setstrokeadjust |
||
1277 | /c |
||
1278 | { |
||
1279 | curveto |
||
1280 | } def |
||
1281 | /C |
||
1282 | /c load def |
||
1283 | /v |
||
1284 | { |
||
1285 | currentpoint 6 2 roll curveto |
||
1286 | } def |
||
1287 | /V |
||
1288 | /v load def |
||
1289 | /y |
||
1290 | { |
||
1291 | 2 copy curveto |
||
1292 | } def |
||
1293 | /Y |
||
1294 | /y load def |
||
1295 | /l |
||
1296 | { |
||
1297 | lineto |
||
1298 | } def |
||
1299 | /L |
||
1300 | /l load def |
||
1301 | /m |
||
1302 | { |
||
1303 | moveto |
||
1304 | } def |
||
1305 | } |
||
1306 | { |
||
1307 | /c |
||
1308 | { |
||
1309 | pl curveto |
||
1310 | } def |
||
1311 | /C |
||
1312 | /c load def |
||
1313 | /v |
||
1314 | { |
||
1315 | currentpoint 6 2 roll pl curveto |
||
1316 | } def |
||
1317 | /V |
||
1318 | /v load def |
||
1319 | /y |
||
1320 | { |
||
1321 | pl 2 copy curveto |
||
1322 | } def |
||
1323 | /Y |
||
1324 | /y load def |
||
1325 | /l |
||
1326 | { |
||
1327 | pl lineto |
||
1328 | } def |
||
1329 | /L |
||
1330 | /l load def |
||
1331 | /m |
||
1332 | { |
||
1333 | pl moveto |
||
1334 | } def |
||
1335 | } ifelse |
||
1336 | /d |
||
1337 | { |
||
1338 | setdash |
||
1339 | } def |
||
1340 | /cf |
||
1341 | { |
||
1342 | } def |
||
1343 | /i |
||
1344 | { |
||
1345 | dup 0 eq |
||
1346 | { |
||
1347 | pop cf |
||
1348 | } if |
||
1349 | setflat |
||
1350 | } def |
||
1351 | /j |
||
1352 | { |
||
1353 | setlinejoin |
||
1354 | } def |
||
1355 | /J |
||
1356 | { |
||
1357 | setlinecap |
||
1358 | } def |
||
1359 | /M |
||
1360 | { |
||
1361 | setmiterlimit |
||
1362 | } def |
||
1363 | /w |
||
1364 | { |
||
1365 | setlinewidth |
||
1366 | } def |
||
1367 | /XR |
||
1368 | { |
||
1369 | |||
1370 | /_eo exch ddef |
||
1371 | } def |
||
1372 | /H |
||
1373 | { |
||
1374 | } def |
||
1375 | /h |
||
1376 | { |
||
1377 | closepath |
||
1378 | } def |
||
1379 | /N |
||
1380 | { |
||
1381 | _pola 0 eq |
||
1382 | { |
||
1383 | _doClip 1 eq |
||
1384 | { |
||
1385 | _eo {eoclip} {clip} ifelse /_doClip 0 ddef |
||
1386 | } if |
||
1387 | newpath |
||
1388 | } |
||
1389 | { |
||
1390 | /CRender |
||
1391 | { |
||
1392 | N |
||
1393 | } ddef |
||
1394 | } ifelse |
||
1395 | } def |
||
1396 | /n |
||
1397 | { |
||
1398 | N |
||
1399 | } def |
||
1400 | /F |
||
1401 | { |
||
1402 | _pola 0 eq |
||
1403 | { |
||
1404 | _doClip 1 eq |
||
1405 | { |
||
1406 | gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc |
||
1407 | /_doClip 0 ddef |
||
1408 | } |
||
1409 | { |
||
1410 | _pf |
||
1411 | } ifelse |
||
1412 | } |
||
1413 | { |
||
1414 | /CRender |
||
1415 | { |
||
1416 | F |
||
1417 | } ddef |
||
1418 | } ifelse |
||
1419 | } def |
||
1420 | /f |
||
1421 | { |
||
1422 | closepath |
||
1423 | F |
||
1424 | } def |
||
1425 | /S |
||
1426 | { |
||
1427 | _pola 0 eq |
||
1428 | { |
||
1429 | _doClip 1 eq |
||
1430 | { |
||
1431 | gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc |
||
1432 | /_doClip 0 ddef |
||
1433 | } |
||
1434 | { |
||
1435 | _ps |
||
1436 | } ifelse |
||
1437 | } |
||
1438 | { |
||
1439 | /CRender |
||
1440 | { |
||
1441 | S |
||
1442 | } ddef |
||
1443 | } ifelse |
||
1444 | } def |
||
1445 | /s |
||
1446 | { |
||
1447 | closepath |
||
1448 | S |
||
1449 | } def |
||
1450 | /B |
||
1451 | { |
||
1452 | _pola 0 eq |
||
1453 | { |
||
1454 | _doClip 1 eq |
||
1455 | gsave F grestore |
||
1456 | { |
||
1457 | gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc |
||
1458 | /_doClip 0 ddef |
||
1459 | } |
||
1460 | { |
||
1461 | S |
||
1462 | } ifelse |
||
1463 | } |
||
1464 | { |
||
1465 | /CRender |
||
1466 | { |
||
1467 | B |
||
1468 | } ddef |
||
1469 | } ifelse |
||
1470 | } def |
||
1471 | /b |
||
1472 | { |
||
1473 | closepath |
||
1474 | B |
||
1475 | } def |
||
1476 | /W |
||
1477 | { |
||
1478 | /_doClip 1 ddef |
||
1479 | } def |
||
1480 | /* |
||
1481 | { |
||
1482 | count 0 ne |
||
1483 | { |
||
1484 | dup type /stringtype eq |
||
1485 | { |
||
1486 | pop |
||
1487 | } if |
||
1488 | } if |
||
1489 | newpath |
||
1490 | } def |
||
1491 | /u |
||
1492 | { |
||
1493 | } def |
||
1494 | /U |
||
1495 | { |
||
1496 | } def |
||
1497 | /q |
||
1498 | { |
||
1499 | _pola 0 eq |
||
1500 | { |
||
1501 | gsave |
||
1502 | } if |
||
1503 | } def |
||
1504 | /Q |
||
1505 | { |
||
1506 | _pola 0 eq |
||
1507 | { |
||
1508 | grestore |
||
1509 | } if |
||
1510 | } def |
||
1511 | /*u |
||
1512 | { |
||
1513 | _pola 1 add /_pola exch ddef |
||
1514 | } def |
||
1515 | /*U |
||
1516 | { |
||
1517 | _pola 1 sub /_pola exch ddef |
||
1518 | _pola 0 eq |
||
1519 | { |
||
1520 | CRender |
||
1521 | } if |
||
1522 | } def |
||
1523 | /D |
||
1524 | { |
||
1525 | pop |
||
1526 | } def |
||
1527 | /*w |
||
1528 | { |
||
1529 | } def |
||
1530 | /*W |
||
1531 | { |
||
1532 | } def |
||
1533 | /` |
||
1534 | { |
||
1535 | /_i save ddef |
||
1536 | clipForward? |
||
1537 | { |
||
1538 | nulldevice |
||
1539 | } if |
||
1540 | 6 1 roll 4 npop |
||
1541 | concat pop |
||
1542 | userdict begin |
||
1543 | /showpage |
||
1544 | { |
||
1545 | } def |
||
1546 | |||
1547 | |||
1548 | 1 setlinewidth |
||
1549 | |||
1550 | 10 setmiterlimit |
||
1551 | [] 0 setdash |
||
1552 | /setstrokeadjust where {pop false setstrokeadjust} if |
||
1553 | newpath |
||
1554 | |||
1555 | false setoverprint |
||
1556 | } def |
||
1557 | /~ |
||
1558 | { |
||
1559 | end |
||
1560 | _i restore |
||
1561 | } def |
||
1562 | /_rgbtocmyk |
||
1563 | { |
||
1564 | 3 |
||
1565 | { |
||
1566 | 1 exch sub 3 1 roll |
||
1567 | } repeat |
||
1568 | 3 copy 1 4 1 roll |
||
1569 | 3 |
||
1570 | { |
||
1571 | 3 index 2 copy gt |
||
1572 | { |
||
1573 | exch |
||
1574 | } if |
||
1575 | pop 4 1 roll |
||
1576 | } repeat |
||
1577 | pop pop pop |
||
1578 | 4 1 roll |
||
1579 | 3 |
||
1580 | { |
||
1581 | 3 index sub |
||
1582 | 3 1 roll |
||
1583 | } repeat |
||
1584 | 4 -1 roll |
||
1585 | } def |
||
1586 | /setrgbfill |
||
1587 | { |
||
1588 | _rgbf astore pop |
||
1589 | /_fc |
||
1590 | { |
||
1591 | _lp /fill ne |
||
1592 | { |
||
1593 | _of setoverprint |
||
1594 | _rgbf aload pop setrgbcolor |
||
1595 | /_lp /fill ddef |
||
1596 | } if |
||
1597 | } ddef |
||
1598 | /_pf |
||
1599 | { |
||
1600 | _fc |
||
1601 | _eo {eofill} {fill} ifelse |
||
1602 | } ddef |
||
1603 | /_psf |
||
1604 | { |
||
1605 | _fc |
||
1606 | hvashow |
||
1607 | } ddef |
||
1608 | /_pjsf |
||
1609 | { |
||
1610 | _fc |
||
1611 | hvawidthshow |
||
1612 | } ddef |
||
1613 | /_lp /none ddef |
||
1614 | } def |
||
1615 | /setrgbstroke |
||
1616 | { |
||
1617 | _rgbs astore pop |
||
1618 | /_sc |
||
1619 | { |
||
1620 | _lp /stroke ne |
||
1621 | { |
||
1622 | _os setoverprint |
||
1623 | _rgbs aload pop setrgbcolor |
||
1624 | /_lp /stroke ddef |
||
1625 | } if |
||
1626 | } ddef |
||
1627 | /_ps |
||
1628 | { |
||
1629 | _sc |
||
1630 | stroke |
||
1631 | } ddef |
||
1632 | /_pss |
||
1633 | { |
||
1634 | _sc |
||
1635 | ss |
||
1636 | } ddef |
||
1637 | /_pjss |
||
1638 | { |
||
1639 | _sc |
||
1640 | jss |
||
1641 | } ddef |
||
1642 | /_lp /none ddef |
||
1643 | } def |
||
1644 | /O |
||
1645 | { |
||
1646 | |||
1647 | /_of exch ddef |
||
1648 | /_lp /none ddef |
||
1649 | } def |
||
1650 | /R |
||
1651 | { |
||
1652 | |||
1653 | /_os exch ddef |
||
1654 | /_lp /none ddef |
||
1655 | } def |
||
1656 | /g |
||
1657 | { |
||
1658 | /_gf exch ddef |
||
1659 | /_fc |
||
1660 | { |
||
1661 | _lp /fill ne |
||
1662 | { |
||
1663 | _of setoverprint |
||
1664 | _gf setgray |
||
1665 | /_lp /fill ddef |
||
1666 | } if |
||
1667 | } ddef |
||
1668 | /_pf |
||
1669 | { |
||
1670 | _fc |
||
1671 | _eo {eofill} {fill} ifelse |
||
1672 | } ddef |
||
1673 | /_psf |
||
1674 | { |
||
1675 | _fc |
||
1676 | hvashow |
||
1677 | } ddef |
||
1678 | /_pjsf |
||
1679 | { |
||
1680 | _fc |
||
1681 | hvawidthshow |
||
1682 | } ddef |
||
1683 | /_lp /none ddef |
||
1684 | } def |
||
1685 | /G |
||
1686 | { |
||
1687 | /_gs exch ddef |
||
1688 | /_sc |
||
1689 | { |
||
1690 | _lp /stroke ne |
||
1691 | { |
||
1692 | _os setoverprint |
||
1693 | _gs setgray |
||
1694 | /_lp /stroke ddef |
||
1695 | } if |
||
1696 | } ddef |
||
1697 | /_ps |
||
1698 | { |
||
1699 | _sc |
||
1700 | stroke |
||
1701 | } ddef |
||
1702 | /_pss |
||
1703 | { |
||
1704 | _sc |
||
1705 | ss |
||
1706 | } ddef |
||
1707 | /_pjss |
||
1708 | { |
||
1709 | _sc |
||
1710 | jss |
||
1711 | } ddef |
||
1712 | /_lp /none ddef |
||
1713 | } def |
||
1714 | /k |
||
1715 | { |
||
1716 | _cf astore pop |
||
1717 | /_fc |
||
1718 | { |
||
1719 | _lp /fill ne |
||
1720 | { |
||
1721 | _of setoverprint |
||
1722 | _cf aload pop setcmykcolor |
||
1723 | /_lp /fill ddef |
||
1724 | } if |
||
1725 | } ddef |
||
1726 | /_pf |
||
1727 | { |
||
1728 | _fc |
||
1729 | _eo {eofill} {fill} ifelse |
||
1730 | } ddef |
||
1731 | /_psf |
||
1732 | { |
||
1733 | _fc |
||
1734 | hvashow |
||
1735 | } ddef |
||
1736 | /_pjsf |
||
1737 | { |
||
1738 | _fc |
||
1739 | hvawidthshow |
||
1740 | } ddef |
||
1741 | /_lp /none ddef |
||
1742 | } def |
||
1743 | /K |
||
1744 | { |
||
1745 | _cs astore pop |
||
1746 | /_sc |
||
1747 | { |
||
1748 | _lp /stroke ne |
||
1749 | { |
||
1750 | _os setoverprint |
||
1751 | _cs aload pop setcmykcolor |
||
1752 | /_lp /stroke ddef |
||
1753 | } if |
||
1754 | } ddef |
||
1755 | /_ps |
||
1756 | { |
||
1757 | _sc |
||
1758 | stroke |
||
1759 | } ddef |
||
1760 | /_pss |
||
1761 | { |
||
1762 | _sc |
||
1763 | ss |
||
1764 | } ddef |
||
1765 | /_pjss |
||
1766 | { |
||
1767 | _sc |
||
1768 | jss |
||
1769 | } ddef |
||
1770 | /_lp /none ddef |
||
1771 | } def |
||
1772 | /Xa |
||
1773 | { |
||
1774 | _?cmyk { |
||
1775 | 3 npop k |
||
1776 | }{ |
||
1777 | setrgbfill 4 npop |
||
1778 | } ifelse |
||
1779 | } def |
||
1780 | /XA |
||
1781 | { |
||
1782 | _?cmyk { |
||
1783 | 3 npop K |
||
1784 | }{ |
||
1785 | setrgbstroke 4 npop |
||
1786 | } ifelse |
||
1787 | } def |
||
1788 | /Xs |
||
1789 | { |
||
1790 | /_gf exch ddef |
||
1791 | 5 npop |
||
1792 | /_fc |
||
1793 | { |
||
1794 | _lp /fill ne |
||
1795 | { |
||
1796 | _of setoverprint |
||
1797 | _gf setAIseparationgray |
||
1798 | /_lp /fill ddef |
||
1799 | } if |
||
1800 | } ddef |
||
1801 | /_pf |
||
1802 | { |
||
1803 | _fc |
||
1804 | _eo {eofill} {fill} ifelse |
||
1805 | } ddef |
||
1806 | /_psf |
||
1807 | { |
||
1808 | _fc |
||
1809 | hvashow |
||
1810 | } ddef |
||
1811 | /_pjsf |
||
1812 | { |
||
1813 | _fc |
||
1814 | hvawidthshow |
||
1815 | } ddef |
||
1816 | /_lp /none ddef |
||
1817 | } def |
||
1818 | /XS |
||
1819 | { |
||
1820 | /_gs exch ddef |
||
1821 | 5 npop |
||
1822 | /_sc |
||
1823 | { |
||
1824 | _lp /stroke ne |
||
1825 | { |
||
1826 | _os setoverprint |
||
1827 | _gs setAIseparationgray |
||
1828 | /_lp /stroke ddef |
||
1829 | } if |
||
1830 | } ddef |
||
1831 | /_ps |
||
1832 | { |
||
1833 | _sc |
||
1834 | stroke |
||
1835 | } ddef |
||
1836 | /_pss |
||
1837 | { |
||
1838 | _sc |
||
1839 | ss |
||
1840 | } ddef |
||
1841 | /_pjss |
||
1842 | { |
||
1843 | _sc |
||
1844 | jss |
||
1845 | } ddef |
||
1846 | /_lp /none ddef |
||
1847 | } def |
||
1848 | /Xx |
||
1849 | { |
||
1850 | exch |
||
1851 | /_gf exch ddef |
||
1852 | |||
1853 | findcmykcustomcolor |
||
1854 | }{ |
||
1855 | _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse |
||
1856 | { |
||
1857 | 4 1 roll 3 npop |
||
1858 | findcmykcustomcolor |
||
1859 | }{ |
||
1860 | 8 -4 roll 4 npop |
||
1861 | findrgbcustomcolor |
||
1862 | } ifelse |
||
1863 | } ifelse |
||
1864 | /_if exch ddef |
||
1865 | /_fc |
||
1866 | { |
||
1867 | _lp /fill ne |
||
1868 | { |
||
1869 | _of setoverprint |
||
1870 | _if _gf 1 exch sub setcustomcolor |
||
1871 | /_lp /fill ddef |
||
1872 | } if |
||
1873 | } ddef |
||
1874 | /_pf |
||
1875 | { |
||
1876 | _fc |
||
1877 | _eo {eofill} {fill} ifelse |
||
1878 | } ddef |
||
1879 | /_psf |
||
1880 | { |
||
1881 | _fc |
||
1882 | hvashow |
||
1883 | } ddef |
||
1884 | /_pjsf |
||
1885 | { |
||
1886 | _fc |
||
1887 | hvawidthshow |
||
1888 | } ddef |
||
1889 | /_lp /none ddef |
||
1890 | } def |
||
1891 | /XX |
||
1892 | { |
||
1893 | exch |
||
1894 | /_gs exch ddef |
||
1895 | |||
1896 | findcmykcustomcolor |
||
1897 | }{ |
||
1898 | _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse |
||
1899 | { |
||
1900 | 4 1 roll 3 npop |
||
1901 | findcmykcustomcolor |
||
1902 | }{ |
||
1903 | 8 -4 roll 4 npop |
||
1904 | findrgbcustomcolor |
||
1905 | } ifelse |
||
1906 | } ifelse |
||
1907 | /_is exch ddef |
||
1908 | /_sc |
||
1909 | { |
||
1910 | _lp /stroke ne |
||
1911 | { |
||
1912 | _os setoverprint |
||
1913 | _is _gs 1 exch sub setcustomcolor |
||
1914 | /_lp /stroke ddef |
||
1915 | } if |
||
1916 | } ddef |
||
1917 | /_ps |
||
1918 | { |
||
1919 | _sc |
||
1920 | stroke |
||
1921 | } ddef |
||
1922 | /_pss |
||
1923 | { |
||
1924 | _sc |
||
1925 | ss |
||
1926 | } ddef |
||
1927 | /_pjss |
||
1928 | { |
||
1929 | _sc |
||
1930 | jss |
||
1931 | } ddef |
||
1932 | /_lp /none ddef |
||
1933 | } def |
||
1934 | /x |
||
1935 | { |
||
1936 | /_gf exch ddef |
||
1937 | findcmykcustomcolor |
||
1938 | /_if exch ddef |
||
1939 | /_fc |
||
1940 | { |
||
1941 | _lp /fill ne |
||
1942 | { |
||
1943 | _of setoverprint |
||
1944 | _if _gf 1 exch sub setcustomcolor |
||
1945 | /_lp /fill ddef |
||
1946 | } if |
||
1947 | } ddef |
||
1948 | /_pf |
||
1949 | { |
||
1950 | _fc |
||
1951 | _eo {eofill} {fill} ifelse |
||
1952 | } ddef |
||
1953 | /_psf |
||
1954 | { |
||
1955 | _fc |
||
1956 | hvashow |
||
1957 | } ddef |
||
1958 | /_pjsf |
||
1959 | { |
||
1960 | _fc |
||
1961 | hvawidthshow |
||
1962 | } ddef |
||
1963 | /_lp /none ddef |
||
1964 | } def |
||
1965 | /X |
||
1966 | { |
||
1967 | /_gs exch ddef |
||
1968 | findcmykcustomcolor |
||
1969 | /_is exch ddef |
||
1970 | /_sc |
||
1971 | { |
||
1972 | _lp /stroke ne |
||
1973 | { |
||
1974 | _os setoverprint |
||
1975 | _is _gs 1 exch sub setcustomcolor |
||
1976 | /_lp /stroke ddef |
||
1977 | } if |
||
1978 | } ddef |
||
1979 | /_ps |
||
1980 | { |
||
1981 | _sc |
||
1982 | stroke |
||
1983 | } ddef |
||
1984 | /_pss |
||
1985 | { |
||
1986 | _sc |
||
1987 | ss |
||
1988 | } ddef |
||
1989 | /_pjss |
||
1990 | { |
||
1991 | _sc |
||
1992 | jss |
||
1993 | } ddef |
||
1994 | /_lp /none ddef |
||
1995 | } def |
||
1996 | /XK |
||
1997 | { |
||
1998 | 3 -1 roll pop |
||
1999 | |||
2000 | { |
||
2001 | 1 exch sub |
||
2002 | 3 {dup 3 1 roll mul 5 1 roll} repeat |
||
2003 | mul 4 1 roll |
||
2004 | K |
||
2005 | } |
||
2006 | { |
||
2007 | 1 exch sub 4 1 roll |
||
2008 | 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat |
||
2009 | 4 -1 roll pop |
||
2010 | XA |
||
2011 | } ifelse |
||
2012 | } def |
||
2013 | /Xk |
||
2014 | { |
||
2015 | 3 -1 roll pop |
||
2016 | |||
2017 | { |
||
2018 | 1 exch sub |
||
2019 | 3 {dup 3 1 roll mul 5 1 roll} repeat |
||
2020 | mul 4 1 roll |
||
2021 | k |
||
2022 | } |
||
2023 | { |
||
2024 | 1 exch sub 4 1 roll |
||
2025 | 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat |
||
2026 | 4 -1 roll pop |
||
2027 | Xa |
||
2028 | } ifelse |
||
2029 | } def |
||
2030 | /A |
||
2031 | { |
||
2032 | pop |
||
2033 | } def |
||
2034 | /annotatepage |
||
2035 | { |
||
2036 | userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse |
||
2037 | } def |
||
2038 | /XT { |
||
2039 | pop pop |
||
2040 | } def |
||
2041 | /Xt { |
||
2042 | pop |
||
2043 | } def |
||
2044 | /discard |
||
2045 | { |
||
2046 | save /discardSave exch store |
||
2047 | discardDict begin |
||
2048 | /endString exch store |
||
2049 | gt38? |
||
2050 | { |
||
2051 | 2 add |
||
2052 | } if |
||
2053 | load |
||
2054 | stopped |
||
2055 | pop |
||
2056 | end |
||
2057 | discardSave restore |
||
2058 | } bind def |
||
2059 | userdict /discardDict 7 dict dup begin |
||
2060 | put |
||
2061 | /pre38Initialize |
||
2062 | { |
||
2063 | /endStringLength endString length store |
||
2064 | /newBuff buffer 0 endStringLength getinterval store |
||
2065 | /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store |
||
2066 | /newBuffLast newBuff endStringLength 1 sub 1 getinterval store |
||
2067 | } def |
||
2068 | /shiftBuffer |
||
2069 | { |
||
2070 | newBuff 0 newBuffButFirst putinterval |
||
2071 | newBuffLast 0 |
||
2072 | currentfile read not |
||
2073 | { |
||
2074 | stop |
||
2075 | } if |
||
2076 | put |
||
2077 | } def |
||
2078 | |||
2079 | { |
||
2080 | pre38Initialize |
||
2081 | mark |
||
2082 | currentfile newBuff readstring exch pop |
||
2083 | { |
||
2084 | { |
||
2085 | newBuff endString eq |
||
2086 | { |
||
2087 | cleartomark stop |
||
2088 | } if |
||
2089 | shiftBuffer |
||
2090 | } loop |
||
2091 | } |
||
2092 | { |
||
2093 | stop |
||
2094 | } ifelse |
||
2095 | } def |
||
2096 | 1 |
||
2097 | { |
||
2098 | pre38Initialize |
||
2099 | /beginString exch store |
||
2100 | mark |
||
2101 | currentfile newBuff readstring exch pop |
||
2102 | { |
||
2103 | { |
||
2104 | newBuff beginString eq |
||
2105 | { |
||
2106 | /layerCount dup load 1 add store |
||
2107 | } |
||
2108 | { |
||
2109 | newBuff endString eq |
||
2110 | { |
||
2111 | /layerCount dup load 1 sub store |
||
2112 | layerCount 0 eq |
||
2113 | { |
||
2114 | cleartomark stop |
||
2115 | } if |
||
2116 | } if |
||
2117 | } ifelse |
||
2118 | shiftBuffer |
||
2119 | } loop |
||
2120 | } if |
||
2121 | } def |
||
2122 | 2 |
||
2123 | { |
||
2124 | mark |
||
2125 | { |
||
2126 | currentfile buffer {readline} stopped { |
||
2127 | % assume error was due to overfilling the buffer |
||
2128 | }{ |
||
2129 | not |
||
2130 | { |
||
2131 | stop |
||
2132 | } if |
||
2133 | endString eq { |
||
2134 | cleartomark stop |
||
2135 | } if |
||
2136 | }ifelse |
||
2137 | } loop |
||
2138 | } def |
||
2139 | 3 |
||
2140 | { |
||
2141 | /beginString exch store |
||
2142 | /layerCnt 1 store |
||
2143 | mark |
||
2144 | { |
||
2145 | currentfile buffer {readline} stopped { |
||
2146 | % assume error was due to overfilling the buffer |
||
2147 | }{ |
||
2148 | not |
||
2149 | { |
||
2150 | stop |
||
2151 | } if |
||
2152 | dup beginString eq |
||
2153 | { |
||
2154 | pop /layerCnt dup load 1 add store |
||
2155 | } |
||
2156 | { |
||
2157 | endString eq |
||
2158 | { |
||
2159 | layerCnt 1 eq |
||
2160 | { |
||
2161 | cleartomark stop |
||
2162 | } |
||
2163 | { |
||
2164 | /layerCnt dup load 1 sub store |
||
2165 | } ifelse |
||
2166 | } if |
||
2167 | } ifelse |
||
2168 | }ifelse |
||
2169 | } loop |
||
2170 | } def |
||
2171 | end |
||
2172 | userdict /clipRenderOff 15 dict dup begin |
||
2173 | put |
||
2174 | { |
||
2175 | /n /N /s /S /f /F /b /B |
||
2176 | } |
||
2177 | { |
||
2178 | { |
||
2179 | _doClip 1 eq |
||
2180 | { |
||
2181 | /_doClip 0 ddef _eo {eoclip} {clip} ifelse |
||
2182 | } if |
||
2183 | newpath |
||
2184 | } def |
||
2185 | } forall |
||
2186 | /Tr /pop load def |
||
2187 | /Bb {} def |
||
2188 | /BB /pop load def |
||
2189 | /Bg {12 npop} def |
||
2190 | /Bm {6 npop} def |
||
2191 | /Bc /Bm load def |
||
2192 | /Bh {4 npop} def |
||
2193 | end |
||
2194 | /Lb |
||
2195 | { |
||
2196 | 6 npop |
||
2197 | 7 2 roll |
||
2198 | 5 npop |
||
2199 | |||
2200 | { |
||
2201 | |||
2202 | { |
||
2203 | (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard |
||
2204 | } |
||
2205 | { |
||
2206 | |||
2207 | /clipForward? true def |
||
2208 | |||
2209 | /Tx /pop load def |
||
2210 | /Tj /pop load def |
||
2211 | |||
2212 | currentdict end clipRenderOff begin begin |
||
2213 | } ifelse |
||
2214 | } |
||
2215 | { |
||
2216 | |||
2217 | { |
||
2218 | save /discardSave exch store |
||
2219 | } if |
||
2220 | } ifelse |
||
2221 | } bind def |
||
2222 | /LB |
||
2223 | { |
||
2224 | discardSave dup null ne |
||
2225 | { |
||
2226 | restore |
||
2227 | } |
||
2228 | { |
||
2229 | pop |
||
2230 | clipForward? |
||
2231 | { |
||
2232 | currentdict |
||
2233 | end |
||
2234 | end |
||
2235 | begin |
||
2236 | |||
2237 | /clipForward? false ddef |
||
2238 | } if |
||
2239 | } ifelse |
||
2240 | } bind def |
||
2241 | /Pb |
||
2242 | { |
||
2243 | pop pop |
||
2244 | |||
2245 | } bind def |
||
2246 | /Np |
||
2247 | { |
||
2248 | |||
2249 | } bind def |
||
2250 | /Ln /pop load def |
||
2251 | /Ap |
||
2252 | /pop load def |
||
2253 | /Ar |
||
2254 | { |
||
2255 | 72 exch div |
||
2256 | |||
2257 | dup 1 lt |
||
2258 | { |
||
2259 | pop 1 |
||
2260 | } if |
||
2261 | setflat |
||
2262 | } def |
||
2263 | /Mb |
||
2264 | { |
||
2265 | q |
||
2266 | } def |
||
2267 | /Md |
||
2268 | { |
||
2269 | } def |
||
2270 | /MB |
||
2271 | { |
||
2272 | Q |
||
2273 | } def |
||
2274 | /nc 4 dict def |
||
2275 | nc begin |
||
2276 | /setgray |
||
2277 | { |
||
2278 | pop |
||
2279 | } bind def |
||
2280 | /setcmykcolor |
||
2281 | { |
||
2282 | 4 npop |
||
2283 | } bind def |
||
2284 | /setrgbcolor |
||
2285 | { |
||
2286 | 3 npop |
||
2287 | } bind def |
||
2288 | /setcustomcolor |
||
2289 | { |
||
2290 | 2 npop |
||
2291 | } bind def |
||
2292 | currentdict readonly pop |
||
2293 | end |
||
2294 | /XP |
||
2295 | { |
||
2296 | 4 npop |
||
2297 | } bind def |
||
2298 | /XD |
||
2299 | { |
||
2300 | pop |
||
2301 | } bind def |
||
2302 | end |
||
2303 | setpacking |
||
2304 | %%EndResource |
||
2305 | %%BeginResource: procset Adobe_cshow 2.0 8 |
||
2306 | %%Title: (Writing System Operators) |
||
2307 | %%Version: 2.0 8 |
||
2308 | %%CreationDate: (1/23/89) () |
||
2309 | %%Copyright: ((C) 1992-1996 Adobe Systems Incorporated All Rights Reserved) |
||
2310 | currentpacking true setpacking |
||
2311 | userdict /Adobe_cshow 14 dict dup begin put |
||
2312 | /initialize |
||
2313 | { |
||
2314 | Adobe_cshow begin |
||
2315 | Adobe_cshow |
||
2316 | { |
||
2317 | dup xcheck |
||
2318 | { |
||
2319 | bind |
||
2320 | } if |
||
2321 | pop pop |
||
2322 | } forall |
||
2323 | end |
||
2324 | Adobe_cshow begin |
||
2325 | } def |
||
2326 | /terminate |
||
2327 | { |
||
2328 | currentdict Adobe_cshow eq |
||
2329 | { |
||
2330 | end |
||
2331 | } if |
||
2332 | } def |
||
2333 | /cforall |
||
2334 | { |
||
2335 | /_lobyte 0 ddef |
||
2336 | /_hibyte 0 ddef |
||
2337 | /_cproc exch ddef |
||
2338 | /_cscript currentfont /FontScript known { currentfont /FontScript get } { -1 } ifelse ddef |
||
2339 | { |
||
2340 | /_lobyte exch ddef |
||
2341 | _hibyte 0 eq |
||
2342 | _cscript 1 eq |
||
2343 | _lobyte 129 ge _lobyte 159 le and |
||
2344 | _lobyte 224 ge _lobyte 252 le and or and |
||
2345 | _cscript 2 eq |
||
2346 | _lobyte 161 ge _lobyte 254 le and and |
||
2347 | _cscript 3 eq |
||
2348 | _lobyte 161 ge _lobyte 254 le and and |
||
2349 | _cscript 25 eq |
||
2350 | _lobyte 161 ge _lobyte 254 le and and |
||
2351 | _cscript -1 eq |
||
2352 | or or or or and |
||
2353 | { |
||
2354 | /_hibyte _lobyte ddef |
||
2355 | } |
||
2356 | { |
||
2357 | _hibyte 256 mul _lobyte add |
||
2358 | _cproc |
||
2359 | /_hibyte 0 ddef |
||
2360 | } ifelse |
||
2361 | } forall |
||
2362 | } def |
||
2363 | /cstring |
||
2364 | { |
||
2365 | dup 256 lt |
||
2366 | { |
||
2367 | (s) dup 0 4 3 roll put |
||
2368 | } |
||
2369 | { |
||
2370 | dup 256 idiv exch 256 mod |
||
2371 | (hl) dup dup 0 6 5 roll put 1 4 3 roll put |
||
2372 | } ifelse |
||
2373 | } def |
||
2374 | /clength |
||
2375 | { |
||
2376 | |||
2377 | { 256 lt { 1 } { 2 } ifelse add } cforall |
||
2378 | } def |
||
2379 | /hawidthshow |
||
2380 | { |
||
2381 | { |
||
2382 | dup cstring |
||
2383 | show |
||
2384 | _hvax _hvay rmoveto |
||
2385 | _hvwb eq { _hvcx _hvcy rmoveto } if |
||
2386 | } cforall |
||
2387 | } def |
||
2388 | /vawidthshow |
||
2389 | { |
||
2390 | { |
||
2391 | dup 255 le |
||
2392 | _charorientation 1 eq |
||
2393 | and |
||
2394 | { |
||
2395 | -90 rotate |
||
2396 | |||
2397 | cstring |
||
2398 | _hvcx _hvcy _hvwb _hvax _hvay 6 -1 roll awidthshow |
||
2399 | |||
2400 | 90 rotate |
||
2401 | } |
||
2402 | { |
||
2403 | currentpoint |
||
2404 | _fontHeight sub |
||
2405 | exch _hvay sub exch _hvax sub |
||
2406 | 2 index _hvwb eq { exch _hvcy sub exch _hvcx sub } if |
||
2407 | 3 2 roll |
||
2408 | cstring |
||
2409 | dup stringwidth pop 2 div neg _fontAscent neg rmoveto |
||
2410 | show |
||
2411 | moveto |
||
2412 | } ifelse |
||
2413 | } cforall |
||
2414 | } def |
||
2415 | /hvawidthshow |
||
2416 | { |
||
2417 | 6 1 roll |
||
2418 | /_hvay exch ddef |
||
2419 | /_hvax exch ddef |
||
2420 | /_hvwb exch ddef |
||
2421 | /_hvcy exch ddef |
||
2422 | /_hvcx exch ddef |
||
2423 | _lineorientation 0 eq { hawidthshow } { vawidthshow } ifelse |
||
2424 | } def |
||
2425 | /hvwidthshow |
||
2426 | { |
||
2427 | |||
2428 | } def |
||
2429 | /hvashow |
||
2430 | { |
||
2431 | |||
2432 | } def |
||
2433 | /hvshow |
||
2434 | { |
||
2435 | |||
2436 | } def |
||
2437 | currentdict readonly pop end |
||
2438 | setpacking |
||
2439 | %%EndResource |
||
2440 | %%BeginResource: procset Adobe_shading_AI8 1.0 0 |
||
2441 | %%Title: (Adobe Illustrator 8 Shading Procset) |
||
2442 | %%Version: 1.0 0 |
||
2443 | %%CreationDate: (12/17/97) () |
||
2444 | %%Copyright: ((C) 1987-1997 Adobe Systems Incorporated All Rights Reserved) |
||
2445 | userdict /defaultpacking currentpacking put true setpacking |
||
2446 | userdict /Adobe_shading_AI8 10 dict dup begin put |
||
2447 | /initialize { |
||
2448 | Adobe_shading_AI8 begin |
||
2449 | Adobe_shading_AI8 bdprocs |
||
2450 | Mesh /initialize get exec |
||
2451 | } def |
||
2452 | /terminate { |
||
2453 | currentdict Adobe_shading_AI8 eq { |
||
2454 | end |
||
2455 | } if |
||
2456 | } def |
||
2457 | /bdprocs { |
||
2458 | { |
||
2459 | dup xcheck 1 index type /arraytype eq and { |
||
2460 | bind |
||
2461 | } if |
||
2462 | pop pop |
||
2463 | } forall |
||
2464 | } def |
||
2465 | /X! {pop} def |
||
2466 | /X# {pop pop} def |
||
2467 | /Mesh 40 dict def |
||
2468 | Mesh begin |
||
2469 | /initialize { |
||
2470 | Mesh bdprocs |
||
2471 | Mesh begin |
||
2472 | /emulate? /AI8MeshEmulation where { |
||
2473 | pop AI8MeshEmulation |
||
2474 | }{ |
||
2475 | systemdict /shfill known not |
||
2476 | } ifelse def |
||
2477 | end |
||
2478 | } def |
||
2479 | /bd { |
||
2480 | shadingdict begin |
||
2481 | } def |
||
2482 | /paint { |
||
2483 | emulate? { |
||
2484 | end |
||
2485 | }{ |
||
2486 | /_lp /none ddef _fc /_lp /none ddef |
||
2487 | |||
2488 | /AIColorSpace AIColorSpace tocolorspace store |
||
2489 | /ColorSpace AIColorSpace topsspace store |
||
2490 | |||
2491 | version_ge_3010.106 not systemdict /setsmoothness known and { |
||
2492 | 0.0001 setsmoothness |
||
2493 | } if |
||
2494 | |||
2495 | composite? { |
||
2496 | /DataSource getdatasrc def |
||
2497 | Matrix concat |
||
2498 | currentdict end |
||
2499 | shfill |
||
2500 | }{ |
||
2501 | AIColorSpace makesmarks AIPlateList markingplate and not isoverprint and { |
||
2502 | end |
||
2503 | }{ |
||
2504 | /ColorSpace /DeviceGray store |
||
2505 | /Decode [0 1 0 1 0 1] store |
||
2506 | /DataSource getplatesrc def |
||
2507 | Matrix concat |
||
2508 | currentdict end |
||
2509 | shfill |
||
2510 | } ifelse |
||
2511 | } ifelse |
||
2512 | } ifelse |
||
2513 | } def |
||
2514 | /shadingdict 12 dict def |
||
2515 | shadingdict begin |
||
2516 | /ShadingType 6 def |
||
2517 | /BitsPerCoordinate 16 def |
||
2518 | /BitsPerComponent 8 def |
||
2519 | /BitsPerFlag 8 def |
||
2520 | end |
||
2521 | /datafile null def |
||
2522 | /databuf 256 string def |
||
2523 | /dataptr 0 def |
||
2524 | /srcspace null def |
||
2525 | /srcchannels 0 def |
||
2526 | /dstchannels 0 def |
||
2527 | /dstplate 0 def |
||
2528 | /srctodstcolor null def |
||
2529 | /getplatesrc { |
||
2530 | /srcspace AIColorSpace store |
||
2531 | /srcchannels AIColorSpace getnchannels store |
||
2532 | /dstchannels 1 store |
||
2533 | /dstplate getplateindex store |
||
2534 | /srctodstcolor srcspace makesmarks { |
||
2535 | dstplate 4 eq { |
||
2536 | {1 exch sub} |
||
2537 | }{ |
||
2538 | {srcspace tocmyk 3 dstplate sub index 1 exch sub 5 1 roll 4 {pop} repeat} |
||
2539 | } ifelse |
||
2540 | }{ |
||
2541 | {srcchannels {pop} repeat 1} |
||
2542 | } ifelse store |
||
2543 | /datafile getdatasrc store |
||
2544 | /rdpatch168 load DataLength () /SubFileDecode filter |
||
2545 | } def |
||
2546 | /getdatasrc { |
||
2547 | /rdcmntline load /ASCII85Decode filter |
||
2548 | } def |
||
2549 | /rdpatch168 { |
||
2550 | /dataptr 0 store |
||
2551 | 49 rdcount |
||
2552 | 4 { |
||
2553 | dup {pop srcchannels getint8} if |
||
2554 | dup {pop srctodstcolor dstchannels putint8 true} if |
||
2555 | } repeat |
||
2556 | {databuf 0 dataptr getinterval}{()} ifelse |
||
2557 | } def |
||
2558 | /rdpatch3216 { |
||
2559 | /dataptr 0 store |
||
2560 | 97 rdcount |
||
2561 | 4 { |
||
2562 | dup {pop srcchannels getint16} if |
||
2563 | dup {pop srctodstcolor dstchannels putint16 true} if |
||
2564 | } repeat |
||
2565 | {databuf 0 dataptr getinterval}{()} ifelse |
||
2566 | } def |
||
2567 | /rdcount { |
||
2568 | dup 0 gt { |
||
2569 | datafile databuf dataptr 4 -1 roll getinterval readstring |
||
2570 | exch length dataptr add /dataptr exch store |
||
2571 | }{ |
||
2572 | true |
||
2573 | } ifelse |
||
2574 | } def |
||
2575 | /getint8 { |
||
2576 | mark true 3 -1 roll |
||
2577 | { |
||
2578 | dup {pop datafile read} if |
||
2579 | dup {pop 255 div true} if |
||
2580 | } repeat |
||
2581 | { |
||
2582 | counttomark 1 add -1 roll pop true |
||
2583 | }{ |
||
2584 | cleartomark false |
||
2585 | } ifelse |
||
2586 | } def |
||
2587 | /putint8 { |
||
2588 | dup dataptr add /dataptr exch store |
||
2589 | dataptr exch |
||
2590 | { |
||
2591 | 1 sub exch |
||
2592 | 255 mul cvi |
||
2593 | databuf 2 index |
||
2594 | 3 -1 roll put |
||
2595 | } repeat |
||
2596 | pop |
||
2597 | } def |
||
2598 | /getint16 { |
||
2599 | mark true 3 -1 roll |
||
2600 | { |
||
2601 | dup {pop datafile read} if |
||
2602 | dup {pop 256 mul datafile read} if |
||
2603 | dup {pop add 65535 div true} if |
||
2604 | } repeat |
||
2605 | { |
||
2606 | counttomark 1 add -1 roll pop true |
||
2607 | }{ |
||
2608 | cleartomark false |
||
2609 | } ifelse |
||
2610 | } def |
||
2611 | /putint16 { |
||
2612 | dup 2 mul dataptr add /dataptr exch store |
||
2613 | dataptr exch |
||
2614 | { |
||
2615 | 2 sub exch |
||
2616 | 65535 mul cvi dup |
||
2617 | 256 idiv databuf 3 index 3 -1 roll put |
||
2618 | 256 mod databuf 2 index 1 add 3 -1 roll put |
||
2619 | } repeat |
||
2620 | pop |
||
2621 | } def |
||
2622 | /srcbuf 256 string def |
||
2623 | /rdcmntline { |
||
2624 | currentfile srcbuf readline pop |
||
2625 | (%) anchorsearch {pop} if |
||
2626 | } def |
||
2627 | /getplateindex { |
||
2628 | |||
2629 | } def |
||
2630 | /aicsarray 4 array def |
||
2631 | /aicsaltvals 4 array def |
||
2632 | /aicsaltcolr aicsaltvals def |
||
2633 | /tocolorspace { |
||
2634 | dup type /arraytype eq { |
||
2635 | mark exch aload pop |
||
2636 | aicsarray 0 3 -1 roll put |
||
2637 | aicsarray 1 3 -1 roll put |
||
2638 | dup aicsarray 2 3 -1 roll put |
||
2639 | gettintxform aicsarray 3 3 -1 roll put |
||
2640 | counttomark aicsaltvals 0 3 -1 roll getinterval /aicsaltcolr exch store |
||
2641 | aicsaltcolr astore pop pop |
||
2642 | aicsarray |
||
2643 | } if |
||
2644 | } def |
||
2645 | /subtintxform {aicsaltcolr {1 index mul exch} forall pop} def |
||
2646 | /addtintxform {aicsaltcolr {1 sub 1 index mul 1 add exch} forall pop} def |
||
2647 | /gettintxform { |
||
2648 | /DeviceRGB eq {/addtintxform}{/subtintxform} ifelse load |
||
2649 | } def |
||
2650 | /getnchannels { |
||
2651 | dup type /arraytype eq {0 get} if |
||
2652 | colorspacedict exch get begin Channels end |
||
2653 | } def |
||
2654 | /makesmarks { |
||
2655 | composite? { |
||
2656 | pop true |
||
2657 | }{ |
||
2658 | dup dup type /arraytype eq {0 get} if |
||
2659 | colorspacedict exch get begin MarksPlate end |
||
2660 | } ifelse |
||
2661 | } def |
||
2662 | /markingplate { |
||
2663 | composite? { |
||
2664 | pop true |
||
2665 | }{ |
||
2666 | dup type /arraytype eq { |
||
2667 | dup length getplateindex gt {getplateindex get}{pop false} ifelse |
||
2668 | } if |
||
2669 | } ifelse |
||
2670 | } def |
||
2671 | /tocmyk { |
||
2672 | dup dup type /arraytype eq {0 get} if |
||
2673 | colorspacedict exch get begin ToCMYK end |
||
2674 | } def |
||
2675 | /topsspace { |
||
2676 | dup dup type /arraytype eq {0 get} if |
||
2677 | colorspacedict exch get begin ToPSSpace end |
||
2678 | } def |
||
2679 | /colorspacedict 5 dict dup begin |
||
2680 | /DeviceGray 4 dict dup begin |
||
2681 | /Channels 1 def |
||
2682 | /MarksPlate {pop black?} def |
||
2683 | /ToCMYK {pop 1 exch sub 0 0 0 4 -1 roll} def |
||
2684 | /ToPSSpace {} def |
||
2685 | end def |
||
2686 | /DeviceRGB 4 dict dup begin |
||
2687 | /Channels 3 def |
||
2688 | /MarksPlate {pop isCMYKSep?} def |
||
2689 | /ToCMYK {pop _rgbtocmyk} def |
||
2690 | /ToPSSpace {} def |
||
2691 | end def |
||
2692 | /DeviceCMYK 4 dict dup begin |
||
2693 | /Channels 4 def |
||
2694 | /MarksPlate {pop isCMYKSep?} def |
||
2695 | /ToCMYK {pop} def |
||
2696 | /ToPSSpace {} def |
||
2697 | end def |
||
2698 | /Separation 4 dict dup begin |
||
2699 | /Channels 1 def |
||
2700 | /MarksPlate { |
||
2701 | /findcmykcustomcolor where { |
||
2702 | pop dup 1 exch ToCMYK 5 -1 roll 1 get |
||
2703 | findcmykcustomcolor 1 setcustomcolor |
||
2704 | systemdict /currentgray get exec |
||
2705 | 1 ne |
||
2706 | }{ |
||
2707 | pop false |
||
2708 | } ifelse |
||
2709 | } def |
||
2710 | /ToCMYK { |
||
2711 | dup 2 get mark exch 4 2 roll |
||
2712 | 3 get exec |
||
2713 | counttomark -1 roll tocmyk |
||
2714 | 5 -1 roll pop |
||
2715 | } def |
||
2716 | /ToPSSpace {} def |
||
2717 | end def |
||
2718 | /Process 4 dict dup begin |
||
2719 | /Channels 1 def |
||
2720 | /MarksPlate { |
||
2721 | isCMYKSep? { |
||
2722 | 1 exch ToCMYK 4 array astore getplateindex get 0 ne |
||
2723 | }{ |
||
2724 | pop false |
||
2725 | } ifelse |
||
2726 | } def |
||
2727 | /ToCMYK { |
||
2728 | dup 2 get mark exch 4 2 roll |
||
2729 | 3 get exec |
||
2730 | counttomark -1 roll tocmyk |
||
2731 | 5 -1 roll pop |
||
2732 | } def |
||
2733 | /ToPSSpace { |
||
2734 | 4 array copy dup 0 /Separation put |
||
2735 | } def |
||
2736 | end def |
||
2737 | end def |
||
2738 | /isoverprint { |
||
2739 | /currentoverprint where {pop currentoverprint}{_of} ifelse |
||
2740 | } def |
||
2741 | /version_ge_3010.106 { |
||
2742 | version {cvr} stopped { |
||
2743 | pop |
||
2744 | false |
||
2745 | }{ |
||
2746 | 3010.106 ge |
||
2747 | } ifelse |
||
2748 | } def |
||
2749 | end |
||
2750 | end |
||
2751 | defaultpacking setpacking |
||
2752 | %%EndResource |
||
2753 | %%EndProlog |
||
2754 | %%BeginSetup |
||
2755 | userdict /_useSmoothShade false put |
||
2756 | userdict /_aicmykps true put |
||
2757 | userdict /_forceToCMYK true put |
||
2758 | Adobe_level2_AI5 /initialize get exec |
||
2759 | Adobe_cshow /initialize get exec |
||
2760 | Adobe_ColorImage_AI6 /initialize get exec |
||
2761 | Adobe_shading_AI8 /initialize get exec |
||
2762 | Adobe_Illustrator_AI5 /initialize get exec |
||
2763 | %AI5_Begin_NonPrinting |
||
2764 | Np |
||
2765 | %AI3_BeginPattern: (Brick) |
||
2766 | (Brick) 0 0 72 72 [ |
||
2767 | %AI3_Tile |
||
2768 | (0 O 0 R 0.3 0.85 0.85 0 k |
||
2769 | 0.3 0.85 0.85 0 K |
||
2770 | ) @ |
||
2771 | ( |
||
2772 | %AI6_BeginPatternLayer |
||
2773 | 800 Ar |
||
2774 | |||
2775 | 0 XR |
||
2776 | |||
2777 | |||
2778 | |||
2779 | |||
2780 | 0 0 L |
||
2781 | f %AI6_EndPatternLayer |
||
2782 | |||
2783 | (0 O 0 R 1 g |
||
2784 | 1 G |
||
2785 | ) @ |
||
2786 | ( |
||
2787 | %AI6_BeginPatternLayer |
||
2788 | 800 Ar |
||
2789 | 0 J 0 j 0.3 w 4 M []0 d %AI3_Note: 0 D |
||
2790 | 0 XR |
||
2791 | 0 68.4097 m |
||
2792 | |||
2793 | S 0 61.209 m |
||
2794 | |||
2795 | |||
2796 | |||
2797 | S 0 46.8076 m |
||
2798 | 72 46.8076 L |
||
2799 | |||
2800 | 72 39.6084 L |
||
2801 | S 0 32.4072 m |
||
2802 | |||
2803 | S 0 25.207 m |
||
2804 | 72 25.207 L |
||
2805 | |||
2806 | 72 18.0059 L |
||
2807 | S 0 10.8057 m |
||
2808 | |||
2809 | S 0 3.6064 m |
||
2810 | 72 3.6064 L |
||
2811 | |||
2812 | 68.4102 61.2217 l |
||
2813 | S 54.0098 68.4097 m |
||
2814 | |||
2815 | S 39.6094 68.4097 m |
||
2816 | 39.6094 61.2217 L |
||
2817 | |||
2818 | 25.21 61.2217 L |
||
2819 | S 10.8105 68.4097 m |
||
2820 | |||
2821 | S 68.4102 53.9717 m |
||
2822 | 68.4102 46.7842 l |
||
2823 | |||
2824 | 54.0098 46.7842 L |
||
2825 | S 39.6094 53.9717 m |
||
2826 | 39.6094 46.7842 L |
||
2827 | S 25.21 53.9717 m |
||
2828 | 25.21 46.7842 L |
||
2829 | S 10.8105 53.9717 m |
||
2830 | 10.8105 46.7842 L |
||
2831 | S 68.4102 39.5967 m |
||
2832 | 68.4102 32.4092 l |
||
2833 | S 54.0098 39.5967 m |
||
2834 | 54.0098 32.4092 L |
||
2835 | S 39.6094 39.5967 m |
||
2836 | 39.6094 32.4092 L |
||
2837 | S 25.21 39.5967 m |
||
2838 | 25.21 32.4092 L |
||
2839 | S 10.8105 39.5967 m |
||
2840 | 10.8105 32.4092 L |
||
2841 | S 68.4102 25.2217 m |
||
2842 | 68.4102 18.0342 l |
||
2843 | S 54.0098 25.2217 m |
||
2844 | 54.0098 18.0342 L |
||
2845 | S 39.6094 25.2217 m |
||
2846 | 39.6094 18.0342 L |
||
2847 | S 25.21 25.2217 m |
||
2848 | 25.21 18.0342 L |
||
2849 | S 10.8105 25.2217 m |
||
2850 | 10.8105 18.0342 L |
||
2851 | S 68.4102 10.7842 m |
||
2852 | 68.4102 3.5967 l |
||
2853 | S 54.0098 10.7842 m |
||
2854 | 54.0098 3.5967 L |
||
2855 | S 39.6094 10.7842 m |
||
2856 | 39.6094 3.5967 L |
||
2857 | S 25.21 10.7842 m |
||
2858 | 25.21 3.5967 L |
||
2859 | S 10.8105 10.7842 m |
||
2860 | 10.8105 3.5967 L |
||
2861 | S 61.1973 3.5967 m |
||
2862 | 61.1973 0 L |
||
2863 | S 46.7969 3.5967 m |
||
2864 | 46.7969 0 L |
||
2865 | S 32.3965 3.5967 m |
||
2866 | 32.3965 0 L |
||
2867 | S 17.9971 3.5967 m |
||
2868 | 17.9971 0 L |
||
2869 | S 3.5967 3.5967 m |
||
2870 | 3.5967 0 l |
||
2871 | S 61.1973 18.0342 m |
||
2872 | 61.1973 10.8467 L |
||
2873 | S 46.7969 18.0342 m |
||
2874 | 46.7969 10.8467 L |
||
2875 | S 32.3965 18.0342 m |
||
2876 | 32.3965 10.8467 L |
||
2877 | S 17.9971 18.0342 m |
||
2878 | 17.9971 10.8467 L |
||
2879 | S 3.5967 18.0342 m |
||
2880 | 3.5967 10.8467 l |
||
2881 | S 61.1973 32.4092 m |
||
2882 | 61.1973 25.2217 L |
||
2883 | S 46.7969 32.4092 m |
||
2884 | 46.7969 25.2217 L |
||
2885 | S 17.9971 32.4092 m |
||
2886 | 17.9971 25.2217 L |
||
2887 | S 3.5967 32.4092 m |
||
2888 | 3.5967 25.2217 l |
||
2889 | S 61.1973 46.7842 m |
||
2890 | 61.1973 39.5967 L |
||
2891 | S 46.7969 46.7842 m |
||
2892 | 46.7969 39.5967 L |
||
2893 | S 32.3965 46.7842 m |
||
2894 | 32.3965 39.5967 L |
||
2895 | S 17.9971 46.7842 m |
||
2896 | 17.9971 39.5967 L |
||
2897 | S 3.5967 46.7842 m |
||
2898 | 3.5967 39.5967 l |
||
2899 | S 61.1973 61.2217 m |
||
2900 | 61.1973 54.0347 L |
||
2901 | S 46.7969 61.2217 m |
||
2902 | 46.7969 54.0347 L |
||
2903 | S 32.3965 61.2217 m |
||
2904 | 32.3965 54.0347 L |
||
2905 | S 17.9971 61.2217 m |
||
2906 | 17.9971 54.0347 L |
||
2907 | S 3.5967 61.2217 m |
||
2908 | 3.5967 54.0347 l |
||
2909 | S 61.1973 71.959 m |
||
2910 | 61.1973 68.4717 L |
||
2911 | S 46.7969 71.959 m |
||
2912 | 46.7969 68.4717 L |
||
2913 | S 32.3965 71.959 m |
||
2914 | 32.3965 68.4717 L |
||
2915 | S 17.9971 71.959 m |
||
2916 | 17.9971 68.4717 L |
||
2917 | S 3.5967 71.959 m |
||
2918 | 3.5967 68.4717 l |
||
2919 | S 32.3965 32.4092 m |
||
2920 | 32.3965 25.2217 L |
||
2921 | S %AI6_EndPatternLayer |
||
2922 | ) & |
||
2923 | ] E |
||
2924 | %AI3_EndPattern |
||
2925 | %AI3_BeginPattern: (Confetti) |
||
2926 | (Confetti) 4.85 3.617 76.85 75.617 [ |
||
2927 | %AI3_Tile |
||
2928 | (0 O 0 R 1 g |
||
2929 | 1 G |
||
2930 | ) @ |
||
2931 | ( |
||
2932 | %AI6_BeginPatternLayer |
||
2933 | 800 Ar |
||
2934 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
2935 | 0 XR |
||
2936 | 4.85 3.617 m |
||
2937 | 4.85 75.617 L |
||
2938 | 76.85 75.617 L |
||
2939 | 76.85 3.617 L |
||
2940 | 4.85 3.617 L |
||
2941 | f %AI6_EndPatternLayer |
||
2942 | ) & |
||
2943 | (0 O 0 R 0 g |
||
2944 | 0 G |
||
2945 | ) @ |
||
2946 | ( |
||
2947 | %AI6_BeginPatternLayer |
||
2948 | 800 Ar |
||
2949 | 0 J 0 j 0.3 w 4 M []0 d %AI3_Note: 0 D |
||
2950 | 0 XR |
||
2951 | 10.6 64.867 m |
||
2952 | 7.85 62.867 l |
||
2953 | S 9.1 8.617 m |
||
2954 | 6.85 6.867 l |
||
2955 | S 78.1 68.617 m |
||
2956 | 74.85 67.867 l |
||
2957 | S 76.85 56.867 m |
||
2958 | 74.35 55.117 l |
||
2959 | S 79.6 51.617 m |
||
2960 | 76.6 51.617 l |
||
2961 | S 76.35 44.117 m |
||
2962 | 73.6 45.867 l |
||
2963 | S 78.6 35.867 m |
||
2964 | 76.6 34.367 l |
||
2965 | S 76.1 23.867 m |
||
2966 | 73.35 26.117 l |
||
2967 | S 78.1 12.867 m |
||
2968 | 73.85 13.617 l |
||
2969 | S 68.35 14.617 m |
||
2970 | 66.1 12.867 l |
||
2971 | S 76.6 30.617 m |
||
2972 | 73.6 30.617 l |
||
2973 | S 62.85 58.117 m |
||
2974 | 60.956 60.941 l |
||
2975 | S 32.85 59.617 m |
||
2976 | 31.196 62.181 l |
||
2977 | S 47.891 64.061 m |
||
2978 | 49.744 66.742 l |
||
2979 | S 72.814 2.769 m |
||
2980 | 73.928 5.729 l |
||
2981 | S 67.976 2.633 m |
||
2982 | 67.35 5.909 l |
||
2983 | S 61.85 27.617 m |
||
2984 | 59.956 30.441 l |
||
2985 | S 53.504 56.053 m |
||
2986 | 51.85 58.617 l |
||
2987 | S 52.762 1.779 m |
||
2988 | 52.876 4.776 l |
||
2989 | S 45.391 5.311 m |
||
2990 | 47.244 7.992 l |
||
2991 | S 37.062 3.375 m |
||
2992 | 35.639 5.43 l |
||
2993 | S 55.165 34.828 m |
||
2994 | 57.518 37.491 l |
||
2995 | S 20.795 3.242 m |
||
2996 | 22.12 5.193 l |
||
2997 | S 14.097 4.747 m |
||
2998 | 15.008 8.965 l |
||
2999 | S 9.736 1.91 m |
||
3000 | 8.073 4.225 l |
||
3001 | S 31.891 5.573 m |
||
3002 | 32.005 8.571 l |
||
3003 | S 12.1 70.367 m |
||
3004 | |||
3005 | S 9.35 54.867 m |
||
3006 | |||
3007 | |||
3008 | 14.35 28.117 l |
||
3009 | S 10.1 37.367 m |
||
3010 | 12.35 41.117 l |
||
3011 | S 34.1 71.117 m |
||
3012 | 31.85 68.617 l |
||
3013 | S 38.35 71.117 m |
||
3014 | 41.6 68.367 l |
||
3015 | S 55.1 71.117 m |
||
3016 | 58.35 69.117 l |
||
3017 | |||
3018 | 55.35 61.867 l |
||
3019 | S 64.35 66.367 m |
||
3020 | 69.35 68.617 l |
||
3021 | S 71.85 62.867 m |
||
3022 | |||
3023 | S 23.6 70.867 m |
||
3024 | |||
3025 | |||
3026 | 17.35 65.367 l |
||
3027 | S 24.85 61.367 m |
||
3028 | 25.35 58.117 l |
||
3029 | S 25.85 65.867 m |
||
3030 | 29.35 66.617 l |
||
3031 | S 14.1 54.117 m |
||
3032 | 16.85 56.117 l |
||
3033 | S 12.35 11.617 m |
||
3034 | 12.6 15.617 l |
||
3035 | S 12.1 19.867 m |
||
3036 | 14.35 22.367 l |
||
3037 | S 26.1 9.867 m |
||
3038 | 23.6 13.367 l |
||
3039 | S 34.6 47.117 m |
||
3040 | 32.1 45.367 l |
||
3041 | S 62.6 41.867 m |
||
3042 | 59.85 43.367 l |
||
3043 | S 31.6 35.617 m |
||
3044 | 27.85 36.367 l |
||
3045 | S 36.35 26.117 m |
||
3046 | 34.35 24.617 l |
||
3047 | S 33.85 14.117 m |
||
3048 | 31.1 16.367 l |
||
3049 | S 37.1 9.867 m |
||
3050 | 35.1 11.117 l |
||
3051 | S 34.35 20.867 m |
||
3052 | 31.35 20.867 l |
||
3053 | S 44.6 56.617 m |
||
3054 | 42.1 54.867 l |
||
3055 | S 47.35 51.367 m |
||
3056 | 44.35 51.367 l |
||
3057 | S 44.1 43.867 m |
||
3058 | 41.35 45.617 l |
||
3059 | S 43.35 33.117 m |
||
3060 | 42.6 30.617 l |
||
3061 | S 43.85 23.617 m |
||
3062 | 41.1 25.867 l |
||
3063 | S 44.35 15.617 m |
||
3064 | 42.35 16.867 l |
||
3065 | S 67.823 31.1 m |
||
3066 | 64.823 31.1 l |
||
3067 | S 27.1 32.617 m |
||
3068 | 29.6 30.867 l |
||
3069 | S 31.85 55.117 m |
||
3070 | 34.85 55.117 l |
||
3071 | S 19.6 40.867 m |
||
3072 | 22.1 39.117 l |
||
3073 | S 16.85 35.617 m |
||
3074 | 19.85 35.617 l |
||
3075 | S 20.1 28.117 m |
||
3076 | 22.85 29.867 l |
||
3077 | S 52.1 42.617 m |
||
3078 | 54.484 44.178 l |
||
3079 | S 52.437 50.146 m |
||
3080 | 54.821 48.325 l |
||
3081 | S 59.572 54.133 m |
||
3082 | 59.35 51.117 l |
||
3083 | S 50.185 10.055 m |
||
3084 | 53.234 9.928 l |
||
3085 | S 51.187 15.896 m |
||
3086 | 53.571 14.075 l |
||
3087 | S 58.322 19.883 m |
||
3088 | 59.445 16.823 l |
||
3089 | S 53.1 32.117 m |
||
3090 | 50.6 30.367 l |
||
3091 | S 52.85 24.617 m |
||
3092 | 49.6 25.617 l |
||
3093 | S 61.85 9.117 m |
||
3094 | 59.1 10.867 l |
||
3095 | S 69.35 34.617 m |
||
3096 | 66.6 36.367 l |
||
3097 | S 67.1 23.617 m |
||
3098 | 65.1 22.117 l |
||
3099 | S 24.435 46.055 m |
||
3100 | 27.484 45.928 l |
||
3101 | S 25.437 51.896 m |
||
3102 | 27.821 50.075 l |
||
3103 | S 62.6 47.117 m |
||
3104 | 65.321 46.575 l |
||
3105 | S 19.85 19.867 m |
||
3106 | 20.35 16.617 l |
||
3107 | S 21.85 21.867 m |
||
3108 | 25.35 22.617 l |
||
3109 | S 37.6 62.867 m |
||
3110 | 41.6 62.117 l |
||
3111 | S 38.323 42.1 m |
||
3112 | 38.823 38.6 l |
||
3113 | S 69.35 52.617 m |
||
3114 | 66.85 53.867 l |
||
3115 | S 14.85 62.117 m |
||
3116 | 18.1 59.367 l |
||
3117 | S 9.6 46.117 m |
||
3118 | 7.1 44.367 l |
||
3119 | S 20.6 51.617 m |
||
3120 | 18.6 50.117 l |
||
3121 | S 46.141 70.811 m |
||
3122 | 47.994 73.492 l |
||
3123 | S 69.391 40.561 m |
||
3124 | 71.244 43.242 l |
||
3125 | S 38.641 49.311 m |
||
3126 | 39.35 52.117 l |
||
3127 | S 25.141 16.811 m |
||
3128 | 25.85 19.617 l |
||
3129 | S 36.6 32.867 m |
||
3130 | 34.6 31.367 l |
||
3131 | S 6.1 68.617 m |
||
3132 | 2.85 67.867 l |
||
3133 | S 4.85 56.867 m |
||
3134 | 2.35 55.117 l |
||
3135 | S 7.6 51.617 m |
||
3136 | 4.6 51.617 l |
||
3137 | S 6.6 35.867 m |
||
3138 | 4.6 34.367 l |
||
3139 | S 6.1 12.867 m |
||
3140 | 1.85 13.617 l |
||
3141 | S 4.6 30.617 m |
||
3142 | 1.6 30.617 l |
||
3143 | S 72.814 74.769 m |
||
3144 | 73.928 77.729 l |
||
3145 | S 67.976 74.633 m |
||
3146 | 67.35 77.909 l |
||
3147 | S 52.762 73.779 m |
||
3148 | 52.876 76.776 l |
||
3149 | S 37.062 75.375 m |
||
3150 | 35.639 77.43 l |
||
3151 | S 20.795 75.242 m |
||
3152 | 22.12 77.193 l |
||
3153 | S 9.736 73.91 m |
||
3154 | 8.073 76.225 l |
||
3155 | S 10.1 23.617 m |
||
3156 | 6.35 24.367 l |
||
3157 | S 73.217 18.276 m |
||
3158 | 71.323 21.1 l |
||
3159 | S 28.823 39.6 m |
||
3160 | 29.505 42.389 l |
||
3161 | S 49.6 38.617 m |
||
3162 | 47.6 37.117 l |
||
3163 | S 60.323 73.6 m |
||
3164 | 62.323 76.6 l |
||
3165 | S 60.323 1.6 m |
||
3166 | 62.323 4.6 l |
||
3167 | S %AI6_EndPatternLayer |
||
3168 | ) & |
||
3169 | ] E |
||
3170 | %AI3_EndPattern |
||
3171 | %AI3_BeginPattern: (Leaves - Fall ) |
||
3172 | (Leaves - Fall ) 0 0 64.0781 78.9336 [ |
||
3173 | %AI3_Tile |
||
3174 | (0 O 0 R 0.05 0.2 1 0 k |
||
3175 | 0.05 0.2 1 0 K |
||
3176 | ) @ |
||
3177 | ( |
||
3178 | %AI6_BeginPatternLayer |
||
3179 | 800 Ar |
||
3180 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
3181 | 0 XR |
||
3182 | 64.0781 78.9336 m |
||
3183 | 64.0781 0 L |
||
3184 | 0 0 L |
||
3185 | 0 78.9336 L |
||
3186 | 64.0781 78.9336 L |
||
3187 | f %AI6_EndPatternLayer |
||
3188 | ) & |
||
3189 | (0 O 0 R 0.83 0 1 0 k |
||
3190 | 0.83 0 1 0 K |
||
3191 | ) @ |
||
3192 | ( |
||
3193 | %AI6_BeginPatternLayer |
||
3194 | 800 Ar |
||
3195 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 1 D |
||
3196 | 0 XR |
||
3197 | 29.7578 0.9902 m |
||
3198 | 30.4346 1.1914 30.7246 1.3428 V |
||
3199 | 29.2559 4.0547 33.707 8.3359 34.627 9.0762 C |
||
3200 | 35.2275 8.8506 35.3477 6.3184 34.6699 4.9805 C |
||
3201 | 35.5137 5.1035 37.7031 3.7256 38.4609 2.4365 C |
||
3202 | 38.5254 3.125 40.0957 6.0664 40.9219 6.4434 C |
||
3203 | 40.002 6.8408 39.3359 8.3135 38.5742 9.7617 C |
||
3204 | 39.5957 9.9287 40.9961 9.0078 42.4668 8.1025 C |
||
3205 | 42.9814 8.9043 44.3555 9.875 45.6143 10.3916 C |
||
3206 | 44.5264 11.0781 44.0313 11.8203 43.5352 13.2793 C |
||
3207 | 42.4922 12.7139 40.3057 12.5645 39.7764 12.8516 C |
||
3208 | 40.291 13.9648 42.5371 14.5078 43.2676 14.4551 C |
||
3209 | 43.0137 15.3164 42.8652 17.4697 43.0391 20.0625 C |
||
3210 | 41.3789 18.7461 39.834 17.4297 38.1738 17.4883 C |
||
3211 | 38.4434 16.0664 37.8076 14.2607 37.4307 13.7676 C |
||
3212 | 36.8574 14.5117 36.4463 15.3389 36.8008 17.3164 C |
||
3213 | 35.3486 17.8008 34.1113 18.3467 32.7373 19.6045 C |
||
3214 | 32.7373 17.7734 32.166 16.5723 31.2969 15.2959 C |
||
3215 | 32.5576 14.8076 33.8301 13.6045 33.8252 12.5664 C |
||
3216 | 32.9775 12.7178 31.2852 13.4619 30.793 14.4551 C |
||
3217 | 30.0742 13.707 28.3906 12.3984 26.7871 12.3945 C |
||
3218 | 27.9746 11.5391 28.8945 10.5059 28.9893 8.5938 C |
||
3219 | 30.2422 9.5645 32.6953 10.1797 34.0752 9.582 C |
||
3220 | 29.2344 5.3457 29.7031 2.3125 29.7578 0.9902 C |
||
3221 | f 13.8525 29.9844 m |
||
3222 | 13.3281 29.5127 13.1309 29.25 V |
||
3223 | 15.623 27.4326 13.3691 21.6074 12.8555 20.5439 C |
||
3224 | 12.2168 20.4883 10.8096 23.2285 10.8457 24.7266 C |
||
3225 | 9.7129 23.9707 8.0488 24.0918 6.4463 24.3779 C |
||
3226 | 7.0186 23.2891 6.6172 21.3447 5.8164 20.5439 C |
||
3227 | 6.8184 20.5801 8.1699 19.8652 9.4785 18.8838 C |
||
3228 | 8.6436 18.0645 6.8164 18.2246 4.9004 18.8838 C |
||
3229 | 4.9004 17.5107 4.0781 15.7734 3.2412 14.5918 C |
||
3230 | 4.5576 14.6484 5.7031 13.9629 6.5605 12.9316 C |
||
3231 | 7.2256 14.5 9.2598 15.6133 10.166 15.5645 C |
||
3232 | 10.1826 14.1992 8.6094 12.1094 7.5879 11.7109 C |
||
3233 | 8.1875 11.041 9.207 9.5107 10.166 7.0947 C |
||
3234 | 10.9648 9.0205 12.1348 10.2627 13.3672 11.1953 C |
||
3235 | 12.2256 12.7578 12.3994 13.6289 12.7988 15.1074 C |
||
3236 | 13.541 14.5664 14.5723 14.1338 14.7441 12.1309 C |
||
3237 | 16.4609 12.416 17.5957 12.3447 19.0938 11.4434 C |
||
3238 | 18.6387 13.1055 18.6348 14.707 18.9551 16.4063 C |
||
3239 | 17.1055 16.2666 15.5449 16.4795 14.5156 17.9688 C |
||
3240 | 15.3457 18.1953 17.6055 18.2549 18.4795 17.3223 C |
||
3241 | 18.8066 18.3047 19.7012 19.7109 21.1475 20.4043 C |
||
3242 | 19.707 20.6641 18.7227 21.7637 17.8135 23.4492 C |
||
3243 | 17.1006 22.0332 14.873 20.3691 13.3711 20.3145 C |
||
3244 | 15.373 24.3779 15.373 27.2959 13.8525 29.9844 C |
||
3245 | f 41.2324 26.0742 m |
||
3246 | 41.5518 26.7021 41.7549 26.959 V |
||
3247 | 44.1523 25.0176 48.958 28.3262 49.8535 29.0957 C |
||
3248 | 49.7432 29.7266 47.6182 30.8643 45.9004 29.834 C |
||
3249 | 46.3408 31.123 45.4395 33.084 44.2402 34.126 C |
||
3250 | 45.9805 34.0254 48.126 35.3867 48.6484 36.1289 C |
||
3251 | 48.8701 35.1514 50.0527 33.8809 51.3379 32.8672 C |
||
3252 | 51.6895 33.8398 50.9941 35.958 50.0781 37.5605 C |
||
3253 | 51.3125 38.0605 52.4248 38.9912 52.8828 40.25 C |
||
3254 | 53.3398 38.9336 54.3428 38.2598 55.6875 37.5039 C |
||
3255 | 54.5273 36.0762 53.7471 33.9023 54.0273 33.0391 C |
||
3256 | 55.3496 33.374 56.9209 36.0918 57.0439 37.1816 C |
||
3257 | 57.9189 36.415 59.4727 35.7285 62.0537 35.4219 C |
||
3258 | 60.3535 34.3438 59.9902 32.3516 59.4063 30.9219 C |
||
3259 | 58.2588 31.3682 56.0898 31.4277 55.1152 30.8643 C |
||
3260 | 55.8281 30.2852 57.168 29.7344 59.1777 29.7207 C |
||
3261 | 59.1777 28.1758 59.6406 27.043 60.8945 25.8281 C |
||
3262 | 59.1719 25.8418 57.0723 25.3555 55.5762 24.9629 C |
||
3263 | 55.3281 26.292 54.4844 27.8887 53.3398 28.2891 C |
||
3264 | 53.334 27.4277 53.5996 25.1797 54.4844 24.5117 C |
||
3265 | 53.6201 23.9443 52.3672 22.5674 51.9102 20.8496 C |
||
3266 | 51.2881 22.1758 50.4268 23.4805 48.5645 23.9238 C |
||
3267 | 49.749 24.9766 50.584 26.9941 50.25 28.4609 C |
||
3268 | 45.1973 24.4785 42.5215 25.7773 41.2324 26.0742 C |
||
3269 | f 27.7578 38.7324 m |
||
3270 | 28.4346 38.9316 28.7246 39.084 V |
||
3271 | 27.2559 41.7969 31.707 46.0776 32.627 46.8169 C |
||
3272 | 33.2275 46.5918 33.3477 44.0586 32.6699 42.7227 C |
||
3273 | 33.5137 42.8457 35.7031 41.4678 36.4609 40.1787 C |
||
3274 | 36.5254 40.8652 38.0957 43.8066 38.9219 44.1846 C |
||
3275 | 38.002 44.582 37.3359 46.0547 36.5742 47.5039 C |
||
3276 | 37.5957 47.6709 38.9961 46.7485 40.4668 45.8438 C |
||
3277 | 40.9814 46.6445 42.3555 47.6177 43.6143 48.1328 C |
||
3278 | 42.5264 48.8198 42.0313 49.5615 41.5352 51.0205 C |
||
3279 | 40.4922 50.4556 38.3057 50.3057 37.7764 50.5938 C |
||
3280 | 38.291 51.7056 40.5371 52.2485 41.2676 52.1958 C |
||
3281 | 41.0137 53.0576 40.8652 55.2109 41.0391 57.8037 C |
||
3282 | 39.3789 56.4878 37.834 55.1719 36.1738 55.2285 C |
||
3283 | 36.4434 53.8076 35.8076 52.002 35.4307 51.5088 C |
||
3284 | 34.8574 52.2529 34.4463 53.0796 34.8008 55.0576 C |
||
3285 | 33.3486 55.5425 32.1113 56.0879 30.7373 57.3467 C |
||
3286 | 30.7373 55.5146 30.166 54.314 29.2969 53.0366 C |
||
3287 | 30.5576 52.5488 31.8301 51.3467 31.8252 50.3076 C |
||
3288 | 30.9775 50.46 29.2852 51.2036 28.793 52.1958 C |
||
3289 | 28.0742 51.4497 26.3906 50.1396 24.7871 50.1357 C |
||
3290 | 25.9746 49.2817 26.8945 48.2466 26.9893 46.335 C |
||
3291 | 28.2422 47.3057 30.6953 47.9209 32.0752 47.3237 C |
||
3292 | 27.2344 43.0869 27.7031 40.0547 27.7578 38.7324 C |
||
3293 | f 13.5195 70.3916 m |
||
3294 | 12.9941 69.9209 12.7988 69.6587 V |
||
3295 | 15.2891 67.8418 13.0352 62.0146 12.5225 60.9517 C |
||
3296 | 11.8828 60.8955 10.4766 63.6367 10.5117 65.1348 C |
||
3297 | 9.3809 64.3789 7.7148 64.4995 6.1133 64.7856 C |
||
3298 | 6.6855 63.6987 6.2842 61.7529 5.4834 60.9517 C |
||
3299 | 6.4854 60.9878 7.8359 60.2729 9.1455 59.2925 C |
||
3300 | 8.3105 58.4717 6.4834 58.6338 4.5674 59.2925 C |
||
3301 | 4.5674 57.9189 3.7461 56.1816 2.9082 54.9995 C |
||
3302 | 4.2246 55.0576 5.3691 54.3706 6.2275 53.3408 C |
||
3303 | 6.8926 54.9097 8.9258 56.0215 9.832 55.9727 C |
||
3304 | 9.8496 54.6079 8.2764 52.5176 7.2539 52.1187 C |
||
3305 | 7.8545 51.4497 8.873 49.9189 9.832 47.5039 C |
||
3306 | 10.6309 49.4297 11.8008 50.6719 13.0342 51.6045 C |
||
3307 | 11.8926 53.1655 12.0664 54.0366 12.4648 55.5146 C |
||
3308 | 13.209 54.9746 14.2393 54.5415 14.4102 52.5386 C |
||
3309 | 16.127 52.8247 17.2637 52.7529 18.7598 51.8525 C |
||
3310 | 18.3057 53.5137 18.3027 55.1147 18.623 56.8149 C |
||
3311 | 16.7725 56.6748 15.2129 56.8887 14.1826 58.377 C |
||
3312 | 15.0117 58.6035 17.2725 58.6626 18.1465 57.731 C |
||
3313 | 18.4736 58.7129 19.3691 60.1187 20.8145 60.8125 C |
||
3314 | 19.375 61.0728 18.3896 62.1719 17.4805 63.8579 C |
||
3315 | 16.7676 62.4429 14.541 60.7769 13.0371 60.7227 C |
||
3316 | 15.041 64.7856 15.041 67.7046 13.5195 70.3916 C |
||
3317 | f 41.2324 64.4824 m |
||
3318 | 41.5518 65.1113 41.7549 65.3682 V |
||
3319 | 44.1523 63.4272 48.958 66.7354 49.8535 67.5034 C |
||
3320 | 49.7432 68.1362 47.6182 69.2725 45.9004 68.2422 C |
||
3321 | 46.3408 69.5313 45.4395 71.4922 44.2402 72.5342 C |
||
3322 | 45.9805 72.4341 48.126 73.7954 48.6484 74.5371 C |
||
3323 | 48.8701 73.5601 50.0527 72.29 51.3379 71.2754 C |
||
3324 | 51.6895 72.249 50.9941 74.3662 50.0781 75.9683 C |
||
3325 | 51.3125 76.4692 52.4248 77.3994 52.8828 78.6582 C |
||
3326 | 53.3398 77.3423 54.3428 76.667 55.6875 75.9111 C |
||
3327 | 54.5273 74.4844 53.7471 72.3101 54.0273 71.4473 C |
||
3328 | 55.3496 71.7822 56.9209 74.5 57.0439 75.5903 C |
||
3329 | 57.9189 74.8232 59.4727 74.1372 62.0537 73.8311 C |
||
3330 | 60.3535 72.7534 59.9902 70.7612 59.4063 69.3301 C |
||
3331 | 58.2588 69.7773 56.0898 69.8364 55.1152 69.2725 C |
||
3332 | 55.8281 68.6934 57.168 68.1431 59.1777 68.1284 C |
||
3333 | 59.1777 66.583 59.6406 65.4512 60.8945 64.2373 C |
||
3334 | 59.1719 64.249 57.0723 63.7632 55.5762 63.3721 C |
||
3335 | 55.3281 64.7002 54.4844 66.2974 53.3398 66.6973 C |
||
3336 | 53.334 65.8364 53.5996 63.5874 54.4844 62.9214 C |
||
3337 | 53.6201 62.353 52.3672 60.9751 51.9102 59.2583 C |
||
3338 | 51.2881 60.583 50.4268 61.8882 48.5645 62.333 C |
||
3339 | 49.749 63.3862 50.584 65.4033 50.25 66.8691 C |
||
3340 | 45.1973 62.8872 42.5215 64.1851 41.2324 64.4824 C |
||
3341 | f %AI6_EndPatternLayer |
||
3342 | ) & |
||
3343 | ] E |
||
3344 | %AI3_EndPattern |
||
3345 | %AI3_BeginPattern: (Stripes) |
||
3346 | (Stripes) 8.45 4.6001 80.45 76.6001 [ |
||
3347 | %AI3_Tile |
||
3348 | (0 O 0 R 1 0.07 1 0 k |
||
3349 | 1 0.07 1 0 K |
||
3350 | ) @ |
||
3351 | ( |
||
3352 | %AI6_BeginPatternLayer |
||
3353 | 800 Ar |
||
3354 | 0 J 0 j 3.6 w 4 M []0 d %AI3_Note: 0 D |
||
3355 | 0 XR |
||
3356 | 8.2 8.2 m |
||
3357 | 80.7 8.2 L |
||
3358 | S 8.2 22.6001 m |
||
3359 | 80.7 22.6001 L |
||
3360 | S 8.2 37.0002 m |
||
3361 | 80.7 37.0002 L |
||
3362 | S 8.2 51.4 m |
||
3363 | |||
3364 | S 8.2 65.8001 m |
||
3365 | |||
3366 | |||
3367 | 80.7 15.4 L |
||
3368 | S 8.2 29.8001 m |
||
3369 | |||
3370 | |||
3371 | 80.7 44.2 L |
||
3372 | S 8.2 58.6001 m |
||
3373 | 80.7 58.6001 L |
||
3374 | S 8.2 73.0002 m |
||
3375 | 80.7 73.0002 L |
||
3376 | S %AI6_EndPatternLayer |
||
3377 | ) & |
||
3378 | ] E |
||
3379 | %AI3_EndPattern |
||
3380 | %AI5_End_NonPrinting-- |
||
3381 | |||
3382 | Np |
||
3383 | %AI8_BeginBrushPattern |
||
3384 | |||
3385 | 0 A |
||
3386 | u 1 Ap |
||
3387 | 800 Ar |
||
3388 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
3389 | 0 XR |
||
3390 | -7842.75 8611.8896 m |
||
3391 | -7842.75 8587.8896 L |
||
3392 | -7892.75 8587.8896 L |
||
3393 | -7892.75 8611.8896 L |
||
3394 | -7842.75 8611.8896 L |
||
3395 | n u 0 Ap |
||
3396 | 0 O |
||
3397 | 1 g |
||
3398 | -7862.75 8609.8896 m |
||
3399 | -7874.96 8612.9424 -7883.4434 8602.9502 -7892.75 8595.8408 C |
||
3400 | F -7852.75 8609.8896 m |
||
3401 | -7869.1279 8613.9844 -7878.8008 8594.6123 -7892.75 8590.2051 C |
||
3402 | F -7892.75 8589.8896 m |
||
3403 | -7872.75 8584.8896 -7862.75 8614.8896 -7842.75 8609.8896 C |
||
3404 | F -7882.75 8589.8896 m |
||
3405 | -7866.3721 8585.7949 -7856.6992 8605.167 -7842.75 8609.5742 C |
||
3406 | F -7872.75 8589.8896 m |
||
3407 | -7860.54 8586.8369 -7852.0566 8596.8291 -7842.75 8603.9385 C |
||
3408 | F -7852.75 8589.8896 m |
||
3409 | -7849.1279 8588.9844 -7845.835 8589.2305 -7842.75 8590.2051 C |
||
3410 | F -7882.75 8609.8896 m |
||
3411 | -7886.3721 8610.7949 -7889.665 8610.5488 -7892.75 8609.5742 C |
||
3412 | F -7852.7817 8590.0146 m |
||
3413 | -7858.9009 8588.5059 -7862.7817 8590.0146 V |
||
3414 | -7866.877 8588.5381 -7872.7817 8590.0146 V |
||
3415 | -7877.7446 8588.3389 -7882.7817 8590.0146 V |
||
3416 | -7888.7969 8588.4639 -7892.7817 8590.0146 V |
||
3417 | -7892.7817 8609.6992 L |
||
3418 | -7889.6958 8610.6738 -7886.2969 8610.8809 -7882.3799 8609.7979 C |
||
3419 | -7876.2134 8611.3809 -7872.4634 8609.7979 V |
||
3420 | -7867.4634 8611.3809 -7862.3799 8609.7139 V |
||
3421 | -7858.0474 8611.2979 -7852.3799 8609.7979 V |
||
3422 | -7846.8799 8611.2139 -7842.7817 8610.0146 V |
||
3423 | -7842.7817 8590.3301 L |
||
3424 | -7845.5254 8589.3184 -7848.6514 8588.8184 -7852.7817 8590.0146 C |
||
3425 | f 0 R |
||
3426 | 0 G |
||
3427 | 1 J 1 j 0.5 w -7872.75 8609.8896 m |
||
3428 | -7880.54 8611.8369 -7886.813 8608.4746 -7892.75 8603.9385 C |
||
3429 | S -7862.75 8609.8896 m |
||
3430 | -7874.96 8612.9424 -7883.4434 8602.9502 -7892.75 8595.8408 C |
||
3431 | S -7852.75 8609.8896 m |
||
3432 | -7869.1279 8613.9844 -7878.8008 8594.6123 -7892.75 8590.2051 C |
||
3433 | S -7892.75 8589.8896 m |
||
3434 | -7872.75 8584.8896 -7862.75 8614.8896 -7842.75 8609.8896 C |
||
3435 | S -7882.75 8589.8896 m |
||
3436 | -7866.3721 8585.7949 -7856.6992 8605.167 -7842.75 8609.5742 C |
||
3437 | S -7872.75 8589.8896 m |
||
3438 | -7860.54 8586.8369 -7852.0566 8596.8291 -7842.75 8603.9385 C |
||
3439 | S -7862.75 8589.8896 m |
||
3440 | -7854.96 8587.9424 -7848.687 8591.3047 -7842.75 8595.8408 C |
||
3441 | S -7852.75 8589.8896 m |
||
3442 | -7849.1279 8588.9844 -7845.835 8589.2305 -7842.75 8590.2051 C |
||
3443 | S -7882.75 8609.8896 m |
||
3444 | -7886.3721 8610.7949 -7889.665 8610.5488 -7892.75 8609.5742 C |
||
3445 | S U U %AI8_EndBrushPattern |
||
3446 | %AI8_BeginBrushPattern |
||
3447 | (New Pattern 2) |
||
3448 | 0 A |
||
3449 | u 800 Ar |
||
3450 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
3451 | 0 XR |
||
3452 | -7892 8610.8896 m |
||
3453 | -7827.187 8610.8896 L |
||
3454 | -7827.187 8546.792 L |
||
3455 | -7892 8546.792 L |
||
3456 | -7892 8610.8896 L |
||
3457 | n u 0 O |
||
3458 | 0 g |
||
3459 | -7857.6978 8569.3193 m |
||
3460 | -7859.6094 8546.792 L |
||
3461 | -7861.5215 8569.3193 L |
||
3462 | -7860.9033 8569.1963 -7860.2642 8569.1299 -7859.6094 8569.1299 c |
||
3463 | -7858.9551 8569.1299 -7858.3159 8569.1963 -7857.6978 8569.3193 C |
||
3464 | f -7869.2402 8577.2871 m |
||
3465 | -7892 8579.2197 L |
||
3466 | -7869.1138 8581.1631 L |
||
3467 | -7869.2856 8580.4365 -7869.3848 8579.6826 -7869.3848 8578.9053 c |
||
3468 | -7869.3848 8578.3525 -7869.3281 8577.8145 -7869.2402 8577.2871 C |
||
3469 | f -7864.519 8570.4619 m |
||
3470 | -7878.1626 8561.6943 L |
||
3471 | -7868.2153 8574.2666 L |
||
3472 | -7867.3574 8572.6807 -7866.0718 8571.3662 -7864.519 8570.4619 C |
||
3473 | f -7861.481 8588.4971 m |
||
3474 | -7859.5786 8610.8896 L |
||
3475 | -7857.6768 8588.4863 L |
||
3476 | -7858.3018 8588.6123 -7858.9473 8588.6807 -7859.6094 8588.6807 c |
||
3477 | -7860.25 8588.6807 -7860.873 8588.6143 -7861.481 8588.4971 C |
||
3478 | f -7849.9609 8580.3965 m |
||
3479 | -7827.187 8578.4629 L |
||
3480 | -7850.083 8576.5186 L |
||
3481 | -7850.083 8576.7402 L |
||
3482 | -7849.9258 8577.4385 -7849.834 8578.1592 -7849.834 8578.9053 c |
||
3483 | -7849.834 8579.4131 -7849.8848 8579.9092 -7849.9609 8580.3965 C |
||
3484 | f -7868.1138 8583.7158 m |
||
3485 | -7878.1641 8596.4189 L |
||
3486 | -7864.2778 8587.4951 L |
||
3487 | -7865.8823 8586.6201 -7867.2114 8585.3057 -7868.1138 8583.7158 C |
||
3488 | f -7850.9961 8574.2842 m |
||
3489 | -7840.875 8561.4951 L |
||
3490 | -7854.7666 8570.4209 L |
||
3491 | -7853.1768 8571.3311 -7851.8633 8572.6689 -7850.9961 8574.2842 C |
||
3492 | f -7854.6895 8587.3408 m |
||
3493 | -7840.873 8596.2178 L |
||
3494 | -7850.9658 8583.4629 L |
||
3495 | -7851.8198 8585.0791 -7853.1152 8586.4209 -7854.6895 8587.3408 C |
||
3496 | f -7850.8887 8583.5029 m |
||
3497 | -7850.3862 8582.5537 -7850.043 8581.5107 -7849.875 8580.4092 c |
||
3498 | -7849.7993 8579.9189 -7849.748 8579.417 -7849.748 8578.9053 c |
||
3499 | -7849.748 8578.1533 -7849.8398 8577.4248 -7849.998 8576.7207 c |
||
3500 | -7850.1958 8575.8467 -7850.5049 8575.0137 -7850.918 8574.2441 c |
||
3501 | -7851.7954 8572.6143 -7853.1191 8571.2637 -7854.7241 8570.3457 c |
||
3502 | -7855.6294 8569.8271 -7856.6226 8569.4434 -7857.6802 8569.2354 c |
||
3503 | -7858.3047 8569.1104 -7858.9497 8569.042 -7859.6094 8569.042 c |
||
3504 | -7860.2695 8569.042 -7860.915 8569.1104 -7861.5391 8569.2354 c |
||
3505 | -7862.623 8569.4502 -7863.6382 8569.8467 -7864.5625 8570.3857 c |
||
3506 | -7866.1313 8571.2998 -7867.4282 8572.626 -7868.291 8574.2246 c |
||
3507 | -7868.7969 8575.1592 -7869.145 8576.1865 -7869.3262 8577.2725 c |
||
3508 | -7869.415 8577.8057 -7869.4727 8578.3486 -7869.4727 8578.9053 c |
||
3509 | -7869.4727 8579.6904 -7869.3711 8580.4502 -7869.1978 8581.1826 c |
||
3510 | -7868.981 8582.0967 -7868.6406 8582.9629 -7868.187 8583.7598 c |
||
3511 | -7867.2793 8585.3623 -7865.939 8586.6904 -7864.3174 8587.5723 c |
||
3512 | -7863.4487 8588.0449 -7862.5 8588.3877 -7861.4961 8588.583 c |
||
3513 | -7860.8848 8588.7012 -7860.2554 8588.7676 -7859.6094 8588.7676 c |
||
3514 | -7858.9414 8588.7676 -7858.29 8588.6982 -7857.6602 8588.5723 c |
||
3515 | -7856.5786 8588.3564 -7855.5664 8587.9551 -7854.6455 8587.417 c |
||
3516 | -7853.0566 8586.4873 -7851.751 8585.1338 -7850.8887 8583.5029 c |
||
3517 | f U U %AI8_EndBrushPattern |
||
3518 | %AI8_BeginBrushPattern |
||
3519 | (New Pattern 3) |
||
3520 | 0 A |
||
3521 | u 1 Ap |
||
3522 | 800 Ar |
||
3523 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
3524 | 0 XR |
||
3525 | -7882.75 8611.8896 m |
||
3526 | -7882.75 8587.8896 L |
||
3527 | -7892.75 8587.8896 L |
||
3528 | -7892.75 8611.8896 L |
||
3529 | -7882.75 8611.8896 L |
||
3530 | n u u 0 Ap |
||
3531 | 0 O |
||
3532 | 1 g |
||
3533 | -7883.4058 8603.4258 m |
||
3534 | -7882.9878 8602.3252 -7882.75 8601.1367 -7882.75 8599.8896 c |
||
3535 | -7882.75 8598.0273 -7883.2681 8596.29 -7884.1543 8594.7969 c |
||
3536 | -7885.897 8591.8633 -7889.0898 8589.8896 -7892.75 8589.8896 C |
||
3537 | -7892.75 8609.8896 L |
||
3538 | -7892.4297 8609.8896 -7892.1143 8609.8711 -7891.8018 8609.8418 c |
||
3539 | -7889.9121 8609.665 -7888.1807 8608.9541 -7886.7441 8607.8721 c |
||
3540 | -7885.2471 8606.7441 -7884.0801 8605.208 -7883.4058 8603.4258 c |
||
3541 | f 0 R |
||
3542 | 0 G |
||
3543 | 1 J 1 j 0.5 w -7892.75 8590.207 m |
||
3544 | -7889.7207 8591.1641 -7886.8926 8592.8223 -7884.1543 8594.7969 C |
||
3545 | S -7892.75 8595.8408 m |
||
3546 | -7889.5991 8598.2461 -7886.543 8600.9766 -7883.4058 8603.4258 C |
||
3547 | S -7886.7441 8607.8721 m |
||
3548 | |||
3549 | S -7891.8018 8609.8418 m |
||
3550 | |||
3551 | |||
3552 | -7888.1807 8608.9541 -7889.9121 8609.6641 -7891.8018 8609.8418 C |
||
3553 | S -7883.4058 8603.4258 m |
||
3554 | -7882.9878 8602.3252 -7882.75 8601.1367 -7882.75 8599.8896 c |
||
3555 | -7882.75 8598.0273 -7883.2681 8596.29 -7884.1543 8594.7969 C |
||
3556 | S -7892.75 8609.8896 m |
||
3557 | -7892.4297 8609.8896 -7892.1143 8609.8711 -7891.8018 8609.8418 C |
||
3558 | S -7886.7441 8607.8721 m |
||
3559 | -7885.2471 8606.7441 -7884.0801 8605.208 -7883.4058 8603.4258 C |
||
3560 | S -7884.1543 8594.7969 m |
||
3561 | -7885.8975 8591.8633 -7889.0898 8589.8896 -7892.75 8589.8896 C |
||
3562 | S U U U %AI8_EndBrushPattern |
||
3563 | %AI8_BeginBrushPattern |
||
3564 | (New Pattern 5) |
||
3565 | 0 A |
||
3566 | u 800 Ar |
||
3567 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
3568 | 0 XR |
||
3569 | -7734.3994 8611.8896 m |
||
3570 | -7734.3994 8598.3096 L |
||
3571 | -7893 8598.3096 L |
||
3572 | -7893 8611.8896 L |
||
3573 | -7734.3994 8611.8896 L |
||
3574 | n u u 0 O |
||
3575 | 0.285 0.228 0.171 0 k |
||
3576 | -7749.0786 8610.374 m |
||
3577 | -7749.043 8611.5791 L |
||
3578 | -7735.5103 8612.4072 -7734.8418 8611.1719 v |
||
3579 | -7734.7441 8610.9912 -7734.647 8610.6045 -7734.561 8610.083 C |
||
3580 | -7736.584 8610.7139 -7746.291 8610.4609 -7749.0786 8610.374 C |
||
3581 | f 0.44 0.352 0.264 0 k |
||
3582 | -7749.4063 8598.9131 m |
||
3583 | -7749.3711 8600.1572 L |
||
3584 | -7746.4912 8599.9385 -7736.1914 8599.2061 -7734.543 8599.7549 C |
||
3585 | -7734.7031 8599.1084 -7734.9199 8598.6543 -7735.2046 8598.5049 c |
||
3586 | -7736.8306 8597.6553 -7749.4063 8598.9131 Y |
||
3587 | f 0.145 0.116 0.087 0 k |
||
3588 | -7749.3711 8600.1572 m |
||
3589 | -7749.0786 8610.374 L |
||
3590 | -7746.291 8610.4609 -7736.584 8610.7139 -7734.561 8610.083 C |
||
3591 | |||
3592 | -7736.1914 8599.2061 -7746.4912 8599.9385 -7749.3711 8600.1572 C |
||
3593 | f U u 0.155 0.124 0.093 0 k |
||
3594 | -7774.9375 8604.1631 m |
||
3595 | |||
3596 | -7755.0728 8600.0361 L |
||
3597 | |||
3598 | |||
3599 | -7775.252 8601.8955 L |
||
3600 | -7775.6504 8601.7832 -7776.1934 8601.7139 V |
||
3601 | -7775.6094 8602.127 -7775.1426 8603.0303 -7774.9375 8604.1631 C |
||
3602 | f u 0.085 0.068 0.051 0 k |
||
3603 | -7779.7993 8608.5557 m |
||
3604 | -7780.5977 8608.6113 -7777.749 8608.5537 Y |
||
3605 | -7778.3481 8607.9072 -7778.771 8606.71 -7778.8105 8605.3271 c |
||
3606 | |||
3607 | |||
3608 | -7779 8608.501 -7779.7993 8608.5557 v |
||
3609 | f 0.305 0.244 0.183 0 k |
||
3610 | -7778.3442 8601.7568 m |
||
3611 | -7778.5527 8601.7002 -7778.4937 8603.8203 Y |
||
3612 | -7777.4785 8604.6484 L |
||
3613 | -7775.8359 8603.833 L |
||
3614 | -7774.9375 8604.1631 L |
||
3615 | -7775.1426 8603.0303 -7775.6094 8602.127 -7776.1934 8601.7139 C |
||
3616 | -7776.6094 8601.6611 -7777.874 8601.6895 -7778.3442 8601.7568 C |
||
3617 | f U 0.115 0.092 0.069 0 k |
||
3618 | -7774.9375 8604.1631 m |
||
3619 | -7775.8359 8603.833 L |
||
3620 | -7777.4785 8604.6484 L |
||
3621 | -7778.4937 8603.8203 L |
||
3622 | -7778.793 8604.5977 -7778.7993 8604.7031 V |
||
3623 | -7777.5137 8605.2686 -7776.1831 8605.6299 -7774.8398 8605.8154 C |
||
3624 | -7774.79 8605.6172 -7774.7842 8605.4326 -7774.79 8605.2266 c |
||
3625 | -7774.7998 8604.8613 -7774.8218 8604.5078 -7774.9375 8604.1631 C |
||
3626 | f 0.41 0.328 0.246 0 k |
||
3627 | -7755.4512 8600.2861 m |
||
3628 | -7757.377 8601.5322 -7766.3862 8606.9883 -7774.8398 8605.8154 C |
||
3629 | -7774.9038 8606.9824 -7775.248 8607.9805 -7775.75 8608.5527 C |
||
3630 | -7775.1895 8608.5518 L |
||
3631 | -7754.7402 8611.6455 L |
||
3632 | -7755.0366 8601.3154 L |
||
3633 | -7755.0728 8600.0361 L |
||
3634 | -7755.2046 8600.127 -7755.4512 8600.2861 v |
||
3635 | f 0.395 0.316 0.237 0 k |
||
3636 | -7778.8105 8605.3271 m |
||
3637 | -7778.771 8606.71 -7778.3481 8607.9072 -7777.749 8608.5537 C |
||
3638 | -7775.6807 8608.5527 L |
||
3639 | -7775.1782 8607.9805 -7774.8218 8606.9609 -7774.8398 8605.8154 C |
||
3640 | -7776.1831 8605.6299 -7777.5137 8605.2686 -7778.7993 8604.7031 C |
||
3641 | -7778.8105 8604.9072 -7778.8169 8605.1143 -7778.8105 8605.3271 c |
||
3642 | f U u 0 0 0 0.11 k |
||
3643 | -7749.2642 8599.0908 m |
||
3644 | |||
3645 | |||
3646 | -7749.2642 8599.0908 L |
||
3647 | f 0 0 0 0.34 k |
||
3648 | -7755.481 8599.2041 m |
||
3649 | -7755.0728 8600.0361 L |
||
3650 | -7753.6714 8599.8076 L |
||
3651 | -7752.5234 8599.6211 L |
||
3652 | -7750.6758 8599.3203 L |
||
3653 | -7749.2642 8599.0908 L |
||
3654 | -7748.2407 8598.9248 L |
||
3655 | -7748.2954 8598.6064 -7748.3672 8598.3877 -7748.4648 8598.3096 C |
||
3656 | -7755.481 8599.2041 L |
||
3657 | f 0 0 0 0.32 k |
||
3658 | -7753.8042 8604.0967 m |
||
3659 | -7754.041 8611.751 L |
||
3660 | -7748.7144 8611.8896 L |
||
3661 | -7747.7266 8608.4043 -7748.1816 8604.0439 V |
||
3662 | -7753.8042 8604.0967 L |
||
3663 | f U 0.025 0.02 0.015 0 k |
||
3664 | -7747.3223 8601.2744 m |
||
3665 | -7744.373 8601.8096 -7741.2402 8602.0498 -7738.3159 8601.251 c |
||
3666 | -7738.2856 8601.2393 -7738.2754 8601.208 -7738.2871 8601.1865 c |
||
3667 | -7738.2881 8601.1553 -7738.3198 8601.1455 -7738.3418 8601.1455 c |
||
3668 | -7741.2422 8601.9541 -7744.375 8601.7139 -7747.3042 8601.168 c |
||
3669 | -7747.3262 8601.1689 -7747.3574 8601.1807 -7747.3672 8601.2119 c |
||
3670 | -7747.3662 8601.2334 -7747.355 8601.2646 -7747.3223 8601.2744 c |
||
3671 | -7747.3223 8601.2744 l |
||
3672 | f -7745.8374 8600.1973 m |
||
3673 | -7745.7295 8600.2686 -7745.6313 8600.3838 -7745.5234 8600.3916 c |
||
3674 | -7741.7886 8600.7217 -7738.1631 8600.6709 -7734.4746 8600.5537 c |
||
3675 | -7734.4526 8600.5537 -7734.4209 8600.5322 -7734.4214 8600.5107 c |
||
3676 | -7734.4214 8600.4775 -7734.4551 8600.458 -7734.4766 8600.458 c |
||
3677 | -7737.3223 8600.5713 -7740.1401 8600.5889 -7743.0039 8600.4248 c |
||
3678 | -7743.9336 8600.3662 -7744.9082 8600.6299 -7745.7778 8600.1104 c |
||
3679 | |||
3680 | -7745.8618 8600.1455 -7745.8594 8600.1768 -7745.8374 8600.1973 c |
||
3681 | -7745.8374 8600.1973 l |
||
3682 | |||
3683 | -7739.5098 8603.5693 -7737.3022 8604.2637 -7735.1001 8604.7764 c |
||
3684 | |||
3685 | |||
3686 | -7737.2617 8604.1553 -7739.459 8603.4932 -7741.3105 8602.1699 c |
||
3687 | -7741.3433 8602.1494 -7741.375 8602.1611 -7741.3848 8602.1826 c |
||
3688 | -7741.4058 8602.2041 -7741.3945 8602.2354 -7741.373 8602.2568 c |
||
3689 | -7741.373 8602.2568 l |
||
3690 | f -7746.9321 8608.9463 m |
||
3691 | -7744.7295 8609.46 -7742.5298 8609.9199 -7740.2798 8610.165 c |
||
3692 | -7740.2598 8610.1748 -7740.229 8610.1533 -7740.229 8610.1318 c |
||
3693 | |||
3694 | |||
3695 | -7746.9351 8608.8408 -7746.9673 8608.8525 -7746.9766 8608.8838 c |
||
3696 | -7746.9751 8608.9053 -7746.9648 8608.9375 -7746.9321 8608.9463 c |
||
3697 | -7746.9321 8608.9463 l |
||
3698 | f -7746.439 8608.25 m |
||
3699 | -7744.3457 8609.0869 -7742.1016 8608.8193 -7739.9023 8608.8525 c |
||
3700 | -7739.8706 8608.8506 -7739.8496 8608.8291 -7739.8506 8608.7979 c |
||
3701 | -7739.8521 8608.7646 -7739.873 8608.7451 -7739.8945 8608.7451 c |
||
3702 | -7742.0928 8608.7334 -7744.3374 8608.9893 -7746.4209 8608.1426 c |
||
3703 | -7746.4434 8608.1436 -7746.4746 8608.1553 -7746.4834 8608.1865 c |
||
3704 | -7746.4834 8608.208 -7746.4722 8608.2402 -7746.439 8608.25 c |
||
3705 | -7746.439 8608.25 l |
||
3706 | f -7745.707 8609.5947 m |
||
3707 | -7744.3833 8609.6416 -7743.1504 8609.4365 -7741.8271 8609.0986 c |
||
3708 | -7741.3594 8608.9893 -7740.9199 8609.1162 -7740.4609 8609.1025 c |
||
3709 | -7739.897 8609.0869 l |
||
3710 | -7739.874 8609.0859 -7739.8633 8609.0752 -7739.8535 8609.0635 c |
||
3711 | -7739.834 8609.042 -7739.8442 8609.0107 -7739.8662 8608.9893 c |
||
3712 | -7740.0625 8608.835 l |
||
3713 | -7740.0742 8608.835 -7740.085 8608.8252 -7740.0962 8608.8252 c |
||
3714 | -7740.5 8608.8369 l |
||
3715 | -7741.9551 8609.0811 -7743.457 8609.5615 -7744.8926 8608.9639 c |
||
3716 | -7744.9258 8608.9541 -7744.957 8608.9756 -7744.9673 8608.9971 c |
||
3717 | -7744.9673 8609.0293 -7744.9551 8609.0498 -7744.9336 8609.0605 c |
||
3718 | -7743.647 8609.5889 -7742.1714 8609.3652 -7740.8818 8608.9443 c |
||
3719 | -7740.0918 8608.9326 L |
||
3720 | -7740.124 8608.9229 L |
||
3721 | -7739.9282 8609.0771 L |
||
3722 | -7739.8984 8608.9795 L |
||
3723 | -7740.4639 8608.9961 l |
||
3724 | -7740.9321 8609.0303 -7741.3848 8608.873 -7741.8398 8608.9932 c |
||
3725 | -7743.1543 8609.3506 -7744.3975 8609.5146 -7745.71 8609.4883 c |
||
3726 | -7745.7422 8609.4893 -7745.7642 8609.5107 -7745.7617 8609.543 c |
||
3727 | -7745.7617 8609.5752 -7745.7402 8609.5957 -7745.707 8609.5947 c |
||
3728 | -7745.707 8609.5947 l |
||
3729 | f -7746.5718 8609.9502 m |
||
3730 | -7743.8711 8611.1104 -7740.9023 8610.46 -7738.1279 8610.0713 c |
||
3731 | -7737.7832 8610.1787 l |
||
3732 | -7737.7617 8610.1885 -7737.7417 8610.1768 -7737.7207 8610.1553 c |
||
3733 | -7737.71 8610.1338 -7737.7217 8610.1025 -7737.7422 8610.0918 c |
||
3734 | -7738.0801 8609.8994 l |
||
3735 | -7740.7754 8609.2822 -7743.5391 8609.6709 -7746.271 8609.6748 c |
||
3736 | -7746.3022 8609.6768 -7746.3232 8609.6982 -7746.3223 8609.7295 c |
||
3737 | -7746.3198 8609.7617 -7746.2983 8609.7822 -7746.2681 8609.7822 c |
||
3738 | -7743.6738 8609.8252 -7741.0303 8609.333 -7738.4727 8609.9639 c |
||
3739 | -7737.7954 8610.1787 L |
||
3740 | -7737.7534 8610.0811 L |
||
3741 | -7738.1406 8609.9756 l |
||
3742 | -7740.9058 8610.332 -7743.8418 8611.0244 -7746.5313 8609.8643 c |
||
3743 | -7746.5537 8609.8545 -7746.585 8609.8545 -7746.5962 8609.8877 c |
||
3744 | -7746.6055 8609.9092 -7746.605 8609.9404 -7746.5718 8609.9502 c |
||
3745 | -7746.5718 8609.9502 l |
||
3746 | f -7743.6895 8603.2842 m |
||
3747 | -7742.3945 8603.79 -7740.9834 8603.5361 -7739.6802 8603.2334 c |
||
3748 | -7739.647 8603.2314 -7739.6367 8603.21 -7739.6382 8603.1787 c |
||
3749 | -7739.6504 8603.1465 -7739.6714 8603.1357 -7739.7031 8603.1377 c |
||
3750 | -7740.998 8603.4199 -7742.377 8603.7051 -7743.6504 8603.1865 c |
||
3751 | -7743.6826 8603.1768 -7743.7144 8603.1885 -7743.7246 8603.2207 c |
||
3752 | -7743.7222 8603.2422 -7743.7114 8603.2744 -7743.6895 8603.2842 c |
||
3753 | -7743.6895 8603.2842 l |
||
3754 | f -7744.1401 8605.1104 m |
||
3755 | -7742.2266 8605.5791 -7740.3145 8605.9932 -7738.355 8606.2139 c |
||
3756 | -7738.3242 8606.2236 -7738.3022 8606.2021 -7738.293 8606.1699 c |
||
3757 | -7738.2954 8606.1494 -7738.3159 8606.1182 -7738.3374 8606.1182 c |
||
3758 | -7740.2959 8605.8975 -7742.209 8605.4717 -7744.1206 8605.0029 c |
||
3759 | -7744.1426 8605.0049 -7744.1738 8605.0156 -7744.1831 8605.0479 c |
||
3760 | -7744.1831 8605.0693 -7744.1719 8605.1006 -7744.1401 8605.1104 c |
||
3761 | -7744.1401 8605.1104 l |
||
3762 | f -7744.9336 8607.5244 m |
||
3763 | -7742.499 8608.3506 -7739.8647 8607.9443 -7737.3457 8607.9775 c |
||
3764 | -7737.313 8607.9775 -7737.293 8607.9561 -7737.293 8607.9229 c |
||
3765 | -7737.2954 8607.9014 -7737.3159 8607.8818 -7737.3481 8607.8818 c |
||
3766 | -7739.8574 8607.8057 -7742.481 8608.2744 -7744.8945 8607.416 c |
||
3767 | |||
3768 | -7744.9678 8607.4814 -7744.9561 8607.5137 -7744.9336 8607.5244 c |
||
3769 | -7744.9336 8607.5244 l |
||
3770 | f -7740.0542 8608.7393 m |
||
3771 | |||
3772 | -7735.502 8609.3545 -7735.4824 8609.333 -7735.4824 8609.3018 c |
||
3773 | |||
3774 | |||
3775 | -7740.0366 8608.6426 -7740.0679 8608.6533 -7740.0786 8608.6758 c |
||
3776 | -7740.0879 8608.6973 -7740.0767 8608.7295 -7740.0542 8608.7393 c |
||
3777 | -7740.0542 8608.7393 l |
||
3778 | f -7739.3418 8605.3145 m |
||
3779 | -7738.3926 8605.2871 -7737.4336 8605.2598 -7736.4839 8605.2324 c |
||
3780 | -7736.4526 8605.2314 -7736.4312 8605.21 -7736.4336 8605.1777 c |
||
3781 | -7736.4336 8605.1455 -7736.4551 8605.125 -7736.4878 8605.126 c |
||
3782 | -7737.437 8605.1533 -7738.397 8605.1807 -7739.3457 8605.208 c |
||
3783 | |||
3784 | |||
3785 | -7739.3418 8605.3145 l |
||
3786 | f -7737.1592 8602.9258 m |
||
3787 | -7736.6895 8602.9541 -7736.209 8602.9619 -7735.7383 8602.9814 c |
||
3788 | -7735.7168 8602.9805 -7735.6855 8602.958 -7735.6865 8602.9268 c |
||
3789 | -7735.687 8602.8936 -7735.71 8602.874 -7735.7417 8602.874 c |
||
3790 | -7736.2114 8602.877 -7736.6816 8602.8271 -7737.1514 8602.8291 c |
||
3791 | -7737.1831 8602.8193 -7737.2031 8602.8408 -7737.2134 8602.874 c |
||
3792 | -7737.2129 8602.9053 -7737.1914 8602.9268 -7737.1592 8602.9258 c |
||
3793 | -7737.1592 8602.9258 l |
||
3794 | f -7744.9702 8605.124 m |
||
3795 | |||
3796 | |||
3797 | -7743.5703 8605.5752 -7743.5928 8605.5439 -7743.6152 8605.5439 c |
||
3798 | -7744.0854 8605.4619 -7744.5176 8605.292 -7744.9209 8605.0371 c |
||
3799 | -7744.9521 8605.0273 -7744.9849 8605.0283 -7744.9946 8605.0605 c |
||
3800 | -7745.0039 8605.083 -7744.9922 8605.1143 -7744.9702 8605.124 c |
||
3801 | -7744.9702 8605.124 l |
||
3802 | f -7746.1904 8610.9746 m |
||
3803 | -7743.7344 8611.417 -7741.2983 8611.8906 -7738.7993 8611.6162 c |
||
3804 | -7738.7778 8611.6162 -7738.7568 8611.5938 -7738.7578 8611.5615 c |
||
3805 | -7738.7578 8611.5303 -7738.7798 8611.5088 -7738.8022 8611.5088 c |
||
3806 | -7741.291 8611.7627 -7743.7344 8611.374 -7746.1719 8610.8672 c |
||
3807 | -7746.1934 8610.8682 -7746.2256 8610.8799 -7746.2344 8610.9111 c |
||
3808 | -7746.2344 8610.9326 -7746.2222 8610.9648 -7746.1904 8610.9746 c |
||
3809 | -7746.1904 8610.9746 l |
||
3810 | f 0.195 0.156 0.117 0 k |
||
3811 | -7746.166 8599.5342 m |
||
3812 | -7743.7969 8599.1572 -7741.4058 8599.2373 -7739.0298 8599.4795 c |
||
3813 | -7738.998 8599.4775 -7738.9766 8599.4561 -7738.9766 8599.4248 c |
||
3814 | -7738.9785 8599.4033 -7739 8599.3721 -7739.0215 8599.3721 c |
||
3815 | -7741.4082 8599.1318 -7743.791 8599.0498 -7746.1694 8599.4287 c |
||
3816 | -7746.2026 8599.4287 -7746.2222 8599.4502 -7746.2217 8599.4834 c |
||
3817 | -7746.2207 8599.5146 -7746.1992 8599.5361 -7746.166 8599.5342 c |
||
3818 | -7746.166 8599.5342 l |
||
3819 | f 0.335 0.268 0.201 0 k |
||
3820 | -7745.4351 8599.001 m |
||
3821 | -7742.9282 8599.0049 -7740.4146 8599.167 -7737.918 8598.7861 c |
||
3822 | -7737.8862 8598.7842 -7737.8647 8598.7627 -7737.8662 8598.7314 c |
||
3823 | -7737.8672 8598.6982 -7737.8896 8598.6787 -7737.9209 8598.6787 c |
||
3824 | -7740.418 8599.0596 -7742.9297 8598.9189 -7745.4375 8598.8955 c |
||
3825 | -7745.46 8598.8955 -7745.481 8598.917 -7745.4785 8598.9492 c |
||
3826 | -7745.4785 8598.9814 -7745.457 8599.002 -7745.4351 8599.001 c |
||
3827 | -7745.4351 8599.001 l |
||
3828 | f 0.205 0.164 0.123 0 k |
||
3829 | -7746.9766 8599.2158 m |
||
3830 | -7745.5039 8599.5576 -7744.0078 8599.292 -7742.5391 8599.1104 c |
||
3831 | -7742.5078 8599.1104 -7742.4873 8599.0869 -7742.499 8599.0557 c |
||
3832 | |||
3833 | -7744.0103 8599.1738 -7745.4961 8599.4727 -7746.9473 8599.1084 c |
||
3834 | -7746.9785 8599.1104 -7747.0103 8599.1221 -7747.0098 8599.1533 c |
||
3835 | |||
3836 | -7746.9766 8599.2158 l |
||
3837 | |||
3838 | |||
3839 | -7736.8711 8598.4678 -7736.8506 8598.4463 -7736.8618 8598.4141 c |
||
3840 | -7736.8623 8598.3926 -7736.8945 8598.3721 -7736.916 8598.3838 c |
||
3841 | -7738.0503 8598.6299 -7739.1914 8598.6836 -7740.3462 8598.5781 c |
||
3842 | -7740.3794 8598.5791 -7740.3984 8598.6006 -7740.4087 8598.6221 c |
||
3843 | -7740.4082 8598.6543 -7740.3862 8598.6748 -7740.3535 8598.6846 c |
||
3844 | -7740.3535 8598.6846 l |
||
3845 | f 0.335 0.268 0.201 0 k |
||
3846 | -7747.2681 8601.3369 m |
||
3847 | |||
3848 | -7742.8223 8601.5303 -7742.8022 8601.5088 -7742.8022 8601.4756 c |
||
3849 | -7742.8042 8601.4551 -7742.8262 8601.4346 -7742.8574 8601.4346 c |
||
3850 | -7744.2886 8601.3799 -7745.8823 8601.9697 -7747.2168 8601.2402 c |
||
3851 | -7747.2383 8601.2295 -7747.2695 8601.2412 -7747.291 8601.2637 c |
||
3852 | -7747.3008 8601.2852 -7747.2886 8601.3174 -7747.2681 8601.3369 c |
||
3853 | -7747.2681 8601.3369 l |
||
3854 | f -7745.8945 8603.4541 m |
||
3855 | -7743.6719 8603.9346 -7741.3896 8603.5059 -7739.1504 8603.4521 c |
||
3856 | -7739.1177 8603.4512 -7739.0977 8603.4287 -7739.0977 8603.3975 c |
||
3857 | -7739.1001 8603.376 -7739.1318 8603.3564 -7739.1519 8603.3564 c |
||
3858 | -7741.3833 8603.3672 -7743.6519 8603.8701 -7745.875 8603.3467 c |
||
3859 | -7745.8975 8603.3467 -7745.9287 8603.3584 -7745.9375 8603.3916 c |
||
3860 | -7745.9375 8603.4121 -7745.9258 8603.4443 -7745.8945 8603.4541 c |
||
3861 | -7745.8945 8603.4541 l |
||
3862 | f -7740.0273 8600.0303 m |
||
3863 | -7738.3496 8600.8584 -7736.499 8601.3916 -7734.603 8601.251 c |
||
3864 | -7734.5718 8601.251 -7734.5513 8601.2285 -7734.5527 8601.1963 c |
||
3865 | -7734.5527 8601.165 -7734.5742 8601.1436 -7734.6074 8601.1455 c |
||
3866 | -7736.481 8601.3057 -7738.3198 8600.75 -7739.9873 8599.9443 c |
||
3867 | -7740.0078 8599.9346 -7740.041 8599.9346 -7740.0503 8599.9678 c |
||
3868 | -7740.061 8599.9893 -7740.061 8600.0205 -7740.0273 8600.0303 c |
||
3869 | -7740.0273 8600.0303 l |
||
3870 | f u 0.5 0.85 1 0.45 k |
||
3871 | -7893 8606.7979 m |
||
3872 | -7893.0254 8607.3779 -7892.5664 8608.0771 -7891.167 8608.8799 C |
||
3873 | -7890.8521 8608.8926 -7889.3945 8608.9131 -7887.0889 8608.9385 C |
||
3874 | -7887.0889 8606.7119 L |
||
3875 | -7889.1382 8606.7354 -7891.1177 8606.7764 -7893 8606.7979 C |
||
3876 | f -7892.5088 8605.8584 m |
||
3877 | -7887.0889 8605.7344 L |
||
3878 | -7887.0889 8604.7041 L |
||
3879 | -7890.644 8604.8486 L |
||
3880 | -7891.8145 8605.2197 -7892.5088 8605.8584 V |
||
3881 | f 0.5 0.85 1 0.32 k |
||
3882 | -7887.0889 8605.7148 m |
||
3883 | -7892.4746 8605.833 L |
||
3884 | -7892.7695 8606.1045 -7892.9849 8606.4463 -7893 8606.8174 C |
||
3885 | -7891.1177 8606.7959 -7889.1382 8606.7744 -7887.0889 8606.751 C |
||
3886 | -7887.0889 8605.7148 L |
||
3887 | f 0.5 0.85 1 0.45 k |
||
3888 | -7782.1504 8605.5068 m |
||
3889 | -7860.3584 8606.4307 -7887.1079 8606.7314 V |
||
3890 | -7887.1079 8608.9385 L |
||
3891 | -7870.8145 8609.1221 -7811.9902 8609.5967 Y |
||
3892 | -7777.749 8608.5537 L |
||
3893 | -7778.457 8605.458 L |
||
3894 | -7782.1504 8605.5068 L |
||
3895 | f 0.5 0.85 1 0.12 k |
||
3896 | -7887.1079 8604.7041 m |
||
3897 | -7887.1079 8605.7344 L |
||
3898 | -7778.4258 8603.8896 L |
||
3899 | -7778.3833 8601.7529 L |
||
3900 | -7811.6553 8601.6025 L |
||
3901 | -7887.1079 8604.7041 L |
||
3902 | f u 0.065 0.052 0.039 0 k |
||
3903 | -7755.0728 8600.0361 m |
||
3904 | -7755.0366 8601.3154 L |
||
3905 | -7755.2954 8600.0068 L |
||
3906 | -7773.897 8604.5459 L |
||
3907 | -7774.9375 8604.1631 L |
||
3908 | -7774.8794 8604.4951 -7774.8398 8604.8467 -7774.8306 8605.2119 c |
||
3909 | -7774.8242 8605.418 -7774.8281 8605.6182 -7774.8398 8605.8154 C |
||
3910 | -7766.3862 8606.9883 -7756.9634 8602.5615 -7755.0366 8601.3154 C |
||
3911 | -7754.7402 8611.6455 L |
||
3912 | -7754.041 8611.751 L |
||
3913 | -7753.8042 8604.0967 L |
||
3914 | -7748.1816 8604.0439 L |
||
3915 | -7748.0898 8601.9033 -7748.0718 8599.9111 -7748.2407 8598.9248 C |
||
3916 | -7755.0728 8600.0361 L |
||
3917 | f 0.4 0.7 1 0 k |
||
3918 | -7778.457 8605.4775 m |
||
3919 | -7778.4258 8603.8701 L |
||
3920 | -7887.1079 8605.7148 L |
||
3921 | -7887.1079 8606.751 L |
||
3922 | -7860.3584 8606.4502 -7778.457 8605.4775 Y |
||
3923 | f U U 0.025 0.02 0.015 0 k |
||
3924 | -7742.7344 8607.9189 m |
||
3925 | -7742.7344 8607.9521 -7742.7129 8607.9717 -7742.6802 8607.9717 c |
||
3926 | -7739.6714 8608.0029 -7737.4214 8607.835 -7734.415 8607.749 C |
||
3927 | -7734.4087 8607.6553 L |
||
3928 | -7737.3262 8607.7598 -7739.7607 8607.8975 -7742.6841 8607.8643 C |
||
3929 | -7742.7168 8607.8662 -7742.7358 8607.8877 -7742.7344 8607.9189 C |
||
3930 | |||
3931 | -7734.4082 8607.6338 L |
||
3932 | -7734.4087 8607.6553 L |
||
3933 | -7734.4063 8607.6553 -7734.4033 8607.6553 -7734.3994 8607.6553 C |
||
3934 | f -7738.4487 8606.3135 m |
||
3935 | -7739.4458 8606.1816 -7740.3394 8606.6553 -7741.2114 8607.0869 C |
||
3936 | |||
3937 | -7741.2305 8607.1826 -7741.1982 8607.1924 -7741.1777 8607.1807 c |
||
3938 | -7740.3262 8606.7197 -7739.4312 8606.3096 -7738.4678 8606.4092 c |
||
3939 | -7737.1079 8606.5518 -7735.9038 8607.2646 -7734.5254 8607.3428 C |
||
3940 | -7734.4463 8607.249 L |
||
3941 | -7736.04 8607.1553 -7736.8647 8606.5127 -7738.4487 8606.3135 c |
||
3942 | f U U %AI8_EndBrushPattern |
||
3943 | %AI8_BeginBrushPattern |
||
3944 | (New Pattern 6) |
||
3945 | 0 A |
||
3946 | u 1 Ap |
||
3947 | |||
3948 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
3949 | 0 XR |
||
3950 | -7892.75 8587.8896 m |
||
3951 | -7892.75 8611.8896 L |
||
3952 | -7882.75 8611.8896 L |
||
3953 | -7882.75 8587.8896 L |
||
3954 | -7892.75 8587.8896 L |
||
3955 | n 0 Ap |
||
3956 | 0 O |
||
3957 | 1 g |
||
3958 | -7882.75 8589.8896 m |
||
3959 | -7883.0703 8589.8896 -7883.3857 8589.9082 -7883.6982 8589.9375 c |
||
3960 | -7885.5879 8590.1152 -7887.3198 8590.8242 -7888.7559 8591.9072 c |
||
3961 | -7890.2529 8593.0361 -7891.4199 8594.5713 -7892.0942 8596.3535 c |
||
3962 | -7892.5122 8597.4541 -7892.75 8598.6426 -7892.75 8599.8896 c |
||
3963 | -7892.75 8601.752 -7892.2319 8603.4893 -7891.3457 8604.9814 c |
||
3964 | -7889.6025 8607.917 -7886.4102 8609.8896 -7882.75 8609.8896 C |
||
3965 | -7882.75 8589.8896 L |
||
3966 | f 0 R |
||
3967 | 0 G |
||
3968 | 1 J 1 j 0.5 w -7882.75 8609.5713 m |
||
3969 | -7885.7793 8608.6152 -7888.6074 8606.957 -7891.3457 8604.9814 C |
||
3970 | S -7882.75 8603.9385 m |
||
3971 | -7885.8999 8601.5332 -7888.957 8598.8027 -7892.0942 8596.3535 C |
||
3972 | S -7888.7559 8591.9072 m |
||
3973 | -7886.6904 8592.998 -7884.7017 8594.3564 -7882.75 8595.8467 C |
||
3974 | S -7883.6982 8589.9375 m |
||
3975 | -7883.3809 8590.0205 -7883.063 8590.1045 -7882.75 8590.2041 C |
||
3976 | S -7888.7559 8591.9072 m |
||
3977 | -7887.3193 8590.8252 -7885.5879 8590.1152 -7883.6982 8589.9375 C |
||
3978 | S -7892.0942 8596.3535 m |
||
3979 | -7892.5122 8597.4541 -7892.75 8598.6426 -7892.75 8599.8896 c |
||
3980 | -7892.75 8601.752 -7892.231 8603.4893 -7891.3457 8604.9814 C |
||
3981 | S -7882.75 8589.8896 m |
||
3982 | -7883.0703 8589.8896 -7883.3857 8589.9082 -7883.6982 8589.9375 C |
||
3983 | S -7888.7559 8591.9072 m |
||
3984 | -7890.2529 8593.0361 -7891.4199 8594.5713 -7892.0942 8596.3535 C |
||
3985 | S -7891.3457 8604.9814 m |
||
3986 | -7889.6025 8607.917 -7886.4102 8609.8896 -7882.75 8609.8896 C |
||
3987 | S U %AI8_EndBrushPattern |
||
3988 | %AI8_BeginBrushPattern |
||
3989 | (New Pattern 8) |
||
3990 | 0 A |
||
3991 | u 800 Ar |
||
3992 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
3993 | 0 XR |
||
3994 | -7891.9521 8609.2021 m |
||
3995 | -7784.7954 8609.2021 L |
||
3996 | -7784.7954 8595.0752 L |
||
3997 | -7891.9521 8595.0752 L |
||
3998 | -7891.9521 8609.2021 L |
||
3999 | n u 0 O |
||
4000 | 0 0 0 1 k |
||
4001 | -7890.2832 8608.5127 m |
||
4002 | -7890.8535 8610.8896 -7890.8184 8606.8936 V |
||
4003 | -7891.0479 8603.6924 L |
||
4004 | -7891.6167 8601.3447 L |
||
4005 | -7891.4502 8599.0127 L |
||
4006 | -7889.9502 8598.3447 -7873.2832 8597.0127 V |
||
4007 | -7866.6167 8595.6787 -7857.6167 8595.6787 V |
||
4008 | -7792.3936 8596.3662 -7787.4912 8597.7744 v |
||
4009 | -7828.3882 8595.7646 -7830.9688 8596.4014 v |
||
4010 | -7791.8569 8598.0498 -7788.8545 8599.3213 v |
||
4011 | -7826.79 8597.4365 -7830.167 8599.0674 v |
||
4012 | -7795.249 8600.7998 -7791.021 8602.4209 v |
||
4013 | -7797.7217 8601.7725 -7799.5127 8601.9717 v |
||
4014 | -7796.3896 8602.46 l |
||
4015 | -7801.4194 8602.3916 l |
||
4016 | -7804.3218 8602.0186 l |
||
4017 | -7796.4521 8603.1318 -7795.9033 8603.6982 v |
||
4018 | -7792.3154 8603.0205 -7806.5186 8603.2744 v |
||
4019 | -7840.1177 8599.3447 -7890.2832 8608.5127 V |
||
4020 | f /BBAccumRotation (5.805971) XT |
||
4021 | 0 R |
||
4022 | 0 0 0 0.5 K |
||
4023 | 0.025 w -7891.9502 8598.0127 m |
||
4024 | -7871.667 8596.1846 -7851.9727 8595.1104 v |
||
4025 | -7809.1514 8595.3916 -7804.5737 8595.79 v |
||
4026 | -7792.1631 8595.9209 -7784.7959 8596.917 v |
||
4027 | S /BBAccumRotation (5.805971) XT |
||
4028 | 0 0 0 1 K |
||
4029 | -7829.8369 8595.2979 m |
||
4030 | -7833.2959 8594.917 -7859.2607 8595.1689 Y |
||
4031 | -7869.627 8595.0498 -7891.9502 8598.0127 Y |
||
4032 | S /BBAccumRotation (5.805971) XT |
||
4033 | -7828.9873 8598.5537 m |
||
4034 | -7798.3608 8599.4717 -7791.6606 8600.1221 v |
||
4035 | S /BBAccumRotation (5.805971) XT |
||
4036 | 0 0 0 0.5 K |
||
4037 | -7837.6201 8603.0947 m |
||
4038 | -7802.3706 8604.5068 -7799.4058 8605.0303 v |
||
4039 | S /BBAccumRotation (5.805971) XT |
||
4040 | U U %AI8_EndBrushPattern |
||
4041 | %AI8_BeginBrushPattern |
||
4042 | (New Pattern 10) |
||
4043 | 0 A |
||
4044 | u 800 Ar |
||
4045 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4046 | 0 XR |
||
4047 | -7892 8610.8896 m |
||
4048 | -7841.8921 8610.8896 L |
||
4049 | -7841.8921 8554.8652 L |
||
4050 | -7892 8554.8652 L |
||
4051 | -7892 8610.8896 L |
||
4052 | n u 0 O |
||
4053 | 0.1 1 1 0 k |
||
4054 | -7854.9014 8576.4648 m |
||
4055 | -7856.7178 8569.9854 -7866.8247 8573.3555 Y |
||
4056 | -7866.791 8573.4199 L |
||
4057 | -7876.8999 8570.0508 -7878.7144 8576.5293 V |
||
4058 | -7884.6758 8593.8965 -7879.4922 8600.6348 V |
||
4059 | -7872.7529 8610.2266 -7868.6055 8610.2266 V |
||
4060 | -7865.0103 8610.1602 L |
||
4061 | -7860.8638 8610.1602 -7854.125 8600.5713 Y |
||
4062 | -7848.9409 8593.832 -7854.9014 8576.4648 Y |
||
4063 | f u 0 0 0 1 k |
||
4064 | -7859.3926 8554.8652 m |
||
4065 | -7860.1167 8556.3096 -7860.9238 8557.3652 V |
||
4066 | -7860.4058 8556.9531 -7859.5151 8556.082 -7859.3926 8554.8652 C |
||
4067 | f -7873.064 8557.375 m |
||
4068 | -7873.8711 8556.3203 -7874.5942 8554.876 Y |
||
4069 | -7874.4727 8556.0918 -7873.582 8556.9629 -7873.064 8557.375 C |
||
4070 | f U 0 0.61 0.74 0 k |
||
4071 | -7858.5977 8579.3506 m |
||
4072 | -7859.9038 8574.6855 -7867.1816 8577.1113 Y |
||
4073 | -7867.1567 8577.1582 L |
||
4074 | -7874.436 8574.7324 -7875.7417 8579.3975 V |
||
4075 | -7880.0337 8591.9014 -7876.3018 8596.7529 V |
||
4076 | -7871.4487 8603.6582 -7868.4634 8603.6582 V |
||
4077 | -7865.875 8603.6123 L |
||
4078 | -7862.8887 8603.6123 -7858.0366 8596.707 Y |
||
4079 | -7854.3042 8591.8535 -7858.5977 8579.3506 Y |
||
4080 | f u 1 Ap |
||
4081 | 0.73 0.43 1 0.22 k |
||
4082 | 0 R |
||
4083 | 0 0 0 1 K |
||
4084 | -7862.6226 8582.165 m |
||
4085 | -7861.813 8582.165 -7861.1558 8581.5078 -7861.1558 8580.6992 c |
||
4086 | -7861.1558 8579.8896 -7861.813 8579.2324 -7862.6226 8579.2324 c |
||
4087 | -7863.4321 8579.2324 -7864.0889 8579.8896 -7864.0889 8580.6992 c |
||
4088 | -7864.0889 8581.5078 -7863.4321 8582.165 -7862.6226 8582.165 c |
||
4089 | b -7862.3638 8593.8867 m |
||
4090 | -7861.0806 8593.8867 -7860.0415 8593.0098 -7860.0415 8591.9316 c |
||
4091 | -7860.0415 8590.8516 -7861.0806 8589.9766 -7862.3638 8589.9766 c |
||
4092 | -7863.645 8589.9766 -7864.6846 8590.8516 -7864.6846 8591.9316 c |
||
4093 | -7864.6846 8593.0098 -7863.645 8593.8867 -7862.3638 8593.8867 c |
||
4094 | b -7861.834 8605.6758 m |
||
4095 | -7860.2817 8605.6758 -7859.0239 8605.0195 -7859.0239 8604.2109 c |
||
4096 | -7859.0239 8603.4014 -7860.2817 8602.7441 -7861.834 8602.7441 c |
||
4097 | -7863.3862 8602.7441 -7864.645 8603.4014 -7864.645 8604.2109 c |
||
4098 | -7864.645 8605.0195 -7863.3862 8605.6758 -7861.834 8605.6758 c |
||
4099 | b -7857.6104 8577.416 m |
||
4100 | -7856.8687 8577.416 -7856.2671 8576.7051 -7856.2671 8575.8262 c |
||
4101 | -7856.2671 8574.9492 -7856.8687 8574.2373 -7857.6104 8574.2373 c |
||
4102 | -7858.353 8574.2373 -7858.9546 8574.9492 -7858.9546 8575.8262 c |
||
4103 | -7858.9546 8576.7051 -7858.353 8577.416 -7857.6104 8577.416 c |
||
4104 | b -7856.0034 8598.9727 m |
||
4105 | -7856.8818 8598.625 -7857.1494 8597.2246 -7856.603 8595.8438 c |
||
4106 | -7856.0566 8594.4648 -7854.9014 8593.626 -7854.0234 8593.9746 c |
||
4107 | -7853.145 8594.3223 -7852.877 8595.7227 -7853.4233 8597.1035 c |
||
4108 | -7853.9702 8598.4844 -7855.125 8599.3213 -7856.0034 8598.9727 c |
||
4109 | b u -7871.0566 8582.0488 m |
||
4110 | -7871.8662 8582.0488 -7872.5239 8581.3916 -7872.5239 8580.583 c |
||
4111 | -7872.5239 8579.7725 -7871.8662 8579.1162 -7871.0566 8579.1162 c |
||
4112 | -7870.248 8579.1162 -7869.5913 8579.7725 -7869.5913 8580.583 c |
||
4113 | -7869.5913 8581.3916 -7870.248 8582.0488 -7871.0566 8582.0488 c |
||
4114 | b -7871.3159 8593.7695 m |
||
4115 | -7872.5991 8593.7695 -7873.6382 8592.8945 -7873.6382 8591.8145 c |
||
4116 | -7873.6382 8590.7344 -7872.5991 8589.8594 -7871.3159 8589.8594 c |
||
4117 | -7870.0342 8589.8594 -7868.9951 8590.7344 -7868.9951 8591.8145 c |
||
4118 | -7868.9951 8592.8945 -7870.0342 8593.7695 -7871.3159 8593.7695 c |
||
4119 | b -7871.8457 8605.5605 m |
||
4120 | -7873.3975 8605.5605 -7874.6558 8604.9043 -7874.6558 8604.0938 c |
||
4121 | -7874.6558 8603.2832 -7873.3975 8602.6279 -7871.8457 8602.6279 c |
||
4122 | -7870.293 8602.6279 -7869.0352 8603.2832 -7869.0352 8604.0938 c |
||
4123 | -7869.0352 8604.9043 -7870.293 8605.5605 -7871.8457 8605.5605 c |
||
4124 | b -7876.0679 8577.2988 m |
||
4125 | -7876.811 8577.2988 -7877.4121 8576.5879 -7877.4121 8575.7109 c |
||
4126 | -7877.4121 8574.834 -7876.811 8574.123 -7876.0679 8574.123 c |
||
4127 | -7875.3262 8574.123 -7874.7241 8574.834 -7874.7241 8575.7109 c |
||
4128 | -7874.7241 8576.5879 -7875.3262 8577.2988 -7876.0679 8577.2988 c |
||
4129 | b -7877.6758 8598.8574 m |
||
4130 | -7876.7983 8598.5098 -7876.5298 8597.1084 -7877.0762 8595.7275 c |
||
4131 | -7877.6226 8594.3467 -7878.7778 8593.5098 -7879.6558 8593.8574 c |
||
4132 | -7880.5342 8594.2061 -7880.8032 8595.6074 -7880.2568 8596.9863 c |
||
4133 | -7879.7104 8598.3672 -7878.5552 8599.2051 -7877.6758 8598.8574 c |
||
4134 | b U U 0 Ap |
||
4135 | 0 0 0 1 k |
||
4136 | -7867.1318 8577.5449 m |
||
4137 | -7867.1318 8610.2041 l |
||
4138 | F u -7851.3906 8563.4199 m |
||
4139 | -7852.0815 8562.7266 -7855.019 8563.5918 Y |
||
4140 | -7856.229 8563.7637 -7856.0562 8566.1836 Y |
||
4141 | -7855.019 8568.2578 -7855.7104 8568.084 Y |
||
4142 | -7856.2998 8568.084 -7857.855 8568.0039 -7858.7822 8567.9531 C |
||
4143 | -7859.1226 8566.5586 -7860.6128 8565.3652 -7862.7217 8564.6592 C |
||
4144 | -7860.7578 8561.3672 -7862.5176 8560.6846 -7864.2935 8560.6797 C |
||
4145 | -7864.3096 8560.5918 -7864.332 8560.5059 -7864.3599 8560.4229 C |
||
4146 | -7862.1089 8560.4688 -7861.6392 8558.1484 Y |
||
4147 | -7861.4048 8557.9531 -7861.1606 8557.6758 -7860.9238 8557.3652 C |
||
4148 | -7861.1416 8557.5371 -7861.2944 8557.6289 Y |
||
4149 | -7862.2583 8557.6289 -7863.8774 8559.3838 -7864.4966 8560.0967 C |
||
4150 | -7864.9194 8559.333 -7865.853 8558.8008 -7866.9434 8558.8008 c |
||
4151 | -7868.0698 8558.8008 -7869.0322 8559.3691 -7869.4312 8560.1748 C |
||
4152 | -7869.9985 8559.5137 -7871.6968 8557.6406 -7872.6943 8557.6406 C |
||
4153 | -7872.8462 8557.5469 -7873.064 8557.375 V |
||
4154 | -7872.8281 8557.6836 -7872.583 8557.9629 -7872.3481 8558.1582 C |
||
4155 | -7871.8638 8560.5459 -7869.5254 8560.4238 V |
||
4156 | -7869.5449 8560.4785 -7869.5674 8560.5332 -7869.5806 8560.5918 C |
||
4157 | -7872.9238 8560.582 -7871.937 8563.207 -7871.2104 8564.5498 C |
||
4158 | -7873.5918 8565.2656 -7875.2646 8566.5908 -7875.5239 8568.1396 C |
||
4159 | -7876.4473 8568.1895 -7877.6729 8568.248 -7878.1802 8568.248 C |
||
4160 | -7878.8726 8568.4209 -7877.835 8566.3477 V |
||
4161 | -7877.6626 8563.9287 -7878.8726 8563.7559 V |
||
4162 | -7881.8096 8562.8916 -7882.501 8563.583 V |
||
4163 | -7883.1919 8564.4463 -7884.0562 8563.2363 V |
||
4164 | -7883.1919 8564.9648 -7881.291 8564.4463 V |
||
4165 | -7878.6982 8563.7559 -7879.3906 8565.4834 V |
||
4166 | -7879.9087 8568.9395 -7878.1802 8569.6299 V |
||
4167 | -7876.0342 8570.7441 -7874.2822 8570.9785 V |
||
4168 | -7873.9087 8571.3037 -7873.4639 8571.6006 -7872.958 8571.8662 C |
||
4169 | -7875.5562 8571.9365 -7878.2246 8572.8105 -7879.0752 8575.8457 C |
||
4170 | -7879.5151 8577.1328 -7880.0518 8579.1328 V |
||
4171 | -7881.1025 8579.7148 -7882.3022 8580.8975 -7883.541 8583.1523 C |
||
4172 | -7884.394 8586.3398 -7885.167 8581.6025 V |
||
4173 | -7886.3975 8578.5391 -7887.6504 8578.4277 V |
||
4174 | -7886.4702 8580.1768 -7886.9038 8581.3057 V |
||
4175 | -7885.2998 8585.8066 -7883.6138 8584.7891 V |
||
4176 | -7882.0986 8584.1094 -7880.688 8581.7051 V |
||
4177 | -7881.0698 8583.3867 -7881.4326 8585.3066 -7881.6743 8587.2803 C |
||
4178 | -7882.4888 8587.2871 L |
||
4179 | -7884.3506 8586.3691 -7884.3262 8589.8486 V |
||
4180 | -7885.1226 8593.835 -7884.3594 8596.5723 V |
||
4181 | -7883.647 8599.04 -7886.1274 8597.8203 V |
||
4182 | -7887.2842 8598.2139 -7887.9839 8597.6777 V |
||
4183 | -7890.3882 8596.3027 -7892 8598.0137 V |
||
4184 | -7890.147 8597.7695 -7889.4482 8598.3066 V |
||
4185 | -7887.9785 8598.4512 -7887.897 8599.0684 V |
||
4186 | -7884.9561 8599.7451 -7884.188 8598.9668 V |
||
4187 | -7882.417 8598.1035 -7883.1304 8595.25 V |
||
4188 | -7883.8799 8587.3711 -7882.3198 8589.2949 V |
||
4189 | -7882.1182 8589.3115 -7881.8784 8589.4072 V |
||
4190 | -7882.1519 8593.3223 -7881.8018 8597.2148 -7879.9961 8599.7412 C |
||
4191 | -7883.4536 8592.2227 -7878.2974 8577.1934 Y |
||
4192 | -7876.9609 8572.4199 -7871.127 8572.9912 -7868.145 8573.624 C |
||
4193 | -7868.0718 8575.0195 -7867.8374 8576.8389 -7867.1318 8577.5449 C |
||
4194 | -7866.2134 8575.5859 -7866.2358 8573.9629 V |
||
4195 | -7865.0762 8573.6113 -7858.2817 8571.7344 -7855.4487 8575.2266 C |
||
4196 | -7856.4312 8572.7031 -7858.8262 8571.9082 -7861.2007 8571.8086 C |
||
4197 | -7860.667 8571.5215 -7860.2041 8571.1943 -7859.8257 8570.8398 C |
||
4198 | -7858.041 8570.6758 -7855.7104 8569.4668 Y |
||
4199 | -7853.9814 8568.7754 -7854.5015 8565.3203 Y |
||
4200 | -7855.1919 8563.5918 -7852.5991 8564.2832 Y |
||
4201 | -7850.7002 8564.8008 -7849.835 8563.0732 Y |
||
4202 | -7850.7002 8564.2832 -7851.3906 8563.4199 Y |
||
4203 | f -7845.9082 8597.8418 m |
||
4204 | -7846.6074 8598.3789 -7847.7632 8597.9834 Y |
||
4205 | -7850.2446 8599.2031 -7849.5327 8596.7363 Y |
||
4206 | -7848.769 8594 -7849.564 8590.0117 Y |
||
4207 | -7849.541 8586.5342 -7851.4014 8587.4492 Y |
||
4208 | -7852.0342 8587.4453 L |
||
4209 | -7852.3198 8585.502 -7852.7046 8583.6445 -7853.0898 8582.0596 C |
||
4210 | -7851.7129 8584.3096 -7850.2778 8584.9531 Y |
||
4211 | -7848.5913 8585.9717 -7846.9878 8581.4688 Y |
||
4212 | -7847.4214 8580.3398 -7846.2417 8578.5918 Y |
||
4213 | -7847.4937 8578.7021 -7848.7246 8581.7656 Y |
||
4214 | -7849.4976 8586.5049 -7850.3511 8583.3164 Y |
||
4215 | -7851.5776 8581.0801 -7852.769 8579.8994 -7853.814 8579.3125 C |
||
4216 | -7854.2026 8577.9531 -7854.4858 8577.1289 Y |
||
4217 | -7854.7002 8576.3623 -7855.0337 8575.7383 -7855.4487 8575.2266 C |
||
4218 | -7855.3799 8575.4023 -7855.3174 8575.5879 -7855.2632 8575.7813 C |
||
4219 | -7849.3022 8593.1484 -7854.4858 8599.8867 V |
||
4220 | -7861.2246 8609.4766 -7865.3721 8609.4766 V |
||
4221 | -7868.9663 8609.541 L |
||
4222 | -7873.1138 8609.541 -7879.853 8599.9512 Y |
||
4223 | -7879.9038 8599.8857 -7879.9463 8599.8115 -7879.9961 8599.7412 C |
||
4224 | -7879.7378 8600.3037 -7879.437 8600.8301 -7879.0752 8601.2988 C |
||
4225 | -7872.3359 8610.8896 -7868.189 8610.8896 V |
||
4226 | -7864.5942 8610.8242 L |
||
4227 | -7860.4482 8610.8242 -7853.709 8601.2344 Y |
||
4228 | -7851.5801 8598.4668 -7851.3306 8593.9072 -7851.7769 8589.4951 C |
||
4229 | -7851.6553 8589.4648 -7851.5698 8589.458 Y |
||
4230 | -7850.0112 8587.5371 -7850.7598 8595.4141 Y |
||
4231 | -7851.4746 8598.2686 -7849.7026 8599.1299 Y |
||
4232 | -7848.9351 8599.9082 -7845.9946 8599.2324 Y |
||
4233 | -7845.9136 8598.6152 -7844.4434 8598.4707 Y |
||
4234 | -7843.7446 8597.9346 -7841.8921 8598.1777 Y |
||
4235 | -7843.5024 8596.4668 -7845.9082 8597.8418 Y |
||
4236 | f U U U %AI8_EndBrushPattern |
||
4237 | %AI8_BeginBrushPattern |
||
4238 | (New Pattern 34) |
||
4239 | 0 A |
||
4240 | u 800 Ar |
||
4241 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4242 | 0 XR |
||
4243 | -7892.0254 8610.916 m |
||
4244 | -7836.0542 8610.916 L |
||
4245 | -7836.0542 8549.4238 L |
||
4246 | -7892.0254 8549.4238 L |
||
4247 | -7892.0254 8610.916 L |
||
4248 | n u u 0 O |
||
4249 | 0.0745 0.9 0.9019 0.18 k |
||
4250 | 0 R |
||
4251 | 0 0 0 1 K |
||
4252 | 1 J 1 j 0.0518 w -7865.5991 8587.6113 m |
||
4253 | -7865.3594 8598.4111 -7870.8794 8608.7295 v |
||
4254 | -7870.4009 8610.8896 -7868.959 8610.8896 v |
||
4255 | -7869.2002 8607.5303 -7868.2393 8607.0508 v |
||
4256 | -7863.9199 8595.0498 -7864.6382 8587.1299 v |
||
4257 | -7865.5991 8587.6113 l |
||
4258 | b -7865.5991 8587.6113 m |
||
4259 | -7867.2793 8592.8896 -7879.0391 8594.0908 v |
||
4260 | -7883.3594 8594.5703 -7883.5991 8596.0107 v |
||
4261 | -7877.1206 8586.4092 -7876.1602 8586.6504 v |
||
4262 | -7889.3594 8580.8906 -7892 8575.6094 v |
||
4263 | -7886.959 8578.4902 -7883.5991 8576.3301 v |
||
4264 | -7875.6802 8576.0908 -7870.6406 8578.251 v |
||
4265 | -7866.8008 8580.1709 -7874.7202 8564.0908 v |
||
4266 | -7870.8794 8575.8506 -7867.2793 8549.4502 v |
||
4267 | -7866.3198 8554.7305 -7864.8799 8556.1709 v |
||
4268 | -7858.8799 8563.8506 -7859.8398 8566.0107 v |
||
4269 | -7860.3198 8569.8506 -7855.7598 8563.6104 v |
||
4270 | -7856 8573.2109 -7858.4009 8576.5703 v |
||
4271 | -7860.5591 8580.1709 -7854.5591 8578.0107 v |
||
4272 | -7848.5591 8576.0908 -7843.2793 8577.7705 v |
||
4273 | -7837.7598 8579.21 -7836.0801 8576.3301 v |
||
4274 | -7847.8398 8588.8105 -7853.5991 8588.5703 v |
||
4275 | |||
4276 | -7849.519 8596.9707 -7850 8598.1709 v |
||
4277 | -7865.2681 8588.7725 -7865.5991 8587.6113 v |
||
4278 | b -7865.5991 8587.6113 m |
||
4279 | |||
4280 | -7867.998 8550.8906 -7867.2793 8549.4502 v |
||
4281 | |||
4282 | |||
4283 | S -7864.1602 8575.6094 m |
||
4284 | -7873.0391 8567.9307 -7874.7202 8564.0908 v |
||
4285 | S -7836.0801 8576.3301 m |
||
4286 | -7837.2793 8578.4902 -7865.3594 8586.6504 y |
||
4287 | -7870.4009 8581.1318 -7881.9199 8578.7305 v |
||
4288 | -7889.5986 8577.7705 -7892 8575.6094 v |
||
4289 | |||
4290 | |||
4291 | -7851.1992 8592.8896 -7850 8598.1709 v |
||
4292 | S U U U %AI8_EndBrushPattern |
||
4293 | %AI8_BeginBrushPattern |
||
4294 | (New Pattern 36) |
||
4295 | 0 A |
||
4296 | u 800 Ar |
||
4297 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4298 | 0 XR |
||
4299 | -7891.8496 8610.8857 m |
||
4300 | -7841.96 8610.8857 L |
||
4301 | |||
4302 | |||
4303 | -7891.8496 8610.8857 L |
||
4304 | n u 0 O |
||
4305 | 0.025 0.1 0.475 0 k |
||
4306 | -7870.1504 8578.7939 m |
||
4307 | -7872.4766 8577.7021 -7874.6914 8577.333 -7876.373 8577.8135 c |
||
4308 | -7877.0518 8578.0068 -7877.645 8578.3369 -7878.123 8578.8135 c |
||
4309 | -7878.6006 8579.292 -7878.9297 8579.8848 -7879.123 8580.5625 c |
||
4310 | -7880.0088 8583.6611 -7878.0103 8588.5674 -7873.9233 8592.6563 c |
||
4311 | -7869.834 8596.7432 -7864.9297 8598.7412 -7861.8286 8597.8564 c |
||
4312 | -7861.1519 8597.6611 -7860.5586 8597.332 -7860.0806 8596.8555 c |
||
4313 | -7859.603 8596.3779 -7859.2754 8595.7852 -7859.082 8595.1064 c |
||
4314 | -7858.5176 8593.1357 -7859.1226 8590.4346 -7860.6855 8587.6787 c |
||
4315 | -7861.582 8586.0996 -7862.791 8584.5029 -7864.2793 8583.0127 c |
||
4316 | -7866.1504 8581.1436 -7868.1914 8579.7139 -7870.1504 8578.7939 c |
||
4317 | f u 0.0035 0.014 0.0665 0 k |
||
4318 | -7869.2183 8577.8623 m |
||
4319 | -7871.8306 8576.9111 -7874.3975 8576.8584 -7876.373 8577.8135 C |
||
4320 | -7874.6914 8577.333 -7872.4766 8577.7021 -7870.1504 8578.7939 c |
||
4321 | -7869.6191 8579.0439 -7869.0806 8579.333 -7868.543 8579.6572 C |
||
4322 | -7866.8984 8578.9434 L |
||
4323 | -7867.667 8578.5068 -7868.4434 8578.1436 -7869.2183 8577.8623 c |
||
4324 | f 0.015 0.06 0.285 0 k |
||
4325 | -7866.8984 8578.9434 m |
||
4326 | -7868.543 8579.6572 L |
||
4327 | -7867.0962 8580.5244 -7865.6426 8581.6504 -7864.2793 8583.0127 c |
||
4328 | -7864.1538 8583.1396 -7864.0327 8583.2676 -7863.9102 8583.3955 C |
||
4329 | -7863.2153 8581.7529 L |
||
4330 | -7864.3706 8580.6133 -7865.6191 8579.6709 -7866.8984 8578.9434 C |
||
4331 | f U u 0.039 0.156 0.741 0 k |
||
4332 | -7857.687 8566.2939 m |
||
4333 | -7857.9746 8566.5811 -7869.2183 8577.8623 Y |
||
4334 | -7868.4434 8578.1436 -7867.667 8578.5068 -7866.8984 8578.9434 C |
||
4335 | -7853.4146 8565.46 L |
||
4336 | |||
4337 | f 0.025 0.1 0.475 0 k |
||
4338 | -7853.4146 8565.46 m |
||
4339 | |||
4340 | -7865.584 8579.6924 -7864.2969 8580.665 -7863.1143 8581.8467 c |
||
4341 | |||
4342 | |||
4343 | -7849.5264 8568.0225 -7849.7202 8567.8037 -7849.9302 8567.5908 c |
||
4344 | -7851.0103 8566.5127 -7852.2305 8565.7979 -7853.4146 8565.46 C |
||
4345 | f U u 0.0115 0.046 0.2185 0 k |
||
4346 | -7843.9346 8575.2822 m |
||
4347 | -7841.5337 8572.8789 -7841.335 8568.9795 -7843.1382 8565.5869 C |
||
4348 | -7844.2954 8566.0078 L |
||
4349 | -7842.0938 8569.3857 -7841.8398 8573.1846 -7843.9346 8575.2822 c |
||
4350 | |||
4351 | |||
4352 | -7850.582 8559.8154 L |
||
4353 | -7853.2046 8559.2412 -7855.8306 8559.8037 -7857.6206 8561.5957 c |
||
4354 | -7856.1719 8560.1475 -7853.9082 8559.8203 -7851.5337 8560.4854 C |
||
4355 | f 0.0295 0.118 0.5605 0 k |
||
4356 | -7851.5337 8560.4854 m |
||
4357 | -7853.9082 8559.8203 -7856.1719 8560.1475 -7857.6206 8561.5957 c |
||
4358 | -7859.019 8562.9951 -7859.3706 8565.1533 -7858.7954 8567.4365 C |
||
4359 | -7856.8672 8564.4346 -7853.4082 8565.4434 V |
||
4360 | -7851.585 8560.5205 L |
||
4361 | -7851.5337 8560.4854 L |
||
4362 | f *u |
||
4363 | 0.048 0.192 0.912 0 k |
||
4364 | 1 D |
||
4365 | -7843.9346 8575.2822 m |
||
4366 | -7845.2817 8576.6279 -7847.332 8577.0029 -7849.5234 8576.5166 C |
||
4367 | -7859.6714 8586.6631 L |
||
4368 | -7859.7695 8586.458 -7859.7695 8586.458 -7859.6714 8586.6631 c |
||
4369 | -7858.2246 8589.7041 -7857.9702 8592.8057 -7859.082 8595.1064 C |
||
4370 | -7858.5176 8593.1357 -7859.1226 8590.4346 -7860.6855 8587.6787 c |
||
4371 | -7861.5054 8586.2334 -7862.5918 8584.7744 -7863.9102 8583.3955 C |
||
4372 | -7863.2153 8581.7529 L |
||
4373 | |||
4374 | |||
4375 | -7863.0278 8581.9365 -7863.0278 8581.9365 -7863.0278 8581.9346 C |
||
4376 | -7849.3408 8568.2471 L |
||
4377 | -7844.3262 8566.0186 L |
||
4378 | -7844.2954 8566.0078 L |
||
4379 | -7842.0938 8569.3857 -7841.8398 8573.1846 -7843.9346 8575.2822 c |
||
4380 | f *U |
||
4381 | 0.0215 0.086 0.4085 0 k |
||
4382 | |||
4383 | -7850.582 8559.8154 m |
||
4384 | -7851.5337 8560.4854 L |
||
4385 | -7849.6846 8561.001 -7847.7656 8562.1182 -7846.1138 8563.7725 c |
||
4386 | -7845.4063 8564.4785 -7844.7998 8565.2314 -7844.2954 8566.0078 C |
||
4387 | -7843.1382 8565.5869 L |
||
4388 | -7843.6553 8564.6143 -7844.3374 8563.6826 -7845.1802 8562.8408 c |
||
4389 | -7846.7695 8561.249 -7848.6758 8560.2324 -7850.582 8559.8154 C |
||
4390 | f 0.0205 0.082 0.3895 0 k |
||
4391 | -7844.2954 8566.0078 m |
||
4392 | |||
4393 | -7847.7656 8562.1182 -7849.6846 8561.001 -7851.5337 8560.4854 C |
||
4394 | -7851.585 8560.5205 L |
||
4395 | -7853.4082 8565.4434 L |
||
4396 | -7852.2114 8565.8115 -7850.9878 8566.5332 -7849.9302 8567.5908 c |
||
4397 | -7849.7202 8567.8037 -7849.5264 8568.0225 -7849.3408 8568.2471 C |
||
4398 | -7844.3262 8566.0186 L |
||
4399 | -7844.2954 8566.0078 L |
||
4400 | f U u 0.445 0.356 0.267 0 k |
||
4401 | -7891.8496 8610.8857 m |
||
4402 | |||
4403 | -7870.2007 8587.5391 -7870.5752 8587.5029 -7870.8887 8587.5488 C |
||
4404 | -7875.1802 8592.1787 -7886.3145 8604.3457 -7890.7266 8609.1689 C |
||
4405 | |||
4406 | f 0.15 0.12 0.09 0 k |
||
4407 | |||
4408 | |||
4409 | -7869.6934 8588.3916 -7869.7993 8588.0654 -7869.957 8587.8584 C |
||
4410 | -7891.8496 8610.8857 L |
||
4411 | -7891.8442 8610.8857 -7891.8418 8610.8896 -7891.834 8610.8857 c |
||
4412 | f 0.2 0.16 0.12 0 k |
||
4413 | -7890.7266 8609.1689 m |
||
4414 | -7886.3145 8604.3457 -7875.1802 8592.1787 -7870.8887 8587.5488 C |
||
4415 | -7871.2002 8587.5938 -7871.4526 8587.7197 Y |
||
4416 | |||
4417 | f U U U %AI8_EndBrushPattern |
||
4418 | %AI8_BeginBrushPattern |
||
4419 | (New Pattern 37) |
||
4420 | 0 A |
||
4421 | u 800 Ar |
||
4422 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4423 | 0 XR |
||
4424 | -7890.9502 8610.1221 m |
||
4425 | -7841.0391 8610.1221 L |
||
4426 | -7841.0391 8546.0049 L |
||
4427 | -7890.9502 8546.0049 L |
||
4428 | -7890.9502 8610.1221 L |
||
4429 | |||
4430 | 0 0 0 1 k |
||
4431 | 0 R |
||
4432 | 0 0 0 1 K |
||
4433 | 0 w -7841.2358 8546.0049 m |
||
4434 | -7841.6064 8546.1377 -7841.9858 8546.1729 -7842.3833 8546.0928 c |
||
4435 | -7842.4863 8546.0576 l |
||
4436 | -7842.5254 8546.0498 -7842.5703 8546.0684 -7842.6025 8546.0889 c |
||
4437 | -7842.9434 8546.2822 l |
||
4438 | -7846.7129 8548.1855 -7850.0962 8550.7861 -7852.5 8554.3369 c |
||
4439 | |||
4440 | -7857.1729 8561.0986 -7857.1758 8561.6621 -7856.834 8562.0205 c |
||
4441 | -7856.4951 8562.3906 -7855.918 8562.3975 -7855.561 8562.0547 c |
||
4442 | -7855.4038 8562.0996 l |
||
4443 | -7855.2642 8562.0186 -7855.0742 8561.96 -7855.0234 8561.8467 c |
||
4444 | -7853.853 8559.0928 -7853.1895 8556.4033 -7851.4336 8554.0283 c |
||
4445 | -7849.1719 8550.9844 -7846.1777 8548.8838 -7843.0298 8546.9131 c |
||
4446 | -7842.3672 8546.4951 L |
||
4447 | -7842.4966 8546.5244 L |
||
4448 | -7841.7695 8546.5322 l |
||
4449 | -7841.791 8546.501 -7841.8008 8546.4854 -7841.8223 8546.4541 C |
||
4450 | -7841.6064 8546.4131 -7841.377 8546.3643 -7841.1626 8546.3232 c |
||
4451 | -7841.0762 8546.3135 -7841.0186 8546.2285 -7841.0391 8546.1279 c |
||
4452 | -7841.0503 8546.042 -7841.1382 8545.998 -7841.2358 8546.0049 c |
||
4453 | |||
4454 | |||
4455 | -7857.5742 8559.6963 -7857.9658 8559.5615 -7858.248 8559.2783 c |
||
4456 | -7864.4521 8553.0615 -7874.6802 8552.1631 -7882.0488 8558.5752 C |
||
4457 | -7882.1582 8558.6709 -7882.1582 8558.8467 -7882.063 8558.9541 C |
||
4458 | -7879.0527 8557.833 -7870.8838 8559.2646 -7867.3223 8562.3018 C |
||
4459 | -7867.2534 8562.3564 -7867.1465 8562.3428 -7867.1055 8562.2607 C |
||
4460 | -7867.0503 8562.1943 -7867.0664 8562.085 -7867.1328 8562.0459 C |
||
4461 | -7870.5625 8558.9756 -7875.0674 8557.1797 -7879.6729 8557.6377 C |
||
4462 | -7876.8535 8556.0752 -7873.6313 8555.3838 -7870.3984 8555.5781 c |
||
4463 | -7865.7144 8555.8613 -7861.4634 8558.0088 -7857.3711 8560.1689 c |
||
4464 | -7857.291 8560.209 -7857.1978 8560.1826 -7857.1553 8560.1006 C |
||
4465 | -7857.1016 8560.0205 -7857.1426 8559.9248 -7857.2222 8559.8848 c |
||
4466 | b -7866.647 8561.2256 m |
||
4467 | -7868.2266 8565.251 -7870.3911 8569.21 -7873.8018 8571.9658 c |
||
4468 | -7873.9648 8572.1016 -7873.9946 8572.3389 -7873.8711 8572.4951 c |
||
4469 | -7873.7344 8572.6572 -7873.5049 8572.6689 -7873.3481 8572.5459 c |
||
4470 | -7869.123 8570.4863 -7866.1904 8566.0205 -7866.1626 8561.291 c |
||
4471 | -7866.1626 8561.291 l |
||
4472 | -7866.1328 8561.1572 -7866.2354 8561.0244 -7866.3633 8561.0117 c |
||
4473 | -7866.5039 8560.9951 -7866.6318 8561.0869 -7866.647 8561.2256 c |
||
4474 | -7866.647 8561.2256 l |
||
4475 | b -7860.9414 8565.9072 m |
||
4476 | -7861.042 8566.0713 -7861.1152 8566.2734 -7861.2617 8566.3721 c |
||
4477 | -7864.0806 8568.2803 -7866.9785 8569.5205 -7869.8848 8571.0225 c |
||
4478 | -7870.0503 8571.0986 -7870.1118 8571.3076 -7870.0313 8571.46 c |
||
4479 | -7869.9512 8571.6123 -7869.7559 8571.6689 -7869.5898 8571.5938 c |
||
4480 | -7866.439 8570.2129 -7862.313 8569.3896 -7860.6729 8566.0693 c |
||
4481 | -7860.6289 8566.001 -7860.6455 8565.9043 -7860.7266 8565.8545 c |
||
4482 | -7860.7959 8565.8096 -7860.897 8565.8389 -7860.9414 8565.9072 c |
||
4483 | -7860.9414 8565.9072 l |
||
4484 | b -7860.6602 8566.8076 m |
||
4485 | -7860.4438 8567.3193 -7860.1431 8567.7793 -7860.0503 8568.3252 c |
||
4486 | -7859.2183 8573.167 -7859.1152 8577.9316 -7860.248 8582.5771 c |
||
4487 | -7860.248 8582.5771 l |
||
4488 | -7860.3418 8582.8428 -7860.2114 8583.1338 -7859.9438 8583.2285 c |
||
4489 | -7859.6777 8583.3232 -7859.3882 8583.2021 -7859.2935 8582.9375 c |
||
4490 | -7857.293 8577.7012 -7857.897 8571.627 -7860.3711 8566.6729 c |
||
4491 | -7860.4063 8566.5898 -7860.498 8566.5586 -7860.582 8566.5811 c |
||
4492 | -7860.6641 8566.6172 -7860.6978 8566.7246 -7860.6602 8566.8076 c |
||
4493 | -7860.6602 8566.8076 l |
||
4494 | b -7859.5352 8582.4834 m |
||
4495 | -7856.8984 8580.1172 -7854.6816 8577.1416 -7853.853 8573.626 c |
||
4496 | -7853.853 8573.626 l |
||
4497 | -7853.7246 8573.0713 -7854.0742 8572.5127 -7854.6416 8572.3799 c |
||
4498 | -7855.1992 8572.2646 -7855.7578 8572.6143 -7855.8862 8573.1689 c |
||
4499 | -7856.5649 8576.4209 -7857.8711 8579.5625 -7859.7954 8582.2764 c |
||
4500 | -7859.7954 8582.2764 l |
||
4501 | -7859.8462 8582.3447 -7859.834 8582.4473 -7859.7695 8582.5098 c |
||
4502 | -7859.6992 8582.5596 -7859.5977 8582.5479 -7859.5352 8582.4834 c |
||
4503 | -7859.5352 8582.4834 l |
||
4504 | b -7844.3711 8575.0723 m |
||
4505 | -7845.7114 8570.7197 -7848.2598 8566.959 -7851.689 8564.043 C |
||
4506 | -7851.729 8563.9619 -7851.8242 8563.9219 -7851.9038 8563.9756 C |
||
4507 | -7851.9863 8564.0166 -7852.0122 8564.1104 -7851.9722 8564.1914 C |
||
4508 | -7851.957 8564.6787 -7851.7144 8565.123 -7851.4458 8565.4209 c |
||
4509 | -7846.4063 8571.0518 -7842.9902 8579.6094 -7845.3433 8586.8447 C |
||
4510 | -7845.0762 8581.3408 -7846.7241 8575.1904 -7850.1362 8570.5635 c |
||
4511 | -7851.1606 8569.1592 -7852.7422 8569.0107 -7854.3081 8569.0928 C |
||
4512 | -7854.4023 8569.0791 -7854.4834 8569.1328 -7854.4961 8569.2266 c |
||
4513 | -7854.5098 8569.3086 -7854.4551 8569.4033 -7854.3623 8569.415 C |
||
4514 | -7851.1479 8570.6592 -7849.4878 8574.1143 -7848.084 8577.084 c |
||
4515 | -7846.415 8580.6338 -7845.7017 8584.5283 -7846.0054 8588.3896 C |
||
4516 | -7846.0454 8588.5674 -7846.1138 8590.2871 -7845.9775 8590.2998 C |
||
4517 | -7845.8306 8590.3291 -7845.709 8590.2334 -7845.6802 8590.084 C |
||
4518 | |||
4519 | |||
4520 | -7851.3945 8558.5107 -7849.1094 8555.1406 -7846.4824 8552.1279 c |
||
4521 | -7846.3306 8551.9941 -7846.3145 8551.7764 -7846.4502 8551.625 c |
||
4522 | -7846.5752 8551.4902 -7846.8047 8551.4717 -7846.957 8551.6074 c |
||
4523 | -7850.3306 8554.2217 -7851.4487 8558.4307 -7852.7954 8562.2646 c |
||
4524 | -7852.7954 8562.2646 l |
||
4525 | -7852.8262 8562.3545 -7852.7754 8562.4482 -7852.6982 8562.4766 c |
||
4526 | -7852.6094 8562.5088 -7852.5166 8562.458 -7852.4863 8562.3809 c |
||
4527 | -7852.4863 8562.3809 l |
||
4528 | b -7846.5313 8586.999 m |
||
4529 | -7846.5991 8586.9463 -7846.707 8586.9727 -7846.748 8587.04 C |
||
4530 | -7846.9634 8587.3643 -7848.6914 8589.4092 -7849.3926 8590.0303 c |
||
4531 | -7854.1719 8594.2842 -7857.5137 8598.8506 -7865.5391 8602.6123 c |
||
4532 | -7872.4512 8605.8535 -7875.1113 8608.4854 -7882.3862 8606.7158 c |
||
4533 | -7885.687 8605.9189 -7887.0313 8605.4209 -7888.4351 8600.3447 C |
||
4534 | -7889.9473 8594.1885 -7888.8672 8596.6729 -7889.084 8589.3281 c |
||
4535 | -7889.2222 8584.5869 -7892 8573.3447 -7879.5254 8559.1494 C |
||
4536 | -7879.4199 8559.0381 -7879.4336 8558.8857 -7879.5337 8558.7969 C |
||
4537 | -7879.6328 8558.6924 -7879.7959 8558.7061 -7879.8862 8558.8057 C |
||
4538 | -7885.5786 8563.6064 -7889.0234 8570.5479 -7890.3145 8577.832 c |
||
4539 | -7891.2871 8583.3564 -7890.9199 8588.1396 -7890.666 8594.5264 c |
||
4540 | -7890.5688 8596.9834 -7891.6855 8603.9619 -7886.9102 8607.9521 c |
||
4541 | -7883.3926 8610.8896 -7878.3911 8610.4365 -7874.3545 8609.0459 c |
||
4542 | -7868.6992 8607.1016 -7863.9727 8604.0361 -7858.8711 8600.499 c |
||
4543 | -7855.2656 8598.0146 -7847.2881 8588.1748 -7846.4785 8587.2158 C |
||
4544 | -7846.4351 8587.1484 -7846.4502 8587.04 -7846.5313 8586.999 C |
||
4545 | b -7881.0503 8574.1953 m |
||
4546 | -7880.168 8573.3926 -7879.7017 8574.7354 -7879.4297 8575.4912 c |
||
4547 | -7879.1626 8576.2471 -7878.189 8576.1396 -7878.5127 8576.4629 c |
||
4548 | -7878.8369 8576.7871 -7878.8369 8576.8418 -7879.3232 8576.4092 c |
||
4549 | -7879.8086 8575.9775 -7879.8086 8576.626 -7880.5649 8576.1396 c |
||
4550 | -7881.3198 8575.6523 -7881.645 8574.7354 -7881.0503 8574.1953 c |
||
4551 | b -7873.6519 8578.8389 m |
||
4552 | -7873.3657 8578.4814 -7872.6802 8578.4619 -7872.4648 8578.7842 c |
||
4553 | -7872.25 8579.1094 -7871.3306 8579.1631 -7871.4937 8579.4863 c |
||
4554 | -7871.6543 8579.8115 -7871.6016 8580.0283 -7872.0874 8579.8115 c |
||
4555 | -7872.5737 8579.5947 -7872.4121 8580.1895 -7872.897 8579.9736 c |
||
4556 | -7873.3833 8579.7568 -7873.8687 8579.1094 -7873.6519 8578.8389 c |
||
4557 | b -7865.6074 8583.9688 m |
||
4558 | -7865.1206 8583.6455 -7863.8794 8584.4014 -7864.4727 8584.4014 c |
||
4559 | -7865.0674 8584.4014 -7864.311 8585.1572 -7864.8521 8585.373 c |
||
4560 | -7865.3906 8585.5889 -7865.2832 8585.3193 -7865.6074 8585.5342 c |
||
4561 | -7865.9297 8585.751 -7866.3633 8586.1289 -7866.5239 8585.3193 c |
||
4562 | -7866.6855 8584.5088 -7866.3633 8584.5088 -7865.9849 8584.2393 c |
||
4563 | -7865.6074 8583.9688 -7865.6074 8583.9688 y |
||
4564 | b -7880.2402 8584.2393 m |
||
4565 | -7879.1074 8584.1318 -7879.8633 8584.8877 -7879.269 8585.373 c |
||
4566 | -7878.6738 8585.8594 -7877.918 8586.5068 -7878.729 8586.29 c |
||
4567 | -7879.5391 8586.0752 -7880.9961 8586.5615 -7880.9434 8585.4277 c |
||
4568 | -7880.8887 8584.293 -7880.6328 8584.2764 -7880.2402 8584.2393 c |
||
4569 | b -7874.5703 8592.501 m |
||
4570 | -7874.1016 8592.2334 -7874.6802 8592.6094 -7874.0303 8592.501 c |
||
4571 | -7873.3833 8592.3936 -7872.7886 8592.501 -7873.2207 8592.7178 c |
||
4572 | -7873.6519 8592.9336 -7874.3008 8593.042 -7874.4634 8592.8789 c |
||
4573 | -7874.625 8592.7178 -7874.9473 8592.7178 -7874.5703 8592.501 c |
||
4574 | b -7865.0674 8592.0693 m |
||
4575 | -7865.4785 8591.0693 -7864.0962 8591.3135 -7863.4473 8591.6357 c |
||
4576 | -7862.7998 8591.9619 -7861.8262 8591.3672 -7862.4209 8591.7998 c |
||
4577 | -7863.0137 8592.2314 -7862.7998 8591.7998 -7863.3926 8592.123 c |
||
4578 | -7863.9873 8592.4463 -7864.6895 8592.9873 -7865.0674 8592.0693 c |
||
4579 | b -7880.6738 8597.9561 m |
||
4580 | -7880.7222 8596.9648 -7879.8086 8597.8467 -7879.269 8597.9014 c |
||
4581 | -7878.729 8597.9561 -7878.0801 8597.9561 -7878.2432 8598.1709 c |
||
4582 | -7878.4038 8598.3877 -7878.459 8598.3877 -7879.1626 8598.6025 c |
||
4583 | -7879.8633 8598.8193 -7880.6191 8599.0342 -7880.6738 8597.9561 c |
||
4584 | b -7881.1582 8592.501 m |
||
4585 | -7882.0664 8592.8643 -7882.293 8592.7705 -7882.5625 8593.0947 c |
||
4586 | -7882.834 8593.4189 -7883.1558 8594.1211 -7883.5352 8592.9873 c |
||
4587 | -7883.9121 8591.8525 -7883.4282 8590.666 -7883.0479 8590.8271 c |
||
4588 | -7882.6714 8590.9893 -7882.293 8591.6357 -7881.8618 8591.8525 c |
||
4589 | -7881.4297 8592.0693 -7880.6191 8592.2842 -7881.1582 8592.501 c |
||
4590 | b U U %AI8_EndBrushPattern |
||
4591 | %AI8_BeginBrushPattern |
||
4592 | (New Pattern 41) |
||
4593 | 0 A |
||
4594 | u 800 Ar |
||
4595 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4596 | 0 XR |
||
4597 | -7892 8610.8896 m |
||
4598 | -7811 8610.8896 L |
||
4599 | -7811 8505.8896 L |
||
4600 | -7892 8505.8896 L |
||
4601 | -7892 8610.8896 L |
||
4602 | n u u u 0 O |
||
4603 | 0 0 0 1 k |
||
4604 | -7873.8057 8523.3154 m |
||
4605 | -7874.0742 8521.5518 -7875.1602 8520.1807 -7876.5239 8520.2861 c |
||
4606 | -7877.8862 8520.3916 -7878.707 8521.9131 -7878.7432 8523.6963 c |
||
4607 | -7878.748 8523.959 -7878.6743 8525.1338 -7878.6304 8525.3672 C |
||
4608 | -7878.6382 8525.4717 -7878.6191 8525.5635 -7878.6104 8525.6699 c |
||
4609 | -7878.5142 8526.915 -7877.3574 8528.25 -7875.9414 8528.1396 c |
||
4610 | -7874.5249 8528.0303 -7873.4897 8526.751 -7873.6367 8525.3623 c |
||
4611 | -7873.644 8525.2969 -7873.6958 8524.5156 -7873.707 8524.4521 C |
||
4612 | -7873.6816 8524.1748 -7873.7598 8523.6152 -7873.8057 8523.3154 c |
||
4613 | f -7884.2646 8532.623 m |
||
4614 | -7884.9946 8540.8057 -7879.5015 8540.0088 v |
||
4615 | -7876.3682 8538.9082 -7877.4414 8536.0107 v |
||
4616 | -7877.6426 8534.6416 -7879.7847 8533.3877 v |
||
4617 | -7880.146 8533.1396 -7880.7632 8531.9912 v |
||
4618 | -7881.1294 8530.4873 -7882.5186 8530.1875 v |
||
4619 | -7884.0762 8530.1406 -7884.2646 8532.623 v |
||
4620 | f -7858.7646 8541.3867 m |
||
4621 | F -7858.0762 8539.2305 m |
||
4622 | -7858.7847 8538.083 -7861.8848 8538.5176 Y |
||
4623 | -7862.811 8538.5781 -7863.3799 8538.001 Y |
||
4624 | -7865.8394 8533.9814 -7869.0386 8534.7754 -7869.4082 8534.8828 C |
||
4625 | -7869.4097 8534.876 L |
||
4626 | -7872.999 8535.4941 -7873.2666 8540.4932 V |
||
4627 | -7873.4912 8541.2725 -7874.335 8541.6592 V |
||
4628 | -7877.2695 8542.751 -7877.3481 8544.0977 V |
||
4629 | -7877.8999 8546.0049 -7875.6006 8546.6318 V |
||
4630 | |||
4631 | -7870.6113 8543.5693 -7867.5762 8542.8291 V |
||
4632 | -7867.5728 8542.8428 L |
||
4633 | |||
4634 | -7859.8521 8543.6572 -7858.4063 8542.291 Y |
||
4635 | |||
4636 | |||
4637 | -7872.5854 8521.0898 -7872.2822 8519.3672 -7871.0327 8518.8125 c |
||
4638 | -7869.7842 8518.2568 -7868.3384 8519.2061 -7867.4585 8520.7568 c |
||
4639 | -7867.3286 8520.9854 -7866.8359 8522.0547 -7866.7632 8522.2803 C |
||
4640 | -7866.7065 8522.3682 -7866.6792 8522.458 -7866.6362 8522.5566 c |
||
4641 | -7866.1289 8523.6982 -7866.5122 8525.4199 -7867.8105 8525.9971 c |
||
4642 | -7869.1089 8526.5752 -7870.6279 8525.9424 -7871.1582 8524.6514 c |
||
4643 | -7871.1831 8524.5898 -7871.5078 8523.8779 -7871.5298 8523.8164 C |
||
4644 | -7871.6831 8523.5859 -7871.8809 8523.0557 -7871.9834 8522.7686 c |
||
4645 | |||
4646 | -7853.1802 8532.6719 -7858.3911 8534.584 v |
||
4647 | |||
4648 | |||
4649 | -7861.0903 8528.2344 -7861.0938 8526.9297 v |
||
4650 | -7861.4858 8525.4346 -7860.4082 8524.5078 v |
||
4651 | -7859.0591 8523.7256 -7857.7129 8525.8213 v |
||
4652 | f U u -7832.7358 8574.9971 m |
||
4653 | -7832.3687 8573.252 -7832.9048 8571.5859 -7834.2183 8571.2061 c |
||
4654 | -7835.5322 8570.8271 -7836.8345 8571.9648 -7837.4937 8573.6221 c |
||
4655 | -7837.5903 8573.8672 -7837.9326 8574.9922 -7837.9746 8575.2266 C |
||
4656 | -7838.0176 8575.3223 -7838.0322 8575.4141 -7838.0625 8575.5176 c |
||
4657 | -7838.4087 8576.7168 -7837.7935 8578.3701 -7836.4282 8578.7646 c |
||
4658 | -7835.063 8579.1592 -7833.645 8578.3262 -7833.2969 8576.9746 c |
||
4659 | -7833.2793 8576.9102 -7833.0552 8576.1602 -7833.0425 8576.0967 C |
||
4660 | -7832.9214 8575.8447 -7832.7983 8575.2949 -7832.7358 8574.9971 c |
||
4661 | f -7846.2705 8579.5068 m |
||
4662 | -7849.8242 8586.9141 -7844.3999 8588.0957 v |
||
4663 | -7841.0801 8588.165 -7841.0688 8585.0742 v |
||
4664 | -7840.7778 8583.7207 -7842.3433 8581.7969 v |
||
4665 | -7842.5942 8581.4355 -7842.7695 8580.1436 v |
||
4666 | -7842.5854 8578.6084 -7843.7793 8577.8389 v |
||
4667 | -7845.2222 8577.249 -7846.2705 8579.5068 v |
||
4668 | f -7825.4648 8596.6592 m |
||
4669 | F -7824.063 8594.8809 m |
||
4670 | -7824.3247 8593.5586 -7827.3799 8592.8779 Y |
||
4671 | -7828.27 8592.6094 -7828.5986 8591.8691 Y |
||
4672 | -7829.4922 8587.2432 -7832.7666 8586.8643 -7833.1494 8586.835 C |
||
4673 | -7833.1494 8586.8291 L |
||
4674 | -7836.7271 8586.1484 -7838.731 8590.7363 V |
||
4675 | -7839.2153 8591.3857 -7840.1416 8591.4521 V |
||
4676 | -7843.272 8591.4453 -7843.8169 8592.6787 V |
||
4677 | -7845.0039 8594.2705 -7843.0713 8595.666 V |
||
4678 | -7841.4526 8596.8213 -7838.853 8595.2715 V |
||
4679 | -7837.3242 8594.5479 -7834.2222 8594.9189 V |
||
4680 | -7834.2231 8594.9316 L |
||
4681 | -7830.896 8595.2109 -7829.4766 8596.3223 Y |
||
4682 | -7827.2793 8598.4043 -7825.4463 8597.6328 Y |
||
4683 | -7823.2554 8596.6953 -7824.063 8594.8809 Y |
||
4684 | f -7830.8374 8575.125 m |
||
4685 | -7830.813 8573.3408 -7829.9258 8571.835 -7828.5601 8571.7529 c |
||
4686 | -7827.1943 8571.6699 -7826.1743 8573.0664 -7825.895 8574.8281 c |
||
4687 | -7825.854 8575.0869 -7825.7666 8576.2607 -7825.7778 8576.499 C |
||
4688 | -7825.7559 8576.6006 -7825.7617 8576.6934 -7825.7559 8576.8018 c |
||
4689 | -7825.6807 8578.0488 -7826.644 8579.5264 -7828.0625 8579.6113 c |
||
4690 | -7829.4814 8579.6963 -7830.6826 8578.5723 -7830.7246 8577.1768 c |
||
4691 | -7830.7271 8577.1113 -7830.7822 8576.3301 -7830.7798 8576.2646 C |
||
4692 | -7830.8433 8575.9941 -7830.8423 8575.4297 -7830.8374 8575.125 c |
||
4693 | f -7819.0186 8582.4521 m |
||
4694 | -7817.1777 8590.458 -7822.7271 8590.4199 v |
||
4695 | -7825.9834 8589.7588 -7825.3154 8586.7412 v |
||
4696 | -7825.3032 8585.3564 -7823.353 8583.8223 v |
||
4697 | -7823.0278 8583.5273 -7822.5742 8582.3047 v |
||
4698 | -7822.417 8580.7656 -7821.083 8580.2773 v |
||
4699 | -7819.5454 8580.0176 -7819.0186 8582.4521 v |
||
4700 | f U U 1 Ap |
||
4701 | -7892 8610.8896 m |
||
4702 | -7892 8505.8896 L |
||
4703 | |||
4704 | -7811 8610.8896 L |
||
4705 | -7892 8610.8896 L |
||
4706 | |||
4707 | %AI8_BeginBrushPattern |
||
4708 | |||
4709 | |||
4710 | u 0 Ap |
||
4711 | 800 Ar |
||
4712 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4713 | 0 XR |
||
4714 | -7865.4609 8583.9746 m |
||
4715 | -7893 8583.9746 L |
||
4716 | -7893 8611.5137 L |
||
4717 | |||
4718 | -7865.4609 8583.9746 L |
||
4719 | n 0 O |
||
4720 | 0 0.55 1 0.12 k |
||
4721 | -7879.7598 8602.252 m |
||
4722 | -7879.7598 8611.8896 L |
||
4723 | -7878.6343 8611.8896 L |
||
4724 | -7878.6343 8602.252 L |
||
4725 | -7879.7598 8602.252 L |
||
4726 | f 0 0.55 1 0.3 k |
||
4727 | -7883.4233 8597.7656 m |
||
4728 | -7882.3096 8596.0449 -7878.8809 8594.3467 -7874.4966 8594.3467 c |
||
4729 | -7870.1152 8594.3467 -7866.6138 8595.9961 -7865.5718 8597.7637 C |
||
4730 | -7865.5718 8597.7637 L |
||
4731 | -7866.6138 8599.4902 -7870.1152 8601.1875 -7874.4966 8601.1875 c |
||
4732 | -7878.875 8601.1875 -7882.3242 8599.4512 -7883.4233 8597.7656 C |
||
4733 | f U %AI8_EndBrushPattern |
||
4734 | %AI8_BeginBrushPattern |
||
4735 | (New Pattern 45) |
||
4736 | 0 A |
||
4737 | u 800 Ar |
||
4738 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4739 | 0 XR |
||
4740 | -7893 8568.8076 m |
||
4741 | -7893 8611.8896 L |
||
4742 | -7806.2217 8611.8896 L |
||
4743 | -7806.2217 8568.8076 L |
||
4744 | -7893 8568.8076 L |
||
4745 | n u u 0 O |
||
4746 | 0 0 0 1 k |
||
4747 | -7833.2217 8598.126 m |
||
4748 | -7833.2217 8605.9639 L |
||
4749 | -7821.2217 8599.0342 L |
||
4750 | -7809.2217 8592.1064 L |
||
4751 | -7821.2217 8585.1787 L |
||
4752 | -7833.2217 8578.251 L |
||
4753 | -7833.2217 8586.3721 L |
||
4754 | -7891.9351 8572.6064 L |
||
4755 | -7878.9878 8591.6924 L |
||
4756 | -7893 8611.8896 L |
||
4757 | -7833.2217 8598.126 L |
||
4758 | f 0 1 1 0.1 k |
||
4759 | 0 R |
||
4760 | 0 0 0 1 K |
||
4761 | -7831.2217 8595.126 m |
||
4762 | -7831.2217 8602.9639 L |
||
4763 | -7819.2217 8596.0342 L |
||
4764 | -7807.2217 8589.1064 L |
||
4765 | -7819.2217 8582.1787 L |
||
4766 | -7831.2217 8575.251 L |
||
4767 | -7831.2217 8583.3721 L |
||
4768 | -7889.9351 8569.6064 L |
||
4769 | -7875.2754 8589.249 L |
||
4770 | -7889.9351 8608.8896 L |
||
4771 | -7831.2217 8595.126 L |
||
4772 | b U U U %AI8_EndBrushPattern |
||
4773 | %AI8_BeginBrushPattern |
||
4774 | (New Pattern 50) |
||
4775 | 0 A |
||
4776 | u 800 Ar |
||
4777 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4778 | 0 XR |
||
4779 | -7892 8610.8896 m |
||
4780 | -7764.877 8610.8896 L |
||
4781 | -7764.877 8563.3047 L |
||
4782 | -7892 8563.3047 L |
||
4783 | -7892 8610.8896 L |
||
4784 | n u *u |
||
4785 | 0 O |
||
4786 | 0.9529 0.949 0.1961 0.0745 k |
||
4787 | -7865.793 8595.3066 m |
||
4788 | -7865.8232 8595.1572 L |
||
4789 | -7867.9849 8589.2539 -7868.9438 8586.5273 -7869.2754 8585.1787 c |
||
4790 | -7869.3657 8585.1787 L |
||
4791 | -7869.6953 8586.4971 -7870.7754 8589.2246 -7872.9673 8595.1572 c |
||
4792 | -7872.9966 8595.3066 L |
||
4793 | -7865.793 8595.3066 l |
||
4794 | f 1 D |
||
4795 | -7876.1182 8603.8574 m |
||
4796 | -7877.6191 8607.4268 -7878.3994 8609.5986 -7876.1182 8609.8066 c |
||
4797 | -7876.1182 8610.8574 L |
||
4798 | -7878.6992 8610.8271 -7881.5806 8610.8066 -7884.3418 8610.8066 c |
||
4799 | -7888.0649 8610.8066 -7890.5273 8610.8271 -7892 8610.8574 c |
||
4800 | -7892 8609.8066 L |
||
4801 | -7890.1064 8609.5986 -7889.0542 8607.457 -7881.5513 8590.3926 c |
||
4802 | -7869.6953 8563.3047 L |
||
4803 | -7867.8638 8563.3047 L |
||
4804 | -7856.1582 8590.3926 L |
||
4805 | -7848.8047 8607.3975 -7847.7246 8609.5986 -7845.8887 8609.8066 c |
||
4806 | -7845.8887 8610.8574 L |
||
4807 | -7847.5142 8610.8271 -7849.916 8610.8066 -7853.5767 8610.8066 c |
||
4808 | -7856.5488 8610.8066 -7859.6694 8610.8271 -7862.7026 8610.8574 c |
||
4809 | |||
4810 | -7860.481 8609.5986 -7861.3218 8607.3975 -7862.7617 8603.8574 C |
||
4811 | -7876.1182 8603.8574 l |
||
4812 | f *U |
||
4813 | *u |
||
4814 | 0 D |
||
4815 | -7821.0762 8578.9707 m |
||
4816 | -7821.0762 8575.3613 -7823.3535 8572.9844 -7827.1294 8572.9844 c |
||
4817 | -7828.2383 8572.9844 -7829.0767 8573.1055 -7829.5273 8573.1348 c |
||
4818 | -7829.5273 8585.4375 L |
||
4819 | -7828.8672 8585.498 -7828.208 8585.498 -7827.729 8585.498 c |
||
4820 | -7826.2002 8585.498 -7824.7026 8585.0166 -7823.6841 8584.2949 c |
||
4821 | -7822.3945 8583.4229 -7821.0762 8581.6777 -7821.0762 8579.0313 C |
||
4822 | -7821.0762 8578.9707 l |
||
4823 | f 1 D |
||
4824 | -7840.0806 8583.2822 m |
||
4825 | -7840.0806 8567.5342 -7840.0806 8565.3184 -7842.542 8565.168 c |
||
4826 | -7842.542 8564.208 L |
||
4827 | -7841.042 8564.1484 -7838.3174 8564.0889 -7835.5664 8564.0586 c |
||
4828 | -7833.6538 8563.998 -7830.3945 8563.9082 -7828.1479 8563.8672 c |
||
4829 | -7824.582 8563.8672 -7821.585 8564.3154 -7819.0049 8565.1523 c |
||
4830 | -7814.353 8566.7373 -7809.9702 8570.7422 -7809.9702 8578.5498 c |
||
4831 | -7809.9702 8583.6328 -7812.4014 8587.209 -7814.5034 8588.9502 c |
||
4832 | -7815.583 8589.9111 -7816.8135 8590.7217 -7817.7744 8591.2021 c |
||
4833 | -7817.7744 8591.3525 L |
||
4834 | -7815.5234 8594.3809 -7813.6025 8596.9521 -7807.3906 8605.5322 c |
||
4835 | -7805.5 8607.9541 -7803.9102 8609.6279 -7802.7402 8609.8672 c |
||
4836 | -7802.7402 8610.8896 L |
||
4837 | -7804.6602 8610.8896 -7807 8610.7744 -7809.1294 8610.7744 c |
||
4838 | -7811.3511 8610.7744 -7812.8521 8610.8896 -7814.4424 8610.8896 c |
||
4839 | -7815.6729 8610.8896 -7816.7241 8610.8301 -7817.5039 8610.1621 c |
||
4840 | -7821.0151 8604.7373 -7824.9121 8598.6455 -7828.1182 8593.6035 c |
||
4841 | -7828.5078 8593.6035 -7828.957 8593.6035 -7829.5273 8593.6035 c |
||
4842 | -7829.5273 8596.1748 L |
||
4843 | -7829.5273 8607.416 -7829.437 8609.6582 -7827.1895 8609.8672 c |
||
4844 | -7827.1895 8610.8594 L |
||
4845 | -7828.6279 8610.8301 -7831.9194 8610.8047 -7834.6992 8610.8047 c |
||
4846 | -7837.9287 8610.8047 -7840.8921 8610.8301 -7842.5122 8610.8594 c |
||
4847 | -7842.5122 8609.8672 L |
||
4848 | -7840.0518 8609.6582 -7840.0806 8607.416 -7840.0806 8590.4814 C |
||
4849 | -7840.0806 8583.2822 l |
||
4850 | f *U |
||
4851 | *u |
||
4852 | 0 D |
||
4853 | -7789.4561 8590.4824 m |
||
4854 | -7789.4561 8607.3838 -7789.4561 8609.5381 -7792.2832 8609.8672 C |
||
4855 | -7792.2832 8610.8594 l |
||
4856 | -7790.3887 8610.8301 -7787.0542 8610.8047 -7783.7822 8610.8047 c |
||
4857 | |||
4858 | -7775.2881 8609.8672 l |
||
4859 | -7778.2578 8609.8672 -7778.2881 8607.4141 -7778.2881 8590.4824 C |
||
4860 | |||
4861 | -7770.8193 8573.041 l |
||
4862 | |||
4863 | |||
4864 | -7764.9072 8571.3594 -7764.877 8567.3047 -7764.877 8564.0605 c |
||
4865 | -7769.3486 8564.0908 -7774.748 8564.1211 -7780.0601 8564.1211 C |
||
4866 | -7787.7446 8564.1211 l |
||
4867 | -7792.5537 8564.1211 -7797.9966 8564.0908 -7802.9614 8564.0605 c |
||
4868 | -7802.9614 8567.2744 -7802.9326 8571.3594 -7802.9326 8576.1523 C |
||
4869 | -7801.9072 8576.1523 l |
||
4870 | -7801.3657 8573.999 -7799.771 8573.041 -7796.9438 8573.041 C |
||
4871 | |||
4872 | |||
4873 | |||
4874 | |||
4875 | |||
4876 | (New Pattern 62) |
||
4877 | 0 A |
||
4878 | u 800 Ar |
||
4879 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4880 | 0 XR |
||
4881 | -7893 8611.8896 m |
||
4882 | -7893 8573.6201 L |
||
4883 | -7854.7305 8573.6201 L |
||
4884 | -7854.7305 8611.8896 L |
||
4885 | -7893 8611.8896 L |
||
4886 | n 0 O |
||
4887 | 1 0.14 0.09 0 k |
||
4888 | -7854.7305 8594.7939 m |
||
4889 | -7854.7305 8586.2305 L |
||
4890 | -7893 8586.2305 L |
||
4891 | -7893 8594.7939 L |
||
4892 | -7854.7305 8594.7939 L |
||
4893 | f -7854.7305 8597.9863 m |
||
4894 | -7854.7305 8597.3125 L |
||
4895 | -7893 8597.3125 L |
||
4896 | -7893 8597.9863 L |
||
4897 | -7854.7305 8597.9863 L |
||
4898 | f U %AI8_EndBrushPattern |
||
4899 | %AI8_BeginBrushPattern |
||
4900 | (New Pattern 63) |
||
4901 | 0 A |
||
4902 | u 800 Ar |
||
4903 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4904 | 0 XR |
||
4905 | -7893 8611.8896 m |
||
4906 | -7893 8573.6201 L |
||
4907 | -7854.7305 8573.6201 L |
||
4908 | -7854.7305 8611.8896 L |
||
4909 | -7893 8611.8896 L |
||
4910 | n 0 O |
||
4911 | 1 0.14 0.09 0 k |
||
4912 | -7854.7305 8590.7158 m |
||
4913 | -7854.7305 8599.2793 L |
||
4914 | -7867.3408 8599.2793 L |
||
4915 | -7867.3408 8611.8896 L |
||
4916 | -7875.9038 8611.8896 L |
||
4917 | -7875.9063 8590.7158 L |
||
4918 | -7875.9038 8590.7158 L |
||
4919 | -7875.9038 8590.7148 L |
||
4920 | -7854.7305 8590.7158 L |
||
4921 | f -7854.7305 8588.1973 m |
||
4922 | -7878.4233 8588.1973 L |
||
4923 | -7878.4233 8611.8896 L |
||
4924 | -7879.0967 8611.8896 L |
||
4925 | -7879.0977 8587.5225 L |
||
4926 | -7854.7305 8587.5225 L |
||
4927 | -7854.7305 8588.1973 L |
||
4928 | f U %AI8_EndBrushPattern |
||
4929 | %AI8_BeginBrushPattern |
||
4930 | (New Pattern 64) |
||
4931 | 0 A |
||
4932 | u 800 Ar |
||
4933 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4934 | 0 XR |
||
4935 | -7893 8611.8887 m |
||
4936 | -7893 8573.6182 L |
||
4937 | -7854.7305 8573.6182 L |
||
4938 | -7854.7305 8611.8887 L |
||
4939 | -7893 8611.8887 L |
||
4940 | n 0 O |
||
4941 | 1 0.14 0.09 0 k |
||
4942 | -7854.7305 8586.2285 m |
||
4943 | -7880.3896 8586.2285 L |
||
4944 | -7880.3896 8611.8887 L |
||
4945 | -7871.8262 8611.8896 L |
||
4946 | -7871.8262 8594.793 L |
||
4947 | -7854.7305 8594.793 L |
||
4948 | -7854.7305 8586.2285 L |
||
4949 | f -7854.7305 8597.3115 m |
||
4950 | -7869.3081 8597.3115 L |
||
4951 | -7869.3081 8611.8896 L |
||
4952 | -7868.6338 8611.8896 L |
||
4953 | -7868.6338 8597.9854 L |
||
4954 | -7854.7305 8597.9854 L |
||
4955 | -7854.7305 8597.3115 L |
||
4956 | f U %AI8_EndBrushPattern |
||
4957 | %AI8_BeginBrushPattern |
||
4958 | (New Pattern 65) |
||
4959 | 0 A |
||
4960 | u 1 Ap |
||
4961 | 800 Ar |
||
4962 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
4963 | 0 XR |
||
4964 | -7865.0625 8584.3506 m |
||
4965 | -7892.6025 8584.3506 L |
||
4966 | -7892.6025 8611.8896 L |
||
4967 | -7865.0625 8611.8896 L |
||
4968 | -7865.0625 8584.3506 L |
||
4969 | n 0 O |
||
4970 | 0 0.55 1 0.12 k |
||
4971 | -7864.8418 8597.5898 m |
||
4972 | -7893 8597.5898 L |
||
4973 | -7893 8598.7148 L |
||
4974 | -7864.8418 8598.7148 L |
||
4975 | -7864.8418 8597.5898 L |
||
4976 | f u 0 0.55 1 0.3 k |
||
4977 | -7891.9814 8585.4111 m |
||
4978 | -7892.4102 8587.415 -7891.1865 8591.041 -7888.0874 8594.1406 c |
||
4979 | -7884.9878 8597.2393 -7881.3457 8598.5498 -7879.3594 8598.0352 C |
||
4980 | -7879.3594 8598.0352 L |
||
4981 | -7878.875 8596.0791 -7880.1519 8592.4014 -7883.25 8589.3037 c |
||
4982 | -7886.3457 8586.208 -7890.0122 8584.9961 -7891.9814 8585.4111 C |
||
4983 | f 0 0.39 0.7 0.12 k |
||
4984 | -7891.9814 8610.8809 m |
||
4985 | -7892.4102 8608.8779 -7891.1865 8605.251 -7888.0874 8602.1514 c |
||
4986 | -7884.9878 8599.0537 -7881.3457 8597.7432 -7879.3594 8598.2568 C |
||
4987 | -7879.3594 8598.2568 L |
||
4988 | -7878.875 8600.2139 -7880.1519 8603.8906 -7883.25 8606.9893 c |
||
4989 | -7886.3457 8610.085 -7890.0122 8611.2959 -7891.9814 8610.8809 C |
||
4990 | f U u 0 0.55 1 0.3 k |
||
4991 | -7878.1782 8610.8809 m |
||
4992 | -7878.6074 8608.8779 -7877.3838 8605.251 -7874.2842 8602.1514 c |
||
4993 | -7871.1855 8599.0537 -7867.543 8597.7432 -7865.5576 8598.2568 C |
||
4994 | -7865.5566 8598.2568 L |
||
4995 | -7865.0718 8600.2139 -7866.3496 8603.8906 -7869.4473 8606.9893 c |
||
4996 | -7872.543 8610.085 -7876.209 8611.2959 -7878.1782 8610.8809 C |
||
4997 | f 0 0.39 0.7 0.12 k |
||
4998 | -7878.1782 8585.4111 m |
||
4999 | -7878.6074 8587.415 -7877.3838 8591.041 -7874.2842 8594.1406 c |
||
5000 | -7871.1855 8597.2393 -7867.543 8598.5498 -7865.5576 8598.0352 C |
||
5001 | -7865.5566 8598.0352 L |
||
5002 | -7865.0718 8596.0791 -7866.3496 8592.4014 -7869.4473 8589.3037 c |
||
5003 | -7872.543 8586.208 -7876.209 8584.9961 -7878.1782 8585.4111 C |
||
5004 | f U U %AI8_EndBrushPattern |
||
5005 | %AI8_BeginBrushPattern |
||
5006 | (New Pattern 67) |
||
5007 | 0 A |
||
5008 | u 0 Ap |
||
5009 | 800 Ar |
||
5010 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
5011 | 0 XR |
||
5012 | -7865.4609 8583.9746 m |
||
5013 | -7893 8583.9746 L |
||
5014 | -7893 8611.5137 L |
||
5015 | -7865.4609 8611.5137 L |
||
5016 | -7865.4609 8583.9746 L |
||
5017 | n 0 O |
||
5018 | 0 0.55 1 0.12 k |
||
5019 | -7879.7598 8602.252 m |
||
5020 | -7879.7598 8611.8896 L |
||
5021 | -7878.6343 8611.8896 L |
||
5022 | -7878.6343 8602.252 L |
||
5023 | -7879.7598 8602.252 L |
||
5024 | f 0 0.55 1 0.3 k |
||
5025 | -7883.4233 8597.7656 m |
||
5026 | -7882.3096 8596.0449 -7878.8809 8594.3467 -7874.4966 8594.3467 c |
||
5027 | -7870.1152 8594.3467 -7866.6138 8595.9961 -7865.5718 8597.7637 C |
||
5028 | -7865.5718 8597.7637 L |
||
5029 | -7866.6138 8599.4902 -7870.1152 8601.1875 -7874.4966 8601.1875 c |
||
5030 | -7878.875 8601.1875 -7882.3242 8599.4512 -7883.4233 8597.7656 C |
||
5031 | f U %AI8_EndBrushPattern |
||
5032 | %AI8_BeginBrushPattern |
||
5033 | (New Pattern 69) |
||
5034 | 0 A |
||
5035 | u 800 Ar |
||
5036 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
5037 | 0 XR |
||
5038 | -7865.4609 8584.3506 m |
||
5039 | -7893 8584.3506 L |
||
5040 | -7893 8611.8896 L |
||
5041 | -7865.4609 8611.8896 L |
||
5042 | -7865.4609 8584.3506 L |
||
5043 | n 0 O |
||
5044 | 0 0.55 1 0.3 k |
||
5045 | -7883.4233 8598.1416 m |
||
5046 | -7882.3096 8596.4209 -7878.8809 8594.7227 -7874.4966 8594.7227 c |
||
5047 | -7870.1152 8594.7227 -7866.6138 8596.3721 -7865.5718 8598.1396 C |
||
5048 | -7865.5718 8598.1396 L |
||
5049 | -7866.6138 8599.8662 -7870.1152 8601.5635 -7874.4966 8601.5635 c |
||
5050 | -7878.875 8601.5635 -7882.3242 8599.8271 -7883.4233 8598.1416 C |
||
5051 | f U %AI8_EndBrushPattern |
||
5052 | %AI8_BeginBrushPattern |
||
5053 | (New Pattern 83) |
||
5054 | 0 A |
||
5055 | |||
5056 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
5057 | 0 XR |
||
5058 | |||
5059 | -7678.4009 8610.8252 L |
||
5060 | |||
5061 | |||
5062 | -7892 8610.8252 L |
||
5063 | n 0 O |
||
5064 | 0 0 0 1 k |
||
5065 | -7892 8606.9248 m |
||
5066 | -7881.9858 8609.417 -7875.187 8610.7646 -7863.2007 8610.8252 c |
||
5067 | -7850.2183 8610.8896 -7785.2002 8610.8252 y |
||
5068 | -7720.1816 8610.8896 -7707.2002 8610.8252 v |
||
5069 | -7695.2129 8610.7646 -7688.415 8609.417 -7678.4009 8606.9248 C |
||
5070 | -7688.415 8604.4326 -7695.2129 8603.085 -7707.2002 8603.0244 c |
||
5071 | |||
5072 | |||
5073 | -7875.187 8603.085 -7881.9858 8604.4326 -7892 8606.9248 C |
||
5074 | f U %AI8_EndBrushPattern |
||
5075 | %AI5_End_NonPrinting-- |
||
5076 | %AI5_Begin_NonPrinting |
||
5077 | Np |
||
5078 | 4 Bn |
||
5079 | %AI5_BeginGradient: (Black, White) |
||
5080 | (Black, White) 0 2 Bd |
||
5081 | [ |
||
5082 | < |
||
5083 | FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 |
||
5084 | D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 |
||
5085 | AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 |
||
5086 | 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 |
||
5087 | 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 |
||
5088 | 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 |
||
5089 | 0F0E0D0C0B0A09080706050403020100 |
||
5090 | > |
||
5091 | 0 %_Br |
||
5092 | [ |
||
5093 | 0 0 50 100 %_BS |
||
5094 | %_0 0 50 100 Bs |
||
5095 | 1 0 50 0 %_BS |
||
5096 | %_1 0 50 0 Bs |
||
5097 | BD |
||
5098 | %AI5_EndGradient |
||
5099 | %AI5_BeginGradient: (Chrome) |
||
5100 | (Chrome) 0 6 Bd |
||
5101 | [ |
||
5102 | 0 |
||
5103 | < |
||
5104 | 464646454545444444444343434342424241414141404040403F3F3F3E3E3E3E3D3D3D3C3C3C3C3B |
||
5105 | 3B3B3B3A3A3A39393939383838383737373636363635353535343434333333333232323131313130 |
||
5106 | 3030302F2F2F2E2E2E2E2D2D2D2D2C2C2C2B2B2B2B2A2A2A2A292929282828282727272626262625 |
||
5107 | 2525252424242323232322222222212121202020201F1F1F1F1E1E1E1D1D1D1D1C1C1C1B1B1B1B1A |
||
5108 | 1A1A1A1919191818181817171717161616151515151414141413131312121212111111101010100F |
||
5109 | 0F0F0F0E0E0E0D0D0D0D0C0C0C0C0B0B0B0A0A0A0A09090909080808070707070606060505050504 |
||
5110 | 04040403030302020202010101010000 |
||
5111 | > |
||
5112 | < |
||
5113 | FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 |
||
5114 | D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 |
||
5115 | AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 |
||
5116 | 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 |
||
5117 | 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 |
||
5118 | 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 |
||
5119 | 0F0E0D0C0B0A09080706050403020100 |
||
5120 | > |
||
5121 | < |
||
5122 | 1F1E1E1E1E1E1E1E1E1E1D1D1D1D1D1D1D1D1C1C1C1C1C1C1C1C1B1B1B1B1B1B1B1B1B1A1A1A1A1A |
||
5123 | 1A1A1A19191919191919191818181818181818181717171717171717161616161616161615151515 |
||
5124 | 15151515151414141414141414131313131313131312121212121212121211111111111111111010 |
||
5125 | 1010101010100F0F0F0F0F0F0F0F0F0E0E0E0E0E0E0E0E0D0D0D0D0D0D0D0D0C0C0C0C0C0C0C0C0C |
||
5126 | 0B0B0B0B0B0B0B0B0A0A0A0A0A0A0A0A090909090909090909080808080808080807070707070707 |
||
5127 | 07060606060606060606050505050505050504040404040404040303030303030303030202020202 |
||
5128 | 02020201010101010101010000000000 |
||
5129 | > |
||
5130 | 1 %_Br |
||
5131 | 0 |
||
5132 | 0.275 |
||
5133 | 1 |
||
5134 | < |
||
5135 | 6B6A696867666564636261605F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544 |
||
5136 | 434241403F3E3D3C3B3A393837363534333231302F2E2D2C2B2A292827262524232221201F |
||
5137 | > |
||
5138 | 1 %_Br |
||
5139 | 0 |
||
5140 | < |
||
5141 | 00000101010102020202030303040404040505050606060607070707080808090909090A0A0A0A0B |
||
5142 | 0B0B0C0C0C0C0D0D0D0D0E0E0E0F0F0F0F1010101111111112121212131313141414141515151516 |
||
5143 | 161617171717181818181919191A1A1A1A1B1B1B1C1C1C1C1D1D1D1D1E1E1E1F1F1F1F2020202021 |
||
5144 | 212122222222232323232424242525252526262627272727282828282929292A2A2A2A2B2B2B2B2C |
||
5145 | 2C2C2D2D2D2D2E2E2E2E2F2F2F303030303131313232323233333333343434353535353636363637 |
||
5146 | 373738383838393939393A3A3A3B3B3B3B3C3C3C3D3D3D3D3E3E3E3E3F3F3F404040404141414142 |
||
5147 | 42424343434344444444454545464646 |
||
5148 | > |
||
5149 | < |
||
5150 | 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 |
||
5151 | 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F |
||
5152 | 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 |
||
5153 | 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F |
||
5154 | A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 |
||
5155 | C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF |
||
5156 | F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF |
||
5157 | > |
||
5158 | < |
||
5159 | 00000101020203030304040505050606070708080809090A0A0B0B0B0C0C0D0D0D0E0E0F0F101010 |
||
5160 | 1111121212131314141515151616171718181819191A1A1A1B1B1C1C1D1D1D1E1E1F1F1F20202121 |
||
5161 | 222222232324242525252626272727282829292A2A2A2B2B2C2C2D2D2D2E2E2F2F2F303031313232 |
||
5162 | 32333334343435353636373737383839393A3A3A3B3B3C3C3C3D3D3E3E3F3F3F4040414142424243 |
||
5163 | 4344444445454646474747484849494A4A4A4B4B4C4C4C4D4D4E4E4F4F4F50505151515252535354 |
||
5164 | 54545555565657575758585959595A5A5B5B5C5C5C5D5D5E5E5E5F5F606061616162626363646464 |
||
5165 | 6565666666676768686969696A6A6B6B |
||
5166 | > |
||
5167 | 1 %_Br |
||
5168 | 1 |
||
5169 | 0 %_Br |
||
5170 | < |
||
5171 | FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 |
||
5172 | D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 |
||
5173 | AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 |
||
5174 | 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 |
||
5175 | 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 |
||
5176 | 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 |
||
5177 | 0F0E0D0C0B0A09080706050403020100 |
||
5178 | > |
||
5179 | < |
||
5180 | 4D4C4C4C4B4B4B4A4A4A4A4949494848484747474746464645454544444444434343424242414141 |
||
5181 | 414040403F3F3F3E3E3E3E3D3D3D3C3C3C3B3B3B3B3A3A3A39393938383838373737363636353535 |
||
5182 | 35343434333333323232323131313030302F2F2F2F2E2E2E2D2D2D2C2C2C2C2B2B2B2A2A2A292929 |
||
5183 | 2928282827272726262626252525242424232323232222222121212020201F1F1F1F1E1E1E1D1D1D |
||
5184 | 1C1C1C1C1B1B1B1A1A1A191919191818181717171616161615151514141413131313121212111111 |
||
5185 | 101010100F0F0F0E0E0E0D0D0D0D0C0C0C0B0B0B0A0A0A0A09090908080807070707060606050505 |
||
5186 | 04040404030303020202010101010000 |
||
5187 | > |
||
5188 | 0 |
||
5189 | 0 |
||
5190 | 1 %_Br |
||
5191 | [ |
||
5192 | 1 0 50 92 %_BS |
||
5193 | %_1 0 50 92 Bs |
||
5194 | 0 0.275 1 0.12 1 50 59 %_BS |
||
5195 | %_0 0.275 1 0.12 1 50 59 Bs |
||
5196 | 0 0.275 1 0.42 1 50 50 %_BS |
||
5197 | |||
5198 | 1 0 50 49 %_BS |
||
5199 | |||
5200 | 1 0 50 41 %_BS |
||
5201 | |||
5202 | 1 0.3 0 0 1 50 0 %_BS |
||
5203 | |||
5204 | |||
5205 | %AI5_EndGradient |
||
5206 | %AI5_BeginGradient: (Rainbow) |
||
5207 | (Rainbow) 0 6 Bd |
||
5208 | [ |
||
5209 | < |
||
5210 | FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 |
||
5211 | |||
5212 | |||
5213 | 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 |
||
5214 | 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 |
||
5215 | 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 |
||
5216 | 0F0E0D0C0B0A09080706050403020100 |
||
5217 | > |
||
5218 | 1 |
||
5219 | |||
5220 | 0 |
||
5221 | 1 %_Br |
||
5222 | 1 |
||
5223 | < |
||
5224 | 0708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E |
||
5225 | 2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F50515253545556 |
||
5226 | 5758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E |
||
5227 | 7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6 |
||
5228 | A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE |
||
5229 | CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6 |
||
5230 | F7F8F9FAFBFCFDFEFF |
||
5231 | |||
5232 | 0 |
||
5233 | 0 |
||
5234 | |||
5235 | 1 |
||
5236 | |||
5237 | |||
5238 | 01010101010101010101010101010202020202020202020202020202020202020202020202020202 |
||
5239 | 02020202020202020202030303030303030303030303030303030303030303030303030303030303 |
||
5240 | 03030303030304040404040404040404040404040404040404040404040404040404040404040404 |
||
5241 | 04040505050505050505050505050505050505050505050505050505050505050505050505050606 |
||
5242 | 06060606060606060606060606060606060606060606060606060606060606060607070707070707 |
||
5243 | 07070707070707070707070707070707 |
||
5244 | > |
||
5245 | < |
||
5246 | |||
5247 | |||
5248 | AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 |
||
5249 | 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 |
||
5250 | 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 |
||
5251 | 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 |
||
5252 | 0F0E0D0C0B0A09080706050403020100 |
||
5253 | > |
||
5254 | 0 |
||
5255 | 1 %_Br |
||
5256 | < |
||
5257 | 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 |
||
5258 | 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F |
||
5259 | 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 |
||
5260 | |||
5261 | |||
5262 | |||
5263 | F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF |
||
5264 | > |
||
5265 | 0 |
||
5266 | 1 |
||
5267 | 0 |
||
5268 | 1 %_Br |
||
5269 | 0 |
||
5270 | < |
||
5271 | FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 |
||
5272 | D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 |
||
5273 | AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 |
||
5274 | 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 |
||
5275 | 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 |
||
5276 | 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 |
||
5277 | 0F0E0D0C0B0A09080706050403020100 |
||
5278 | > |
||
5279 | 1 |
||
5280 | 0 |
||
5281 | |||
5282 | [ |
||
5283 | 0 1 0 0 1 50 100 %_BS |
||
5284 | |||
5285 | 1 1 0 0 1 50 80 %_BS |
||
5286 | |||
5287 | |||
5288 | %_1 0.0279 0 0 1 50 60 Bs |
||
5289 | 1 0 1 0 1 50 40 %_BS |
||
5290 | %_1 0 1 0 1 50 40 Bs |
||
5291 | 0 0 1 0 1 50 20 %_BS |
||
5292 | %_0 0 1 0 1 50 20 Bs |
||
5293 | 0 1 1 0 1 50 0 %_BS |
||
5294 | %_0 1 1 0 1 50 0 Bs |
||
5295 | BD |
||
5296 | |||
5297 | %AI5_BeginGradient: (Yellow & Orange Radial) |
||
5298 | (Yellow & Orange Radial) 1 2 Bd |
||
5299 | [ |
||
5300 | 0 |
||
5301 | < |
||
5302 | 0001010203040506060708090A0B0C0C0D0E0F10111213131415161718191A1B1C1D1D1E1F202122 |
||
5303 | 232425262728292A2B2B2C2D2E2F303132333435363738393A3B3C3D3E3E3F404142434445464748 |
||
5304 | 494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60606162636465666768696A6B6C6D6E6F |
||
5305 | 707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C |
||
5306 | > |
||
5307 | < |
||
5308 | FFFFFFFFFEFEFEFEFEFEFEFDFDFDFDFDFDFCFCFCFCFCFCFBFBFBFBFBFBFAFAFAFAFAFAF9F9F9F9F9 |
||
5309 | F9F8F8F8F8F8F8F7F7F7F7F7F7F6F6F6F6F6F6F5F5F5F5F5F5F4F4F4F4F4F3F3F3F3F3F3F2F2F2F2 |
||
5310 | F2F2F1F1F1F1F1F0F0F0F0F0F0EFEFEFEFEFEFEEEEEEEEEEEDEDEDEDEDEDECECECECECEBEBEBEBEB |
||
5311 | EBEAEAEAEAEAE9E9E9E9E9E9E8E8E8E8E8E8E7E7E7E7E7E6E6E6E6E6E6 |
||
5312 | > |
||
5313 | 0 |
||
5314 | 1 %_Br |
||
5315 | [ |
||
5316 | 0 0 1 0 1 52 19 %_BS |
||
5317 | %_0 0 1 0 1 52 19 Bs |
||
5318 | 0 0.55 0.9 0 1 50 100 %_BS |
||
5319 | %_0 0.55 0.9 0 1 50 100 Bs |
||
5320 | BD |
||
5321 | %AI5_EndGradient |
||
5322 | %AI5_End_NonPrinting-- |
||
5323 | %AI5_BeginPalette |
||
5324 | 0 0 Pb |
||
5325 | 1 1 1 1 ([Registration]) 0 Xs |
||
5326 | ([Registration]) Pc |
||
5327 | |||
5328 | (C=0 M=0 Y=0 K=0) Pc |
||
5329 | 0 0 0 1 k |
||
5330 | (C=0 M=0 Y=0 K=100) Pc |
||
5331 | 0 0.1 1 0 k |
||
5332 | (C=0 M=10 Y=100 K=0) Pc |
||
5333 | 0 0.5 0 0 k |
||
5334 | (C=0 M=50 Y=0 K=0) Pc |
||
5335 | 0 0.5 1 0 k |
||
5336 | (C=0 M=50 Y=100 K=0) Pc |
||
5337 | 1 0.55 1 0 k |
||
5338 | (C=100 M=55 Y=100 K=0) Pc |
||
5339 | 1 0.9 0.1 0 k |
||
5340 | (C=100 M=90 Y=10 K=0) Pc |
||
5341 | 0.15 1 1 0 k |
||
5342 | (C=15 M=100 Y=100 K=0) Pc |
||
5343 | 0.45 0.9 0 0 k |
||
5344 | (C=45 M=90 Y=0 K=0) Pc |
||
5345 | 0.5 0.4 0.3 0 k |
||
5346 | (C=50 M=40 Y=30 K=0) Pc |
||
5347 | 0.5 0.85 1 0 k |
||
5348 | (C=50 M=85 Y=100 K=0) Pc |
||
5349 | 0.75 0.05 1 0 k |
||
5350 | (C=75 M=5 Y=100 K=0) Pc |
||
5351 | 0.75 0.9 0 0 k |
||
5352 | (C=75 M=90 Y=0 K=0) Pc |
||
5353 | 0.8 0.05 0 0 k |
||
5354 | (C=80 M=5 Y=0 K=0) Pc |
||
5355 | Bb |
||
5356 | 2 (Black, White) -7893 8611.8896 0 0 1 0 0 1 0 0 Bg |
||
5357 | 0 BB |
||
5358 | (Black, White) Pc |
||
5359 | Bb |
||
5360 | 2 (Chrome) -7893 8611.8896 0 0 1 0 0 1 0 0 Bg |
||
5361 | 0 BB |
||
5362 | (Chrome) Pc |
||
5363 | Bb |
||
5364 | 2 (Rainbow) -7893 8611.8896 0 0 1 0 0 1 0 0 Bg |
||
5365 | 0 BB |
||
5366 | (Rainbow) Pc |
||
5367 | |||
5368 | 0 0 0 0 Bh |
||
5369 | 2 (Yellow & Orange Radial) -7893 8611.8896 0 0 1 0 0 1 0 0 Bg |
||
5370 | 0 BB |
||
5371 | (Yellow & Orange Radial) Pc |
||
5372 | (Brick) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p |
||
5373 | (Brick) Pc |
||
5374 | (Confetti) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p |
||
5375 | (Confetti) Pc |
||
5376 | (Leaves - Fall ) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p |
||
5377 | (Leaves - Fall ) Pc |
||
5378 | (Stripes) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p |
||
5379 | (Stripes) Pc |
||
5380 | PB |
||
5381 | %AI5_EndPalette |
||
5382 | %AI5_Begin_NonPrinting |
||
5383 | Np |
||
5384 | %AI8_BeginPluginObject |
||
5385 | (Adobe Brush Manager Order) |
||
5386 | (Adobe Brush Manager Order) |
||
5387 | ( Adobe Calligraphic Brush Tool/ 6 pt Flat / Adobe Calligraphic Brush T) - |
||
5388 | (ool/ 10 pt Oval/ Adobe Calligraphic Brush Tool/ 12 pt Oval / Adobe Cal) - |
||
5389 | (ligraphic Brush Tool/ 20 pt Oval/ Adobe Calligraphic Brush Tool/ 25 pt) - |
||
5390 | ( Round / Adobe Calligraphic Brush Tool/ 50 pt Flat/ Adobe Scatter Brus) - |
||
5391 | (h Tool/ Dog Tracks/ Adobe Scatter Brush Tool/ Fall Leaf/ Adobe Scatter) - |
||
5392 | ( Brush Tool/ Ladybug/ Adobe Scatter Brush Tool/ Push Pin/ Adobe Scatte) - |
||
5393 | (r Brush Tool/ Strawberry/ Adobe Scatter Brush Tool/ Twinkle Star / Ado) - |
||
5394 | (be ArtOnPath Brush Tool/ Marker/ Adobe ArtOnPath Brush Tool/ Tapered S) - |
||
5395 | |||
5396 | (Paintbrush/ Adobe ArtOnPath Brush Tool/ Type/ Adobe PatternOnPath Brus) - |
||
5397 | (h Tool/ Double Lines/ Adobe PatternOnPath Brush Tool/ Laurel/ Adobe Pa) - |
||
5398 | |||
5399 | %AI8_EndPluginObject |
||
5400 | |||
5401 | |||
5402 | (6 pt Flat ) |
||
5403 | (1 4 8 10 10 90 90 2 0 0 0) . |
||
5404 | %AI8_EndPluginObject |
||
5405 | %AI8_BeginPluginObject |
||
5406 | (Adobe Calligraphic Brush Tool) |
||
5407 | (10 pt Oval) |
||
5408 | |||
5409 | %AI8_EndPluginObject |
||
5410 | %AI8_BeginPluginObject |
||
5411 | (Adobe Calligraphic Brush Tool) |
||
5412 | (12 pt Oval ) |
||
5413 | (1 7 17 45 45 0 0 2 0 0 0) . |
||
5414 | %AI8_EndPluginObject |
||
5415 | %AI8_BeginPluginObject |
||
5416 | (Adobe Calligraphic Brush Tool) |
||
5417 | (20 pt Oval) |
||
5418 | (1 20 20 20 100 40 80 0 2 1 0) . |
||
5419 | %AI8_EndPluginObject |
||
5420 | %AI8_BeginPluginObject |
||
5421 | (Adobe Calligraphic Brush Tool) |
||
5422 | (25 pt Round ) |
||
5423 | (1 10 40 100 100 0 0 2 0 0 0) . |
||
5424 | %AI8_EndPluginObject |
||
5425 | %AI8_BeginPluginObject |
||
5426 | |||
5427 | (50 pt Flat) |
||
5428 | (1 40 60 0 0 44 44 0 0 0 0) . |
||
5429 | |||
5430 | %AI8_BeginPluginObject |
||
5431 | |||
5432 | |||
5433 | (1 / New Pattern 45/ / / / / 5 0.898039 0 0 / 2 0 1 0 1 0 0 0) . |
||
5434 | %AI8_EndPluginObject |
||
5435 | %AI8_BeginPluginObject |
||
5436 | (Adobe ArtOnPath Brush Tool) |
||
5437 | (Marker) |
||
5438 | (1 / New Pattern 8/ / / / / 0 0 / 1 1 1 0 1 0 0 0) . |
||
5439 | |||
5440 | %AI8_BeginPluginObject |
||
5441 | (Adobe ArtOnPath Brush Tool) |
||
5442 | (Paintbrush) |
||
5443 | (1 / New Pattern 5/ / / / / 1 0.5 0.85 1 0.45 / 0 0 1 0 1 0 0 0) . |
||
5444 | %AI8_EndPluginObject |
||
5445 | %AI8_BeginPluginObject |
||
5446 | (Adobe ArtOnPath Brush Tool) |
||
5447 | (Tapered Stroke) |
||
5448 | (1 / New Pattern 83/ / / / / 1 0 0 0 1 / 1 1 1 0 1 0 0 0) . |
||
5449 | %AI8_EndPluginObject |
||
5450 | %AI8_BeginPluginObject |
||
5451 | (Adobe ArtOnPath Brush Tool) |
||
5452 | (Type) |
||
5453 | (1 / New Pattern 50/ / / / / 1 0.952941 0.94902 0.196078 0.0745098 / 1) - |
||
5454 | ( 0 1 0 1 0 0 0) . |
||
5455 | %AI8_EndPluginObject |
||
5456 | %AI8_BeginPluginObject |
||
5457 | (Adobe PatternOnPath Brush Tool) |
||
5458 | (Double Lines) |
||
5459 | (1 / New Pattern 62/ New Pattern 63/ New Pattern 64/ / / 1 1 0.14 0.09 ) - |
||
5460 | (0 / 1 0 1 0 1 0 0 0) . |
||
5461 | %AI8_EndPluginObject |
||
5462 | %AI8_BeginPluginObject |
||
5463 | |||
5464 | (Laurel) |
||
5465 | (1 / New Pattern 65/ New Pattern 42/ New Pattern 67/ / New Pattern 69/ ) - |
||
5466 | |||
5467 | %AI8_EndPluginObject |
||
5468 | |||
5469 | |||
5470 | (Rope ) |
||
5471 | (1 / New Pattern 1/ / / New Pattern 3/ New Pattern 6/ 5 0 0 0 / 1 0 1 ) - |
||
5472 | (0 1 0 0 0) . |
||
5473 | %AI8_EndPluginObject |
||
5474 | %AI8_BeginPluginObject |
||
5475 | (Adobe Scatter Brush Tool) |
||
5476 | |||
5477 | (1 /New Pattern 41/ 1 0 0 0 1 / 0 1 1 0 1 1 0 0 0 0 -90 -90 0 1 0) . |
||
5478 | %AI8_EndPluginObject |
||
5479 | %AI8_BeginPluginObject |
||
5480 | (Adobe Scatter Brush Tool) |
||
5481 | (Fall Leaf) |
||
5482 | (1 /New Pattern 34/ 1 0.0745 0.9 0.9019 0.18 / 0 0.602793 1 1 0.1 1 1 -) - |
||
5483 | (1 1 1 -180 180 1 0 0) . |
||
5484 | %AI8_EndPluginObject |
||
5485 | %AI8_BeginPluginObject |
||
5486 | (Adobe Scatter Brush Tool) |
||
5487 | (Ladybug) |
||
5488 | (1 /New Pattern 10/ 5 0.898039 0 0 / 0 1 1 0 0.803911 1.2 1 -1.55 1.55 ) - |
||
5489 | (1 -180 180 1 0 0) . |
||
5490 | %AI8_EndPluginObject |
||
5491 | %AI8_BeginPluginObject |
||
5492 | (Adobe Scatter Brush Tool) |
||
5493 | (Push Pin) |
||
5494 | (1 /New Pattern 36/ 1 0.025 0.1 0.475 0 / 0 1 1 0 0.401676 1 1 -1.06145) - |
||
5495 | ( 1.06 1 -180 180 1 0 0) . |
||
5496 | %AI8_EndPluginObject |
||
5497 | %AI8_BeginPluginObject |
||
5498 | |||
5499 | (Strawberry) |
||
5500 | (1 /New Pattern 37/ 1 0 0 0 1 / 0 0.803911 1 1 0.803911 1 1 -0.5 0.5 1 ) - |
||
5501 | (-75 75.419 1 0 0) . |
||
5502 | |||
5503 | %AI8_BeginPluginObject |
||
5504 | |||
5505 | |||
5506 | (1 /New Pattern 2/ 0 1 / 1 0.5 1 1 0.25 1 1 -0.5 0.5 1 0 0 0 0 0) . |
||
5507 | %AI8_EndPluginObject |
||
5508 | %AI5_End_NonPrinting-- |
||
5509 | %AI5_Begin_NonPrinting |
||
5510 | Np |
||
5511 | %AI8_PluginGroupInfo |
||
5512 | |||
5513 | |||
5514 | (Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtOnPath.aip) |
||
5515 | %AI8_PluginGroupInfo |
||
5516 | (Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtOnPath.aip) |
||
5517 | %AI8_PluginGroupInfo |
||
5518 | (Adobe Calligraphic Brush Tool) (Adobe Calligraphic Brush Plugin) (Calligraphic Brush Tool.aip) |
||
5519 | %AI8_PluginGroupInfo |
||
5520 | (Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (Scatter Brush Tool.aip) |
||
5521 | |||
5522 | %%EndSetup |
||
5523 | %AI5_BeginLayer |
||
5524 | 1 1 1 1 0 0 1 0 79 128 255 0 50 Lb |
||
5525 | (Layer 1) Ln |
||
5526 | 0 A |
||
5527 | u q 300 Ar |
||
5528 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
5529 | |||
5530 | 286.9785 702.624 m |
||
5531 | 435.334 702.624 l |
||
5532 | 435.334 544.6504 l |
||
5533 | 286.9785 544.6504 l |
||
5534 | 286.9785 702.624 l |
||
5535 | h W n /BBAccumRotation (-1.570796) XT |
||
5536 | 0 O |
||
5537 | 0.1137 0.0784 0.0588 0.0039 k |
||
5538 | 1 XR |
||
5539 | |||
5540 | 435.2988 702.5156 l |
||
5541 | 287.0508 702.5156 l |
||
5542 | 287.0508 702.5879 l |
||
5543 | 435.2988 702.5879 l |
||
5544 | 435.2988 702.5879 l |
||
5545 | f /BBAccumRotation (-1.570796) XT |
||
5546 | 435.2988 702.5879 m |
||
5547 | |||
5548 | 435.2266 548.5801 l |
||
5549 | 435.2266 702.5879 l |
||
5550 | 435.2988 702.5879 l |
||
5551 | 435.2988 702.5879 l |
||
5552 | f /BBAccumRotation (-1.570796) XT |
||
5553 | 0.4274 0.3137 0.2863 0.1294 k |
||
5554 | 435.2988 548.5801 m |
||
5555 | 435.2988 548.5078 l |
||
5556 | 286.9785 548.5078 l |
||
5557 | 286.9785 548.5801 l |
||
5558 | 435.2988 548.5801 l |
||
5559 | 435.2988 548.5801 l |
||
5560 | |||
5561 | 287.0508 702.5879 m |
||
5562 | |||
5563 | 286.9785 548.5078 l |
||
5564 | |||
5565 | 287.0508 702.5879 l |
||
5566 | |||
5567 | |||
5568 | 0 R |
||
5569 | 0.2274 0.1608 0.1294 0.0196 K |
||
5570 | 1 J 1 j 0.24 w 10 M 0 XR |
||
5571 | 435.2988 548.5801 m |
||
5572 | 435.2988 548.5078 l |
||
5573 | S /BBAccumRotation (-1.570796) XT |
||
5574 | |||
5575 | |||
5576 | S /BBAccumRotation (-1.570796) XT |
||
5577 | 0 O |
||
5578 | 0.1137 0.0784 0.0588 0.0039 k |
||
5579 | 0 J 0 j 1 w 4 M 1 XR |
||
5580 | 435.2988 702.5879 m |
||
5581 | 435.2988 702.5156 l |
||
5582 | |||
5583 | 287.0508 702.5879 l |
||
5584 | 435.2988 702.5879 l |
||
5585 | 435.2988 702.5879 l |
||
5586 | f /BBAccumRotation (-1.570796) XT |
||
5587 | 435.2988 702.5879 m |
||
5588 | 435.2988 548.5801 l |
||
5589 | 435.2266 548.5801 l |
||
5590 | 435.2266 702.5879 l |
||
5591 | 435.2988 702.5879 l |
||
5592 | 435.2988 702.5879 l |
||
5593 | f /BBAccumRotation (-1.570796) XT |
||
5594 | |||
5595 | 435.2988 548.5801 m |
||
5596 | 435.2988 548.5078 l |
||
5597 | |||
5598 | 286.9785 548.5801 l |
||
5599 | |||
5600 | |||
5601 | f /BBAccumRotation (-1.570796) XT |
||
5602 | 0 R |
||
5603 | 0 0 0 1 K |
||
5604 | 1 J 1 j 0.24 w 10 M 0 XR |
||
5605 | 435.2266 664.0679 m |
||
5606 | 287.0508 664.0679 l |
||
5607 | |||
5608 | |||
5609 | 287.0508 625.5479 l |
||
5610 | S /BBAccumRotation (-1.570796) XT |
||
5611 | 435.2266 587.1006 m |
||
5612 | 287.0508 587.1006 l |
||
5613 | S /BBAccumRotation (-1.570796) XT |
||
5614 | 324.1309 702.5156 m |
||
5615 | 324.1309 548.5801 l |
||
5616 | S /BBAccumRotation (-1.570796) XT |
||
5617 | 361.1387 702.5156 m |
||
5618 | 361.1387 548.5801 l |
||
5619 | S /BBAccumRotation (-1.570796) XT |
||
5620 | |||
5621 | 398.2188 548.5801 l |
||
5622 | S /BBAccumRotation (-1.570796) XT |
||
5623 | |||
5624 | 0.9255 0 1 0 k |
||
5625 | |||
5626 | |||
5627 | 409.667 613.668 l |
||
5628 | 405.1309 613.668 l |
||
5629 | 405.1309 618.2041 l |
||
5630 | 409.667 618.2041 l |
||
5631 | 409.667 618.2041 l |
||
5632 | f /BBAccumRotation (-1.570796) XT |
||
5633 | |||
5634 | |||
5635 | 405.1309 607.2607 l |
||
5636 | 405.1309 611.7959 l |
||
5637 | 409.667 611.7959 l |
||
5638 | 409.667 611.7959 l |
||
5639 | f /BBAccumRotation (-1.570796) XT |
||
5640 | 415.8594 618.2041 m |
||
5641 | 415.8594 613.668 l |
||
5642 | 411.3223 613.668 l |
||
5643 | 411.3223 618.2041 l |
||
5644 | 415.8594 618.2041 l |
||
5645 | 415.8594 618.2041 l |
||
5646 | f /BBAccumRotation (-1.570796) XT |
||
5647 | 415.8594 611.7959 m |
||
5648 | 415.8594 607.2607 l |
||
5649 | 411.3223 607.2607 l |
||
5650 | 411.3223 611.7959 l |
||
5651 | 415.8594 611.7959 l |
||
5652 | 415.8594 611.7959 l |
||
5653 | f /BBAccumRotation (-1.570796) XT |
||
5654 | 384.9707 618.2041 m |
||
5655 | 384.9707 613.668 l |
||
5656 | 380.4346 613.668 l |
||
5657 | 380.4346 618.2041 l |
||
5658 | 384.9707 618.2041 l |
||
5659 | 384.9707 618.2041 l |
||
5660 | f /BBAccumRotation (-1.570796) XT |
||
5661 | 384.9707 611.7959 m |
||
5662 | 384.9707 607.2607 l |
||
5663 | |||
5664 | 380.4346 611.7959 l |
||
5665 | |||
5666 | 384.9707 611.7959 l |
||
5667 | f /BBAccumRotation (-1.570796) XT |
||
5668 | 391.1631 618.2041 m |
||
5669 | 391.1631 613.668 l |
||
5670 | 386.627 613.668 l |
||
5671 | 386.627 618.2041 l |
||
5672 | 391.1631 618.2041 l |
||
5673 | 391.1631 618.2041 l |
||
5674 | |||
5675 | 391.1631 611.7959 m |
||
5676 | 391.1631 607.2607 l |
||
5677 | 386.627 607.2607 l |
||
5678 | 386.627 611.7959 l |
||
5679 | 391.1631 611.7959 l |
||
5680 | 391.1631 611.7959 l |
||
5681 | f /BBAccumRotation (-1.570796) XT |
||
5682 | 298.6421 579.7568 m |
||
5683 | 298.6421 575.2207 l |
||
5684 | 294.1069 575.2207 l |
||
5685 | 294.1069 579.7568 l |
||
5686 | 298.6421 579.7568 l |
||
5687 | 298.6421 579.7568 l |
||
5688 | f /BBAccumRotation (-1.570796) XT |
||
5689 | 298.6421 573.3477 m |
||
5690 | 298.6421 568.8125 l |
||
5691 | 294.1069 568.8125 l |
||
5692 | 294.1069 573.3477 l |
||
5693 | 298.6421 573.3477 l |
||
5694 | 298.6421 573.3477 l |
||
5695 | f /BBAccumRotation (-1.570796) XT |
||
5696 | 304.7617 579.7568 m |
||
5697 | 304.7617 575.2207 l |
||
5698 | 300.2266 575.2207 l |
||
5699 | 300.2266 579.7568 l |
||
5700 | 304.7617 579.7568 l |
||
5701 | 304.7617 579.7568 l |
||
5702 | f /BBAccumRotation (-1.570796) XT |
||
5703 | |||
5704 | 304.7617 568.8125 l |
||
5705 | 300.2266 568.8125 l |
||
5706 | 300.2266 573.3477 l |
||
5707 | 304.7617 573.3477 l |
||
5708 | 304.7617 573.3477 l |
||
5709 | f /BBAccumRotation (-1.570796) XT |
||
5710 | 347.9629 605.3877 m |
||
5711 | |||
5712 | 343.4258 600.8516 l |
||
5713 | 343.4258 605.3877 l |
||
5714 | 347.9629 605.3877 l |
||
5715 | 347.9629 605.3877 l |
||
5716 | f /BBAccumRotation (-1.570796) XT |
||
5717 | 347.9629 598.9805 m |
||
5718 | 347.9629 594.4443 l |
||
5719 | 343.4258 594.4443 l |
||
5720 | 343.4258 598.9805 l |
||
5721 | 347.9629 598.9805 l |
||
5722 | 347.9629 598.9805 l |
||
5723 | f /BBAccumRotation (-1.570796) XT |
||
5724 | 354.1543 605.3877 m |
||
5725 | 354.1543 600.8516 l |
||
5726 | 349.6191 600.8516 l |
||
5727 | 349.6191 605.3877 l |
||
5728 | 354.1543 605.3877 l |
||
5729 | 354.1543 605.3877 l |
||
5730 | f /BBAccumRotation (-1.570796) XT |
||
5731 | 354.1543 598.9805 m |
||
5732 | 354.1543 594.4443 l |
||
5733 | 349.6191 594.4443 l |
||
5734 | 349.6191 598.9805 l |
||
5735 | 354.1543 598.9805 l |
||
5736 | 354.1543 598.9805 l |
||
5737 | f /BBAccumRotation (-1.570796) XT |
||
5738 | 335.6504 605.3877 m |
||
5739 | 335.6504 600.8516 l |
||
5740 | 331.1152 600.8516 l |
||
5741 | |||
5742 | 335.6504 605.3877 l |
||
5743 | 335.6504 605.3877 l |
||
5744 | f /BBAccumRotation (-1.570796) XT |
||
5745 | 335.6504 598.9805 m |
||
5746 | 335.6504 594.4443 l |
||
5747 | 331.1152 594.4443 l |
||
5748 | 331.1152 598.9805 l |
||
5749 | 335.6504 598.9805 l |
||
5750 | 335.6504 598.9805 l |
||
5751 | f /BBAccumRotation (-1.570796) XT |
||
5752 | 341.8418 605.3877 m |
||
5753 | 341.8418 600.8516 l |
||
5754 | 337.3066 600.8516 l |
||
5755 | 337.3066 605.3877 l |
||
5756 | 341.8418 605.3877 l |
||
5757 | 341.8418 605.3877 l |
||
5758 | f /BBAccumRotation (-1.570796) XT |
||
5759 | 341.8418 598.9805 m |
||
5760 | |||
5761 | |||
5762 | 337.3066 598.9805 l |
||
5763 | 341.8418 598.9805 l |
||
5764 | 341.8418 598.9805 l |
||
5765 | f /BBAccumRotation (-1.570796) XT |
||
5766 | |||
5767 | 335.6504 613.668 l |
||
5768 | |||
5769 | 331.1152 618.2041 l |
||
5770 | 335.6504 618.2041 l |
||
5771 | 335.6504 618.2041 l |
||
5772 | f /BBAccumRotation (-1.570796) XT |
||
5773 | 335.6504 611.7959 m |
||
5774 | 335.6504 607.2607 l |
||
5775 | 331.1152 607.2607 l |
||
5776 | 331.1152 611.7959 l |
||
5777 | 335.6504 611.7959 l |
||
5778 | 335.6504 611.7959 l |
||
5779 | f /BBAccumRotation (-1.570796) XT |
||
5780 | 341.8418 618.2041 m |
||
5781 | 341.8418 613.668 l |
||
5782 | 337.3066 613.668 l |
||
5783 | 337.3066 618.2041 l |
||
5784 | 341.8418 618.2041 l |
||
5785 | 341.8418 618.2041 l |
||
5786 | f /BBAccumRotation (-1.570796) XT |
||
5787 | 341.8418 611.7959 m |
||
5788 | 341.8418 607.2607 l |
||
5789 | 337.3066 607.2607 l |
||
5790 | 337.3066 611.7959 l |
||
5791 | |||
5792 | |||
5793 | f /BBAccumRotation (-1.570796) XT |
||
5794 | 310.9551 643.8359 m |
||
5795 | 310.9551 639.2998 l |
||
5796 | 306.4199 639.2998 l |
||
5797 | 306.4199 643.8359 l |
||
5798 | 310.9551 643.8359 l |
||
5799 | 310.9551 643.8359 l |
||
5800 | f /BBAccumRotation (-1.570796) XT |
||
5801 | 310.9551 637.4277 m |
||
5802 | 310.9551 632.8916 l |
||
5803 | 306.4199 632.8916 l |
||
5804 | |||
5805 | |||
5806 | 310.9551 637.4277 l |
||
5807 | f /BBAccumRotation (-1.570796) XT |
||
5808 | 317.1465 643.8359 m |
||
5809 | 317.1465 639.2998 l |
||
5810 | 312.6113 639.2998 l |
||
5811 | 312.6113 643.8359 l |
||
5812 | 317.1465 643.8359 l |
||
5813 | 317.1465 643.8359 l |
||
5814 | f /BBAccumRotation (-1.570796) XT |
||
5815 | 317.1465 637.4277 m |
||
5816 | 317.1465 632.8916 l |
||
5817 | 312.6113 632.8916 l |
||
5818 | 312.6113 637.4277 l |
||
5819 | 317.1465 637.4277 l |
||
5820 | 317.1465 637.4277 l |
||
5821 | f /BBAccumRotation (-1.570796) XT |
||
5822 | 335.6504 656.6519 m |
||
5823 | 335.6504 652.1157 l |
||
5824 | 331.1152 652.1157 l |
||
5825 | 331.1152 656.6519 l |
||
5826 | |||
5827 | 335.6504 656.6519 l |
||
5828 | f /BBAccumRotation (-1.570796) XT |
||
5829 | 335.6504 650.2437 m |
||
5830 | 335.6504 645.7075 l |
||
5831 | 331.1152 645.7075 l |
||
5832 | 331.1152 650.2437 l |
||
5833 | 335.6504 650.2437 l |
||
5834 | 335.6504 650.2437 l |
||
5835 | f /BBAccumRotation (-1.570796) XT |
||
5836 | 341.8418 656.6519 m |
||
5837 | |||
5838 | 337.3066 652.1157 l |
||
5839 | |||
5840 | 341.8418 656.6519 l |
||
5841 | |||
5842 | f /BBAccumRotation (-1.570796) XT |
||
5843 | 341.8418 650.2437 m |
||
5844 | 341.8418 645.7075 l |
||
5845 | 337.3066 645.7075 l |
||
5846 | 337.3066 650.2437 l |
||
5847 | 341.8418 650.2437 l |
||
5848 | 341.8418 650.2437 l |
||
5849 | f /BBAccumRotation (-1.570796) XT |
||
5850 | 0 R |
||
5851 | 0.0118 0.9608 0.9137 0 K |
||
5852 | |||
5853 | 349.4746 557.6162 m |
||
5854 | 349.4746 557.6162 l |
||
5855 | |||
5856 | 393.8633 629.188 373.9766 649.8481 349.4746 649.8481 c |
||
5857 | 324.9727 649.8481 305.0879 629.188 305.0879 603.7324 c |
||
5858 | 305.0879 578.2764 324.9727 557.6162 349.4746 557.6162 c |
||
5859 | 349.4746 557.6162 l |
||
5860 | s /BBAccumRotation (-1.570796) XT |
||
5861 | 349.4746 544.7998 m |
||
5862 | 349.4746 544.7998 l |
||
5863 | |||
5864 | 406.2109 636.2622 380.793 662.6641 349.4746 662.6641 c |
||
5865 | |||
5866 | 292.7388 571.2012 318.1563 544.7998 349.4746 544.7998 c |
||
5867 | 349.4746 544.7998 l |
||
5868 | s /BBAccumRotation (-1.570796) XT |
||
5869 | 0.9569 0.9294 0 0 K |
||
5870 | 349.4023 604.9561 m |
||
5871 | 349.4023 604.4521 l |
||
5872 | |||
5873 | 349.4023 602.7959 m |
||
5874 | 349.4023 602.292 l |
||
5875 | S /BBAccumRotation (-1.570796) XT |
||
5876 | 350.6992 603.6602 m |
||
5877 | 350.1953 603.6602 l |
||
5878 | S /BBAccumRotation (-1.570796) XT |
||
5879 | 348.5391 603.6602 m |
||
5880 | 348.0352 603.6602 l |
||
5881 | S /BBAccumRotation (-1.570796) XT |
||
5882 | 349.4316 602.9043 m |
||
5883 | 349.8281 602.9043 350.1504 603.2275 350.1504 603.625 c |
||
5884 | 350.1504 604.0225 349.8281 604.3447 349.4316 604.3447 c |
||
5885 | |||
5886 | 348.7109 603.2275 349.0332 602.9043 349.4316 602.9043 c |
||
5887 | 349.4316 602.9043 l |
||
5888 | |||
5889 | Q /BBAccumRotation (0.000000) XT |
||
5890 | |||
5891 | 0 A |
||
5892 | u q 300 Ar |
||
5893 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
5894 | 0 XR |
||
5895 | 283.877 501.4922 m |
||
5896 | |||
5897 | 435.335 318.415 l |
||
5898 | 283.877 318.415 l |
||
5899 | |||
5900 | h W n /BBAccumRotation (-1.570796) XT |
||
5901 | |||
5902 | 0.1137 0.0784 0.0588 0.0039 k |
||
5903 | |||
5904 | 435.2988 472.5308 m |
||
5905 | |||
5906 | 287.0508 472.459 l |
||
5907 | |||
5908 | 435.2988 472.5308 l |
||
5909 | 435.2988 472.5308 l |
||
5910 | f /BBAccumRotation (-1.570796) XT |
||
5911 | 435.2988 472.5308 m |
||
5912 | 435.2988 318.5225 l |
||
5913 | 435.2266 318.5225 l |
||
5914 | 435.2266 472.5308 l |
||
5915 | 435.2988 472.5308 l |
||
5916 | 435.2988 472.5308 l |
||
5917 | f /BBAccumRotation (-1.570796) XT |
||
5918 | 0.4274 0.3137 0.2863 0.1294 k |
||
5919 | 435.2988 318.5225 m |
||
5920 | 435.2988 318.4521 l |
||
5921 | 286.9785 318.4521 l |
||
5922 | 286.9785 318.5225 l |
||
5923 | 435.2988 318.5225 l |
||
5924 | 435.2988 318.5225 l |
||
5925 | f /BBAccumRotation (-1.570796) XT |
||
5926 | 287.0508 472.5308 m |
||
5927 | 287.0508 318.4521 l |
||
5928 | 286.9785 318.4521 l |
||
5929 | |||
5930 | 287.0508 472.5308 l |
||
5931 | 287.0508 472.5308 l |
||
5932 | f /BBAccumRotation (-1.570796) XT |
||
5933 | |||
5934 | 0.2274 0.1608 0.1294 0.0196 K |
||
5935 | 1 J 1 j 0.24 w 10 M 0 XR |
||
5936 | 435.2988 318.5225 m |
||
5937 | |||
5938 | S /BBAccumRotation (-1.570796) XT |
||
5939 | 287.0508 472.5308 m |
||
5940 | |||
5941 | S /BBAccumRotation (-1.570796) XT |
||
5942 | |||
5943 | 0.1137 0.0784 0.0588 0.0039 k |
||
5944 | 0 J 0 j 1 w 4 M 1 XR |
||
5945 | 435.2988 472.5308 m |
||
5946 | 435.2988 472.459 l |
||
5947 | 287.0508 472.459 l |
||
5948 | 287.0508 472.5308 l |
||
5949 | 435.2988 472.5308 l |
||
5950 | 435.2988 472.5308 l |
||
5951 | f /BBAccumRotation (-1.570796) XT |
||
5952 | 435.2988 472.5308 m |
||
5953 | 435.2988 318.5225 l |
||
5954 | 435.2266 318.5225 l |
||
5955 | 435.2266 472.5308 l |
||
5956 | 435.2988 472.5308 l |
||
5957 | 435.2988 472.5308 l |
||
5958 | f /BBAccumRotation (-1.570796) XT |
||
5959 | 0.4274 0.3137 0.2863 0.1294 k |
||
5960 | 435.2988 318.5225 m |
||
5961 | 435.2988 318.4521 l |
||
5962 | 286.9785 318.4521 l |
||
5963 | 286.9785 318.5225 l |
||
5964 | 435.2988 318.5225 l |
||
5965 | 435.2988 318.5225 l |
||
5966 | f /BBAccumRotation (-1.570796) XT |
||
5967 | 0 R |
||
5968 | 0 0 0 1 K |
||
5969 | 1 J 1 j 0.24 w 10 M 0 XR |
||
5970 | 435.2266 434.0112 m |
||
5971 | 287.0508 434.0112 l |
||
5972 | S /BBAccumRotation (-1.570796) XT |
||
5973 | 435.2266 395.4912 m |
||
5974 | 287.0508 395.4912 l |
||
5975 | S /BBAccumRotation (-1.570796) XT |
||
5976 | 435.2266 357.043 m |
||
5977 | 287.0508 357.043 l |
||
5978 | S /BBAccumRotation (-1.570796) XT |
||
5979 | 324.1309 472.459 m |
||
5980 | 324.1309 318.5225 l |
||
5981 | S /BBAccumRotation (-1.570796) XT |
||
5982 | 361.1387 472.459 m |
||
5983 | 361.1387 318.5225 l |
||
5984 | S /BBAccumRotation (-1.570796) XT |
||
5985 | 398.2188 472.459 m |
||
5986 | 398.2188 318.5225 l |
||
5987 | S /BBAccumRotation (-1.570796) XT |
||
5988 | 0 O |
||
5989 | 0.9255 0 1 0 k |
||
5990 | 0 J 0 j 1 w 4 M 1 XR |
||
5991 | 347.9629 388.1465 m |
||
5992 | 347.9629 383.6104 l |
||
5993 | 343.4277 383.6104 l |
||
5994 | 343.4277 388.1465 l |
||
5995 | 347.9629 388.1465 l |
||
5996 | 347.9629 388.1465 l |
||
5997 | f /BBAccumRotation (-1.570796) XT |
||
5998 | 347.9629 381.7383 m |
||
5999 | 347.9629 377.2031 l |
||
6000 | 343.4277 377.2031 l |
||
6001 | 343.4277 381.7383 l |
||
6002 | 347.9629 381.7383 l |
||
6003 | 347.9629 381.7383 l |
||
6004 | f /BBAccumRotation (-1.570796) XT |
||
6005 | 354.1543 388.1465 m |
||
6006 | 354.1543 383.6104 l |
||
6007 | 349.6191 383.6104 l |
||
6008 | 349.6191 388.1465 l |
||
6009 | 354.1543 388.1465 l |
||
6010 | 354.1543 388.1465 l |
||
6011 | f /BBAccumRotation (-1.570796) XT |
||
6012 | 354.1543 381.7383 m |
||
6013 | 354.1543 377.2031 l |
||
6014 | 349.6191 377.2031 l |
||
6015 | 349.6191 381.7383 l |
||
6016 | 354.1543 381.7383 l |
||
6017 | 354.1543 381.7383 l |
||
6018 | f /BBAccumRotation (-1.570796) XT |
||
6019 | 384.9707 413.7793 m |
||
6020 | 384.9707 409.2422 l |
||
6021 | 380.4355 409.2422 l |
||
6022 | 380.4355 413.7793 l |
||
6023 | 384.9707 413.7793 l |
||
6024 | 384.9707 413.7793 l |
||
6025 | f /BBAccumRotation (-1.570796) XT |
||
6026 | 384.9707 407.3711 m |
||
6027 | 384.9707 402.8359 l |
||
6028 | 380.4355 402.8359 l |
||
6029 | 380.4355 407.3711 l |
||
6030 | 384.9707 407.3711 l |
||
6031 | 384.9707 407.3711 l |
||
6032 | f /BBAccumRotation (-1.570796) XT |
||
6033 | 391.1631 413.7793 m |
||
6034 | 391.1631 409.2422 l |
||
6035 | 386.627 409.2422 l |
||
6036 | 386.627 413.7793 l |
||
6037 | 391.1631 413.7793 l |
||
6038 | 391.1631 413.7793 l |
||
6039 | f /BBAccumRotation (-1.570796) XT |
||
6040 | 391.1631 407.3711 m |
||
6041 | 391.1631 402.8359 l |
||
6042 | 386.627 402.8359 l |
||
6043 | 386.627 407.3711 l |
||
6044 | 391.1631 407.3711 l |
||
6045 | 391.1631 407.3711 l |
||
6046 | f /BBAccumRotation (-1.570796) XT |
||
6047 | 298.644 413.7793 m |
||
6048 | 298.644 409.2422 l |
||
6049 | 294.1069 409.2422 l |
||
6050 | 294.1069 413.7793 l |
||
6051 | 298.644 413.7793 l |
||
6052 | 298.644 413.7793 l |
||
6053 | f /BBAccumRotation (-1.570796) XT |
||
6054 | 298.644 407.3711 m |
||
6055 | 298.644 402.8359 l |
||
6056 | 294.1069 402.8359 l |
||
6057 | 294.1069 407.3711 l |
||
6058 | 298.644 407.3711 l |
||
6059 | 298.644 407.3711 l |
||
6060 | f /BBAccumRotation (-1.570796) XT |
||
6061 | 304.7617 413.7793 m |
||
6062 | 304.7617 409.2422 l |
||
6063 | 300.2266 409.2422 l |
||
6064 | 300.2266 413.7793 l |
||
6065 | 304.7617 413.7793 l |
||
6066 | 304.7617 413.7793 l |
||
6067 | f /BBAccumRotation (-1.570796) XT |
||
6068 | 304.7617 407.3711 m |
||
6069 | 304.7617 402.8359 l |
||
6070 | 300.2266 402.8359 l |
||
6071 | 300.2266 407.3711 l |
||
6072 | 304.7617 407.3711 l |
||
6073 | 304.7617 407.3711 l |
||
6074 | f /BBAccumRotation (-1.570796) XT |
||
6075 | 347.9629 452.2271 m |
||
6076 | 347.9629 447.6909 l |
||
6077 | 343.4277 447.6909 l |
||
6078 | 343.4277 452.2271 l |
||
6079 | 347.9629 452.2271 l |
||
6080 | 347.9629 452.2271 l |
||
6081 | f /BBAccumRotation (-1.570796) XT |
||
6082 | 347.9629 445.8188 m |
||
6083 | 347.9629 441.2827 l |
||
6084 | 343.4277 441.2827 l |
||
6085 | 343.4277 445.8188 l |
||
6086 | 347.9629 445.8188 l |
||
6087 | 347.9629 445.8188 l |
||
6088 | f /BBAccumRotation (-1.570796) XT |
||
6089 | 354.1543 452.2271 m |
||
6090 | 354.1543 447.6909 l |
||
6091 | 349.6191 447.6909 l |
||
6092 | 349.6191 452.2271 l |
||
6093 | 354.1543 452.2271 l |
||
6094 | 354.1543 452.2271 l |
||
6095 | f /BBAccumRotation (-1.570796) XT |
||
6096 | 354.1543 445.8188 m |
||
6097 | 354.1543 441.2827 l |
||
6098 | |||
6099 | 349.6191 445.8188 l |
||
6100 | 354.1543 445.8188 l |
||
6101 | 354.1543 445.8188 l |
||
6102 | |||
6103 | 335.6523 452.2271 m |
||
6104 | |||
6105 | |||
6106 | 331.1152 452.2271 l |
||
6107 | 335.6523 452.2271 l |
||
6108 | 335.6523 452.2271 l |
||
6109 | f /BBAccumRotation (-1.570796) XT |
||
6110 | 335.6523 445.8188 m |
||
6111 | 335.6523 441.2827 l |
||
6112 | 331.1152 441.2827 l |
||
6113 | 331.1152 445.8188 l |
||
6114 | 335.6523 445.8188 l |
||
6115 | |||
6116 | f /BBAccumRotation (-1.570796) XT |
||
6117 | 341.8438 452.2271 m |
||
6118 | 341.8438 447.6909 l |
||
6119 | 337.3066 447.6909 l |
||
6120 | 337.3066 452.2271 l |
||
6121 | 341.8438 452.2271 l |
||
6122 | 341.8438 452.2271 l |
||
6123 | f /BBAccumRotation (-1.570796) XT |
||
6124 | 341.8438 445.8188 m |
||
6125 | 341.8438 441.2827 l |
||
6126 | 337.3066 441.2827 l |
||
6127 | 337.3066 445.8188 l |
||
6128 | 341.8438 445.8188 l |
||
6129 | 341.8438 445.8188 l |
||
6130 | f /BBAccumRotation (-1.570796) XT |
||
6131 | 0 R |
||
6132 | 0.0118 0.9608 0.9137 0 K |
||
6133 | 1 J 1 j 1 w 10 M 0 XR |
||
6134 | 340.7637 396.3906 m |
||
6135 | 340.7637 396.3906 l |
||
6136 | 365.2656 396.3906 385.1504 417.0508 385.1504 442.5068 c |
||
6137 | 385.1504 467.9629 365.2656 488.623 340.7637 488.623 c |
||
6138 | 316.2617 488.623 296.3745 467.9629 296.3745 442.5068 c |
||
6139 | 296.3745 417.0508 316.2617 396.3906 340.7637 396.3906 c |
||
6140 | 340.7637 396.3906 l |
||
6141 | s /BBAccumRotation (-1.570796) XT |
||
6142 | 340.7637 383.4668 m |
||
6143 | 340.7637 383.4668 l |
||
6144 | 372.082 383.4668 397.499 409.8848 397.499 442.4351 c |
||
6145 | 397.499 474.9854 372.082 501.4028 340.7637 501.4028 c |
||
6146 | 309.4453 501.4028 284.0273 474.9854 284.0273 442.4351 c |
||
6147 | 284.0273 409.8848 309.4453 383.4668 340.7637 383.4668 c |
||
6148 | 340.7637 383.4668 l |
||
6149 | s /BBAccumRotation (-1.570796) XT |
||
6150 | 0.9569 0.9294 0 0 K |
||
6151 | |||
6152 | 340.6914 443.2271 l |
||
6153 | S /BBAccumRotation (-1.570796) XT |
||
6154 | |||
6155 | 340.6914 441.0669 l |
||
6156 | S /BBAccumRotation (-1.570796) XT |
||
6157 | 341.9863 442.4351 m |
||
6158 | 341.4824 442.4351 l |
||
6159 | S /BBAccumRotation (-1.570796) XT |
||
6160 | 339.8262 442.4351 m |
||
6161 | 339.3223 442.4351 l |
||
6162 | S /BBAccumRotation (-1.570796) XT |
||
6163 | |||
6164 | 341.0996 441.7295 341.4238 442.0522 341.4238 442.4497 c |
||
6165 | |||
6166 | 340.3047 443.1694 339.9824 442.8472 339.9824 442.4497 c |
||
6167 | 339.9824 442.0522 340.3047 441.7295 340.7031 441.7295 c |
||
6168 | 340.7031 441.7295 l |
||
6169 | s /BBAccumRotation (-1.570796) XT |
||
6170 | Q /BBAccumRotation (0.000000) XT |
||
6171 | U /BBAccumRotation (0.000000) XT |
||
6172 | 0 A |
||
6173 | u q 300 Ar |
||
6174 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
6175 | 0 XR |
||
6176 | 286.9795 244.126 m |
||
6177 | 435.335 244.126 l |
||
6178 | 435.335 70.6006 l |
||
6179 | 286.9795 70.6006 l |
||
6180 | 286.9795 244.126 l |
||
6181 | h W n /BBAccumRotation (-1.570796) XT |
||
6182 | 0 O |
||
6183 | 0.1137 0.0784 0.0588 0.0039 k |
||
6184 | 1 XR |
||
6185 | 435.2988 244.0898 m |
||
6186 | 435.2988 244.0186 l |
||
6187 | 287.0508 244.0186 l |
||
6188 | 287.0508 244.0898 l |
||
6189 | 435.2988 244.0898 l |
||
6190 | 435.2988 244.0898 l |
||
6191 | f /BBAccumRotation (-1.570796) XT |
||
6192 | |||
6193 | |||
6194 | 435.2266 90.083 l |
||
6195 | |||
6196 | 435.2988 244.0898 l |
||
6197 | 435.2988 244.0898 l |
||
6198 | f /BBAccumRotation (-1.570796) XT |
||
6199 | 0.4274 0.3137 0.2863 0.1294 k |
||
6200 | 435.2988 90.083 m |
||
6201 | 435.2988 90.0107 l |
||
6202 | 286.9795 90.0107 l |
||
6203 | 286.9795 90.083 l |
||
6204 | 435.2988 90.083 l |
||
6205 | 435.2988 90.083 l |
||
6206 | f /BBAccumRotation (-1.570796) XT |
||
6207 | 287.0508 244.0898 m |
||
6208 | 287.0508 90.0107 l |
||
6209 | 286.9795 90.0107 l |
||
6210 | 286.9795 244.0898 l |
||
6211 | 287.0508 244.0898 l |
||
6212 | 287.0508 244.0898 l |
||
6213 | f /BBAccumRotation (-1.570796) XT |
||
6214 | 0 R |
||
6215 | 0.2274 0.1608 0.1294 0.0196 K |
||
6216 | 1 J 1 j 0.24 w 10 M 0 XR |
||
6217 | 435.2988 90.083 m |
||
6218 | 435.2988 90.0107 l |
||
6219 | S /BBAccumRotation (-1.570796) XT |
||
6220 | |||
6221 | 287.0508 244.0186 l |
||
6222 | |||
6223 | 0 O |
||
6224 | 0.1137 0.0784 0.0588 0.0039 k |
||
6225 | 0 J 0 j 1 w 4 M 1 XR |
||
6226 | 435.2988 244.0898 m |
||
6227 | 435.2988 244.0186 l |
||
6228 | 287.0508 244.0186 l |
||
6229 | 287.0508 244.0898 l |
||
6230 | 435.2988 244.0898 l |
||
6231 | 435.2988 244.0898 l |
||
6232 | f /BBAccumRotation (-1.570796) XT |
||
6233 | 435.2988 244.0898 m |
||
6234 | 435.2988 90.083 l |
||
6235 | 435.2266 90.083 l |
||
6236 | 435.2266 244.0898 l |
||
6237 | 435.2988 244.0898 l |
||
6238 | 435.2988 244.0898 l |
||
6239 | f /BBAccumRotation (-1.570796) XT |
||
6240 | 0.4274 0.3137 0.2863 0.1294 k |
||
6241 | 435.2988 90.083 m |
||
6242 | 435.2988 90.0107 l |
||
6243 | 286.9795 90.0107 l |
||
6244 | 286.9795 90.083 l |
||
6245 | 435.2988 90.083 l |
||
6246 | 435.2988 90.083 l |
||
6247 | f /BBAccumRotation (-1.570796) XT |
||
6248 | 0 R |
||
6249 | 0 0 0 1 K |
||
6250 | 1 J 1 j 0.24 w 10 M 0 XR |
||
6251 | 435.2266 205.5703 m |
||
6252 | 287.0508 205.5703 l |
||
6253 | S /BBAccumRotation (-1.570796) XT |
||
6254 | 435.2266 167.0498 m |
||
6255 | 287.0508 167.0498 l |
||
6256 | S /BBAccumRotation (-1.570796) XT |
||
6257 | 435.2266 128.6025 m |
||
6258 | 287.0508 128.6025 l |
||
6259 | S /BBAccumRotation (-1.570796) XT |
||
6260 | 324.1309 244.0186 m |
||
6261 | 324.1309 90.083 l |
||
6262 | S /BBAccumRotation (-1.570796) XT |
||
6263 | 361.1387 244.0186 m |
||
6264 | 361.1387 90.083 l |
||
6265 | S /BBAccumRotation (-1.570796) XT |
||
6266 | 398.2188 244.0186 m |
||
6267 | 398.2188 90.083 l |
||
6268 | S /BBAccumRotation (-1.570796) XT |
||
6269 | 0 O |
||
6270 | 0.9255 0 1 0 k |
||
6271 | 0 J 0 j 1 w 4 M 1 XR |
||
6272 | 409.667 121.2588 m |
||
6273 | 409.667 116.7236 l |
||
6274 | 405.1309 116.7236 l |
||
6275 | 405.1309 121.2588 l |
||
6276 | 409.667 121.2588 l |
||
6277 | 409.667 121.2588 l |
||
6278 | f /BBAccumRotation (-1.570796) XT |
||
6279 | 409.667 114.8506 m |
||
6280 | 409.667 110.3135 l |
||
6281 | 405.1309 110.3135 l |
||
6282 | 405.1309 114.8506 l |
||
6283 | 409.667 114.8506 l |
||
6284 | 409.667 114.8506 l |
||
6285 | f /BBAccumRotation (-1.570796) XT |
||
6286 | 415.8594 121.2588 m |
||
6287 | 415.8594 116.7236 l |
||
6288 | 411.3232 116.7236 l |
||
6289 | 411.3232 121.2588 l |
||
6290 | 415.8594 121.2588 l |
||
6291 | 415.8594 121.2588 l |
||
6292 | f /BBAccumRotation (-1.570796) XT |
||
6293 | 415.8594 114.8506 m |
||
6294 | 415.8594 110.3135 l |
||
6295 | 411.3232 110.3135 l |
||
6296 | 411.3232 114.8506 l |
||
6297 | 415.8594 114.8506 l |
||
6298 | 415.8594 114.8506 l |
||
6299 | f /BBAccumRotation (-1.570796) XT |
||
6300 | 409.667 146.8896 m |
||
6301 | 409.667 142.3545 l |
||
6302 | 405.1309 142.3545 l |
||
6303 | 405.1309 146.8896 l |
||
6304 | 409.667 146.8896 l |
||
6305 | 409.667 146.8896 l |
||
6306 | f /BBAccumRotation (-1.570796) XT |
||
6307 | 409.667 140.4814 m |
||
6308 | 409.667 135.9463 l |
||
6309 | 405.1309 135.9463 l |
||
6310 | 405.1309 140.4814 l |
||
6311 | 409.667 140.4814 l |
||
6312 | 409.667 140.4814 l |
||
6313 | f /BBAccumRotation (-1.570796) XT |
||
6314 | 415.8594 146.8896 m |
||
6315 | 415.8594 142.3545 l |
||
6316 | 411.3232 142.3545 l |
||
6317 | 411.3232 146.8896 l |
||
6318 | 415.8594 146.8896 l |
||
6319 | 415.8594 146.8896 l |
||
6320 | f /BBAccumRotation (-1.570796) XT |
||
6321 | 415.8594 140.4814 m |
||
6322 | 415.8594 135.9463 l |
||
6323 | 411.3232 135.9463 l |
||
6324 | 411.3232 140.4814 l |
||
6325 | 415.8594 140.4814 l |
||
6326 | 415.8594 140.4814 l |
||
6327 | f /BBAccumRotation (-1.570796) XT |
||
6328 | 298.6436 108.4424 m |
||
6329 | 298.6436 103.9072 l |
||
6330 | 294.1064 103.9072 l |
||
6331 | 294.1064 108.4424 l |
||
6332 | 298.6436 108.4424 l |
||
6333 | 298.6436 108.4424 l |
||
6334 | f /BBAccumRotation (-1.570796) XT |
||
6335 | 298.6436 102.0342 m |
||
6336 | 298.6436 97.499 l |
||
6337 | 294.1064 97.499 l |
||
6338 | 294.1064 102.0342 l |
||
6339 | 298.6436 102.0342 l |
||
6340 | 298.6436 102.0342 l |
||
6341 | f /BBAccumRotation (-1.570796) XT |
||
6342 | 304.7627 108.4424 m |
||
6343 | 304.7627 103.9072 l |
||
6344 | 300.2275 103.9072 l |
||
6345 | 300.2275 108.4424 l |
||
6346 | 304.7627 108.4424 l |
||
6347 | 304.7627 108.4424 l |
||
6348 | f /BBAccumRotation (-1.570796) XT |
||
6349 | 304.7627 102.0342 m |
||
6350 | 304.7627 97.499 l |
||
6351 | 300.2275 97.499 l |
||
6352 | 300.2275 102.0342 l |
||
6353 | 304.7627 102.0342 l |
||
6354 | 304.7627 102.0342 l |
||
6355 | f /BBAccumRotation (-1.570796) XT |
||
6356 | 372.6592 185.3379 m |
||
6357 | 372.6592 180.8018 l |
||
6358 | 368.123 180.8018 l |
||
6359 | 368.123 185.3379 l |
||
6360 | 372.6592 185.3379 l |
||
6361 | 372.6592 185.3379 l |
||
6362 | f /BBAccumRotation (-1.570796) XT |
||
6363 | 372.6592 178.9297 m |
||
6364 | 372.6592 174.3945 l |
||
6365 | 368.123 174.3945 l |
||
6366 | 368.123 178.9297 l |
||
6367 | 372.6592 178.9297 l |
||
6368 | 372.6592 178.9297 l |
||
6369 | f /BBAccumRotation (-1.570796) XT |
||
6370 | 378.8516 185.3379 m |
||
6371 | 378.8516 180.8018 l |
||
6372 | 374.3145 180.8018 l |
||
6373 | 374.3145 185.3379 l |
||
6374 | 378.8516 185.3379 l |
||
6375 | 378.8516 185.3379 l |
||
6376 | f /BBAccumRotation (-1.570796) XT |
||
6377 | 378.8516 178.9297 m |
||
6378 | 378.8516 174.3945 l |
||
6379 | 374.3145 174.3945 l |
||
6380 | 374.3145 178.9297 l |
||
6381 | 378.8516 178.9297 l |
||
6382 | 378.8516 178.9297 l |
||
6383 | f /BBAccumRotation (-1.570796) XT |
||
6384 | 0 R |
||
6385 | 0.0118 0.9608 0.9137 0 K |
||
6386 | 1 J 1 j 1 w 10 M 0 XR |
||
6387 | 353.0752 83.5654 m |
||
6388 | 353.0752 83.5654 l |
||
6389 | 377.5771 83.5654 397.4629 104.2256 397.4629 129.6826 c |
||
6390 | 397.4629 155.1377 377.5771 175.7979 353.0752 175.7979 c |
||
6391 | 328.5723 175.7979 308.6875 155.1377 308.6875 129.6826 c |
||
6392 | 308.6875 104.2256 328.5723 83.5654 353.0752 83.5654 c |
||
6393 | 353.0752 83.5654 l |
||
6394 | s /BBAccumRotation (-1.570796) XT |
||
6395 | 353.0752 70.751 m |
||
6396 | 353.0752 70.751 l |
||
6397 | 384.3936 70.751 409.8105 97.1514 409.8105 129.6826 c |
||
6398 | 409.8105 162.2119 384.3936 188.6143 353.0752 188.6143 c |
||
6399 | 321.7568 188.6143 296.3389 162.2119 296.3389 129.6826 c |
||
6400 | 296.3389 97.1514 321.7568 70.751 353.0752 70.751 c |
||
6401 | 353.0752 70.751 l |
||
6402 | s /BBAccumRotation (-1.570796) XT |
||
6403 | 0.9569 0.9294 0 0 K |
||
6404 | 353.0029 130.9053 m |
||
6405 | 353.0029 130.4014 l |
||
6406 | S /BBAccumRotation (-1.570796) XT |
||
6407 | 353.0029 128.7471 m |
||
6408 | 353.0029 128.2432 l |
||
6409 | S /BBAccumRotation (-1.570796) XT |
||
6410 | 354.2988 129.6104 m |
||
6411 | 353.7949 129.6104 l |
||
6412 | S /BBAccumRotation (-1.570796) XT |
||
6413 | 352.1387 129.6104 m |
||
6414 | 351.6348 129.6104 l |
||
6415 | S /BBAccumRotation (-1.570796) XT |
||
6416 | 353.0146 128.9053 m |
||
6417 | 353.4121 128.9053 353.7344 129.2275 353.7344 129.624 c |
||
6418 | 353.7344 130.0225 353.4121 130.3447 353.0146 130.3447 c |
||
6419 | 352.6172 130.3447 352.2949 130.0225 352.2949 129.624 c |
||
6420 | 352.2949 129.2275 352.6172 128.9053 353.0146 128.9053 c |
||
6421 | 353.0146 128.9053 l |
||
6422 | s /BBAccumRotation (-1.570796) XT |
||
6423 | Q /BBAccumRotation (0.000000) XT |
||
6424 | U /BBAccumRotation (0.000000) XT |
||
6425 | 0 A |
||
6426 | u u u q 300 Ar |
||
6427 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
6428 | 0 XR |
||
6429 | 242.7363 702.5879 m |
||
6430 | 242.7363 548.5083 l |
||
6431 | 88.2979 548.5083 l |
||
6432 | 88.2979 702.5879 l |
||
6433 | H W N /BBAccumRotation (-1.570796) XT |
||
6434 | 0 R |
||
6435 | 0.2274 0.1608 0.1294 0.0196 K |
||
6436 | 1 J 1 j 0.24 w 10 M 236.6162 548.5796 m |
||
6437 | 236.6162 548.5083 l |
||
6438 | S /BBAccumRotation (-1.570796) XT |
||
6439 | Q /BBAccumRotation (0.000000) XT |
||
6440 | 0 A |
||
6441 | q 300 Ar |
||
6442 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
6443 | 0 XR |
||
6444 | 242.7363 702.5879 m |
||
6445 | 242.7363 548.5083 l |
||
6446 | 88.2979 548.5083 l |
||
6447 | 88.2979 702.5879 l |
||
6448 | H W N /BBAccumRotation (-1.570796) XT |
||
6449 | 0 R |
||
6450 | 0.2274 0.1608 0.1294 0.0196 K |
||
6451 | 1 J 1 j 0.24 w 10 M 88.3682 702.5879 m |
||
6452 | 88.3682 702.5156 l |
||
6453 | S /BBAccumRotation (-1.570796) XT |
||
6454 | Q /BBAccumRotation (0.000000) XT |
||
6455 | 0 A |
||
6456 | 0 O |
||
6457 | 0.1137 0.0784 0.0588 0.0039 k |
||
6458 | 300 Ar |
||
6459 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
6460 | 1 XR |
||
6461 | 236.6162 702.5879 m |
||
6462 | 236.6162 702.5156 l |
||
6463 | 88.3682 702.5156 l |
||
6464 | 88.3682 702.5879 l |
||
6465 | 236.6162 702.5879 l |
||
6466 | 236.6162 702.5879 l |
||
6467 | f /BBAccumRotation (-1.570796) XT |
||
6468 | 236.6162 702.5879 m |
||
6469 | 236.6162 548.5796 l |
||
6470 | 236.5439 548.5796 l |
||
6471 | 236.5439 702.5879 l |
||
6472 | 236.6162 702.5879 l |
||
6473 | 236.6162 702.5879 l |
||
6474 | f /BBAccumRotation (-1.570796) XT |
||
6475 | 0.4274 0.3137 0.2863 0.1294 k |
||
6476 | 236.6162 548.5796 m |
||
6477 | 236.6162 548.5083 l |
||
6478 | 88.2979 548.5083 l |
||
6479 | 88.2979 548.5796 l |
||
6480 | |||
6481 | 236.6162 548.5796 l |
||
6482 | f /BBAccumRotation (-1.570796) XT |
||
6483 | |||
6484 | 88.3682 548.5083 l |
||
6485 | 88.2979 548.5083 l |
||
6486 | 88.2979 702.5879 l |
||
6487 | 88.3682 702.5879 l |
||
6488 | 88.3682 702.5879 l |
||
6489 | f /BBAccumRotation (-1.570796) XT |
||
6490 | 0 R |
||
6491 | 0.2274 0.1608 0.1294 0.0196 K |
||
6492 | 1 J 1 j 0.24 w 10 M 0 XR |
||
6493 | 236.6162 548.5796 m |
||
6494 | 236.6162 548.5083 l |
||
6495 | S /BBAccumRotation (-1.570796) XT |
||
6496 | 88.3682 702.5879 m |
||
6497 | 88.3682 702.5156 l |
||
6498 | S /BBAccumRotation (-1.570796) XT |
||
6499 | 0 O |
||
6500 | 0.1137 0.0784 0.0588 0.0039 k |
||
6501 | 0 J 0 j 1 w 4 M 1 XR |
||
6502 | 236.6162 702.5879 m |
||
6503 | 236.6162 702.5156 l |
||
6504 | 88.3682 702.5156 l |
||
6505 | 88.3682 702.5879 l |
||
6506 | 236.6162 702.5879 l |
||
6507 | 236.6162 702.5879 l |
||
6508 | f /BBAccumRotation (-1.570796) XT |
||
6509 | 236.6162 702.5879 m |
||
6510 | 236.6162 548.5796 l |
||
6511 | 236.5439 548.5796 l |
||
6512 | 236.5439 702.5879 l |
||
6513 | 236.6162 702.5879 l |
||
6514 | 236.6162 702.5879 l |
||
6515 | f /BBAccumRotation (-1.570796) XT |
||
6516 | 0.4274 0.3137 0.2863 0.1294 k |
||
6517 | 236.6162 548.5796 m |
||
6518 | 236.6162 548.5083 l |
||
6519 | 88.2979 548.5083 l |
||
6520 | 88.2979 548.5796 l |
||
6521 | 236.6162 548.5796 l |
||
6522 | 236.6162 548.5796 l |
||
6523 | f /BBAccumRotation (-1.570796) XT |
||
6524 | 0 R |
||
6525 | 0 0 0 1 K |
||
6526 | 1 J 1 j 0.24 w 10 M 0 XR |
||
6527 | 236.5439 664.0679 m |
||
6528 | 88.3682 664.0679 l |
||
6529 | S /BBAccumRotation (-1.570796) XT |
||
6530 | 236.5439 625.5479 m |
||
6531 | |||
6532 | S /BBAccumRotation (-1.570796) XT |
||
6533 | 236.5439 587.1001 m |
||
6534 | 88.3682 587.1001 l |
||
6535 | |||
6536 | 125.4482 702.5156 m |
||
6537 | |||
6538 | |||
6539 | 162.4561 702.5156 m |
||
6540 | 162.4561 548.5796 l |
||
6541 | S /BBAccumRotation (-1.570796) XT |
||
6542 | 199.5361 702.5156 m |
||
6543 | 199.5361 548.5796 l |
||
6544 | S /BBAccumRotation (-1.570796) XT |
||
6545 | 0 O |
||
6546 | 0.9255 0 1 0 k |
||
6547 | 0 J 0 j 1 w 4 M 1 XR |
||
6548 | |||
6549 | 173.9766 613.6675 l |
||
6550 | 169.4404 613.6675 l |
||
6551 | 169.4404 618.2036 l |
||
6552 | 173.9766 618.2036 l |
||
6553 | 173.9766 618.2036 l |
||
6554 | f /BBAccumRotation (-1.570796) XT |
||
6555 | 173.9766 611.7954 m |
||
6556 | 173.9766 607.2593 l |
||
6557 | 169.4404 607.2593 l |
||
6558 | 169.4404 611.7954 l |
||
6559 | 173.9766 611.7954 l |
||
6560 | 173.9766 611.7954 l |
||
6561 | f /BBAccumRotation (-1.570796) XT |
||
6562 | 180.1689 618.2036 m |
||
6563 | 180.1689 613.6675 l |
||
6564 | 175.6328 613.6675 l |
||
6565 | 175.6328 618.2036 l |
||
6566 | 180.1689 618.2036 l |
||
6567 | 180.1689 618.2036 l |
||
6568 | f /BBAccumRotation (-1.570796) XT |
||
6569 | 180.1689 611.7954 m |
||
6570 | 180.1689 607.2593 l |
||
6571 | 175.6328 607.2593 l |
||
6572 | 175.6328 611.7954 l |
||
6573 | 180.1689 611.7954 l |
||
6574 | 180.1689 611.7954 l |
||
6575 | f /BBAccumRotation (-1.570796) XT |
||
6576 | 136.9697 579.7563 m |
||
6577 | 136.9697 575.2202 l |
||
6578 | 132.4326 575.2202 l |
||
6579 | 132.4326 579.7563 l |
||
6580 | 136.9697 579.7563 l |
||
6581 | 136.9697 579.7563 l |
||
6582 | f /BBAccumRotation (-1.570796) XT |
||
6583 | 136.9697 573.3472 m |
||
6584 | |||
6585 | 132.4326 568.811 l |
||
6586 | 132.4326 573.3472 l |
||
6587 | |||
6588 | 136.9697 573.3472 l |
||
6589 | f /BBAccumRotation (-1.570796) XT |
||
6590 | 143.1611 579.7563 m |
||
6591 | 143.1611 575.2202 l |
||
6592 | 138.624 575.2202 l |
||
6593 | 138.624 579.7563 l |
||
6594 | 143.1611 579.7563 l |
||
6595 | 143.1611 579.7563 l |
||
6596 | |||
6597 | 143.1611 573.3472 m |
||
6598 | |||
6599 | 138.624 568.811 l |
||
6600 | 138.624 573.3472 l |
||
6601 | 143.1611 573.3472 l |
||
6602 | 143.1611 573.3472 l |
||
6603 | f /BBAccumRotation (-1.570796) XT |
||
6604 | 186.2881 682.2837 m |
||
6605 | 186.2881 677.7476 l |
||
6606 | 181.7529 677.7476 l |
||
6607 | 181.7529 682.2837 l |
||
6608 | 186.2881 682.2837 l |
||
6609 | 186.2881 682.2837 l |
||
6610 | f /BBAccumRotation (-1.570796) XT |
||
6611 | 186.2881 675.8755 m |
||
6612 | 186.2881 671.3398 l |
||
6613 | 181.7529 671.3398 l |
||
6614 | 181.7529 675.8755 l |
||
6615 | 186.2881 675.8755 l |
||
6616 | 186.2881 675.8755 l |
||
6617 | f /BBAccumRotation (-1.570796) XT |
||
6618 | 192.4805 682.2837 m |
||
6619 | 192.4805 677.7476 l |
||
6620 | 187.9443 677.7476 l |
||
6621 | 187.9443 682.2837 l |
||
6622 | 192.4805 682.2837 l |
||
6623 | 192.4805 682.2837 l |
||
6624 | f /BBAccumRotation (-1.570796) XT |
||
6625 | |||
6626 | |||
6627 | 187.9443 671.3398 l |
||
6628 | |||
6629 | 192.4805 675.8755 l |
||
6630 | 192.4805 675.8755 l |
||
6631 | f /BBAccumRotation (-1.570796) XT |
||
6632 | 149.2803 643.8359 m |
||
6633 | 149.2803 639.2998 l |
||
6634 | 144.7451 639.2998 l |
||
6635 | 144.7451 643.8359 l |
||
6636 | 149.2803 643.8359 l |
||
6637 | 149.2803 643.8359 l |
||
6638 | f /BBAccumRotation (-1.570796) XT |
||
6639 | 149.2803 637.4272 m |
||
6640 | 149.2803 632.8921 l |
||
6641 | 144.7451 632.8921 l |
||
6642 | 144.7451 637.4272 l |
||
6643 | 149.2803 637.4272 l |
||
6644 | 149.2803 637.4272 l |
||
6645 | f /BBAccumRotation (-1.570796) XT |
||
6646 | 155.4717 643.8359 m |
||
6647 | 155.4717 639.2998 l |
||
6648 | 150.9365 639.2998 l |
||
6649 | 150.9365 643.8359 l |
||
6650 | 155.4717 643.8359 l |
||
6651 | 155.4717 643.8359 l |
||
6652 | f /BBAccumRotation (-1.570796) XT |
||
6653 | |||
6654 | 155.4717 632.8921 l |
||
6655 | |||
6656 | 150.9365 637.4272 l |
||
6657 | 155.4717 637.4272 l |
||
6658 | 155.4717 637.4272 l |
||
6659 | f /BBAccumRotation (-1.570796) XT |
||
6660 | 136.9697 643.8359 m |
||
6661 | 136.9697 639.2998 l |
||
6662 | 132.4326 639.2998 l |
||
6663 | 132.4326 643.8359 l |
||
6664 | 136.9697 643.8359 l |
||
6665 | 136.9697 643.8359 l |
||
6666 | f /BBAccumRotation (-1.570796) XT |
||
6667 | 136.9697 637.4272 m |
||
6668 | 136.9697 632.8921 l |
||
6669 | 132.4326 632.8921 l |
||
6670 | 132.4326 637.4272 l |
||
6671 | 136.9697 637.4272 l |
||
6672 | 136.9697 637.4272 l |
||
6673 | f /BBAccumRotation (-1.570796) XT |
||
6674 | 143.1611 643.8359 m |
||
6675 | 143.1611 639.2998 l |
||
6676 | 138.624 639.2998 l |
||
6677 | 138.624 643.8359 l |
||
6678 | 143.1611 643.8359 l |
||
6679 | 143.1611 643.8359 l |
||
6680 | f /BBAccumRotation (-1.570796) XT |
||
6681 | 143.1611 637.4272 m |
||
6682 | 143.1611 632.8921 l |
||
6683 | 138.624 632.8921 l |
||
6684 | 138.624 637.4272 l |
||
6685 | 143.1611 637.4272 l |
||
6686 | 143.1611 637.4272 l |
||
6687 | f /BBAccumRotation (-1.570796) XT |
||
6688 | 136.9697 695.0996 m |
||
6689 | 136.9697 690.5635 l |
||
6690 | 132.4326 690.5635 l |
||
6691 | 132.4326 695.0996 l |
||
6692 | 136.9697 695.0996 l |
||
6693 | 136.9697 695.0996 l |
||
6694 | f /BBAccumRotation (-1.570796) XT |
||
6695 | 136.9697 688.6919 m |
||
6696 | 136.9697 684.1558 l |
||
6697 | 132.4326 684.1558 l |
||
6698 | 132.4326 688.6919 l |
||
6699 | 136.9697 688.6919 l |
||
6700 | 136.9697 688.6919 l |
||
6701 | f /BBAccumRotation (-1.570796) XT |
||
6702 | 143.1611 695.0996 m |
||
6703 | 143.1611 690.5635 l |
||
6704 | 138.624 690.5635 l |
||
6705 | 138.624 695.0996 l |
||
6706 | 143.1611 695.0996 l |
||
6707 | 143.1611 695.0996 l |
||
6708 | f /BBAccumRotation (-1.570796) XT |
||
6709 | 143.1611 688.6919 m |
||
6710 | 143.1611 684.1558 l |
||
6711 | 138.624 684.1558 l |
||
6712 | 138.624 688.6919 l |
||
6713 | 143.1611 688.6919 l |
||
6714 | 143.1611 688.6919 l |
||
6715 | f /BBAccumRotation (-1.570796) XT |
||
6716 | 99.9619 695.0996 m |
||
6717 | 99.9619 690.5635 l |
||
6718 | 95.4248 690.5635 l |
||
6719 | 95.4248 695.0996 l |
||
6720 | 99.9619 695.0996 l |
||
6721 | 99.9619 695.0996 l |
||
6722 | f /BBAccumRotation (-1.570796) XT |
||
6723 | 99.9619 688.6919 m |
||
6724 | 99.9619 684.1558 l |
||
6725 | 95.4248 684.1558 l |
||
6726 | 95.4248 688.6919 l |
||
6727 | 99.9619 688.6919 l |
||
6728 | 99.9619 688.6919 l |
||
6729 | f /BBAccumRotation (-1.570796) XT |
||
6730 | 106.0811 695.0996 m |
||
6731 | 106.0811 690.5635 l |
||
6732 | 101.5459 690.5635 l |
||
6733 | 101.5459 695.0996 l |
||
6734 | 106.0811 695.0996 l |
||
6735 | 106.0811 695.0996 l |
||
6736 | f /BBAccumRotation (-1.570796) XT |
||
6737 | 106.0811 688.6919 m |
||
6738 | 106.0811 684.1558 l |
||
6739 | 101.5459 684.1558 l |
||
6740 | 101.5459 688.6919 l |
||
6741 | 106.0811 688.6919 l |
||
6742 | 106.0811 688.6919 l |
||
6743 | f /BBAccumRotation (-1.570796) XT |
||
6744 | 0 R |
||
6745 | 0.0118 0.9608 0.9137 0 K |
||
6746 | 1 J 1 j 1 w 10 M 0 XR |
||
6747 | 137.7607 588.7202 m |
||
6748 | 137.7607 588.7202 l |
||
6749 | 163.6143 588.7202 184.5967 610.5415 184.5967 637.4277 c |
||
6750 | 184.5967 664.3145 163.6143 686.1357 137.7607 686.1357 c |
||
6751 | 111.9072 686.1357 90.9248 664.3145 90.9248 637.4277 c |
||
6752 | 90.9248 610.5415 111.9072 588.7202 137.7607 588.7202 c |
||
6753 | 137.7607 588.7202 l |
||
6754 | s /BBAccumRotation (-1.570796) XT |
||
6755 | 137.7607 575.9038 m |
||
6756 | 137.7607 575.9038 l |
||
6757 | 170.4502 575.9038 196.9805 603.4663 196.9805 637.4277 c |
||
6758 | 196.9805 671.3887 170.4502 698.9517 137.7607 698.9517 c |
||
6759 | 105.0713 698.9517 78.54 671.3887 78.54 637.4277 c |
||
6760 | 78.54 603.4663 105.0713 575.9038 137.7607 575.9038 c |
||
6761 | 137.7607 575.9038 l |
||
6762 | s /BBAccumRotation (-1.570796) XT |
||
6763 | 0.9569 0.9294 0 0 K |
||
6764 | 137.6885 638.6519 m |
||
6765 | 137.6885 638.1479 l |
||
6766 | S /BBAccumRotation (-1.570796) XT |
||
6767 | 137.6885 636.4917 m |
||
6768 | 137.6885 635.9878 l |
||
6769 | S /BBAccumRotation (-1.570796) XT |
||
6770 | 138.9854 637.356 m |
||
6771 | 138.4814 637.356 l |
||
6772 | S /BBAccumRotation (-1.570796) XT |
||
6773 | 136.8252 637.356 m |
||
6774 | 136.3213 637.356 l |
||
6775 | S /BBAccumRotation (-1.570796) XT |
||
6776 | 137.7002 636.6504 m |
||
6777 | 138.0967 636.6504 138.4209 636.9731 138.4209 637.3706 c |
||
6778 | 138.4209 637.7681 138.0967 638.0908 137.7002 638.0908 c |
||
6779 | 137.3037 638.0908 136.9795 637.7681 136.9795 637.3706 c |
||
6780 | 136.9795 636.9731 137.3037 636.6504 137.7002 636.6504 c |
||
6781 | 137.7002 636.6504 l |
||
6782 | s /BBAccumRotation (-1.570796) XT |
||
6783 | U /BBAccumRotation (0.000000) XT |
||
6784 | U /BBAccumRotation (0.000000) XT |
||
6785 | U u u u q 0 J 0 j 1 w 4 M 242.7363 472.4658 m |
||
6786 | 242.7363 318.3848 l |
||
6787 | 88.2969 318.3848 l |
||
6788 | 88.2969 472.4658 l |
||
6789 | H W N /BBAccumRotation (-1.570796) XT |
||
6790 | 0 R |
||
6791 | 0.2274 0.1608 0.1294 0.0196 K |
||
6792 | 1 J 1 j 0.24 w 10 M 236.6172 318.457 m |
||
6793 | 236.6172 318.3848 l |
||
6794 | S /BBAccumRotation (-1.570796) XT |
||
6795 | Q /BBAccumRotation (0.000000) XT |
||
6796 | 0 A |
||
6797 | q 300 Ar |
||
6798 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
6799 | 0 XR |
||
6800 | 242.7363 472.4658 m |
||
6801 | 242.7363 318.3848 l |
||
6802 | 88.2969 318.3848 l |
||
6803 | 88.2969 472.4658 l |
||
6804 | H W N /BBAccumRotation (-1.570796) XT |
||
6805 | 0 R |
||
6806 | 0.2274 0.1608 0.1294 0.0196 K |
||
6807 | 1 J 1 j 0.24 w 10 M 88.3691 472.4658 m |
||
6808 | 88.3691 472.3936 l |
||
6809 | S /BBAccumRotation (-1.570796) XT |
||
6810 | Q /BBAccumRotation (0.000000) XT |
||
6811 | 0 A |
||
6812 | 0 O |
||
6813 | 0.1137 0.0784 0.0588 0.0039 k |
||
6814 | 300 Ar |
||
6815 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
6816 | 1 XR |
||
6817 | |||
6818 | 236.6172 472.3936 l |
||
6819 | 88.3691 472.3936 l |
||
6820 | |||
6821 | 236.6172 472.4658 l |
||
6822 | 236.6172 472.4658 l |
||
6823 | f /BBAccumRotation (-1.570796) XT |
||
6824 | 236.6172 472.4658 m |
||
6825 | 236.6172 318.457 l |
||
6826 | 236.5449 318.457 l |
||
6827 | 236.5449 472.4658 l |
||
6828 | 236.6172 472.4658 l |
||
6829 | 236.6172 472.4658 l |
||
6830 | f /BBAccumRotation (-1.570796) XT |
||
6831 | 0.4274 0.3137 0.2863 0.1294 k |
||
6832 | 236.6172 318.457 m |
||
6833 | 236.6172 318.3848 l |
||
6834 | 88.2969 318.3848 l |
||
6835 | 88.2969 318.457 l |
||
6836 | 236.6172 318.457 l |
||
6837 | 236.6172 318.457 l |
||
6838 | f /BBAccumRotation (-1.570796) XT |
||
6839 | 88.3691 472.4658 m |
||
6840 | 88.3691 318.3848 l |
||
6841 | 88.2969 318.3848 l |
||
6842 | 88.2969 472.4658 l |
||
6843 | 88.3691 472.4658 l |
||
6844 | 88.3691 472.4658 l |
||
6845 | f /BBAccumRotation (-1.570796) XT |
||
6846 | q 0 XR |
||
6847 | 242.7363 472.4658 m |
||
6848 | 242.7363 318.3848 l |
||
6849 | 88.2969 318.3848 l |
||
6850 | 88.2969 472.4658 l |
||
6851 | H W N /BBAccumRotation (-1.570796) XT |
||
6852 | 0 R |
||
6853 | 0.2274 0.1608 0.1294 0.0196 K |
||
6854 | 1 J 1 j 0.24 w 10 M 236.6172 318.457 m |
||
6855 | 236.6172 318.3848 l |
||
6856 | S /BBAccumRotation (-1.570796) XT |
||
6857 | Q /BBAccumRotation (0.000000) XT |
||
6858 | 0 A |
||
6859 | q 300 Ar |
||
6860 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
6861 | 0 XR |
||
6862 | 242.7363 472.4658 m |
||
6863 | 242.7363 318.3848 l |
||
6864 | 88.2969 318.3848 l |
||
6865 | 88.2969 472.4658 l |
||
6866 | H W N /BBAccumRotation (-1.570796) XT |
||
6867 | 0 R |
||
6868 | |||
6869 | 1 J 1 j 0.24 w 10 M 88.3691 472.4658 m |
||
6870 | 88.3691 472.3936 l |
||
6871 | S /BBAccumRotation (-1.570796) XT |
||
6872 | |||
6873 | 0 A |
||
6874 | |||
6875 | |||
6876 | 300 Ar |
||
6877 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
6878 | 1 XR |
||
6879 | 236.6172 472.4658 m |
||
6880 | 236.6172 472.3936 l |
||
6881 | 88.3691 472.3936 l |
||
6882 | 88.3691 472.4658 l |
||
6883 | 236.6172 472.4658 l |
||
6884 | 236.6172 472.4658 l |
||
6885 | |||
6886 | 236.6172 472.4658 m |
||
6887 | 236.6172 318.457 l |
||
6888 | 236.5449 318.457 l |
||
6889 | 236.5449 472.4658 l |
||
6890 | 236.6172 472.4658 l |
||
6891 | 236.6172 472.4658 l |
||
6892 | f /BBAccumRotation (-1.570796) XT |
||
6893 | 0.4274 0.3137 0.2863 0.1294 k |
||
6894 | 236.6172 318.457 m |
||
6895 | 236.6172 318.3848 l |
||
6896 | 88.2969 318.3848 l |
||
6897 | 88.2969 318.457 l |
||
6898 | 236.6172 318.457 l |
||
6899 | 236.6172 318.457 l |
||
6900 | f /BBAccumRotation (-1.570796) XT |
||
6901 | 88.3691 472.4658 m |
||
6902 | 88.3691 318.3848 l |
||
6903 | 88.2969 318.3848 l |
||
6904 | 88.2969 472.4658 l |
||
6905 | 88.3691 472.4658 l |
||
6906 | 88.3691 472.4658 l |
||
6907 | f /BBAccumRotation (-1.570796) XT |
||
6908 | 0 R |
||
6909 | 0 0 0 1 K |
||
6910 | 1 J 1 j 0.24 w 10 M 0 XR |
||
6911 | 236.5449 433.9453 m |
||
6912 | 88.3691 433.9453 l |
||
6913 | S /BBAccumRotation (-1.570796) XT |
||
6914 | 236.5449 395.4248 m |
||
6915 | 88.3691 395.4248 l |
||
6916 | S /BBAccumRotation (-1.570796) XT |
||
6917 | 236.5449 356.9775 m |
||
6918 | 88.3691 356.9775 l |
||
6919 | S /BBAccumRotation (-1.570796) XT |
||
6920 | 125.4492 472.3936 m |
||
6921 | |||
6922 | S /BBAccumRotation (-1.570796) XT |
||
6923 | 162.457 472.3936 m |
||
6924 | |||
6925 | S /BBAccumRotation (-1.570796) XT |
||
6926 | 199.5371 472.3936 m |
||
6927 | 199.5371 318.457 l |
||
6928 | S /BBAccumRotation (-1.570796) XT |
||
6929 | 0 O |
||
6930 | 0.9255 0 1 0 k |
||
6931 | 0 J 0 j 1 w 4 M 1 XR |
||
6932 | 186.2891 375.2656 m |
||
6933 | |||
6934 | 181.752 370.7295 l |
||
6935 | |||
6936 | 186.2891 375.2656 l |
||
6937 | 186.2891 375.2656 l |
||
6938 | f /BBAccumRotation (-1.570796) XT |
||
6939 | 186.2891 368.8564 m |
||
6940 | 186.2891 364.3203 l |
||
6941 | 181.752 364.3203 l |
||
6942 | 181.752 368.8564 l |
||
6943 | 186.2891 368.8564 l |
||
6944 | 186.2891 368.8564 l |
||
6945 | f /BBAccumRotation (-1.570796) XT |
||
6946 | 192.4805 375.2656 m |
||
6947 | 192.4805 370.7295 l |
||
6948 | 187.9453 370.7295 l |
||
6949 | 187.9453 375.2656 l |
||
6950 | 192.4805 375.2656 l |
||
6951 | 192.4805 375.2656 l |
||
6952 | f /BBAccumRotation (-1.570796) XT |
||
6953 | 192.4805 368.8564 m |
||
6954 | 192.4805 364.3203 l |
||
6955 | 187.9453 364.3203 l |
||
6956 | 187.9453 368.8564 l |
||
6957 | 192.4805 368.8564 l |
||
6958 | 192.4805 368.8564 l |
||
6959 | f /BBAccumRotation (-1.570796) XT |
||
6960 | 136.9688 375.2656 m |
||
6961 | 136.9688 370.7295 l |
||
6962 | |||
6963 | |||
6964 | 136.9688 375.2656 l |
||
6965 | |||
6966 | f /BBAccumRotation (-1.570796) XT |
||
6967 | 136.9688 368.8564 m |
||
6968 | 136.9688 364.3203 l |
||
6969 | 132.4316 364.3203 l |
||
6970 | 132.4316 368.8564 l |
||
6971 | 136.9688 368.8564 l |
||
6972 | 136.9688 368.8564 l |
||
6973 | f /BBAccumRotation (-1.570796) XT |
||
6974 | 143.1621 375.2656 m |
||
6975 | 143.1621 370.7295 l |
||
6976 | 138.625 370.7295 l |
||
6977 | 138.625 375.2656 l |
||
6978 | 143.1621 375.2656 l |
||
6979 | 143.1621 375.2656 l |
||
6980 | f /BBAccumRotation (-1.570796) XT |
||
6981 | 143.1621 368.8564 m |
||
6982 | 143.1621 364.3203 l |
||
6983 | 138.625 364.3203 l |
||
6984 | 138.625 368.8564 l |
||
6985 | 143.1621 368.8564 l |
||
6986 | 143.1621 368.8564 l |
||
6987 | f /BBAccumRotation (-1.570796) XT |
||
6988 | 186.2891 413.7139 m |
||
6989 | 186.2891 409.1768 l |
||
6990 | |||
6991 | 181.752 413.7139 l |
||
6992 | |||
6993 | 186.2891 413.7139 l |
||
6994 | f /BBAccumRotation (-1.570796) XT |
||
6995 | 186.2891 407.3047 m |
||
6996 | 186.2891 402.7695 l |
||
6997 | 181.752 402.7695 l |
||
6998 | 181.752 407.3047 l |
||
6999 | 186.2891 407.3047 l |
||
7000 | 186.2891 407.3047 l |
||
7001 | f /BBAccumRotation (-1.570796) XT |
||
7002 | 192.4805 413.7139 m |
||
7003 | 192.4805 409.1768 l |
||
7004 | 187.9453 409.1768 l |
||
7005 | 187.9453 413.7139 l |
||
7006 | 192.4805 413.7139 l |
||
7007 | 192.4805 413.7139 l |
||
7008 | f /BBAccumRotation (-1.570796) XT |
||
7009 | 192.4805 407.3047 m |
||
7010 | 192.4805 402.7695 l |
||
7011 | 187.9453 402.7695 l |
||
7012 | 187.9453 407.3047 l |
||
7013 | 192.4805 407.3047 l |
||
7014 | 192.4805 407.3047 l |
||
7015 | f /BBAccumRotation (-1.570796) XT |
||
7016 | 173.9766 413.7139 m |
||
7017 | 173.9766 409.1768 l |
||
7018 | 169.4395 409.1768 l |
||
7019 | 169.4395 413.7139 l |
||
7020 | 173.9766 413.7139 l |
||
7021 | 173.9766 413.7139 l |
||
7022 | f /BBAccumRotation (-1.570796) XT |
||
7023 | 173.9766 407.3047 m |
||
7024 | 173.9766 402.7695 l |
||
7025 | 169.4395 402.7695 l |
||
7026 | 169.4395 407.3047 l |
||
7027 | 173.9766 407.3047 l |
||
7028 | 173.9766 407.3047 l |
||
7029 | f /BBAccumRotation (-1.570796) XT |
||
7030 | 180.168 413.7139 m |
||
7031 | 180.168 409.1768 l |
||
7032 | 175.6328 409.1768 l |
||
7033 | 175.6328 413.7139 l |
||
7034 | 180.168 413.7139 l |
||
7035 | 180.168 413.7139 l |
||
7036 | f /BBAccumRotation (-1.570796) XT |
||
7037 | 180.168 407.3047 m |
||
7038 | 180.168 402.7695 l |
||
7039 | 175.6328 402.7695 l |
||
7040 | 175.6328 407.3047 l |
||
7041 | 180.168 407.3047 l |
||
7042 | 180.168 407.3047 l |
||
7043 | f /BBAccumRotation (-1.570796) XT |
||
7044 | 223.3691 426.5293 m |
||
7045 | 223.3691 421.9932 l |
||
7046 | 218.832 421.9932 l |
||
7047 | 218.832 426.5293 l |
||
7048 | 223.3691 426.5293 l |
||
7049 | 223.3691 426.5293 l |
||
7050 | f /BBAccumRotation (-1.570796) XT |
||
7051 | 223.3691 420.1211 m |
||
7052 | 223.3691 415.585 l |
||
7053 | 218.832 415.585 l |
||
7054 | 218.832 420.1211 l |
||
7055 | 223.3691 420.1211 l |
||
7056 | 223.3691 420.1211 l |
||
7057 | f /BBAccumRotation (-1.570796) XT |
||
7058 | 229.4883 426.5293 m |
||
7059 | 229.4883 421.9932 l |
||
7060 | 224.9531 421.9932 l |
||
7061 | 224.9531 426.5293 l |
||
7062 | 229.4883 426.5293 l |
||
7063 | 229.4883 426.5293 l |
||
7064 | f /BBAccumRotation (-1.570796) XT |
||
7065 | 229.4883 420.1211 m |
||
7066 | 229.4883 415.585 l |
||
7067 | 224.9531 415.585 l |
||
7068 | 224.9531 420.1211 l |
||
7069 | 229.4883 420.1211 l |
||
7070 | 229.4883 420.1211 l |
||
7071 | f /BBAccumRotation (-1.570796) XT |
||
7072 | 210.9844 452.1611 m |
||
7073 | 210.9844 447.625 l |
||
7074 | 206.4492 447.625 l |
||
7075 | 206.4492 452.1611 l |
||
7076 | 210.9844 452.1611 l |
||
7077 | 210.9844 452.1611 l |
||
7078 | f /BBAccumRotation (-1.570796) XT |
||
7079 | 210.9844 445.7529 m |
||
7080 | 210.9844 441.2178 l |
||
7081 | 206.4492 441.2178 l |
||
7082 | 206.4492 445.7529 l |
||
7083 | 210.9844 445.7529 l |
||
7084 | 210.9844 445.7529 l |
||
7085 | f /BBAccumRotation (-1.570796) XT |
||
7086 | 217.1768 452.1611 m |
||
7087 | 217.1768 447.625 l |
||
7088 | 212.6406 447.625 l |
||
7089 | 212.6406 452.1611 l |
||
7090 | 217.1768 452.1611 l |
||
7091 | 217.1768 452.1611 l |
||
7092 | f /BBAccumRotation (-1.570796) XT |
||
7093 | 217.1768 445.7529 m |
||
7094 | 217.1768 441.2178 l |
||
7095 | 212.6406 441.2178 l |
||
7096 | 212.6406 445.7529 l |
||
7097 | 217.1768 445.7529 l |
||
7098 | 217.1768 445.7529 l |
||
7099 | f /BBAccumRotation (-1.570796) XT |
||
7100 | 186.2891 464.9775 m |
||
7101 | 186.2891 460.4404 l |
||
7102 | 181.752 460.4404 l |
||
7103 | 181.752 464.9775 l |
||
7104 | 186.2891 464.9775 l |
||
7105 | 186.2891 464.9775 l |
||
7106 | f /BBAccumRotation (-1.570796) XT |
||
7107 | 186.2891 458.5693 m |
||
7108 | 186.2891 454.0332 l |
||
7109 | 181.752 454.0332 l |
||
7110 | 181.752 458.5693 l |
||
7111 | 186.2891 458.5693 l |
||
7112 | 186.2891 458.5693 l |
||
7113 | f /BBAccumRotation (-1.570796) XT |
||
7114 | 192.4805 464.9775 m |
||
7115 | 192.4805 460.4404 l |
||
7116 | 187.9453 460.4404 l |
||
7117 | 187.9453 464.9775 l |
||
7118 | 192.4805 464.9775 l |
||
7119 | 192.4805 464.9775 l |
||
7120 | f /BBAccumRotation (-1.570796) XT |
||
7121 | 192.4805 458.5693 m |
||
7122 | |||
7123 | 187.9453 454.0332 l |
||
7124 | 187.9453 458.5693 l |
||
7125 | |||
7126 | 192.4805 458.5693 l |
||
7127 | f /BBAccumRotation (-1.570796) XT |
||
7128 | 173.9766 464.9775 m |
||
7129 | 173.9766 460.4404 l |
||
7130 | 169.4395 460.4404 l |
||
7131 | 169.4395 464.9775 l |
||
7132 | 173.9766 464.9775 l |
||
7133 | 173.9766 464.9775 l |
||
7134 | f /BBAccumRotation (-1.570796) XT |
||
7135 | 173.9766 458.5693 m |
||
7136 | 173.9766 454.0332 l |
||
7137 | 169.4395 454.0332 l |
||
7138 | 169.4395 458.5693 l |
||
7139 | 173.9766 458.5693 l |
||
7140 | 173.9766 458.5693 l |
||
7141 | f /BBAccumRotation (-1.570796) XT |
||
7142 | 180.168 464.9775 m |
||
7143 | 180.168 460.4404 l |
||
7144 | 175.6328 460.4404 l |
||
7145 | 175.6328 464.9775 l |
||
7146 | 180.168 464.9775 l |
||
7147 | 180.168 464.9775 l |
||
7148 | f /BBAccumRotation (-1.570796) XT |
||
7149 | 180.168 458.5693 m |
||
7150 | 180.168 454.0332 l |
||
7151 | 175.6328 454.0332 l |
||
7152 | 175.6328 458.5693 l |
||
7153 | 180.168 458.5693 l |
||
7154 | 180.168 458.5693 l |
||
7155 | f /BBAccumRotation (-1.570796) XT |
||
7156 | 0 R |
||
7157 | 0.0118 0.9608 0.9137 0 K |
||
7158 | 1 J 1 j 1 w 10 M 0 XR |
||
7159 | 171.7441 363.6729 m |
||
7160 | 171.7441 363.6729 l |
||
7161 | 197.6172 363.6729 218.6172 385.4785 218.6172 412.3447 c |
||
7162 | 218.6172 439.2119 197.6172 461.0166 171.7441 461.0166 c |
||
7163 | 145.8711 461.0166 124.873 439.2119 124.873 412.3447 c |
||
7164 | 124.873 385.4785 145.8711 363.6729 171.7441 363.6729 c |
||
7165 | 171.7441 363.6729 l |
||
7166 | s /BBAccumRotation (-1.570796) XT |
||
7167 | 171.8164 350.8574 m |
||
7168 | 171.8164 350.8574 l |
||
7169 | 204.5059 350.8574 231.0371 378.4033 231.0371 412.3447 c |
||
7170 | 231.0371 446.2861 204.5059 473.833 171.8164 473.833 c |
||
7171 | 139.127 473.833 112.5977 446.2861 112.5977 412.3447 c |
||
7172 | 112.5977 378.4033 139.127 350.8574 171.8164 350.8574 c |
||
7173 | |||
7174 | s /BBAccumRotation (-1.570796) XT |
||
7175 | 0.9569 0.9294 0 0 K |
||
7176 | 171.7441 413.5693 m |
||
7177 | 171.7441 413.0654 l |
||
7178 | S /BBAccumRotation (-1.570796) XT |
||
7179 | |||
7180 | 171.7441 410.9053 l |
||
7181 | |||
7182 | |||
7183 | 172.5371 412.2734 l |
||
7184 | S /BBAccumRotation (-1.570796) XT |
||
7185 | 170.8809 412.2734 m |
||
7186 | 170.377 412.2734 l |
||
7187 | S /BBAccumRotation (-1.570796) XT |
||
7188 | 171.7559 411.5674 m |
||
7189 | 172.1543 411.5674 172.4766 411.8906 172.4766 412.2881 c |
||
7190 | 172.4766 412.6855 172.1543 413.0078 171.7559 413.0078 c |
||
7191 | |||
7192 | 171.0352 411.8906 171.3594 411.5674 171.7559 411.5674 c |
||
7193 | 171.7559 411.5674 l |
||
7194 | s /BBAccumRotation (-1.570796) XT |
||
7195 | U /BBAccumRotation (0.000000) XT |
||
7196 | U /BBAccumRotation (0.000000) XT |
||
7197 | U u u u q 0 J 0 j 1 w 4 M 242.7363 244.0898 m |
||
7198 | 242.7363 90.0098 l |
||
7199 | 88.2969 90.0098 l |
||
7200 | |||
7201 | H W N /BBAccumRotation (-1.570796) XT |
||
7202 | 0 R |
||
7203 | |||
7204 | 1 J 1 j 0.24 w 10 M 236.6162 90.082 m |
||
7205 | |||
7206 | |||
7207 | Q /BBAccumRotation (0.000000) XT |
||
7208 | 0 A |
||
7209 | q 300 Ar |
||
7210 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
7211 | 0 XR |
||
7212 | 242.7363 244.0898 m |
||
7213 | 242.7363 90.0098 l |
||
7214 | 88.2969 90.0098 l |
||
7215 | |||
7216 | H W N /BBAccumRotation (-1.570796) XT |
||
7217 | 0 R |
||
7218 | 0.2274 0.1608 0.1294 0.0196 K |
||
7219 | 1 J 1 j 0.24 w 10 M 88.3691 244.0898 m |
||
7220 | 88.3691 244.0176 l |
||
7221 | S /BBAccumRotation (-1.570796) XT |
||
7222 | Q /BBAccumRotation (0.000000) XT |
||
7223 | 0 A |
||
7224 | |||
7225 | |||
7226 | 300 Ar |
||
7227 | 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D |
||
7228 | |||
7229 | 236.6162 244.0898 m |
||
7230 | |||
7231 | 88.3691 244.0176 l |
||
7232 | 88.3691 244.0898 l |
||
7233 | 236.6162 244.0898 l |
||
7234 | 236.6162 244.0898 l |
||
7235 | f /BBAccumRotation (-1.570796) XT |
||
7236 | 236.6162 244.0898 m |
||
7237 | 236.6162 90.082 l |
||
7238 | 236.5449 90.082 l |
||
7239 | 236.5449 244.0898 l |
||
7240 | 236.6162 244.0898 l |
||
7241 | 236.6162 244.0898 l |
||
7242 | f /BBAccumRotation (-1.570796) XT |
||
7243 | 0.4274 0.3137 0.2863 0.1294 k |
||
7244 | 236.6162 90.082 m |
||
7245 | 236.6162 90.0098 l |
||
7246 | 88.2969 90.0098 l |
||
7247 | 88.2969 90.082 l |
||
7248 | 236.6162 90.082 l |
||
7249 | 236.6162 90.082 l |
||
7250 | f /BBAccumRotation (-1.570796) XT |
||
7251 | 88.3691 244.0898 m |
||
7252 | 88.3691 90.0098 l |
||
7253 | 88.2969 90.0098 l |
||
7254 | 88.2969 244.0898 l |
||
7255 | 88.3691 244.0898 l |
||
7256 | 88.3691 244.0898 l |
||
7257 | f /BBAccumRotation (-1.570796) XT |
||
7258 | 0 R |
||
7259 | 0.2274 0.1608 0.1294 0.0196 K |
||
7260 | 1 J 1 j 0.24 w 10 M 0 XR |
||
7261 | 236.6162 90.082 m |
||
7262 | 236.6162 90.0098 l |
||
7263 | S /BBAccumRotation (-1.570796) XT |
||
7264 | 88.3691 244.0898 m |
||
7265 | |||
7266 | S /BBAccumRotation (-1.570796) XT |
||
7267 | 0 O |
||
7268 | |||
7269 | 0 J 0 j 1 w 4 M 1 XR |
||
7270 | 236.6162 244.0898 m |
||
7271 | 236.6162 244.0176 l |
||
7272 | 88.3691 244.0176 l |
||
7273 | 88.3691 244.0898 l |
||
7274 | 236.6162 244.0898 l |
||
7275 | 236.6162 244.0898 l |
||
7276 | f /BBAccumRotation (-1.570796) XT |
||
7277 | |||
7278 | 236.6162 90.082 l |
||
7279 | |||
7280 | 236.5449 244.0898 l |
||
7281 | 236.6162 244.0898 l |
||
7282 | 236.6162 244.0898 l |
||
7283 | f /BBAccumRotation (-1.570796) XT |
||
7284 | 0.4274 0.3137 0.2863 0.1294 k |
||
7285 | 236.6162 90.082 m |
||
7286 | 236.6162 90.0098 l |
||
7287 | 88.2969 90.0098 l |
||
7288 | 88.2969 90.082 l |
||
7289 | 236.6162 90.082 l |
||
7290 | 236.6162 90.082 l |
||
7291 | f /BBAccumRotation (-1.570796) XT |
||
7292 | 0 R |
||
7293 | 0 0 0 1 K |
||
7294 | 1 J 1 j 0.24 w 10 M 0 XR |
||
7295 | 236.5449 205.5703 m |
||
7296 | 88.3691 205.5703 l |
||
7297 | S /BBAccumRotation (-1.570796) XT |
||
7298 | 236.5449 167.0498 m |
||
7299 | 88.3691 167.0498 l |
||
7300 | S /BBAccumRotation (-1.570796) XT |
||
7301 | 236.5449 128.6016 m |
||
7302 | 88.3691 128.6016 l |
||
7303 | S /BBAccumRotation (-1.570796) XT |
||
7304 | 125.4492 244.0176 m |
||
7305 | 125.4492 90.082 l |
||
7306 | |||
7307 | |||
7308 | 162.4561 90.082 l |
||
7309 | |||
7310 | 199.5361 244.0176 m |
||
7311 | 199.5361 90.082 l |
||
7312 | S /BBAccumRotation (-1.570796) XT |
||
7313 | 0 O |
||
7314 | 0.9255 0 1 0 k |
||
7315 | 0 J 0 j 1 w 4 M 1 XR |
||
7316 | 186.2881 159.7061 m |
||
7317 | 186.2881 155.1699 l |
||
7318 | 181.752 155.1699 l |
||
7319 | 181.752 159.7061 l |
||
7320 | 186.2881 159.7061 l |
||
7321 | 186.2881 159.7061 l |
||
7322 | f /BBAccumRotation (-1.570796) XT |
||
7323 | 186.2881 153.2988 m |
||
7324 | 186.2881 148.7617 l |
||
7325 | 181.752 148.7617 l |
||
7326 | 181.752 153.2988 l |
||
7327 | 186.2881 153.2988 l |
||
7328 | 186.2881 153.2988 l |
||
7329 | f /BBAccumRotation (-1.570796) XT |
||
7330 | 192.4795 159.7061 m |
||
7331 | 192.4795 155.1699 l |
||
7332 | 187.9443 155.1699 l |
||
7333 | 187.9443 159.7061 l |
||
7334 | |||
7335 | 192.4795 159.7061 l |
||
7336 | |||
7337 | 192.4795 153.2988 m |
||
7338 | 192.4795 148.7617 l |
||
7339 | 187.9443 148.7617 l |
||
7340 | 187.9443 153.2988 l |
||
7341 | 192.4795 153.2988 l |
||
7342 | 192.4795 153.2988 l |
||
7343 | f /BBAccumRotation (-1.570796) XT |
||
7344 | 173.9766 159.7061 m |
||
7345 | 173.9766 155.1699 l |
||
7346 | 169.4395 155.1699 l |
||
7347 | 169.4395 159.7061 l |
||
7348 | 173.9766 159.7061 l |
||
7349 | 173.9766 159.7061 l |
||
7350 | f /BBAccumRotation (-1.570796) XT |
||
7351 | 173.9766 153.2988 m |
||
7352 | 173.9766 148.7617 l |
||
7353 | 169.4395 148.7617 l |
||
7354 | 169.4395 153.2988 l |
||
7355 | 173.9766 153.2988 l |
||
7356 | 173.9766 153.2988 l |
||
7357 | f /BBAccumRotation (-1.570796) XT |
||
7358 | 180.168 159.7061 m |
||
7359 | 180.168 155.1699 l |
||
7360 | 175.6328 155.1699 l |
||
7361 | 175.6328 159.7061 l |
||
7362 | 180.168 159.7061 l |
||
7363 | 180.168 159.7061 l |
||
7364 | f /BBAccumRotation (-1.570796) XT |
||
7365 | 180.168 153.2988 m |
||
7366 | 180.168 148.7617 l |
||
7367 | 175.6328 148.7617 l |
||
7368 | 175.6328 153.2988 l |
||
7369 | 180.168 153.2988 l |
||
7370 | 180.168 153.2988 l |
||
7371 | f /BBAccumRotation (-1.570796) XT |
||
7372 | 149.2803 121.2578 m |
||
7373 | 149.2803 116.7207 l |
||
7374 | 144.7441 116.7207 l |
||
7375 | 144.7441 121.2578 l |
||
7376 | 149.2803 121.2578 l |
||
7377 | 149.2803 121.2578 l |
||
7378 | f /BBAccumRotation (-1.570796) XT |
||
7379 | 149.2803 114.8496 m |
||
7380 | 149.2803 110.3145 l |
||
7381 | 144.7441 110.3145 l |
||
7382 | 144.7441 114.8496 l |
||
7383 | 149.2803 114.8496 l |
||
7384 | 149.2803 114.8496 l |
||
7385 | f /BBAccumRotation (-1.570796) XT |
||
7386 | 155.4727 121.2578 m |
||
7387 | 155.4727 116.7207 l |
||
7388 | 150.9365 116.7207 l |
||
7389 | 150.9365 121.2578 l |
||
7390 | 155.4727 121.2578 l |
||
7391 | 155.4727 121.2578 l |
||
7392 | f /BBAccumRotation (-1.570796) XT |
||
7393 | 155.4727 114.8496 m |
||
7394 | 155.4727 110.3145 l |
||
7395 | 150.9365 110.3145 l |
||
7396 | 150.9365 114.8496 l |
||
7397 | 155.4727 114.8496 l |
||
7398 | 155.4727 114.8496 l |
||
7399 | f /BBAccumRotation (-1.570796) XT |
||
7400 | 136.9678 146.8887 m |
||
7401 | 136.9678 142.3535 l |
||
7402 | 132.4316 142.3535 l |
||
7403 | 132.4316 146.8887 l |
||
7404 | 136.9678 146.8887 l |
||
7405 | 136.9678 146.8887 l |
||
7406 | f /BBAccumRotation (-1.570796) XT |
||
7407 | 136.9678 140.4824 m |
||
7408 | 136.9678 135.9453 l |
||
7409 | 132.4316 135.9453 l |
||
7410 | 132.4316 140.4824 l |
||
7411 | 136.9678 140.4824 l |
||
7412 | 136.9678 140.4824 l |
||
7413 | f /BBAccumRotation (-1.570796) XT |
||
7414 | 143.1602 146.8887 m |
||
7415 | 143.1602 142.3535 l |
||
7416 | 138.624 142.3535 l |
||
7417 | 138.624 146.8887 l |
||
7418 | 143.1602 146.8887 l |
||
7419 | 143.1602 146.8887 l |
||
7420 | f /BBAccumRotation (-1.570796) XT |
||
7421 | 143.1602 140.4824 m |
||
7422 | 143.1602 135.9453 l |
||
7423 | 138.624 135.9453 l |
||
7424 | 138.624 140.4824 l |
||
7425 | 143.1602 140.4824 l |
||
7426 | 143.1602 140.4824 l |
||
7427 | f /BBAccumRotation (-1.570796) XT |
||
7428 | 210.9844 198.1543 m |
||
7429 | 210.9844 193.6172 l |
||
7430 | 206.4482 193.6172 l |
||
7431 | 206.4482 198.1543 l |
||
7432 | 210.9844 198.1543 l |
||
7433 | 210.9844 198.1543 l |
||
7434 | f /BBAccumRotation (-1.570796) XT |
||
7435 | 210.9844 191.7461 m |
||
7436 | 210.9844 187.21 l |
||
7437 | 206.4482 187.21 l |
||
7438 | 206.4482 191.7461 l |
||
7439 | 210.9844 191.7461 l |
||
7440 | 210.9844 191.7461 l |
||
7441 | f /BBAccumRotation (-1.570796) XT |
||
7442 | 217.1758 198.1543 m |
||
7443 | 217.1758 193.6172 l |
||
7444 | 212.6406 193.6172 l |
||
7445 | 212.6406 198.1543 l |
||
7446 | 217.1758 198.1543 l |
||
7447 | 217.1758 198.1543 l |
||
7448 | f /BBAccumRotation (-1.570796) XT |
||
7449 | 217.1758 191.7461 m |
||
7450 | 217.1758 187.21 l |
||
7451 | 212.6406 187.21 l |
||
7452 | 212.6406 191.7461 l |
||
7453 | 217.1758 191.7461 l |
||
7454 | 217.1758 191.7461 l |
||
7455 | f /BBAccumRotation (-1.570796) XT |
||
7456 | 149.2803 198.1543 m |
||
7457 | 149.2803 193.6172 l |
||
7458 | 144.7441 193.6172 l |
||
7459 | 144.7441 198.1543 l |
||
7460 | 149.2803 198.1543 l |
||
7461 | 149.2803 198.1543 l |
||
7462 | f /BBAccumRotation (-1.570796) XT |
||
7463 | 149.2803 191.7461 m |
||
7464 | 149.2803 187.21 l |
||
7465 | 144.7441 187.21 l |
||
7466 | 144.7441 191.7461 l |
||
7467 | 149.2803 191.7461 l |
||
7468 | 149.2803 191.7461 l |
||
7469 | f /BBAccumRotation (-1.570796) XT |
||
7470 | 155.4727 198.1543 m |
||
7471 | 155.4727 193.6172 l |
||
7472 | 150.9365 193.6172 l |
||
7473 | 150.9365 198.1543 l |
||
7474 | 155.4727 198.1543 l |
||
7475 | 155.4727 198.1543 l |
||
7476 | f /BBAccumRotation (-1.570796) XT |
||
7477 | 155.4727 191.7461 m |
||
7478 | 155.4727 187.21 l |
||
7479 | 150.9365 187.21 l |
||
7480 | 150.9365 191.7461 l |
||
7481 | 155.4727 191.7461 l |
||
7482 | 155.4727 191.7461 l |
||
7483 | f /BBAccumRotation (-1.570796) XT |
||
7484 | 0 R |
||
7485 | 0.0118 0.9608 0.9137 0 K |
||
7486 | 1 J 1 j 1 w 10 M 0 XR |
||
7487 | 181.8965 104.877 m |
||
7488 | 181.8965 104.877 l |
||
7489 | 207.7695 104.877 228.7676 126.6992 228.7676 153.5859 c |
||
7490 | 228.7676 180.4727 207.7695 202.2939 181.8965 202.2939 c |
||
7491 | 156.0225 202.2939 135.0244 180.4727 135.0244 153.5859 c |
||
7492 | 135.0244 126.6992 156.0225 104.877 181.8965 104.877 c |
||
7493 | 181.8965 104.877 l |
||
7494 | s /BBAccumRotation (-1.570796) XT |
||
7495 | 181.8965 92.0605 m |
||
7496 | 181.8965 92.0605 l |
||
7497 | 214.5664 92.0605 241.0801 119.625 241.0801 153.5859 c |
||
7498 | 241.0801 187.5469 214.5664 215.1094 181.8965 215.1094 c |
||
7499 | 149.2266 215.1094 122.7129 187.5469 122.7129 153.5859 c |
||
7500 | 122.7129 119.625 149.2266 92.0605 181.8965 92.0605 c |
||
7501 | 181.8965 92.0605 l |
||
7502 | s /BBAccumRotation (-1.570796) XT |
||
7503 | 0.9569 0.9294 0 0 K |
||
7504 | 0.24 w 181.8965 154.8086 m |
||
7505 | 181.8965 154.3047 l |
||
7506 | S /BBAccumRotation (-1.570796) XT |
||
7507 | 181.8965 152.6504 m |
||
7508 | 181.8965 152.1465 l |
||
7509 | S /BBAccumRotation (-1.570796) XT |
||
7510 | 183.1914 153.5137 m |
||
7511 | 182.6875 153.5137 l |
||
7512 | S /BBAccumRotation (-1.570796) XT |
||
7513 | 181.0322 153.5137 m |
||
7514 | 180.5273 153.5137 l |
||
7515 | S /BBAccumRotation (-1.570796) XT |
||
7516 | 1 w 181.9082 152.8086 m |
||
7517 | 182.3047 152.8086 182.6279 153.1309 182.6279 153.5293 c |
||
7518 | 182.6279 153.9258 182.3047 154.248 181.9082 154.248 c |
||
7519 | 181.5098 154.248 181.1875 153.9258 181.1875 153.5293 c |
||
7520 | 181.1875 153.1309 181.5098 152.8086 181.9082 152.8086 c |
||
7521 | 181.9082 152.8086 l |
||
7522 | s /BBAccumRotation (-1.570796) XT |
||
7523 | U /BBAccumRotation (0.000000) XT |
||
7524 | U /BBAccumRotation (0.000000) XT |
||
7525 | U LB |
||
7526 | %AI5_EndLayer-- |
||
7527 | %%PageTrailer |
||
7528 | gsave annotatepage grestore showpage |
||
7529 | %%Trailer |
||
7530 | Adobe_Illustrator_AI5 /terminate get exec |
||
7531 | Adobe_shading_AI8 /terminate get exec |
||
7532 | Adobe_ColorImage_AI6 /terminate get exec |
||
7533 | Adobe_cshow /terminate get exec |
||
7534 | Adobe_level2_AI5 /terminate get exec |
||
7535 | %%EOF |
||
7536 |