summaryrefslogtreecommitdiffstats
path: root/ADD/Images/Addproposal.eps
blob: 66746b1c2dc49b10408c5de00c7508a289fec8fc (plain)
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
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 20 92 575 750
%%Creator: FreeHEP Graphics2D Driver
%%Producer: org.freehep.graphicsio.ps.PSGraphics2D Revision: 1.20 
%%For: 
%%Title: 
%%CreationDate: dinsdag 25 oktober 2005 10:30:05 uur CEST
%%LanguageLevel: 3
%%EndComments
%%BeginProlog
100 dict dup begin

%
% File: org/freehep/graphicsio.ps/PSProlog.txt
% Author: Charles Loomis
%

% Redefinitions which save some space in the output file.  These are also
% the same as the PDF operators.
/q {gsave} def
/Q {grestore} def

/n {newpath} def
/m {moveto} def
/l {lineto} def
/c {curveto} def
/h {closepath} def

/re {4 -2 roll moveto
     dup 0 exch rlineto exch 0 rlineto
     neg 0 exch rlineto closepath} def

/f {fill} def
/f* {eofill} def
/F {gsave vg&FC fill grestore} def
/F* {gsave vg&FC eofill grestore} def

/s {closepath stroke} def
/S {stroke} def

/b {closepath gsave vg&FC fill grestore
    gsave stroke grestore newpath} def
/B {gsave vg&FC fill grestore gsave stroke grestore newpath} def
/b* {closepath gsave vg&FC eofill grestore
    gsave stroke grestore newpath} def
/B* {gsave vg&FC eofill grestore gsave stroke grestore newpath} def

/g {1 array astore /vg&fcolor exch def} def
/G {setgray} def
/k {4 array astore /vg&fcolor exch def} def
/K {setcmykcolor} def
/rg {3 array astore /vg&fcolor exch def} def
/RG {setrgbcolor} def

% Initialize the fill color.
0 0 0 rg

/vg&FC {mark vg&fcolor aload pop
        counttomark 1 eq {G} if
        counttomark 3 eq {RG} if
        counttomark 4 eq {K} if
        cleartomark } def

/vg&DFC {/vg&fcolor exch def} def

/vg&C {mark exch aload pop
       counttomark 1 eq {G} if
       counttomark 3 eq {RG} if
       counttomark 4 eq {K} if
       cleartomark } def

/w {setlinewidth} def
/j {setlinejoin} def
/J {setlinecap} def
/M {setmiterlimit} def
/d {setdash} def
/i {setflat} def

/W {clip} def
/W* {eoclip} def

% Setup the default graphics state.
% (black; 1 pt. linewidth; miter join; butt-ends; solid)
/defaultGraphicsState {0 g 1 w 0 j 0 J [] 0 d} def

