Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

filtersample.ps 26 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
  1. %!PS-Adobe-3.0
  2. %%BoundingBox: 0 0 612 792
  3. %%HiResBoundingBox: 0 0 612 792
  4. %%Title: GMT v5.1.2_r13513 [64-bit] Document from grdimage
  5. %%Creator: GMT5
  6. %%For: pwessel
  7. %%DocumentNeededResources: font Helvetica
  8. %%CreationDate: Sat Sep 13 14:18:10 2014
  9. %%LanguageLevel: 2
  10. %%DocumentData: Clean7Bit
  11. %%Orientation: Portrait
  12. %%Pages: 1
  13. %%EndComments
  14. %%BeginProlog
  15. 250 dict begin
  16. /! {bind def} bind def
  17. /# {load def}!
  18. /A /setgray #
  19. /B /setdash #
  20. /C /setrgbcolor #
  21. /D /rlineto #
  22. /E {dup stringwidth pop}!
  23. /F /fill #
  24. /G /rmoveto #
  25. /H /sethsbcolor #
  26. /I /setpattern #
  27. /K /setcmykcolor #
  28. /L /lineto #
  29. /M /moveto #
  30. /N /newpath #
  31. /P /closepath #
  32. /R /rotate #
  33. /S /stroke #
  34. /T /translate #
  35. /U /grestore #
  36. /V /gsave #
  37. /W /setlinewidth #
  38. /Y {findfont exch scalefont setfont}!
  39. /Z /show #
  40. /FP {true charpath flattenpath}!
  41. /MU {matrix setmatrix}!
  42. /MS {/SMat matrix currentmatrix def}!
  43. /MR {SMat setmatrix}!
  44. /edef {exch def}!
  45. /FS {/fc edef /fs {V fc F U} def}!
  46. /FQ {/fs {} def}!
  47. /O0 {/os {N} def}!
  48. /O1 {/os {P S} def}!
  49. /FO {fs os}!
  50. /Sa {M MS dup 0 exch G 0.726542528 mul -72 R dup 0 D 4 {72 R dup 0 D -144 R dup 0 D} repeat pop MR FO}!
  51. /Sb {M dup 0 D exch 0 exch D neg 0 D FO}!
  52. /SB {MS T /BoxR edef /BoxW edef /BoxH edef BoxR 0 M
  53. BoxW 0 BoxW BoxH BoxR arct BoxW BoxH 0 BoxH BoxR arct 0 BoxH 0 0 BoxR arct 0 0 BoxW 0 BoxR arct MR FO}!
  54. /Sc {N 3 -1 roll 0 360 arc FO}!
  55. /Sd {M 4 {dup} repeat 0 G neg dup dup D exch D D FO}!
  56. /Se {N MS T R scale 0 0 1 0 360 arc MR FO}!
  57. /Sg {M MS 22.5 R dup 0 exch G -22.5 R 0.765366865 mul dup 0 D 6 {-45 R dup 0 D} repeat pop MR FO}!
  58. /Sh {M MS dup 0 G -120 R dup 0 D 4 {-60 R dup 0 D} repeat pop MR FO}!
  59. /Si {M MS dup neg 0 exch G 60 R 1.732050808 mul dup 0 D 120 R 0 D MR FO}!
  60. /Sj {M MS R dup -2 div 2 index -2 div G dup 0 D exch 0 exch D neg 0 D MR FO}!
  61. /Sn {M MS dup 0 exch G -36 R 1.175570505 mul dup 0 D 3 {-72 R dup 0 D} repeat pop MR FO}!
  62. /Sp {N 3 -1 roll 0 360 arc fs N}!
  63. /SP {M {D} repeat FO}!
  64. /Sr {M dup -2 div 2 index -2 div G dup 0 D exch 0 exch D neg 0 D FO}!
  65. /SR {MS T /BoxR edef /BoxW edef /BoxH edef BoxR BoxW -2 div BoxH -2 div T BoxR 0 M
  66. BoxW 0 BoxW BoxH BoxR arct BoxW BoxH 0 BoxH BoxR arct 0 BoxH 0 0 BoxR arct 0 0 BoxW 0 BoxR arct MR FO}!
  67. /Ss {M 1.414213562 mul dup dup dup -2 div dup G 0 D 0 exch D neg 0 D FO}!
  68. /St {M MS dup 0 exch G -60 R 1.732050808 mul dup 0 D -120 R 0 D MR FO}!
  69. /SV {0 exch M 0 D D D D D 0 D FO}!
  70. /Sv {0 0 M D D 0 D D D D D 0 D D FO}!
  71. /Sw {2 copy M 5 2 roll arc FO}!
  72. /Sx {M 1.414213562 mul 5 {dup} repeat -2 div dup G D neg 0 G neg D S}!
  73. /Sy {M dup 0 exch G dup -2 mul dup 0 exch D S}!
  74. /S+ {M dup 0 G dup -2 mul dup 0 D exch dup G 0 exch D S}!
  75. /S- {M dup 0 G dup -2 mul dup 0 D S}!
  76. /sw {stringwidth pop}!
  77. /sh {V MU 0 0 M FP pathbbox N 4 1 roll pop pop pop U}!
  78. /sd {V MU 0 0 M FP pathbbox N pop pop exch pop U}!
  79. /sH {V MU 0 0 M FP pathbbox N exch pop exch sub exch pop U}!
  80. /sb {E exch sh}!
  81. /bl {}!
  82. /bc {E -2 div 0 G}!
  83. /br {E neg 0 G}!
  84. /ml {dup 0 exch sh -2 div G}!
  85. /mc {dup E -2 div exch sh -2 div G}!
  86. /mr {dup E neg exch sh -2 div G}!
  87. /tl {dup 0 exch sh neg G}!
  88. /tc {dup E -2 div exch sh neg G}!
  89. /tr {dup E neg exch sh neg G}!
  90. /mx {2 copy lt {exch} if pop}!
  91. /PSL_xorig 0 def /PSL_yorig 0 def
  92. /TM {2 copy T PSL_yorig add /PSL_yorig edef PSL_xorig add /PSL_xorig edef}!
  93. /PSL_reencode {findfont dup length dict begin
  94. {1 index /FID ne {def}{pop pop} ifelse} forall
  95. exch /Encoding edef currentdict end definefont pop
  96. }!
  97. /PSL_eps_begin {
  98. /PSL_eps_state save def
  99. /PSL_dict_count countdictstack def
  100. /PSL_op_count count 1 sub def
  101. userdict begin
  102. /showpage {} def
  103. 0 setgray 0 setlinecap 1 setlinewidth
  104. 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath
  105. /languagelevel where
  106. {pop languagelevel 1 ne {false setstrokeadjust false setoverprint} if} if
  107. }!
  108. /PSL_eps_end {
  109. count PSL_op_count sub {pop} repeat
  110. countdictstack PSL_dict_count sub {end} repeat
  111. PSL_eps_state restore
  112. }!
  113. /PSL_transp {
  114. /.setopacityalpha where {pop .setblendmode .setopacityalpha}{
  115. /pdfmark where {pop [ /BM exch /CA exch dup /ca exch /SetTransparency pdfmark}
  116. {pop pop} ifelse} ifelse
  117. }!
  118. /ISOLatin1+_Encoding [
  119. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  120. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  121. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  122. /.notdef /bullet /ellipsis /trademark /emdash /endash /fi /zcaron
  123. /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
  124. /parenleft /parenright /asterisk /plus /comma /minus /period /slash
  125. /zero /one /two /three /four /five /six /seven
  126. /eight /nine /colon /semicolon /less /equal /greater /question
  127. /at /A /B /C /D /E /F /G
  128. /H /I /J /K /L /M /N /O
  129. /P /Q /R /S /T /U /V /W
  130. /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
  131. /quoteleft /a /b /c /d /e /f /g
  132. /h /i /j /k /l /m /n /o
  133. /p /q /r /s /t /u /v /w
  134. /x /y /z /braceleft /bar /braceright /asciitilde /scaron
  135. /OE /dagger /daggerdbl /Lslash /fraction /guilsinglleft /Scaron /guilsinglright
  136. /oe /Ydieresis /Zcaron /lslash /perthousand /quotedblbase /quotedblleft /quotedblright
  137. /dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
  138. /dieresis /quotesinglbase /ring /cedilla /quotesingle /hungarumlaut /ogonek /caron
  139. /space /exclamdown /cent /sterling /currency /yen /brokenbar /section
  140. /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
  141. /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered
  142. /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
  143. /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
  144. /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
  145. /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
  146. /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
  147. /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
  148. /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
  149. /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
  150. /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
  151. ] def
  152. /PSL_font_encode 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 40 array astore def
  153. /F0 {/Helvetica Y}!
  154. /F1 {/Helvetica-Bold Y}!
  155. /F2 {/Helvetica-Oblique Y}!
  156. /F3 {/Helvetica-BoldOblique Y}!
  157. /F4 {/Times-Roman Y}!
  158. /F5 {/Times-Bold Y}!
  159. /F6 {/Times-Italic Y}!
  160. /F7 {/Times-BoldItalic Y}!
  161. /F8 {/Courier Y}!
  162. /F9 {/Courier-Bold Y}!
  163. /F10 {/Courier-Oblique Y}!
  164. /F11 {/Courier-BoldOblique Y}!
  165. /F12 {/Symbol Y}!
  166. /F13 {/AvantGarde-Book Y}!
  167. /F14 {/AvantGarde-BookOblique Y}!
  168. /F15 {/AvantGarde-Demi Y}!
  169. /F16 {/AvantGarde-DemiOblique Y}!
  170. /F17 {/Bookman-Demi Y}!
  171. /F18 {/Bookman-DemiItalic Y}!
  172. /F19 {/Bookman-Light Y}!
  173. /F20 {/Bookman-LightItalic Y}!
  174. /F21 {/Helvetica-Narrow Y}!
  175. /F22 {/Helvetica-Narrow-Bold Y}!
  176. /F23 {/Helvetica-Narrow-Oblique Y}!
  177. /F24 {/Helvetica-Narrow-BoldOblique Y}!
  178. /F25 {/NewCenturySchlbk-Roman Y}!
  179. /F26 {/NewCenturySchlbk-Italic Y}!
  180. /F27 {/NewCenturySchlbk-Bold Y}!
  181. /F28 {/NewCenturySchlbk-BoldItalic Y}!
  182. /F29 {/Palatino-Roman Y}!
  183. /F30 {/Palatino-Italic Y}!
  184. /F31 {/Palatino-Bold Y}!
  185. /F32 {/Palatino-BoldItalic Y}!
  186. /F33 {/ZapfChancery-MediumItalic Y}!
  187. /F34 {/ZapfDingbats Y}!
  188. /F35 {/Ryumin-Light-EUC-H Y}!
  189. /F36 {/Ryumin-Light-EUC-V Y}!
  190. /F37 {/GothicBBB-Medium-EUC-H Y}!
  191. /F38 {/GothicBBB-Medium-EUC-V Y}!
  192. /F39 {/LinBiolinumO Y}!
  193. /PSL_pathtextdict 26 dict def
  194. /PSL_pathtext
  195. {PSL_pathtextdict begin
  196. /ydepth exch def
  197. /textheight exch def
  198. /just exch def
  199. /offset exch def
  200. /str exch def
  201. /pathdist 0 def
  202. /setdist offset def
  203. /charcount 0 def
  204. /justy just 4 idiv textheight mul 2 div neg ydepth sub def
  205. V flattenpath
  206. {movetoproc} {linetoproc}
  207. {curvetoproc} {closepathproc}
  208. pathforall
  209. U N
  210. end
  211. } def
  212. PSL_pathtextdict begin
  213. /movetoproc
  214. { /newy exch def /newx exch def
  215. /firstx newx def /firsty newy def
  216. /ovr 0 def
  217. newx newy transform
  218. /cpy exch def /cpx exch def
  219. } def
  220. /linetoproc
  221. { /oldx newx def /oldy newy def
  222. /newy exch def /newx exch def
  223. /dx newx oldx sub def
  224. /dy newy oldy sub def
  225. /dist dx dup mul dy dup mul add sqrt def
  226. dist 0 ne
  227. { /dsx dx dist div ovr mul def
  228. /dsy dy dist div ovr mul def
  229. oldx dsx add oldy dsy add transform
  230. /cpy exch def /cpx exch def
  231. /pathdist pathdist dist add def
  232. {setdist pathdist le
  233. {charcount str length lt
  234. {setchar} {exit} ifelse}
  235. { /ovr setdist pathdist sub def
  236. exit}
  237. ifelse
  238. } loop
  239. } if
  240. } def
  241. /curvetoproc
  242. { (ERROR: No curveto's after flattenpath!)
  243. print
  244. } def
  245. /closepathproc
  246. {firstx firsty linetoproc
  247. firstx firsty movetoproc
  248. } def
  249. /setchar
  250. { /char str charcount 1 getinterval def
  251. /charcount charcount 1 add def
  252. /charwidth char stringwidth pop def
  253. V cpx cpy itransform T
  254. dy dx atan R
  255. 0 justy M
  256. char show
  257. 0 justy neg G
  258. currentpoint transform
  259. /cpy exch def /cpx exch def
  260. U /setdist setdist charwidth add def
  261. } def
  262. end
  263. /PSL_set_label_heights
  264. {
  265. /PSL_n_labels_minus_1 PSL_n_labels 1 sub def
  266. /PSL_heights PSL_n_labels array def
  267. 0 1 PSL_n_labels_minus_1
  268. { /psl_k exch def
  269. /psl_label PSL_label_str psl_k get def
  270. PSL_label_font psl_k get cvx exec
  271. psl_label sH /PSL_height edef
  272. PSL_heights psl_k PSL_height put
  273. } for
  274. } def
  275. %%%%%%%%%%%%%%%%%%% CURVED BASELINE TEXT PLACEMENT FUNCTIONS
  276. /PSL_curved_path_labels
  277. { /psl_bits exch def
  278. /PSL_placetext psl_bits 2 and 2 eq def
  279. /PSL_clippath psl_bits 4 and 4 eq def
  280. /PSL_strokeline false def
  281. /PSL_fillbox psl_bits 128 and 128 eq def
  282. /PSL_drawbox psl_bits 256 and 256 eq def
  283. /PSL_n_paths1 PSL_n_paths 1 sub def
  284. /PSL_usebox PSL_fillbox PSL_drawbox or def
  285. PSL_clippath {clipsave N clippath} if
  286. /psl_k 0 def
  287. /psl_p 0 def
  288. 0 1 PSL_n_paths1
  289. { /psl_kk exch def
  290. /PSL_n PSL_path_n psl_kk get def
  291. /PSL_m PSL_label_n psl_kk get def
  292. /PSL_x PSL_path_x psl_k PSL_n getinterval def
  293. /PSL_y PSL_path_y psl_k PSL_n getinterval def
  294. /PSL_node PSL_label_node psl_p PSL_m getinterval def
  295. /PSL_angle PSL_label_angle psl_p PSL_m getinterval def
  296. /PSL_str PSL_label_str psl_p PSL_m getinterval def
  297. /PSL_fnt PSL_label_font psl_p PSL_m getinterval def
  298. PSL_curved_path_label
  299. /psl_k psl_k PSL_n add def
  300. /psl_p psl_p PSL_m add def
  301. } for
  302. PSL_clippath {PSL_clip} if N
  303. } def
  304. /PSL_curved_path_label
  305. {
  306. /PSL_n1 PSL_n 1 sub def
  307. /PSL_m1 PSL_m 1 sub def
  308. PSL_CT_calcstringwidth
  309. PSL_CT_calclinedist
  310. PSL_CT_addcutpoints
  311. /PSL_nn1 PSL_nn 1 sub def
  312. /n 0 def
  313. /k 0 def
  314. /j 0 def
  315. /PSL_seg 0 def
  316. /PSL_xp PSL_nn array def
  317. /PSL_yp PSL_nn array def
  318. PSL_xp 0 PSL_xx 0 get put
  319. PSL_yp 0 PSL_yy 0 get put
  320. 1 1 PSL_nn1
  321. { /i exch def
  322. /node_type PSL_kind i get def
  323. /j j 1 add def
  324. PSL_xp j PSL_xx i get put
  325. PSL_yp j PSL_yy i get put
  326. node_type 1 eq
  327. {n 0 eq
  328. {PSL_CT_drawline}
  329. { PSL_CT_reversepath
  330. PSL_CT_textline} ifelse
  331. /j 0 def
  332. PSL_xp j PSL_xx i get put
  333. PSL_yp j PSL_yy i get put
  334. } if
  335. } for
  336. n 0 eq {PSL_CT_drawline} if
  337. } def
  338. /PSL_CT_textline
  339. { PSL_fnt k get cvx exec
  340. /PSL_height PSL_heights k get def
  341. PSL_placetext {PSL_CT_placelabel} if
  342. PSL_clippath {PSL_CT_clippath} if
  343. /n 0 def /k k 1 add def
  344. } def
  345. /PSL_CT_calcstringwidth
  346. { /PSL_width PSL_m array def
  347. 0 1 PSL_m1
  348. { /i exch def
  349. PSL_fnt i get cvx exec
  350. PSL_width i PSL_str i get stringwidth pop put
  351. } for
  352. } def
  353. /PSL_CT_calclinedist
  354. { /PSL_newx PSL_x 0 get def
  355. /PSL_newy PSL_y 0 get def
  356. /dist 0.0 def
  357. /PSL_dist PSL_n array def
  358. PSL_dist 0 0.0 put
  359. 1 1 PSL_n1
  360. { /i exch def
  361. /PSL_oldx PSL_newx def
  362. /PSL_oldy PSL_newy def
  363. /PSL_newx PSL_x i get def
  364. /PSL_newy PSL_y i get def
  365. /dx PSL_newx PSL_oldx sub def
  366. /dy PSL_newy PSL_oldy sub def
  367. /dist dist dx dx mul dy dy mul add sqrt add def
  368. PSL_dist i dist put
  369. } for
  370. } def
  371. /PSL_CT_addcutpoints
  372. { /k 0 def
  373. /PSL_nc PSL_m 2 mul 1 add def
  374. /PSL_cuts PSL_nc array def
  375. /PSL_nc1 PSL_nc 1 sub def
  376. 0 1 PSL_m1
  377. { /i exch def
  378. /dist PSL_dist PSL_node i get get def
  379. /halfwidth PSL_width i get 2 div PSL_gap_x add def
  380. PSL_cuts k dist halfwidth sub put
  381. /k k 1 add def
  382. PSL_cuts k dist halfwidth add put
  383. /k k 1 add def
  384. } for
  385. PSL_cuts k 100000.0 put
  386. /PSL_nn PSL_n PSL_m 2 mul add def
  387. /PSL_xx PSL_nn array def
  388. /PSL_yy PSL_nn array def
  389. /PSL_kind PSL_nn array def
  390. /j 0 def
  391. /k 0 def
  392. /dist 0.0 def
  393. 0 1 PSL_n1
  394. { /i exch def
  395. /last_dist dist def
  396. /dist PSL_dist i get def
  397. k 1 PSL_nc1
  398. { /kk exch def
  399. /this_cut PSL_cuts kk get def
  400. dist this_cut gt
  401. { /ds dist last_dist sub def
  402. /f ds 0.0 eq {0.0} {dist this_cut sub ds div} ifelse def
  403. /i1 i 0 eq {0} {i 1 sub} ifelse def
  404. PSL_xx j PSL_x i get dup PSL_x i1 get sub f mul sub put
  405. PSL_yy j PSL_y i get dup PSL_y i1 get sub f mul sub put
  406. PSL_kind j 1 put
  407. /j j 1 add def
  408. /k k 1 add def
  409. } if
  410. } for
  411. dist PSL_cuts k get le
  412. {PSL_xx j PSL_x i get put PSL_yy j PSL_y i get put
  413. PSL_kind j 0 put
  414. /j j 1 add def
  415. } if
  416. } for
  417. } def
  418. /PSL_CT_reversepath
  419. {PSL_xp j get PSL_xp 0 get lt
  420. {0 1 j 2 idiv
  421. { /left exch def
  422. /right j left sub def
  423. /tmp PSL_xp left get def
  424. PSL_xp left PSL_xp right get put
  425. PSL_xp right tmp put
  426. /tmp PSL_yp left get def
  427. PSL_yp left PSL_yp right get put
  428. PSL_yp right tmp put
  429. } for
  430. } if
  431. } def
  432. /PSL_CT_placelabel
  433. {
  434. /PSL_just PSL_label_justify k get def
  435. /PSL_height PSL_heights k get def
  436. /psl_label PSL_str k get def
  437. /psl_depth psl_label sd def
  438. PSL_usebox
  439. {PSL_CT_clippath
  440. PSL_fillbox
  441. {V PSL_setboxrgb fill U} if
  442. PSL_drawbox
  443. {V PSL_setboxpen S U} if N
  444. } if
  445. PSL_CT_placeline psl_label PSL_gap_x PSL_just PSL_height psl_depth PSL_pathtext
  446. } def
  447. /PSL_CT_clippath
  448. {
  449. /H PSL_height 2 div PSL_gap_y add def
  450. /xoff j 1 add array def
  451. /yoff j 1 add array def
  452. /angle 0 def
  453. 0 1 j {
  454. /ii exch def
  455. /x PSL_xp ii get def
  456. /y PSL_yp ii get def
  457. ii 0 eq {
  458. /x1 PSL_xp 1 get def
  459. /y1 PSL_yp 1 get def
  460. /dx x1 x sub def
  461. /dy y1 y sub def
  462. }
  463. { /i1 ii 1 sub def
  464. /x1 PSL_xp i1 get def
  465. /y1 PSL_yp i1 get def
  466. /dx x x1 sub def
  467. /dy y y1 sub def
  468. } ifelse
  469. dx 0.0 ne dy 0.0 ne and
  470. { /angle dy dx atan 90 add def} if
  471. /sina angle sin def
  472. /cosa angle cos def
  473. xoff ii H cosa mul put
  474. yoff ii H sina mul put
  475. } for
  476. PSL_xp 0 get xoff 0 get add PSL_yp 0 get yoff 0 get add M
  477. 1 1 j {
  478. /ii exch def
  479. PSL_xp ii get xoff ii get add PSL_yp ii get yoff ii get add L
  480. } for
  481. j -1 0 {
  482. /ii exch def
  483. PSL_xp ii get xoff ii get sub PSL_yp ii get yoff ii get sub L
  484. } for P
  485. } def
  486. /PSL_CT_drawline
  487. {
  488. /str 20 string def
  489. PSL_strokeline
  490. {PSL_CT_placeline S} if
  491. /PSL_seg PSL_seg 1 add def
  492. /n 1 def
  493. } def
  494. /PSL_CT_placeline
  495. {PSL_xp 0 get PSL_yp 0 get M
  496. 1 1 j { /ii exch def PSL_xp ii get PSL_yp ii get L} for
  497. } def
  498. %%%%%%%%%%%%%%%%%%% DRAW BASELINE TEXT SEGMENT LINES
  499. /PSL_draw_path_lines
  500. {
  501. /PSL_n_paths1 PSL_n_paths 1 sub def
  502. V
  503. /psl_start 0 def
  504. 0 1 PSL_n_paths1
  505. { /psl_k exch def
  506. /PSL_n PSL_path_n psl_k get def
  507. /PSL_n1 PSL_n 1 sub def
  508. PSL_path_pen psl_k get cvx exec
  509. N
  510. PSL_path_x psl_start get PSL_path_y psl_start get M
  511. 1 1 PSL_n1
  512. { /psl_i exch def
  513. /psl_kk psl_i psl_start add def
  514. PSL_path_x psl_kk get PSL_path_y psl_kk get L
  515. } for
  516. S
  517. /psl_start psl_start PSL_n add def
  518. } for
  519. U
  520. } def
  521. %%%%%%%%%%%%%%%%%%% STRAIGHT BASELINE TEXT PLACEMENT FUNCTIONS
  522. /PSL_straight_path_labels
  523. {
  524. /psl_bits exch def
  525. /PSL_placetext psl_bits 2 and 2 eq def
  526. /PSL_rounded psl_bits 32 and 32 eq def
  527. /PSL_fillbox psl_bits 128 and 128 eq def
  528. /PSL_drawbox psl_bits 256 and 256 eq def
  529. /PSL_n_labels_minus_1 PSL_n_labels 1 sub def
  530. /PSL_usebox PSL_fillbox PSL_drawbox or def
  531. 0 1 PSL_n_labels_minus_1
  532. { /psl_k exch def
  533. PSL_ST_prepare_text
  534. PSL_usebox
  535. { PSL_rounded
  536. {PSL_ST_textbox_round}
  537. {PSL_ST_textbox_rect}
  538. ifelse
  539. PSL_fillbox {V PSL_setboxrgb fill U} if
  540. PSL_drawbox {V PSL_setboxpen S U} if
  541. N
  542. } if
  543. PSL_placetext {PSL_ST_place_label} if
  544. } for
  545. } def
  546. /PSL_straight_path_clip
  547. {
  548. /psl_bits exch def
  549. /PSL_rounded psl_bits 32 and 32 eq def
  550. /PSL_n_labels_minus_1 PSL_n_labels 1 sub def
  551. N clipsave clippath
  552. 0 1 PSL_n_labels_minus_1
  553. { /psl_k exch def
  554. PSL_ST_prepare_text
  555. PSL_rounded
  556. {PSL_ST_textbox_round}
  557. {PSL_ST_textbox_rect}
  558. ifelse
  559. } for
  560. PSL_clip N
  561. } def
  562. /PSL_ST_prepare_text
  563. {
  564. /psl_xp PSL_txt_x psl_k get def
  565. /psl_yp PSL_txt_y psl_k get def
  566. /psl_label PSL_label_str psl_k get def
  567. PSL_label_font psl_k get cvx exec
  568. /PSL_height PSL_heights psl_k get def
  569. /psl_boxH PSL_height PSL_gap_y 2 mul add def
  570. /PSL_just PSL_label_justify psl_k get def
  571. /PSL_justx PSL_just 4 mod 1 sub 2 div neg def
  572. /PSL_justy PSL_just 4 idiv 2 div neg def
  573. /psl_SW psl_label stringwidth pop def
  574. /psl_boxW psl_SW PSL_gap_x 2 mul add def
  575. /psl_x0 psl_SW PSL_justx mul def
  576. /psl_y0 PSL_justy PSL_height mul def
  577. /psl_angle PSL_label_angle psl_k get def
  578. } def
  579. /PSL_ST_textbox_rect
  580. {
  581. psl_xp psl_yp T psl_angle R psl_x0 psl_y0 T
  582. PSL_gap_x neg PSL_gap_y neg M
  583. 0 psl_boxH D psl_boxW 0 D 0 psl_boxH neg D P
  584. psl_x0 neg psl_y0 neg T psl_angle neg R psl_xp neg psl_yp neg T
  585. } def
  586. /PSL_ST_textbox_round
  587. {
  588. /psl_BoxR PSL_gap_x PSL_gap_y lt {PSL_gap_x} {PSL_gap_y} ifelse def
  589. /psl_xd PSL_gap_x psl_BoxR sub def
  590. /psl_yd PSL_gap_y psl_BoxR sub def
  591. /psl_xL PSL_gap_x neg def
  592. /psl_yB PSL_gap_y neg def
  593. /psl_yT psl_boxH psl_yB add def
  594. /psl_H2 PSL_height psl_yd 2 mul add def
  595. /psl_W2 psl_SW psl_xd 2 mul add def
  596. /psl_xR psl_xL psl_boxW add def
  597. /psl_x0 psl_SW PSL_justx mul def
  598. psl_xp psl_yp T psl_angle R psl_x0 psl_y0 T
  599. psl_xL psl_yd M
  600. psl_xL psl_yT psl_xR psl_yT psl_BoxR arct psl_W2 0 D
  601. psl_xR psl_yT psl_xR psl_yB psl_BoxR arct 0 psl_H2 neg D
  602. psl_xR psl_yB psl_xL psl_yB psl_BoxR arct psl_W2 neg 0 D
  603. psl_xL psl_yB psl_xL psl_yd psl_BoxR arct P
  604. psl_x0 neg psl_y0 neg T psl_angle neg R psl_xp neg psl_yp neg T
  605. } def
  606. /PSL_ST_place_label
  607. {
  608. V psl_xp psl_yp T psl_angle R
  609. psl_SW PSL_justx mul psl_y0 M
  610. psl_label dup sd neg 0 exch G show
  611. U
  612. } def
  613. /PSL_nclip 0 def
  614. /PSL_clip {clip /PSL_nclip PSL_nclip 1 add def} def
  615. /PSL_eoclip {eoclip /PSL_nclip PSL_nclip 1 add def} def
  616. /PSL_cliprestore {cliprestore /PSL_nclip PSL_nclip 1 sub def} def
  617. %%EndProlog
  618. %%BeginSetup
  619. /PSLevel /languagelevel where {pop languagelevel} {1} ifelse def
  620. PSLevel 1 gt { << /PageSize [612 792] /ImagingBBox null >> setpagedevice } if
  621. %%EndSetup
  622. %%Page: 1 1
  623. %%BeginPageSetup
  624. V 0.06 0.06 scale
  625. %%EndPageSetup
  626. /PSL_page_xsize 10200 def
  627. /PSL_page_ysize 13200 def
  628. 0 A
  629. FQ
  630. O0
  631. -2400 PSL_xorig sub PSL_page_xsize 2 div add 1200 TM
  632. % PostScript produced by:
  633. %%GMT: grdimage temp2.grd -Baf -BWSne -P -JX4i -K -Csn.cpt -Xc
  634. %%PROJ: xy 0.00000000 1.00000000 0.00000000 1.00000000 0.000 1.000 0.000 1.000 +xy +a=6371008.771 +b=6371008.771400
  635. %%BeginObject PSL_Layer_1
  636. 0 setlinecap
  637. 0 setlinejoin
  638. 3.32551 setmiterlimit
  639. clipsave
  640. 0 0 M
  641. 4800 0 D
  642. 0 4800 D
  643. -4800 0 D
  644. PSL_clip N
  645. V N -24 -24 T 4848 4848 scale [/Indexed /DeviceRGB 81 <
  646. 00008400008F0000990000A30000AE0000B80000C20000CD0000D70000E10000EC0000F60001FF000CFF0016FF0020FF
  647. 002AFF0035FF003FFF0049FF0054FF005EFF0068FF0073FF007DFF0092FF009CFF00A6FF00B0FF00C5FF00DAFF00E4FF
  648. 00EEFF00CFFF04FFFB18FFE723FFDC2DFFD200BBFF42FFBD56FFA961FF9E6BFF9475FF8A37FFC880FF809EFF61A9FF56
  649. B3FF4CBDFF424CFFB3C8FF37DCFF23FBFF04FFF900FFDA00FFC500FFB000FFA600E7FF18FFE400FFBB00FF9C00FF7D00
  650. FF6800FF5400FF3500FF2A00FF2000FF4900FF0100EC0000F60000D70000C20000B80000FF9200AE0000A30000990000
  651. 8F0000840000>] setcolorspace
  652. << /ImageType 1 /Decode [0 255] /Width 101 /Height 101 /BitsPerComponent 8
  653. /ImageMatrix [101 0 0 -101 0 101] /DataSource currentfile /ASCII85Decode filter /LZWDecode filter
  654. >> image
  655. J,g]g3$]7K#D>EP:q1$o*=mro@So+\<\5,H7Uo<*jE<[.O@Wn[3@'nb-^757;Rp>H>q_R=AlC^cenm@9:1mM9jS"!dTMT<$3
  656. [GQ$7u;b1&RZ&+SPQ.]iKXBK$E[A1<@Ug[I:B8[YZIk_)VmHZ@'BY`<i\IqZ"0V25ZWeF(@?;Ig?fViI2:(K!SX]lC`jf/L;
  657. Etof#r2rPsW7D5_*)f+:nk'AjJFb4qdDh`nVrmCJI\7#Kq^M@'F7P>H7p>o=1n+]1"g0?uh]d:9YWH#6Xa+/c[^F$e]AJ4*e
  658. j/-bS==_>t40:T`1S"@<+f2]rY:]^k<nb&.<Q#h9#CrBR#T//J_B6K)=N;mY6_K"M"&[Q\a&Y&?96"p)Mi,ROUg^bQ?$@,r:
  659. :K0[L3$U2@V*!SW'"$jRbah,^O2%UTE#_I"d1_'V\n3.A9&Qh.*K7MGu$%akD1@VA`qPr?OcU8$EJq1?d%KmpL6kP*'/<gbM
  660. @1YU6K7M#q$:_88&EQD9o"G/^mHd=cK-<(1&d7/Y;AB@D:f7u1i?Xp,8lD<%j>4$oZO]QBS9b?iTR\C59L0Lt'SW6"?5NkiJ
  661. 6j#qTh&8tKCaUG$%`.j(G!N:)J]l,J2e/G!T9%k0SA=$A/0g7QtRCmeS&\9#%;IO),_,u/-u@8?kYT9WNrP7Z@G@=+9MW*8f
  662. 7f+G\A$#iP9IS#9gm#)[:kD>?V-ei%Z]ZeAFW`VA.qr:K/&?1_>=+?re)!@GlGR#N>pJ+,@\rGTDLs=BH.<+OtC8f6#9QQd_
  663. )\'g@58-pA7I+`M*9#=8-:+UDO"L*6gGpiIP]JT+L">;k:er;b4#1mqa['LiF^+Qu3,KqXlM*f&`'La*3$aG_;KU%ipQ#%;1
  664. ?&He]I.iQk3/UEi:i#=*u>eohu'OehfHm"5s5a!E"@Si45#_E>L)rmVW7LrkAPi`+R9aYTA\b,Y=5D+2_;AY(]^j[F4_FU+C
  665. $0#om,`';KIN/QcIQe9pFIiLB0:R=kEUH)`'G?*cJ8?3]!Z6qD$,V4e-jdaeNZj2ZaD;[s5qYJ1nat-R&9>3-5SAcZLhn(;!
  666. [*LLM;jSL-]):lL`cpgY[S?#T`qjV=&@J6R*Rmk6-EBca#2.`h$6BsFPTGeeofi!A!:pu(?=_4qlUgLDd2B&^i3O+%E*6h#9
  667. 2l7+=AA^$N!U"?ob0n2QG<]b?JbaIB^.<b1YNBCMg9RPUD^hb1UP`Ah;2qZZ^@$g"SZ&m002j<fW]u]-^or\Wj=;+Mq/8$t7
  668. @GM(qIN`Yd/EA'BL@!CfQd?CTGjX-$50A^7kQ=>4$RoHl4+jqAQ83sH)WIQ!P=&72.5:LH%h/7hM\<a*aNlU>Ni<N`,@kRh%
  669. '9e<Zm/J/^1Uf>L1<@YsmX;-oN<m'Cb[&D^uS=EeZaoPD=2%$&,8rHQH4\2Cq.2phO>!ON[!Mg#-#a6HE9aRdW-KuG5g-WE4
  670. ak]'M'RZ7q&k#:4+XI1hR$3\bED!<q8=\=f.FB=d70ok.,33-jJ?h"$a6jZUU]?2s3X.kU.0^pQ3.qj+'EUg..m5.;D@t[F4
  671. X[?6T&\aVO.l7K-fH#6=T4>A1?1.Q7-U7@Xp!%lgH2:RrYXX@F,eu@!J^O1S1l"(:-$FfV_K2dPk8\78ZO_g]_n:`P^d+H`g
  672. Glob*d<-AdmXi/VnG'c%_ZtN#@='k01d^o#!VJ+`]2i#eV"\(q80YIR"'cQ'\6=<Tk_aVIa)'QMPW"$DCo`eGQV;8rZ>5fa4
  673. Vm-DjbrSQ"g-;6!VkW`<6)<U.P+X&X&?<SG,flNL^u<K=@c>0Ka_#Q~>
  674. U
  675. PSL_cliprestore
  676. 25 W
  677. 2 setlinecap
  678. N 0 4800 M 0 -4800 D S
  679. /PSL_A0_y 83 def
  680. /PSL_A1_y 0 def
  681. 8 W
  682. N 0 0 M -83 0 D S
  683. N 0 960 M -83 0 D S
  684. N 0 1920 M -83 0 D S
  685. N 0 2880 M -83 0 D S
  686. N 0 3840 M -83 0 D S
  687. N 0 4800 M -83 0 D S
  688. /PSL_AH0 0
  689. /MM {neg exch M} def
  690. PSL_font_encode 0 get 0 eq {ISOLatin1+_Encoding /Helvetica /Helvetica PSL_reencode PSL_font_encode 0 1 put} if
  691. 200 F0
  692. (0.0) sw mx
  693. (0.2) sw mx
  694. (0.4) sw mx
  695. (0.6) sw mx
  696. (0.8) sw mx
  697. (1.0) sw mx
  698. def
  699. /PSL_A0_y PSL_A0_y 83 add def
  700. 0 PSL_A0_y MM
  701. (0.0) mr Z
  702. 960 PSL_A0_y MM
  703. (0.2) mr Z
  704. 1920 PSL_A0_y MM
  705. (0.4) mr Z
  706. 2880 PSL_A0_y MM
  707. (0.6) mr Z
  708. 3840 PSL_A0_y MM
  709. (0.8) mr Z
  710. 4800 PSL_A0_y MM
  711. (1.0) mr Z
  712. /PSL_A0_y PSL_A0_y PSL_AH0 add def
  713. N 0 480 M -42 0 D S
  714. N 0 1440 M -42 0 D S
  715. N 0 2400 M -42 0 D S
  716. N 0 3360 M -42 0 D S
  717. N 0 4320 M -42 0 D S
  718. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  719. 4800 0 T
  720. 25 W
  721. N 0 4800 M 0 -4800 D S
  722. /PSL_A0_y 83 def
  723. /PSL_A1_y 0 def
  724. 8 W
  725. N 0 0 M 83 0 D S
  726. N 0 960 M 83 0 D S
  727. N 0 1920 M 83 0 D S
  728. N 0 2880 M 83 0 D S
  729. N 0 3840 M 83 0 D S
  730. N 0 4800 M 83 0 D S
  731. N 0 480 M 42 0 D S
  732. N 0 1440 M 42 0 D S
  733. N 0 2400 M 42 0 D S
  734. N 0 3360 M 42 0 D S
  735. N 0 4320 M 42 0 D S
  736. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  737. -4800 0 T
  738. 25 W
  739. N 0 0 M 4800 0 D S
  740. /PSL_A0_y 83 def
  741. /PSL_A1_y 0 def
  742. 8 W
  743. N 0 0 M 0 -83 D S
  744. N 960 0 M 0 -83 D S
  745. N 1920 0 M 0 -83 D S
  746. N 2880 0 M 0 -83 D S
  747. N 3840 0 M 0 -83 D S
  748. N 4800 0 M 0 -83 D S
  749. /PSL_AH0 0
  750. /MM {neg M} def
  751. (0.0) sh mx
  752. (0.2) sh mx
  753. (0.4) sh mx
  754. (0.6) sh mx
  755. (0.8) sh mx
  756. (1.0) sh mx
  757. def
  758. /PSL_A0_y PSL_A0_y 83 add PSL_AH0 add def
  759. 0 PSL_A0_y MM
  760. (0.0) bc Z
  761. 960 PSL_A0_y MM
  762. (0.2) bc Z
  763. 1920 PSL_A0_y MM
  764. (0.4) bc Z
  765. 2880 PSL_A0_y MM
  766. (0.6) bc Z
  767. 3840 PSL_A0_y MM
  768. (0.8) bc Z
  769. 4800 PSL_A0_y MM
  770. (1.0) bc Z
  771. N 480 0 M 0 -42 D S
  772. N 1440 0 M 0 -42 D S
  773. N 2400 0 M 0 -42 D S
  774. N 3360 0 M 0 -42 D S
  775. N 4320 0 M 0 -42 D S
  776. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  777. 0 4800 T
  778. 25 W
  779. N 0 0 M 4800 0 D S
  780. /PSL_A0_y 83 def
  781. /PSL_A1_y 0 def
  782. 8 W
  783. N 0 0 M 0 83 D S
  784. N 960 0 M 0 83 D S
  785. N 1920 0 M 0 83 D S
  786. N 2880 0 M 0 83 D S
  787. N 3840 0 M 0 83 D S
  788. N 4800 0 M 0 83 D S
  789. N 480 0 M 0 42 D S
  790. N 1440 0 M 0 42 D S
  791. N 2400 0 M 0 42 D S
  792. N 3360 0 M 0 42 D S
  793. N 4320 0 M 0 42 D S
  794. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  795. 0 -4800 T
  796. 0 setlinecap
  797. %%EndObject
  798. 0 A
  799. FQ
  800. O0
  801. 0 6000 TM
  802. % PostScript produced by:
  803. %%GMT: grdimage temp.grd -Baf -BWSne -JX4i -O -Csn.cpt -Y5i
  804. %%PROJ: xy 0.00000000 1.00000000 0.00000000 1.00000000 0.000 1.000 0.000 1.000 +xy +a=6371008.771 +b=6371008.771400
  805. %%BeginObject PSL_Layer_2
  806. 0 setlinecap
  807. 0 setlinejoin
  808. 3.32551 setmiterlimit
  809. clipsave
  810. 0 0 M
  811. 4800 0 D
  812. 0 4800 D
  813. -4800 0 D
  814. PSL_clip N
  815. V N -240 -240 T 5280 5280 scale [/Indexed /DeviceRGB 1 <
  816. 000084840000>] setcolorspace
  817. << /ImageType 1 /Decode [0 1] /Width 11 /Height 11 /BitsPerComponent 1
  818. /ImageMatrix [11 0 0 -11 0 11] /DataSource currentfile /ASCII85Decode filter /LZWDecode filter
  819. >> image
  820. J,g]g3$8h?#D#-*~>
  821. U
  822. PSL_cliprestore
  823. 25 W
  824. 2 setlinecap
  825. N 0 4800 M 0 -4800 D S
  826. /PSL_A0_y 83 def
  827. /PSL_A1_y 0 def
  828. 8 W
  829. N 0 0 M -83 0 D S
  830. N 0 960 M -83 0 D S
  831. N 0 1920 M -83 0 D S
  832. N 0 2880 M -83 0 D S
  833. N 0 3840 M -83 0 D S
  834. N 0 4800 M -83 0 D S
  835. /PSL_AH0 0
  836. /MM {neg exch M} def
  837. PSL_font_encode 0 get 0 eq {ISOLatin1+_Encoding /Helvetica /Helvetica PSL_reencode PSL_font_encode 0 1 put} if
  838. 200 F0
  839. (0.0) sw mx
  840. (0.2) sw mx
  841. (0.4) sw mx
  842. (0.6) sw mx
  843. (0.8) sw mx
  844. (1.0) sw mx
  845. def
  846. /PSL_A0_y PSL_A0_y 83 add def
  847. 0 PSL_A0_y MM
  848. (0.0) mr Z
  849. 960 PSL_A0_y MM
  850. (0.2) mr Z
  851. 1920 PSL_A0_y MM
  852. (0.4) mr Z
  853. 2880 PSL_A0_y MM
  854. (0.6) mr Z
  855. 3840 PSL_A0_y MM
  856. (0.8) mr Z
  857. 4800 PSL_A0_y MM
  858. (1.0) mr Z
  859. /PSL_A0_y PSL_A0_y PSL_AH0 add def
  860. N 0 480 M -42 0 D S
  861. N 0 1440 M -42 0 D S
  862. N 0 2400 M -42 0 D S
  863. N 0 3360 M -42 0 D S
  864. N 0 4320 M -42 0 D S
  865. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  866. 4800 0 T
  867. 25 W
  868. N 0 4800 M 0 -4800 D S
  869. /PSL_A0_y 83 def
  870. /PSL_A1_y 0 def
  871. 8 W
  872. N 0 0 M 83 0 D S
  873. N 0 960 M 83 0 D S
  874. N 0 1920 M 83 0 D S
  875. N 0 2880 M 83 0 D S
  876. N 0 3840 M 83 0 D S
  877. N 0 4800 M 83 0 D S
  878. N 0 480 M 42 0 D S
  879. N 0 1440 M 42 0 D S
  880. N 0 2400 M 42 0 D S
  881. N 0 3360 M 42 0 D S
  882. N 0 4320 M 42 0 D S
  883. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  884. -4800 0 T
  885. 25 W
  886. N 0 0 M 4800 0 D S
  887. /PSL_A0_y 83 def
  888. /PSL_A1_y 0 def
  889. 8 W
  890. N 0 0 M 0 -83 D S
  891. N 960 0 M 0 -83 D S
  892. N 1920 0 M 0 -83 D S
  893. N 2880 0 M 0 -83 D S
  894. N 3840 0 M 0 -83 D S
  895. N 4800 0 M 0 -83 D S
  896. /PSL_AH0 0
  897. /MM {neg M} def
  898. (0.0) sh mx
  899. (0.2) sh mx
  900. (0.4) sh mx
  901. (0.6) sh mx
  902. (0.8) sh mx
  903. (1.0) sh mx
  904. def
  905. /PSL_A0_y PSL_A0_y 83 add PSL_AH0 add def
  906. 0 PSL_A0_y MM
  907. (0.0) bc Z
  908. 960 PSL_A0_y MM
  909. (0.2) bc Z
  910. 1920 PSL_A0_y MM
  911. (0.4) bc Z
  912. 2880 PSL_A0_y MM
  913. (0.6) bc Z
  914. 3840 PSL_A0_y MM
  915. (0.8) bc Z
  916. 4800 PSL_A0_y MM
  917. (1.0) bc Z
  918. N 480 0 M 0 -42 D S
  919. N 1440 0 M 0 -42 D S
  920. N 2400 0 M 0 -42 D S
  921. N 3360 0 M 0 -42 D S
  922. N 4320 0 M 0 -42 D S
  923. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  924. 0 4800 T
  925. 25 W
  926. N 0 0 M 4800 0 D S
  927. /PSL_A0_y 83 def
  928. /PSL_A1_y 0 def
  929. 8 W
  930. N 0 0 M 0 83 D S
  931. N 960 0 M 0 83 D S
  932. N 1920 0 M 0 83 D S
  933. N 2880 0 M 0 83 D S
  934. N 3840 0 M 0 83 D S
  935. N 4800 0 M 0 83 D S
  936. N 480 0 M 0 42 D S
  937. N 1440 0 M 0 42 D S
  938. N 2400 0 M 0 42 D S
  939. N 3360 0 M 0 42 D S
  940. N 4320 0 M 0 42 D S
  941. /PSL_LH 0 def /PSL_L_y PSL_A0_y PSL_A1_y mx def
  942. 0 -4800 T
  943. 0 setlinecap
  944. %%EndObject
  945. %%PageTrailer
  946. U
  947. showpage
  948. %%Trailer
  949. end
  950. %%EOF
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...