% Emulation of the rectangle operators for PostScript implementations
% which do not implement all Level 2 features.  This is an INCOMPLETE
% emulation; only the "x y width height rect..." form is emulated.
/*rf {gsave newpath re fill grestore} def
/*rs {gsave newpath re stroke grestore} def
/*rc {newpath re clip} def
/rf  /rectfill where {pop /rectfill}{/*rf} ifelse load def
/rs  /rectstroke where {pop /rectstroke}{/*rs} ifelse load def
/rc  /rectclip where {pop /rectclip}{/*rc} ifelse load def

% Emulation of the selectfont operator.  This includes a 20% increase in
% the fontsize which is necessary to get sizes similar to the Java fonts.
/*sf {exch findfont exch
      dup type /arraytype eq {makefont}{scalefont} ifelse setfont} bind def
/sf /selectfont where {pop {1.2 mul selectfont}}{{1.2 mul *sf}} ifelse def

% Special version of stroke which allows the dash pattern to continue
% across path segments.  (This may be needed for PostScript although
% modern printers seem to do this correctly.)
/vg&stroke {
  currentdash pop length 0 eq
  {stroke}
  {
    currentdash /vg&doffset exch def pop
    flattenpath
    {m vg&resetdash}
    {2 copy
     currentpoint
     3 -1 roll sub dup mul
     3 1 roll sub dup mul
     add sqrt
     3 1 roll l
     currentdash 3 -1 roll add setdash}
     {}
     {h vg&resetdash}
     pathforall
     stroke
     vg&resetdash
  } ifelse
} def
/vg&resetdash {currentdash pop vg&doffset setdash} def

% Initialize variables for safety.
/delta 0 def
/xv 0 def  /yv 0 def  /width 0 def  /height 0 def

% Initialize to portrait INTERNATIONAL (Letter-height, A4-width) page.
/pw 595 def  /ph 791  def  /po true def /ftp false def

% Initialize margins to 20 points.
/ml 20 def  /mr 20 def  /mt 20 def  /mb 20 def

% Temporary matrices.
/smatrix 0 def  /nmatrix 0 def

% set page size (usage: <page width><page height> setpagesize)
/setpagesize {/ph exch def /pw exch def} def

% set page orientation (usage: portrait or landscape)
/portrait {/po true def} def
/landscape {/po false def} def

% force natural size for image (usage: naturalsize)
/naturalsize {/ftp false def} def

% resize image to fill page (usage: fittopage)
/fittopage {/ftp true def} def

% set margins of the page (usage: <left><bottom><top><right> setmargins)
/setmargins {/mr exch def /mt exch def /mb exch def /ml exch def} def

% set the graphic's size (usage: <width><height> setsize)
/setsize {/gh exch def /gw exch def} def

% set the graphic's origin (usage: <x0><y0> setorigin)
/setorigin {/gy exch def /gx exch def} def

% calculate image center
/imagecenter {pw ml sub mr sub 2 div ml add
              ph mt sub mb sub 2 div mb add} def

% calculate the necessary scaling
/imagescale {po {gw}{gh} ifelse pw ml sub mr sub div
             po {gh}{gw} ifelse ph mt sub mb sub div
             2 copy lt {exch} if pop
             ftp not {1 2 copy lt {exch} if pop} if
             1 exch div /sfactor exch def
             /gw gw sfactor mul def /gh gh sfactor mul def} def

% calculate image origin
/imageorigin {pw ml sub mr sub 2 div ml add
              po {gw}{gh} ifelse 2 div sub
              ph mt sub mb sub 2 div mb add
              po {gh}{gw} ifelse 2 div po {add}{sub} ifelse} def

% calculate the clipping origin
/cliporigin  {pw ml sub mr sub 2 div ml add
              po {gw}{gh} ifelse 2 div sub floor
              ph mt sub mb sub 2 div mb add
              po {gh}{gw} ifelse 2 div sub floor} def

% Set the clipping region to the bounding box.
/cliptobounds {cliporigin po {gw}{gh} ifelse 1 add
                          po {gh}{gw} ifelse 1 add rc} def

% set the base transformation matrix (usage: setbasematrix)
/setbasematrix {imageorigin translate
                po {0}{90} ifelse rotate
                sfactor sfactor neg scale
                /defaultmatrix matrix currentmatrix def} def

% The lower-right bias in drawing 1 pt. wide lines.
/bias  {q 0.5 0.5 translate} def
/unbias {Q} def

% Draw a line. (x0 y0 x1 y1 line)
/L {bias n m l S unbias} def

% Polyline primitive.
/polyline  {n m 1 exch 1 exch
           {pop currentfile token pop currentfile token pop l} for
           } def

% Draw a polyline (n x0 y0 OPL x1 y1 x2 y2 ... ... xn yn)
/OPL {bias polyline S unbias} def

% Draw a closed polyline (n x0 y0 CPL x1 y1 x2 y2 ... ... xn yn)
/CPL {bias polyline s unbias} def

% Draw a filled polyline (n x0 y0 FPL x1 y1 x2 y2 ... ... xn yn)
/FPL {polyline h f*} def

% Draw an oval. (x y w h OVL)
/OVL {matrix currentmatrix /smatrix exch def
      /height exch def /width exch def
      /yv exch def /xv exch def
      width 2 div xv add height 2 div yv add translate
      width currentlinewidth sub 2 div
      height currentlinewidth sub 2 div neg
      scale n 0 0 1 5 -2 roll arc
      smatrix setmatrix S} def

% Draw a filled oval. (x y w h FOVL)
/FOVL {matrix currentmatrix /smatrix exch def
      /height exch def /width exch def
      /yv exch def /xv exch def
      width 2 div xv add height 2 div yv add translate
      width 2 div
      height 2 div neg
      scale n 0 0 m 0 0 1 5 -2 roll arc
      h smatrix setmatrix f} def

% Draw a rounded rectangle. (x y w h arcwidth archeight RREC)
/RREC {matrix currentmatrix /smatrix exch def
      2 div /ah exch def
      2 div /aw exch def
      /height exch def /width exch def
      /yv exch def /xv exch def
      aw ah scale matrix
      currentmatrix /nmatrix exch def
      smatrix setmatrix
      n xv width add aw sub yv m
      nmatrix setmatrix
      currentpoint exch 1 add exch
      currentpoint 1 add exch 1 add exch
      1 arct smatrix setmatrix
      xv width add yv height add ah sub l
      nmatrix setmatrix
      currentpoint 1 add
      currentpoint exch 1 sub exch 1 add
      1 arct smatrix setmatrix
      xv aw add yv height add l
      nmatrix setmatrix
      currentpoint exch 1 sub exch
      currentpoint exch 1 sub exch 1 sub
      1 arct smatrix setmatrix
      xv yv ah add l
      nmatrix setmatrix
      currentpoint 1 sub
      currentpoint exch 1 add exch 1 sub
      1 arct smatrix setmatrix
      s} def

% Draw a filled rounded rectangle. (x y w h arcwidth archeight FRREC)
/FRREC{matrix currentmatrix /smatrix exch def
      2 div /ah exch def
      2 div /aw exch def
      /height exch def /width exch def
      /yv exch def /xv exch def
      aw ah scale matrix
      currentmatrix /nmatrix exch def
      smatrix setmatrix
      n xv width add aw sub yv m
      nmatrix setmatrix
      currentpoint exch 1 add exch
      currentpoint 1 add exch 1 add exch
      1 arct smatrix setmatrix
      xv width add yv height add ah sub l
      nmatrix setmatrix
      currentpoint 1 add
      currentpoint exch 1 sub exch 1 add
      1 arct smatrix setmatrix
      xv aw add yv height add l
      nmatrix setmatrix
      currentpoint exch 1 sub exch
      currentpoint exch 1 sub exch 1 sub
      1 arct smatrix setmatrix
      xv yv ah add l
      nmatrix setmatrix
      currentpoint 1 sub
      currentpoint exch 1 add exch 1 sub
      1 arct smatrix setmatrix
      h f} def

% Draw a string.  (string x y STR)
/STR {q m 1 -1 scale recshow Q} def

% Define basic plot symbols.
/xys   {/siz exch def /yv exch def /xv exch def} def
/hline {xys n xv siz 2. div sub yv m siz 0 rlineto S} def
/vline {xys n xv yv siz 2. div sub m 0 siz rlineto S} def
/plus  {xys n xv yv siz 2. div sub m 0 siz rlineto
                    xv siz 2. div sub yv m siz 0 rlineto S} def
/dot   {n 2. div 0 360 arc s} def
/fdot  {n 2. div 0 360 arc h f} def
/box   {xys n xv siz 2 sqrt div 2 div sub yv siz 2 sqrt div 2 div sub
                    siz 2 sqrt div dup rs} def
/fbox  {xys n xv siz 2 sqrt div 2 div sub yv siz 2 sqrt div 2 div sub
                       siz 2 sqrt div dup rf} def
/tridn{xys n xv yv siz 3 sqrt div add m
                       siz 2. div neg 3 sqrt 2. div siz mul neg rlineto
                       siz 0 rlineto s} def
/ftridn{xys n xv yv siz 3 sqrt div add m
                       siz 2. div neg 3 sqrt 2. div siz mul neg rlineto
                       siz 0 rlineto h f} def

% Symbols defined in terms of the others.
/star     {3 copy cross plus} def
/cross    {xys q xv yv translate 45 rotate 0 0 siz plus Q} def
/diamond  {xys q xv yv translate 45 rotate 0 0 siz box Q} def
/fdiamond {xys q xv yv translate 45 rotate 0 0 siz fbox Q} def
/triup    {xys q xv yv translate 180 rotate 0 0 siz tridn Q} def
/ftriup   {xys q xv yv translate 180 rotate 0 0 siz ftridn Q} def

% Define the composite fonts used to print Unicode strings.
% Undefine particular values in an encoding array.
/vg&undef { {exch dup 3 -1 roll /.notdef put} forall } def
/vg&redef { {3 -1 roll dup 4 2 roll put} forall } def

% usage: key encoding basefontname vg&newbasefont font
/vg&newbasefont {
findfont dup length dict copy
  begin
    currentdict /FID undef
    /Encoding exch def
    dup /FontName exch def
    currentdict
  end
definefont
} def

% usage: key encoding basefontname vg&newskewedbasefont font
/vg&newskewedbasefont {
findfont dup length dict copy
  begin
    currentdict /FID undef
    /Encoding exch def
    dup /FontName exch def
    exch FontMatrix exch matrix concatmatrix /FontMatrix exch def
    currentdict
  end
definefont
} def

% usage: basekey suffix vg&nconcat name
/vg&nconcat {
  2 {dup length string cvs exch} repeat
  dup length 3 -1 roll dup length 3 -1 roll add string
  dup 0 4 -1 roll dup length 5 1 roll putinterval
  dup 4 -2 roll exch putinterval cvn
} def

%usage: fontname vg&skewmatrix matrix
/vg&skewmatrix {
findfont dup /FontInfo known
  {
    /FontInfo get dup /ItalicAngle known
    {
      [ 1 0 4 -1 roll /ItalicAngle get neg dup sin exch cos div 1 0 0 ]
    }
    {pop matrix} ifelse
  }
  {pop matrix} ifelse
} def

% usage: newfontname basefontname vg&newcompositefont --
/vg&newcompositefont {
/vg&fstyle exch def
/vg&bfont exch def
/vg&fname exch def
<<
/FontStyleBits vg&fstyle
/FontType 0
/FontMatrix matrix
/FontName vg&fname
/FMapType 2
/Encoding [ 0 1 255 {pop 6} for ]
          dup 16#00 0 put % Latin
          dup 16#03 1 put % Greek
          dup 16#20 2 put % Punctuation
          dup 16#21 3 put % Arrows
          dup 16#22 4 put % MathOps
          dup 16#27 5 put % Dingbats

/FDepVector [
vg&bfont /-UC-Latin vg&nconcat UCLatinEncoding
vg&bfont vg&newbasefont

vg&bfont vg&skewmatrix
vg&bfont /-UC-Greek vg&nconcat UCGreekEncoding
/Symbol vg&newskewedbasefont

vg&bfont /-UC-Punctuation vg&nconcat UCPunctuationEncoding
vg&bfont vg&newbasefont

/Arrows-UC findfont
/MathOps-UC findfont
/Dingbats-UC findfont
/Undefined-UC findfont ]
>>
vg&fname exch definefont pop
} def

% Null encoding vector (all elements set to .notdef)
/NullEncoding [ 256 {/.notdef} repeat ] def

% Unicode Latin encoding (unicode codes \u0000-\u00ff)
/UCLatinEncoding
  ISOLatin1Encoding dup length array copy
  dup 16#60 /grave put
  [ 16#90 16#91 16#92 16#93 16#94 16#95 16#96
    16#97 16#98 16#9a 16#9b 16#9d 16#9e 16#9f
  ] vg&undef
  def

% Unicode Greek encoding (unicode codes \u0370-\u03ff)
/UCGreekEncoding
  NullEncoding dup length array copy
  << 16#91 /Alpha    16#92 /Beta      16#93 /Gamma    16#94 /Delta
     16#95 /Epsilon  16#96 /Zeta      16#97 /Eta      16#98 /Theta
     16#99 /Iota     16#9a /Kappa     16#9b /Lambda   16#9c /Mu
     16#9d /Nu       16#9e /Xi        16#9f /Omicron  16#a0 /Pi
     16#a1 /Rho      16#a3 /Sigma     16#a4 /Tau      16#a5 /Upsilon
     16#a6 /Phi      16#a7 /Chi       16#a8 /Psi      16#a9 /Omega
     16#b1 /alpha    16#b2 /beta      16#b3 /gamma    16#b4 /delta
     16#b5 /epsilon  16#b6 /zeta      16#b7 /eta      16#b8 /theta
     16#b9 /iota     16#ba /kappa     16#bb /lambda   16#bc /mu
     16#bd /nu       16#be /xi        16#bf /omicron  16#c0 /pi
     16#c1 /rho      16#c2 /sigma1    16#c3 /sigma    16#c4 /tau
     16#c5 /upsilon  16#c6 /phi1      16#c7 /chi      16#c8 /psi
     16#c9 /omega    16#7e /semicolon 16#87 /dotmath  16#d1 /theta1
     16#d2 /Upsilon1 16#d5 /phi       16#d6 /omega1
  >> vg&redef
  def

% Unicode punctuation encoding (unicode codes \u2000-\u206f)
/UCPunctuationEncoding
  NullEncoding dup length array copy
  << 16#10 /hyphen          16#11 /hyphen              16#12 /endash
     16#13 /emdash          16#18 /quoteleft           16#19 /quoteright
     16#1a /quotesinglbase  16#1b /quotesingle         16#1c /quotedblleft
     16#1d /quotedblright   16#1e /quotedblbase        16#1f /quotedbl
     16#20 /dagger          16#21 /daggerdbl           16#22 /bullet
     16#24 /period          16#26 /ellipsis            16#27 /periodcentered
     16#30 /perthousand     16#44 /fraction
     16#70 /zerosuperior    16#74 /foursuperior        16#75 /fivesuperior
     16#76 /sixsuperior     16#77 /sevensuperior       16#78 /eightsuperior
     16#79 /ninesuperior    16#7b /hyphensuperior      16#7d /parenleftsuperior
     16#7e /parenrightsuperior
     16#80 /zeroinferior    16#84 /fourinferior        16#85 /fiveinferior
     16#81 /oneinferior     16#82 /twoinferior         16#83 /threeinferior
     16#86 /sixinferior     16#87 /seveninferior       16#88 /eightinferior
     16#89 /nineinferior    16#8b /hypheninferior      16#8d /parenleftinferior
     16#8e /parenrightinferior
  >> vg&redef
  def

% Unicode mathematical operators encoding (unicode codes \u2200-\u22ff)
/UCMathOpsEncoding
  NullEncoding dup length array copy
  << 16#00 /universal       16#02 /partialdiff         16#03 /existential
     16#05 /emptyset        16#06 /Delta               16#07 /gradient
     16#08 /element         16#09 /notelement          16#0b /suchthat
     16#0f /product         16#11 /summation           16#12 /minus
     16#15 /fraction        16#17 /asteriskmath        16#19 /bullet
     16#1a /radical         16#1d /proportional        16#1e /infinity
     16#20 /angle           16#23 /bar                 16#27 /logicaland
     16#28 /logicalor       16#29 /intersection        16#2a /union
     16#2b /integral        16#34 /therefore           16#36 /colon
     16#3c /similar         16#45 /congruent           16#48 /approxequal
     16#60 /notequal        16#61 /equivalence         16#64 /lessequal
     16#65 /greaterequal    16#82 /propersubset        16#83 /propersuperset
     16#86 /reflexsubset    16#87 /reflexsuperset      16#95 /circleplus
     16#97 /circlemultiply  16#a5 /perpendicular       16#03 /existential
     16#c0 /logicaland      16#c1 /logicalor           16#c2 /intersection
     16#c3 /union           16#c4 /diamond             16#c5 /dotmath
  >> vg&redef
  def

% Unicode arrows encoding (unicode codes \u2190-\u21ff)
% Also includes those "Letterlike" unicode characters
% which are available in the symbol font. (unicode codes \u2100-\u214f)
/UCArrowsEncoding
  NullEncoding dup length array copy
  << 16#11 /Ifraktur        16#1c /Rfraktur            16#22 /trademarkserif
     16#35 /aleph
     16#90 /arrowleft       16#91 /arrowup             16#92 /arrowright
     16#93 /arrowdown       16#94 /arrowboth           16#d0 /arrowdblleft
     16#d1 /arrowdblup      16#d2 /arrowdblright       16#d3 /arrowdbldown
     16#d4 /arrowdblboth
  >> vg&redef
  def

/ZapfDingbats findfont /Encoding get
dup length array copy /UCDingbatsEncoding exch def
16#20 1 16#7f {
  dup 16#20 sub exch
  UCDingbatsEncoding exch get
  UCDingbatsEncoding 3 1 roll put
} for
16#a0 1 16#ff {
  dup 16#40 sub exch
  UCDingbatsEncoding exch get
  UCDingbatsEncoding 3 1 roll put
} for
UCDingbatsEncoding [ 16#c0 1 16#ff {} for ] vg&undef
[ 16#00  16#05 16#0a 16#0b  16#28 16#4c 16#4e  16#53 16#54 16#55  16#57 16#5f
  16#60  16#68 16#69 16#6a  16#6b 16#6c 16#6d  16#6e 16#6f 16#70  16#71 16#72
  16#73  16#74 16#75 16#95  16#96 16#97 16#b0  16#bf
] vg&undef pop

% Define the base fonts which don't change.
/Undefined-UC NullEncoding       /Helvetica    vg&newbasefont pop
/MathOps-UC   UCMathOpsEncoding  /Symbol       vg&newbasefont pop
/Arrows-UC    UCArrowsEncoding   /Symbol       vg&newbasefont pop
/Dingbats-UC  UCDingbatsEncoding /ZapfDingbats vg&newbasefont pop

% Make the SansSerif composite fonts.
/SansSerif /Helvetica 16#00 vg&newcompositefont
/SansSerif-Bold /Helvetica-Bold 16#01 vg&newcompositefont
/SansSerif-Italic /Helvetica-Oblique 16#02 vg&newcompositefont
/SansSerif-BoldItalic /Helvetica-BoldOblique 16#03 vg&newcompositefont

% Make the Serif composite fonts.
/Serif /Times-Roman 16#00 vg&newcompositefont
/Serif-Bold /Times-Bold 16#01 vg&newcompositefont
/Serif-Italic /Times-Italic 16#02 vg&newcompositefont
/Serif-BoldItalic /Times-BoldItalic 16#03 vg&newcompositefont

% Make the Monospaced composite fonts.
/Monospaced /Courier 16#00 vg&newcompositefont
/Monospaced-Bold /Courier-Bold 16#01 vg&newcompositefont
/Monospaced-Italic /Courier-Oblique 16#02 vg&newcompositefont
/Monospaced-BoldItalic /Courier-BoldOblique 16#03 vg&newcompositefont

% Make the Dialog composite fonts.
/Dialog /Helvetica 16#00 vg&newcompositefont
/Dialog-Bold /Helvetica-Bold 16#01 vg&newcompositefont
/Dialog-Italic /Helvetica-Oblique 16#02 vg&newcompositefont
/Dialog-BoldItalic /Helvetica-BoldOblique 16#03 vg&newcompositefont

% Make the DialogInput composite fonts.
/DialogInput /Helvetica 16#00 vg&newcompositefont
/DialogInput-Bold /Helvetica-Bold 16#01 vg&newcompositefont
/DialogInput-Italic /Helvetica-Oblique 16#02 vg&newcompositefont
/DialogInput-BoldItalic /Helvetica-BoldOblique 16#03 vg&newcompositefont

% Make the Typewriter composite fonts (JDK 1.1 only).
/Typewriter /Courier 16#00 vg&newcompositefont
/Typewriter-Bold /Courier-Bold 16#01 vg&newcompositefont
/Typewriter-Italic /Courier-Oblique 16#02 vg&newcompositefont
/Typewriter-BoldItalic /Courier-BoldOblique 16#03 vg&newcompositefont


/cfontH {
 dup /fontsize exch def /SansSerif exch sf
 /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
} def
/cfontHB {
  dup /fontsize exch def /SansSerif-Bold exch sf
 /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
} def
/cfontHI {
 dup /fontsize exch def /SansSerif-Italic exch sf
 /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
} def
/cfontHBI {
 dup /fontsize exch def /SansSerif-BoldItalic exch sf
 /vg&fontstyles [{cfontH} {cfontHB} {cfontHI} {cfontHBI}] def
} def

/cfontT {
 dup /fontsize exch def /Serif exch sf
 /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
} def
/cfontTB {
 dup /fontsize exch def /Serif-Bold exch sf
 /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
} def
/cfontTI {
 dup /fontsize exch def /Serif-Italic exch sf
 /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
} def
/cfontTBI {
 dup /fontsize exch def /Serif-BoldItalic exch sf
 /vg&fontstyles [{cfontT} {cfontTB} {cfontTI} {cfontTBI}] def
} def

/cfontC {
 dup /fontsize exch def /Typewriter exch sf
 /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
} def
/cfontCB {
 dup /fontsize exch def /Typewriter-Bold exch sf
 /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
} def
/cfontCI {
 dup /fontsize exch def /Typewriter-Italic exch sf
 /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
} def
/cfontCBI {
 dup /fontsize exch def /Typewriter-BoldItalic exch sf
 /vg&fontstyles [{cfontC} {cfontCB} {cfontCI} {cfontCBI}] def
} def

% Darken or lighten the current color.
/darken {0.7 exch exp 3 copy
         q 4 -1 roll vg&C
         currentrgbcolor 3 {4 -2 roll mul} repeat
         3 array astore Q} def

/displayColorMap
<< /Cr   [1.00 0.00 0.00]       /Cg     [0.00 1.00 0.00]
   /Cb   [0.00 0.00 1.00]       /Cc     [1.00 0.00 0.00 0.00]
   /Cm   [0.00 1.00 0.00 0.00]  /Cy     [0.00 0.00 1.00 0.00]
   /Co   [1.00 0.78 0.00]       /Cp     [1.00 0.67 0.67]
   /Cw   [1   ]                 /Cgrl   [0.75]
   /Cgr  [0.50]                 /Cgrd   [0.25]
   /Ck   [0   ]
   /CGr  [1.00 0.00 0.00]       /CGg    [0.00 1.00 0.00]
   /CGb  [0.00 0.00 1.00]       /CGc    [1.00 0.00 0.00 0.00]
   /CGm  [0.00 1.00 0.00 0.00]  /CGy    [0.00 0.00 1.00 0.00]
   /CGo  [1.00 0.78 0.00]       /CGp    [1.00 0.67 0.67]
   /CGw  [1   ]                 /CGgrl  [0.75]
   /CGgr [0.50]                 /CGgrd  [0.25]
   /CGk  [0   ]
   /CIr  [1.00 0.00 0.00]       /CIg    [0.00 1.00 0.00]
   /CIb  [0.00 0.00 1.00]       /CIc    [1.00 0.00 0.00 0.00]
   /CIm  [0.00 1.00 0.00 0.00]  /CIy    [0.00 0.00 1.00 0.00]
   /CIo  [1.00 0.78 0.00]       /CIp    [1.00 0.67 0.67]
   /CIw  [1   ]                 /CIgrl  [0.75]
   /CIgr [0.50]                 /CIgrd  [0.25]
   /CIk  [0   ]
>> def

/printColorMap
<< /Cr   [1.00 0.33 0.33]       /Cg     [0.33 1.00 0.33]
   /Cb   [0.33 0.33 1.00]       /Cc     [1.00 0.00 0.00 0.00]
   /Cm   [0.00 1.00 0.00 0.00]  /Cy     [0.00 0.00 1.00 0.00]
   /Co   [1.00 0.78 0.00]       /Cp     [1.00 0.67 0.67]
   /Cw   [1   ]                 /Cgrl   [0.75]
   /Cgr  [0.50]                 /Cgrd   [0.25]
   /Ck   [0   ]
   /CGr  [1.00 0.33 0.33]       /CGg    [0.33 1.00 0.33]
   /CGb  [0.33 0.33 1.00]       /CGc    [1.00 0.00 0.00 0.00]
   /CGm  [0.00 1.00 0.00 0.00]  /CGy    [0.00 0.00 1.00 0.00]
   /CGo  [1.00 0.78 0.00]       /CGp    [1.00 0.67 0.67]
   /CGw  [1   ]                 /CGgrl  [0.75]
   /CGgr [0.50]                 /CGgrd  [0.25]
   /CGk  [0   ]
   /CIr  [1.00 0.33 0.33]       /CIg    [0.33 1.00 0.33]
   /CIb  [0.33 0.33 1.00]       /CIc    [1.00 0.00 0.00 0.00]
   /CIm  [0.00 1.00 0.00 0.00]  /CIy    [0.00 0.00 1.00 0.00]
   /CIo  [1.00 0.78 0.00]       /CIp    [1.00 0.67 0.67]
   /CIw  [1   ]                 /CIgrl  [0.75]
   /CIgr [0.50]                 /CIgrd  [0.25]
   /CIk  [0   ]
>> def

/grayColorMap
<< /Cr   [0   ]                 /Cg     [0   ]
   /Cb   [0   ]                 /Cc     [0   ]
   /Cm   [0   ]                 /Cy     [0   ]
   /Co   [0   ]                 /Cp     [0   ]
   /Cw   [0   ]                 /Cgrl   [0   ]
   /Cgr  [0   ]                 /Cgrd   [0   ]
   /Ck   [0   ]
   /CGr  [0.75]                 /CGg    [1   ]
   /CGb  [0.50]                 /CGc    [0.75]
   /CGm  [0.50]                 /CGy    [1   ]
   /CGo  [0.75]                 /CGp    [1   ]
   /CGw  [0   ]                 /CGgrl  [0.25]
   /CGgr [0.50]                 /CGgrd  [0.75]
   /CGk  [1   ]
   /CIr  [1   ]                 /CIg    [1   ]
   /CIb  [1   ]                 /CIc    [1   ]
   /CIm  [1   ]                 /CIy    [1   ]
   /CIo  [1   ]                 /CIp    [1   ]
   /CIw  [1   ]                 /CIgrl  [1   ]
   /CIgr [1   ]                 /CIgrd  [1   ]
   /CIk  [1   ]
>> def

/bwColorMap
<< /Cr   [0   ]                 /Cg     [0   ]
   /Cb   [0   ]                 /Cc     [0   ]
   /Cm   [0   ]                 /Cy     [0   ]
   /Co   [0   ]                 /Cp     [0   ]
   /Cw   [0   ]                 /Cgrl   [0   ]
   /Cgr  [0   ]                 /Cgrd   [0   ]
   /Ck   [0   ]
   /CGr  [1   ]                 /CGg    [1   ]
   /CGb  [1   ]                 /CGc    [1   ]
   /CGm  [1   ]                 /CGy    [1   ]
   /CGo  [1   ]                 /CGp    [1   ]
   /CGw  [0   ]                 /CGgrl  [1   ]
   /CGgr [1   ]                 /CGgrd  [1   ]
   /CGk  [1   ]
   /CIr  [1   ]                 /CIg    [1   ]
   /CIb  [1   ]                 /CIc    [1   ]
   /CIm  [1   ]                 /CIy    [1   ]
   /CIo  [1   ]                 /CIp    [1   ]
   /CIw  [1   ]                 /CIgrl  [1   ]
   /CIgr [1   ]                 /CIgrd  [1   ]
   /CIk  [1   ]
>> def

%
% The following routines handle the alignment of and printing of
% tagged strings.
%

% Predefine the bounding box values.
/bbllx 0 def /bblly 0 def /bburx 0 def /bbury 0 def

% This routine pops the first unicode character off of a string and returns
% the remainder of the string, the character code of first character,
% and a "true" if the string was non-zero length.
% <string>      popfirst <remaining string> <true>
% <null string> popfirst <false>
/popfirst {
  dup length 1 gt
    {dup 0 get /vg&fbyte exch def
     dup 1 get /vg&cbyte exch def
     dup length 2 sub 2 exch getinterval true}
    {pop false} ifelse
} def

% This routine shows a single unicode character given the font and
% character codes.
% <font code> <char code> unicharshow --
/unicharshow {
  2 string
  dup 0 5 -1 roll put
  dup 1 4 -1 roll put
  internalshow
} def

% This is an internal routine to alternate between determining the
% bounding box for stringsize and showing the string for recshow.
% <string> internalshow --
/internalshow {show} def

% This is an internal routine to alternate between determining the
% bounding box for stringsize and stroking various ornaments.
% <string> internalstroke --
/internalstroke {S} def

% Sets up internalshow to use the null device to determine string size.
% -- nullinternalshow --
/nullinternalshow {/internalshow {false charpath flattenpath
                                  pathbbox updatebbox} def} def

% Sets up internalstroke to use the null device to determine string size.
% -- nullinternalstroke --
/nullinternalstroke {
 /internalstroke {flattenpath pathbbox updatebbox} def} def

% This routine tests to see if the character code matches the first
% character of a string.
% <char code> <string> testchar <char code> <true or false>
/testchar {exch dup 3 -1 roll 0 get eq} def

% Raise the text baseline for superscripts.
% -- raise --
/raise {
  0 fontsize 2 div rmoveto
  /fontsize fontsize 2 mul 3 div def
  currentfont /FontName get fontsize sf
} def

% Un-raise the text baseline for superscripts.
% -- unraise --
/unraise {
  /fontsize fontsize 1.5 mul def
  0 fontsize 2 div neg rmoveto
} def

% Lower the text baseline for subscripts.
% -- lower --
/lower {
  0 fontsize 3 div neg rmoveto
  /fontsize fontsize 2 mul 3 div def
  currentfont /FontName get fontsize sf
} def

% Un-lower the text baseline for subscripts.
% -- unlower --
/unlower {
  /fontsize fontsize 1.5 mul def
  0 fontsize 3 div rmoveto
} def

% Compare the top two elements on the stack and leave only the
% larger one.
/maxval {2 copy gt {pop} {exch pop} ifelse} def

% Tokenize a string.  Do not use the usual PostScript token because
% parentheses will not be interpreted correctly because of rescanning
% of the string.
/vg&token {/vg&string exch def /vg&index -1 def /vg&level 0 def
0 2 vg&string length 2 sub {
  dup dup 1 add exch vg&string exch get 8 bitshift vg&string 3 -1 roll get or
  dup 16#f0fe eq {pop 1}{16#f0ff eq {-1}{0} ifelse} ifelse
  /vg&level exch vg&level add def
  vg&level 0 eq {/vg&index exch def exit} if pop
} for
vg&index 0 ge {
  vg&string vg&index 2 add dup vg&string length exch sub getinterval
  vg&index 2 gt {vg&string 2 vg&index 2 sub getinterval}{()} ifelse
  true}
{false} ifelse
} bind def

% Recursively show an unicode string.
% <string> recshow --
/recshow {
  popfirst
  {
    % Test to see if this is a string attribute.
    vg&fbyte 16#f0 and 16#e0 eq
    {
      q

      % Font style.
      currentfont dup /FontStyleBits known {/FontStyleBits get}{pop 0} ifelse
      vg&cbyte or vg&fontstyles exch get fontsize exch exec

      vg&token pop recshow currentpoint Q m recshow
    }
    {
      vg&fbyte 16#F8 and 16#F0 eq {

        % Superscript and/or subscript.
        vg&cbyte 16#00 eq {
          vg&token pop exch vg&token pop 3 -1 roll
          q raise recshow unraise currentpoint pop Q exch
          q lower recshow unlower currentpoint pop Q
          maxval currentpoint exch pop m recshow } if

        % Strikeout.
        vg&cbyte 16#01 eq {
          vg&token pop currentpoint 3 -1 roll recshow
          q 0 J vg&underline vg&uthick w
          currentpoint 4 -2 roll fontsize 3 div add moveto
          fontsize 3 div add lineto internalstroke Q
          recshow} if

        % Underline.
        vg&cbyte 16#02 eq {
          vg&token pop currentpoint 3 -1 roll recshow
          q 0 J vg&underline vg&uthick w
          currentpoint 4 -2 roll vg&uoffset add moveto
          vg&uoffset add lineto internalstroke Q
          recshow} if

        % Dashed underline.
        vg&cbyte 16#03 eq {
          vg&token pop currentpoint 3 -1 roll recshow
          q 0 J [ vg&uthick 5 mul vg&uthick 2 mul] 0 d
          vg&underline vg&uthick w
          currentpoint 4 -2 roll vg&uoffset add moveto
          vg&uoffset add lineto internalstroke Q
          recshow} if

        % Dotted underline.
        vg&cbyte 16#04 eq {
          vg&token pop currentpoint 3 -1 roll recshow
          q 1 J [ 0 vg&uthick 3 mul] 0 d
          vg&underline vg&uthick w
          currentpoint 4 -2 roll vg&uoffset add moveto
          vg&uoffset add lineto internalstroke Q
          recshow} if

        % Thick underline.
        vg&cbyte 16#05 eq {
          vg&token pop currentpoint 3 -1 roll recshow
          q 0 J vg&underline vg&uthick 2 mul w
          currentpoint 4 -2 roll vg&uoffset vg&uthick 2 div sub add moveto
          vg&uoffset vg&uthick 2 div sub add lineto internalstroke Q
          recshow} if

        % Gray thick underline.
        vg&cbyte 16#06 eq {
          vg&token pop currentpoint 3 -1 roll recshow
          q 0 J vg&underline vg&uthick 2 mul w 0.5 setgray
          currentpoint 4 -2 roll vg&uoffset vg&uthick 2 div sub add moveto
          vg&uoffset vg&uthick 2 div sub add lineto internalstroke Q
          recshow} if

        % Overbar.
        vg&cbyte 16#07 eq {
          vg&token pop dup stringsize relative 4 1 roll pop pop exch
          3 -1 roll recshow
          q 0 J vg&underline vg&uthick w
          vg&uoffset neg add dup currentpoint pop exch m l internalstroke Q
          recshow} if
      }
      {
        vg&fbyte vg&cbyte unicharshow recshow
      } ifelse
    } ifelse
  } if
} def

% Get the underline position and thickness from the current font.
/vg&underline {

currentfont dup /FontType get 0 eq {/FDepVector get 0 get} if
dup dup /FontInfo known {
  /FontInfo get dup
  dup /UnderlinePosition known {
    /UnderlinePosition get /vg&uoffset exch def
  }
  {
    pop /vg&uoffset 0 def
  } ifelse
  dup /UnderlineThickness known {
    /UnderlineThickness get /vg&uthick exch def
  }
  {
    pop /vg&uthick 0 def
  } ifelse
}
{
  pop /vg&uoffset 0 def /vg&uthick 0 def
} ifelse
/FontMatrix get
currentfont dup /FontType get 0 eq
{/FontMatrix get matrix concatmatrix}{pop} ifelse
dup 0 vg&uoffset 3 -1 roll transform /vg&uoffset exch def pop
0 vg&uthick 3 -1 roll transform /vg&uthick exch def pop
} def

% Make a frame with the coordinates on the stack.
% <llx> <lly> <urx> <ury> frame --
/frame {4 copy m 3 1 roll exch l 4 -2 roll l l h} def

% Resets the accumulated bounding box to a degenerate box at the
% current point.
% -- resetbbox --
/resetbbox {
  currentpoint 2 copy
  /bbury exch def
  /bburx exch def
  /bblly exch def
  /bbllx exch def
} def

% Update the accumulated bounding box.
% <llx'> <lly'> <urx'> <ury'> updatebbox --
/updatebbox {
  dup bbury gt {/bbury exch def} {pop} ifelse
  dup bburx gt {/bburx exch def} {pop} ifelse
  dup bblly lt {/bblly exch def} {pop} ifelse
  dup bbllx lt {/bbllx exch def} {pop} ifelse
} def

% Set the bounding box to the values on the stack.
% <llx'> <lly'> <urx'> <ury'> updatebbox --
/restorebbox {
  /bbury exch def /bburx exch def /bblly exch def /bbllx exch def
} def

% Push the accumulated bounding box onto the stack.
% -- pushbbox <llx> <lly> <urx> <ury>
/pushbbox {bbllx bblly bburx bbury} def

% Make the relative bounding box relative to the currentpoint.
% <llx'> <lly'> <urx'> <ury'> inflate <llx> <lly> <urx> <ury>
/inflate {
  2 {fontsize 0.2 mul add 4 1 roll} repeat
  2 {fontsize 0.2 mul sub 4 1 roll} repeat
} def

% Make the relative bounding box relative to the currentpoint.
% <llx'> <lly'> <urx'> <ury'> relative <llx> <lly> <urx> <ury>
/relative {
  currentpoint 3 -1 roll add 3 1 roll add exch 4 2 roll
  currentpoint 3 -1 roll add 3 1 roll add exch 4 2 roll
} def

% Returns the size of a string appropriate for recshow.
% <string> stringsize <llx> <lly> <urx> <ury>
/stringsize {
  pushbbox /internalshow load /internalstroke load 7 -1 roll
  q
  nulldevice 0 0 m
  nullinternalshow nullinternalstroke
  resetbbox
  recshow
  /internalstroke exch def /internalshow exch def
  pushbbox 8 -4 roll restorebbox
  Q
} def

% Calculate values for string positioning.
/calcval {4 copy
  3 -1 roll sub /widy exch def sub neg /widx exch def
  pop pop /dy exch def /dx exch def} def

% Utilities to position a string.
% First letter (U=upper, C=center, B=baseline, L=lower)
% Second letter (L=left, C=center, R=right)
/align [
{calcval dx neg widy dy add neg rmoveto} % UL
{calcval dx neg widy 2 div dy add neg rmoveto} % CL
{calcval dx neg 0 rmoveto} % BL
{calcval dx neg dy neg rmoveto} % LL
{calcval widx dx add neg widy dy add neg rmoveto} % UR
{calcval widx dx add neg widy 2 div dy add neg rmoveto} % CR
{calcval widx dx add neg 0 rmoveto} % BR
{calcval widx dx add neg dy neg rmoveto} % LR
{calcval widx 2 div dx add neg widy dy add neg rmoveto} % UC
{calcval widx 2 div dx add neg widy 2 div dy add neg rmoveto} % CC
{calcval widx 2 div dx add neg 0 rmoveto} % BC
{calcval widx 2 div dx add neg dy neg rmoveto} % LC
] def

/vg&str {m q 1 -1 scale dup stringsize 4 copy align 11 -1 roll get exec
         q inflate relative frame exch exec Q recshow Q} def

end /procDict exch def
%%EndProlog

%%BeginSetup
save
procDict begin
printColorMap begin
595 842 setpagesize
20 20 20 20 setmargins
0 0 setorigin
720 608 setsize
fittopage
landscape
imagescale
cliptobounds
setbasematrix
/Helvetica 10 sf
defaultGraphicsState
%%EndSetup

0.0 0.0 0.0 RG
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] defaultmatrix matrix concatmatrix setmatrix
1.0 w
2 J
0 j
10.0 M
[ ] 0.0 d
1.0 1.0 1.0 RG
0.0 0.0 720.0 608.0 rf
0.0 0.0 0.0 RG
q
0 0 720 608 rc
q
1.0 1.0 1.0 RG
0.0 0.0 720.0 608.0 rf
0.0 0.0 720.0 608.0 rc
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] concat
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
newpath
50.0 -40.0 m
770.0 -40.0 l
770.0 568.0 l
50.0 568.0 l
50.0 -40.0 l
h
f
0.501961 0.501961 0.501961 RG
newpath
60.0 -30.0 m
760.0 -30.0 l
760.0 536.0 l
60.0 536.0 l
60.0 -30.0 l
h
S
[ 1.0 0.0 0.0 1.0 630.0 20.0 ] concat
1.0 1.0 1.0 RG
newpath
50.5 0.5 m
50.5 506.5 l
f
0.0 0.0 0.0 RG
0 J
1.0 M
[ 5.0 5.0 ] 0.0 d
newpath
50.5 0.5 m
50.5 506.5 l
S
0.501961 0.501961 0.501961 RG
2 J
10.0 M
[ ] 0.0 d
[ 1.0 0.0 0.0 1.0 17.1123 0.0 ] concat
1.0 1.0 1.0 RG
newpath
0.5 0.5 m
65.2754 0.5 l
65.2754 26.5 l
0.5 26.5 l
h
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
0.5 0.5 m
65.2754 0.5 l
65.2754 26.5 l
0.5 26.5 l
h
S
0.501961 0.501961 0.501961 RG
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 4.0 4.0 ] concat
[ 1.0 0.0 0.0 1.0 2.0 2.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
0.501961 0.501961 0.501961 RG
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 0.0 0.0 RG
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000R\000i\000s\000k\000N) show
Q
newpath
0.0 13.5 m
29.331542 13.5 l
S
[ 1.0 0.0 0.0 1.0 603.1123 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 29.3315 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000:) show
Q
newpath
0.0 13.5 m
3.056152 13.5 l
S
[ 1.0 0.0 0.0 1.0 603.1123 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 32.3877 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000R\000i\000s\000k) show
Q
newpath
0.0 13.5 m
21.387695 13.5 l
S
[ 1.0 0.0 0.0 1.0 635.5 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 603.1123 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 601.1123 64.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 597.1123 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 580.0 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 560.0 20.0 ] concat
1.0 1.0 1.0 RG
newpath
50.5 0.5 m
50.5 506.5 l
f
0.0 0.0 0.0 RG
0 J
1.0 M
[ 5.0 5.0 ] 0.0 d
newpath
50.5 0.5 m
50.5 506.5 l
S
2 J
10.0 M
[ ] 0.0 d
[ 1.0 0.0 0.0 1.0 18.0254 0.0 ] concat
1.0 1.0 1.0 RG
newpath
0.5 0.5 m
63.449199 0.5 l
63.449199 26.5 l
0.5 26.5 l
h
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
0.5 0.5 m
63.449199 0.5 l
63.449199 26.5 l
0.5 26.5 l
h
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 4.0 4.0 ] concat
[ 1.0 0.0 0.0 1.0 2.0 2.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000R\000i\000s\000k\0001) show
Q
newpath
0.0 13.5 m
27.505371 13.5 l
S
[ 1.0 0.0 0.0 1.0 534.0254 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 27.5054 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000:) show
Q
newpath
0.0 13.5 m
3.056152 13.5 l
S
[ 1.0 0.0 0.0 1.0 534.0254 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 30.5615 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000R\000i\000s\000k) show
Q
newpath
0.0 13.5 m
21.387695 13.5 l
S
[ 1.0 0.0 0.0 1.0 564.5869 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 534.0254 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 532.0254 64.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 528.0254 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 510.0 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 450.0 20.0 ] concat
1.0 1.0 1.0 RG
newpath
60.8662 0.5 m
60.8662 506.5 l
f
0.0 0.0 0.0 RG
0 J
1.0 M
[ 5.0 5.0 ] 0.0 d
newpath
60.8662 0.5 m
60.8662 506.5 l
S
2 J
10.0 M
[ ] 0.0 d
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
0.5 0.5 m
120.2324 0.5 l
120.2324 27.5 l
0.5 27.5 l
h
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
0.5 0.5 m
120.2324 0.5 l
120.2324 27.5 l
0.5 27.5 l
h
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 4.0 4.0 ] concat
[ 1.0 0.0 0.0 1.0 2.0 2.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000I\000n\000s\000u\000r\000a\000n\000c\000e) show
Q
newpath
0.0 13.5 m
48.307617 13.5 l
S
[ 1.0 0.0 0.0 1.0 406.0 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 52.6992 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000:) show
Q
newpath
0.0 13.5 m
3.056152 13.5 l
S
[ 1.0 0.0 0.0 1.0 406.0 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 56.0332 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000I\000n\000s\000u\000r\000a\000n\000c\000e) show
Q
newpath
0.0 13.5 m
48.307617 13.5 l
S
[ 1.0 0.0 0.0 1.0 462.0332 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 406.0 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 404.0 64.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 400.0 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 400.0 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 280.0 20.0 ] concat
1.0 1.0 1.0 RG
newpath
81.87795 0.5 m
81.87795 506.5 l
f
0.0 0.0 0.0 RG
0 J
1.0 M
[ 5.0 5.0 ] 0.0 d
newpath
81.87795 0.5 m
81.87795 506.5 l
S
2 J
10.0 M
[ ] 0.0 d
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
0.5 0.5 m
162.2559 0.5 l
162.2559 27.5 l
0.5 27.5 l
h
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
0.5 0.5 m
162.2559 0.5 l
162.2559 27.5 l
0.5 27.5 l
h
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 4.0 4.0 ] concat
[ 1.0 0.0 0.0 1.0 2.0 2.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000P\000r\000o\000p\000o\000s\000a\000l) show
Q
newpath
0.0 13.5 m
43.414550 13.5 l
S
[ 1.0 0.0 0.0 1.0 236.0 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 47.3613 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000:) show
Q
newpath
0.0 13.5 m
3.056152 13.5 l
S
[ 1.0 0.0 0.0 1.0 236.0 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 50.6953 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000I\000n\000s\000u\000r\000a\000n\000c\000e\000P\000r\000o\000p\000o\000s\000a\000l) show
Q
newpath
0.0 13.5 m
91.722167 13.5 l
S
[ 1.0 0.0 0.0 1.0 286.6953 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 236.0 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 234.0 64.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 230.0 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 230.0 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 90.0 20.0 ] concat
1.0 1.0 1.0 RG
newpath
61.5283 0.5 m
61.5283 506.5 l
f
0.0 0.0 0.0 RG
0 J
1.0 M
[ 5.0 5.0 ] 0.0 d
newpath
61.5283 0.5 m
61.5283 506.5 l
S
2 J
10.0 M
[ ] 0.0 d
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
0.5 0.5 m
121.5566 0.5 l
121.5566 27.5 l
0.5 27.5 l
h
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
0.5 0.5 m
121.5566 0.5 l
121.5566 27.5 l
0.5 27.5 l
h
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 4.0 4.0 ] concat
[ 1.0 0.0 0.0 1.0 2.0 2.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000E\000m\000p\000l\000o\000y\000e\000e) show
Q
newpath
0.0 13.5 m
48.914550 13.5 l
S
[ 1.0 0.0 0.0 1.0 46.0 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 53.3613 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000:) show
Q
newpath
0.0 13.5 m
3.056152 13.5 l
S
[ 1.0 0.0 0.0 1.0 46.0 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 56.6953 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000E\000m\000p\000l\000o\000y\000e\000e) show
Q
newpath
0.0 13.5 m
48.914550 13.5 l
S
[ 1.0 0.0 0.0 1.0 102.6953 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 46.0 66.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 44.0 64.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 40.0 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 40.0 60.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 60.0 -30.0 ] concat
1.0 1.0 1.0 RG
newpath
84.2168 0.5 m
84.2168 11.5 l
76.2168 19.5 l
0.5 19.5 l
0.5 0.5 l
h
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
84.2168 0.5 m
84.2168 11.5 l
76.2168 19.5 l
0.5 19.5 l
0.5 0.5 l
h
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 4.0 2.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000A\000d\000d\000 \000p\000r\000o\000p\000o\000s\000a\000l) show
Q
[ 1.0 0.0 0.0 1.0 10.0 10.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 229.0 68.0 ] concat
0 J
1.0 M
newpath
-82.5573 0.0 m
-42.5573 0.0 l
-42.5573 20.0 l
-82.5573 20.0 l
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 -82.5573 20.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 179.0 108.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -41.5573 2.5 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 137.4427 110.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 137.4427 110.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
newpath
S
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000C\000h\000e\000c\000k\000A\000u\000t\000h\000o\000r\000i\000z\000a\000t\000i\000o\000n) show
Q
[ 1.0 0.0 0.0 1.0 143.555 110.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 95.3853 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\050) show
Q
[ 1.0 0.0 0.0 1.0 143.555 110.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 99.0483 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\051) show
Q
[ 1.0 0.0 0.0 1.0 143.555 110.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 143.555 110.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 137.4427 110.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 179.0 108.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 412.0 148.0 ] concat
0 J
1.0 M
newpath
-56.9035 0.0 m
-16.9035 0.0 l
-16.9035 20.0 l
-56.9035 20.0 l
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 -56.9035 20.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 362.0 188.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -15.9035 2.5 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 346.0965 190.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 346.0965 190.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
newpath
S
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000C\000h\000e\000c\000k\000F\000o\000r\000U\000p\000S\000e\000l\000l) show
Q
[ 1.0 0.0 0.0 1.0 352.2088 190.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 80.083 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\050) show
Q
[ 1.0 0.0 0.0 1.0 352.2088 190.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 83.7461 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\051) show
Q
[ 1.0 0.0 0.0 1.0 352.2088 190.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 352.2088 190.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 346.0965 190.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 362.0 188.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 414.0 266.0 ] concat
0 J
1.0 M
newpath
-58.9035 0.0 m
-18.9035 0.0 l
-18.9035 20.0 l
-58.9035 20.0 l
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 -58.9035 20.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 364.0 306.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -17.9035 2.5 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 346.0965 308.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 346.0965 308.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
newpath
S
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000C\000h\000e\000c\000k\000F\000o\000r\000C\000r\000o\000s\000s\000S\000e\000l\000l) show
Q
[ 1.0 0.0 0.0 1.0 352.2088 308.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 94.7461 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\050) show
Q
[ 1.0 0.0 0.0 1.0 352.2088 308.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 98.4092 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\051) show
Q
[ 1.0 0.0 0.0 1.0 352.2088 308.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 352.2088 308.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 346.0965 308.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 364.0 306.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 620.0 188.0 ] concat
0 J
1.0 M
newpath
-264.9035 0.0 m
-114.1643 0.0 l
S
2 J
10.0 M
[ -1.0 0.0 0.0 -1.0 -114.1643 0.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 570.0 228.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -234.78 -16.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 335.22 212.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 335.22 212.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000G\000e\000t\000 \000_\000u\000p\000_\000s\000e\000l\000l\000_\000I\000D\000s) show
Q
[ 1.0 0.0 0.0 1.0 335.22 212.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 570.0 228.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 618.0 306.0 ] concat
0 J
1.0 M
newpath
-262.9035 0.0 m
-112.1643 0.0 l
S
2 J
10.0 M
[ -1.0 0.0 0.0 -1.0 -112.1643 0.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 568.0 346.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -239.8027 -16.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 328.1973 330.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 328.1973 330.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000G\000e\000t\000 \000_\000c\000r\000o\000s\000s\000_\000s\000e\000l\000l\000_\000I\000D\000s) show
Q
[ 1.0 0.0 0.0 1.0 328.1973 330.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 568.0 346.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 584.5237 346.0 ] concat
0 J
1.0 M
newpath
-229.4272 0.0 m
-6.4983 0.0 l
S
2 J
10.0 M
[ -1.0 0.0 0.0 -1.0 -6.4983 0.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 534.5237 386.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -215.0708 -18.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 319.4529 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 319.4529 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
newpath
S
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000R\000i\000s\000k) show
Q
[ 1.0 0.0 0.0 1.0 325.5652 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 21.3877 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\050) show
Q
[ 1.0 0.0 0.0 1.0 325.5652 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 25.0508 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\051) show
Q
[ 1.0 0.0 0.0 1.0 325.5652 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 28.7139 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000:) show
Q
[ 1.0 0.0 0.0 1.0 325.5652 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 31.77 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000x) show
Q
[ 1.0 0.0 0.0 1.0 357.3352 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 325.5652 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 325.5652 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 319.4529 368.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 534.5237 386.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 390.5237 366.0 ] concat
0 J
1.0 M
newpath
-35.4273 0.0 m
4.5727 0.0 l
4.5727 20.0 l
-35.4273 20.0 l
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 -35.4273 20.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 340.5237 406.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 5.5727 2.5 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 346.0964 408.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 346.0964 408.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
newpath
S
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000A\000d\000d\000R\000i\000s\000k) show
Q
[ 1.0 0.0 0.0 1.0 352.2087 408.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 40.96 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\050) show
Q
[ 1.0 0.0 0.0 1.0 352.2087 408.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 44.623 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\051) show
Q
[ 1.0 0.0 0.0 1.0 352.2087 408.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 352.2087 408.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 346.0964 408.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 340.5237 406.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 678.5237 406.0 ] concat
0 J
1.0 M
newpath
-323.4272 0.0 m
1.4763 0.0 l
S
2 J
10.0 M
[ -1.0 0.0 0.0 -1.0 1.4763 0.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 628.5237 446.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -310.6666 -17.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 317.8571 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 317.8571 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
newpath
S
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000R\000i\000s\000k) show
Q
[ 1.0 0.0 0.0 1.0 323.9694 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 21.3877 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\050) show
Q
[ 1.0 0.0 0.0 1.0 323.9694 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 25.0508 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\051) show
Q
[ 1.0 0.0 0.0 1.0 323.9694 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 28.7139 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000:) show
Q
[ 1.0 0.0 0.0 1.0 323.9694 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 31.77 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000x) show
Q
[ 1.0 0.0 0.0 1.0 355.7394 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 323.9694 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 323.9694 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 317.8571 429.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 628.5237 446.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 384.5237 486.0 ] concat
0 J
1.0 M
newpath
-29.4273 0.0 m
10.5727 0.0 l
10.5727 20.0 l
-29.4273 20.0 l
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 -29.4273 20.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 334.5237 526.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 11.5727 2.5 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 346.0964 528.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 346.0964 528.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
newpath
S
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000A\000d\000d\000R\000i\000s\000k) show
Q
[ 1.0 0.0 0.0 1.0 352.2087 528.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 40.96 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\050) show
Q
[ 1.0 0.0 0.0 1.0 352.2087 528.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 44.623 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\051) show
Q
[ 1.0 0.0 0.0 1.0 352.2087 528.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 352.2087 528.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 346.0964 528.5 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 334.5237 526.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 356.0 111.0 ] concat
0 J
1.0 M
newpath
-209.5573 0.0 m
-0.9035 0.0 l
S
2 J
10.0 M
[ -1.0 0.0 0.0 -1.0 -0.9035 0.0 ] concat
newpath
10.0 5.0 m
0.0 0.0 l
10.0 -5.0 l
S
[ 1.0 0.0 0.0 1.0 306.0 151.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -162.0888 -16.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000 ) show
Q
[ 1.0 0.0 0.0 1.0 143.9112 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 3.0562 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif-Bold findfont 11.0 scalefont setfont
(\000.) show
Q
[ 1.0 0.0 0.0 1.0 143.9112 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 6.1123 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
newpath
S
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000I\000n\000s\000u\000r\000a\000n\000c\000e\000P\000r\000o\000p\000o\000s\000a\000l) show
Q
[ 1.0 0.0 0.0 1.0 150.0235 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 91.7222 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\050) show
Q
[ 1.0 0.0 0.0 1.0 150.0235 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 95.3853 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000\051) show
Q
[ 1.0 0.0 0.0 1.0 150.0235 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 99.0483 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000:) show
Q
[ 1.0 0.0 0.0 1.0 150.0235 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 102.1045 0.0 ] concat
1.0 1.0 1.0 RG
newpath
f
0.0 0.0 0.0 RG
0 J
1.0 M
newpath
S
2 J
10.0 M
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] concat
0.0 12.0 moveto
q 1 -1 scale
/SansSerif findfont 11.0 scalefont setfont
(\000x) show
Q
[ 1.0 0.0 0.0 1.0 252.128 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 150.0235 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 150.0235 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 143.9112 135.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 306.0 151.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 60.0 253.0 ] concat
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 760.0 253.0 ] concat
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 410.0 -30.0 ] concat
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 410.0 536.0 ] concat
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 60.0 -30.0 ] concat
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 760.0 -30.0 ] concat
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 60.0 536.0 ] concat
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 760.0 536.0 ] concat
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 205.592773 536.0 ] concat
0.0 13.0 moveto
q 1 -1 scale
/Helvetica findfont 12.0 scalefont setfont
(Created with Poseidon for UML Community Edition. Not for Commercial Use.) show
Q
[ 1.0 0.0 0.0 1.0 -50.0 40.0 ] defaultmatrix matrix concatmatrix setmatrix
[ 1.0 0.0 0.0 1.0 0.0 0.0 ] defaultmatrix matrix concatmatrix setmatrix
newpath
0.0 0.0 m
0.0 608.0 l
720.0 608.0 l
720.0 0.0 l
h
W
Q
end end restore showpage

%%Trailer
%%EOF