Codebase list dx / fresh-snapshots/main fonts / roman_sfix.dx
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

roman_sfix.dx @fresh-snapshots/mainraw · history · blame

   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
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
object 1 class field
attribute "char width" number 0.665517
#
object 2 class field
attribute "char width" number 0.665517
#
object 3 class field
attribute "char width" number 0.665517
#
object 4 class field
attribute "char width" number 0.665517
#
object 5 class field
attribute "char width" number 0.665517
#
object 6 class field
attribute "char width" number 0.665517
#
object 7 class field
attribute "char width" number 0.665517
#
object 8 class field
attribute "char width" number 0.665517
#
object 9 class field
attribute "char width" number 0.665517
#
object 10 class field
attribute "char width" number 0.665517
#
object 11 class field
attribute "char width" number 0.665517
#
object 12 class field
attribute "char width" number 0.665517
#
object 13 class field
attribute "char width" number 0.665517
#
object 14 class field
attribute "char width" number 0.665517
#
object 15 class field
attribute "char width" number 0.665517
#
object 16 class field
attribute "char width" number 0.665517
#
object 17 class field
attribute "char width" number 0.665517
#
object 18 class field
attribute "char width" number 0.665517
#
object 19 class field
attribute "char width" number 0.665517
#
object 20 class field
attribute "char width" number 0.665517
#
object 21 class field
attribute "char width" number 0.665517
#
object 22 class field
attribute "char width" number 0.665517
#
object 23 class field
attribute "char width" number 0.665517
#
object 24 class field
attribute "char width" number 0.665517
#
object 25 class field
attribute "char width" number 0.665517
#
object 26 class field
attribute "char width" number 0.665517
#
object 27 class field
attribute "char width" number 0.665517
#
object 28 class field
attribute "char width" number 0.665517
#
object 29 class field
attribute "char width" number 0.665517
#
object 30 class field
attribute "char width" number 0.665517
#
object 31 class field
attribute "char width" number 0.665517
#
object 32 class field
attribute "char width" number 0.665517
#
object 33 class field
attribute "char width" number 0.665517
#
object 35 class array type float rank 1 shape 3 items 386 data follows
     0.11379     0.413793            0
    0.320683     0.206897            0
    0.320683     0.413793            0
     0.11379     0.206897            0
    0.265517     0.724138            0
    0.265517     0.241379            0
    0.265517     0.068966            0
    0.231034     0.034483            0
    0.265517            0            0
         0.3     0.034483            0
    0.127586     0.724138            0
    0.127586     0.482759            0
    0.403448     0.724138            0
    0.403448     0.482759            0
         0.3     0.862069            0
    0.058621    -0.241379            0
    0.506897     0.862069            0
    0.265517    -0.241379            0
    0.058621     0.413793            0
    0.541379     0.413793            0
    0.024138     0.206897            0
    0.506897     0.206897            0
    0.196552     0.862069            0
    0.196552    -0.137931            0
    0.334483     0.862069            0
    0.334483    -0.137931            0
    0.506897      0.62069            0
    0.437931     0.689655            0
    0.334483     0.724138            0
    0.196552     0.724138            0
    0.093103     0.689655            0
    0.024138      0.62069            0
    0.024138     0.551724            0
    0.058621     0.482759            0
    0.093103     0.448276            0
    0.162069     0.413793            0
    0.368966     0.344828            0
    0.437931     0.310345            0
    0.472414     0.275862            0
    0.506897     0.103448            0
    0.437931     0.034483            0
    0.334483            0            0
    0.196552            0            0
    0.093103     0.034483            0
    0.024138     0.103448            0
    0.575862     0.724138            0
   -0.044828            0            0
    0.196552     0.655172            0
    0.196552     0.586207            0
    0.162069     0.517241            0
    0.093103     0.482759            0
    0.024138     0.482759            0
   -0.044828     0.551724            0
   -0.044828      0.62069            0
   -0.010345     0.689655            0
    0.058621     0.724138            0
    0.196552     0.689655            0
         0.3     0.655172            0
    0.403448     0.655172            0
    0.506897     0.689655            0
    0.437931     0.241379            0
    0.368966     0.206897            0
    0.334483     0.137931            0
    0.334483     0.068966            0
    0.403448            0            0
    0.472414            0            0
    0.541379     0.034483            0
    0.575862     0.103448            0
    0.575862     0.172414            0
    0.506897     0.241379            0
    0.610345     0.413793            0
    0.610345     0.448276            0
    0.575862     0.482759            0
    0.541379     0.482759            0
    0.506897     0.448276            0
    0.472414      0.37931            0
    0.403448     0.206897            0
    0.334483     0.103448            0
    0.265517     0.034483            0
    0.058621            0            0
   -0.010345     0.034483            0
   -0.044828     0.068966            0
    -0.07931     0.137931            0
    -0.07931     0.206897            0
   -0.044828     0.275862            0
   -0.010345     0.310345            0
    0.231034     0.448276            0
    0.265517     0.482759            0
         0.3     0.551724            0
         0.3      0.62069            0
    0.265517     0.689655            0
    0.127586     0.689655            0
    0.093103      0.62069            0
    0.093103     0.551724            0
    0.127586     0.448276            0
    0.196552     0.344828            0
    0.368966     0.103448            0
    0.506897            0            0
    0.575862            0            0
    0.610345     0.034483            0
    0.610345     0.068966            0
    0.265517     0.655172            0
    0.231034     0.689655            0
         0.3     0.689655            0
    0.265517     0.551724            0
    0.231034     0.517241            0
    0.403448     0.862069            0
    0.334483     0.793103            0
    0.196552     0.551724            0
    0.162069      0.37931            0
    0.162069     0.241379            0
    0.196552     0.068966            0
    0.265517    -0.068966            0
    0.334483    -0.172414            0
    0.403448    -0.241379            0
    0.127586     0.862069            0
    0.196552     0.793103            0
    0.334483     0.551724            0
    0.368966      0.37931            0
    0.368966     0.241379            0
    0.196552    -0.172414            0
    0.127586    -0.241379            0
    0.265517     0.310345            0
    0.437931     0.413793            0
    0.437931      0.62069            0
    0.093103     0.413793            0
    0.265517      0.62069            0
   -0.044828     0.310345            0
    0.575862     0.310345            0
         0.3    -0.034483            0
    0.265517    -0.103448            0
    0.231034    -0.137931            0
    0.575862     0.862069            0
   -0.044828    -0.241379            0
    0.231034     0.724138            0
    0.058621     0.586207            0
    0.024138     0.413793            0
    0.024138     0.310345            0
    0.058621     0.137931            0
    0.127586     0.034483            0
    0.231034            0            0
         0.3            0            0
    0.403448     0.034483            0
    0.472414     0.137931            0
    0.506897     0.310345            0
    0.506897     0.413793            0
    0.472414     0.586207            0
    0.403448     0.689655            0
         0.3     0.724138            0
    0.127586     0.586207            0
    0.196552      0.62069            0
    0.058621     0.551724            0
    0.093103     0.655172            0
    0.437931     0.655172            0
    0.472414     0.517241            0
    0.437931     0.448276            0
    0.024138            0            0
    0.093103     0.724138            0
    0.472414     0.724138            0
    0.265517     0.448276            0
    0.368966     0.448276            0
    0.506897     0.275862            0
    0.472414     0.103448            0
    0.058621     0.068966            0
    0.024138     0.137931            0
    0.368966     0.724138            0
    0.024138     0.241379            0
    0.541379     0.241379            0
    0.368966            0            0
    0.437931     0.724138            0
    0.196552     0.482759            0
         0.3     0.482759            0
    0.403448     0.448276            0
    0.472414      0.62069            0
    0.162069     0.689655            0
    0.093103     0.586207            0
    0.058621     0.241379            0
    0.093103     0.103448            0
    0.162069     0.034483            0
    0.472414     0.344828            0
    0.403448     0.413793            0
         0.3     0.448276            0
    0.093103     0.344828            0
    0.506897     0.724138            0
    0.162069            0            0
    0.024138     0.724138            0
    0.058621      0.62069            0
    0.162069     0.448276            0
         0.3     0.413793            0
    0.403448      0.37931            0
    0.472414     0.310345            0
    0.506897     0.137931            0
    0.472414     0.068966            0
    0.058621     0.310345            0
    0.127586      0.37931            0
    0.231034     0.413793            0
    0.437931     0.482759            0
    0.472414     0.551724            0
    0.472414     0.482759            0
    0.437931      0.37931            0
    0.368966     0.310345            0
    0.265517     0.275862            0
    0.231034     0.275862            0
    0.127586     0.310345            0
    0.058621      0.37931            0
    0.024138     0.517241            0
    0.368966     0.689655            0
    0.437931     0.137931            0
    0.368966     0.034483            0
    0.058621     0.103448            0
    0.265517     0.413793            0
    0.541379      0.62069            0
    0.541379            0            0
   -0.044828     0.413793            0
    0.575862     0.413793            0
   -0.044828     0.206897            0
    0.575862     0.206897            0
   -0.010345      0.62069            0
    0.541379     0.310345            0
   -0.010345            0            0
    0.265517     0.344828            0
    0.403448     0.517241            0
    0.231034     0.551724            0
    0.093103      0.37931            0
    0.093103     0.275862            0
    0.127586     0.206897            0
    0.196552     0.172414            0
         0.3     0.172414            0
    0.403448     0.275862            0
    0.162069     0.482759            0
    0.127586     0.275862            0
    0.162069     0.206897            0
    0.437931     0.551724            0
    0.472414     0.172414            0
    0.541379     0.172414            0
    0.610345     0.241379            0
    0.644828     0.344828            0
    0.644828     0.413793            0
    0.610345     0.517241            0
    0.575862     0.586207            0
    0.506897     0.655172            0
    0.058621     0.655172            0
   -0.010345     0.586207            0
   -0.044828     0.517241            0
    -0.07931     0.413793            0
    -0.07931     0.310345            0
   -0.010345     0.137931            0
    0.506897     0.068966            0
    0.541379     0.103448            0
    0.437931     0.275862            0
    0.437931     0.206897            0
    0.093103     0.241379            0
    0.472414     0.655172            0
    0.506897     0.586207            0
    0.506897     0.517241            0
    0.472414     0.448276            0
    0.334483      0.37931            0
    0.024138      0.37931            0
    0.437931     0.344828            0
    0.541379     0.551724            0
    0.024138     0.448276            0
    0.024138     0.275862            0
    0.058621     0.172414            0
    0.437931     0.103448            0
    0.541379     0.275862            0
    0.368966     0.275862            0
    0.506897      0.37931            0
    0.403448     0.172414            0
    0.368966     0.068966            0
    0.334483     0.034483            0
    0.093103     0.068966            0
    0.196552     0.413793            0
   -0.010345     0.724138            0
    0.541379     0.724138            0
   -0.010345     0.448276            0
   -0.010345     0.275862            0
    0.024138     0.172414            0
    0.506897     0.172414            0
    0.541379     0.448276            0
    0.506897     0.551724            0
    0.506897     0.482759            0
    0.472414     0.413793            0
    0.334483     0.344828            0
    0.024138     0.344828            0
         0.3     0.137931            0
    0.506897    -0.068966            0
    0.265517      0.37931            0
    -0.07931     0.724138            0
    0.093103            0            0
    0.437931            0            0
    0.610345     0.724138            0
    0.162069     0.862069            0
    0.162069    -0.241379            0
    0.196552    -0.241379            0
    0.506897    -0.103448            0
    0.334483    -0.241379            0
    0.368966     0.862069            0
    0.368966    -0.241379            0
    0.196552     0.517241            0
    0.334483     0.517241            0
    0.265517     0.586207            0
   -0.010345    -0.068966            0
    0.541379    -0.068966            0
    0.231034      0.62069            0
    0.265517     0.517241            0
    0.334483     0.482759            0
    0.231034     0.482759            0
    0.058621     0.275862            0
    0.058621     0.206897            0
    0.472414     0.206897            0
    0.472414    -0.068966            0
    0.437931    -0.172414            0
    0.403448    -0.206897            0
    0.231034    -0.241379            0
    0.162069    -0.206897            0
    0.196552     0.448276            0
    0.368966     0.482759            0
    0.265517     0.758621            0
         0.3     0.758621            0
         0.3    -0.103448            0
    0.265517    -0.206897            0
    0.093103     0.137931            0
           0     0.482759            0
           0            0            0
           0     0.344828            0
    0.072414     0.448276            0
     0.12069     0.482759            0
    0.193103     0.482759            0
    0.241379     0.448276            0
    0.337931     0.448276            0
    0.386207     0.482759            0
    0.458621     0.482759            0
    0.531034     0.344828            0
    0.531034            0            0
    0.472414    -0.241379            0
    0.162069     0.275862            0
    0.196552      0.37931            0
    0.196552     0.275862            0
    0.265517     0.137931            0
   -0.010345     0.482759            0
    0.127586            0            0
    0.127586    -0.206897            0
    0.024138    -0.241379            0
    0.265517     0.827586            0
    0.231034     0.793103            0
    0.231034     0.586207            0
    0.231034     0.344828            0
    0.231034     0.758621            0
         0.3     0.586207            0
    0.334483     0.448276            0
         0.3      0.37931            0
    0.162069     0.310345            0
         0.3     0.241379            0
    0.334483     0.172414            0
    0.231034    -0.068966            0
         0.3     0.206897            0
    0.196552    -0.034483            0
    0.196552    -0.103448            0
    0.231034    -0.172414            0
    0.265517     0.862069            0
         0.3     0.793103            0
    0.334483     0.655172            0
         0.3     0.344828            0
    0.231034      0.37931            0
    0.231034     0.241379            0
    0.196552     0.103448            0
         0.3    -0.068966            0
         0.3    -0.137931            0
         0.3     0.275862            0
    0.231034     0.206897            0
    0.231034     0.137931            0
    0.334483    -0.034483            0
    0.334483    -0.103448            0
         0.3    -0.172414            0
   -0.010345      0.37931            0
    0.127586     0.413793            0
    0.334483     0.275862            0
    0.403448     0.241379            0
    0.472414     0.241379            0
    0.575862     0.344828            0
   -0.010345     0.344828            0
    0.334483     0.241379            0
    0.127586      0.62069            0
    0.127586     0.551724            0
    0.403448     0.551724            0
    0.403448      0.62069            0

attribute "dep" string "positions"
#
object 36 class array type int rank 1 shape 2 items 5 data follows
        4         5
        6         7
        7         8
        8         9
        9         6

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 34 class field
component "positions" value 35
component "connections" value 36
attribute "char width" number 0.665517
#
object 38 class array type int rank 1 shape 2 items 2 data follows
       10        11
       12        13

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 37 class field
component "positions" value 35
component "connections" value 38
attribute "char width" number 0.665517
#
object 40 class array type int rank 1 shape 2 items 4 data follows
       14        15
       16        17
       18        19
       20        21

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 39 class field
component "positions" value 35
component "connections" value 40
attribute "char width" number 0.665517
#
object 42 class array type int rank 1 shape 2 items 21 data follows
       22        23
       24        25
       26        27
       27        28
       28        29
       29        30
       30        31
       31        32
       32        33
       33        34
       34        35
       35        36
       36        37
       37        38
       38        21
       21        39
       39        40
       40        41
       41        42
       42        43
       43        44

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 41 class field
component "positions" value 35
component "connections" value 42
attribute "char width" number 0.665517
#
object 44 class array type int rank 1 shape 2 items 26 data follows
       45        46
       10        47
       47        48
       48        49
       49        50
       50        51
       51        52
       52        53
       53        54
       54        55
       55        10
       10        56
       56        57
       57        58
       58        59
       59        45
       60        61
       61        62
       62        63
       63        64
       64        65
       65        66
       66        67
       67        68
       68        69
       69        60

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 43 class field
component "positions" value 35
component "connections" value 44
attribute "char width" number 0.665517
#
object 46 class array type int rank 1 shape 2 items 33 data follows
       70        71
       71        72
       72        73
       73        74
       74        75
       75        76
       76        77
       77        78
       78        42
       42        79
       79        80
       80        81
       81        82
       82        83
       83        84
       84        85
       85        86
       86        87
       87        88
       88        89
       89        90
       90        29
       29        91
       91        92
       92        93
       93        94
       94        95
       95        96
       96        40
       40        97
       97        98
       98        99
       99       100

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 45 class field
component "positions" value 35
component "connections" value 46
attribute "char width" number 0.665517
#
object 48 class array type int rank 1 shape 2 items 6 data follows
      101       102
      102         4
        4       103
      103        89
       89       104
      104       105

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 47 class field
component "positions" value 35
component "connections" value 48
attribute "char width" number 0.665517
#
object 50 class array type int rank 1 shape 2 items 9 data follows
      106       107
      107        90
       90       108
      108       109
      109       110
      110       111
      111       112
      112       113
      113       114

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 49 class field
component "positions" value 35
component "connections" value 50
attribute "char width" number 0.665517
#
object 52 class array type int rank 1 shape 2 items 9 data follows
      115       116
      116        90
       90       117
      117       118
      118       119
      119        63
       63       112
      112       120
      120       121

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 51 class field
component "positions" value 35
component "connections" value 52
attribute "char width" number 0.665517
#
object 54 class array type int rank 1 shape 2 items 3 data follows
        4       122
       92       123
      124       125

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 53 class field
component "positions" value 35
component "connections" value 54
attribute "char width" number 0.665517
#
object 56 class array type int rank 1 shape 2 items 2 data follows
      126         8
      127       128

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 55 class field
component "positions" value 35
component "connections" value 56
attribute "char width" number 0.665517
#
object 58 class array type int rank 1 shape 2 items 7 data follows
        9         8
        8         7
        7         6
        6         9
        9       129
      129       130
      130       131

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 57 class field
component "positions" value 35
component "connections" value 58
attribute "char width" number 0.665517
#
object 60 class array type int rank 1 shape 2 items 1 data follows
      127       128

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 59 class field
component "positions" value 35
component "connections" value 60
attribute "char width" number 0.665517
#
object 62 class array type int rank 1 shape 2 items 4 data follows
        6         7
        7         8
        8         9
        9         6

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 61 class field
component "positions" value 35
component "connections" value 62
attribute "char width" number 0.665517
#
object 64 class array type int rank 1 shape 2 items 1 data follows
      132       133

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 63 class field
component "positions" value 35
component "connections" value 64
attribute "char width" number 0.665517
#
object 66 class array type int rank 1 shape 2 items 16 data follows
      134        91
       91       135
      135       136
      136       137
      137       138
      138       139
      139       140
      140       141
      141       142
      142       143
      143       144
      144       145
      145       146
      146       147
      147       148
      148       134

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 65 class field
component "positions" value 35
component "connections" value 66
attribute "char width" number 0.665517
#
object 68 class array type int rank 1 shape 2 items 3 data follows
      149       150
      150       148
      148       141

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 67 class field
component "positions" value 35
component "connections" value 68
attribute "char width" number 0.665517
#
object 70 class array type int rank 1 shape 2 items 13 data follows
      151       135
      135       152
      152        91
       91        29
       29        28
       28       147
      147       153
      153       146
      146       154
      154       155
      155        36
       36       156
      156        97

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 69 class field
component "positions" value 35
component "connections" value 70
attribute "char width" number 0.665517
#
object 72 class array type int rank 1 shape 2 items 14 data follows
      157       158
      158       159
      159       160
      160       123
      123        75
       75       161
      161        21
       21       162
      162       142
      142       141
      141        42
       42        43
       43       163
      163       164

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 71 class field
component "positions" value 35
component "connections" value 72
attribute "char width" number 0.665517
#
object 74 class array type int rank 1 shape 2 items 3 data follows
      165       166
      166       167
      165       168

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 73 class field
component "positions" value 35
component "connections" value 74
attribute "char width" number 0.665517
#
object 76 class array type int rank 1 shape 2 items 16 data follows
      169       157
      157        18
       18        34
       34       170
      170       171
      171       172
      172        75
       75       161
      161        21
       21       162
      162       142
      142       141
      141        42
       42        43
       43       163
      163       164

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 75 class field
component "positions" value 35
component "connections" value 76
attribute "char width" number 0.665517
#
object 78 class array type int rank 1 shape 2 items 22 data follows
      173        27
       27        28
       28         4
        4       174
      174       175
      175        18
       18       176
      176       177
      177       178
      178         8
        8       141
      141       142
      142       162
      162        21
       21        69
       69       179
      179       180
      180       181
      181       159
      159        35
       35       182
      182       176

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 77 class field
component "positions" value 35
component "connections" value 78
attribute "char width" number 0.665517
#
object 80 class array type int rank 1 shape 2 items 2 data follows
      183       184
      185       183

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 79 class field
component "positions" value 35
component "connections" value 80
attribute "char width" number 0.665517
#
object 82 class array type int rank 1 shape 2 items 28 data follows
       29        30
       30       186
      186       151
      151        50
       50       187
      187       188
      188       189
      189       190
      190        69
       69       191
      191       192
      192        40
       40        41
       41        42
       42        43
       43       163
      163       164
      164       166
      166       193
      193       194
      194       195
      195       160
      160       196
      196       197
      197       173
      173        27
       27        28
       28        29

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 81 class field
component "positions" value 35
component "connections" value 82
attribute "char width" number 0.665517
#
object 84 class array type int rank 1 shape 2 items 22 data follows
      198       199
      199       200
      200       201
      201       202
      202       203
      203       204
      204        51
       51       205
      205       186
      186        91
       91       134
      134         4
        4       206
      206       124
      124       198
      198       190
      190       207
      207       208
      208         8
        8        42
       42        43
       43       209

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 83 class field
component "positions" value 35
component "connections" value 84
attribute "char width" number 0.665517
#
object 86 class array type int rank 1 shape 2 items 8 data follows
       87        86
       86       210
      210       181
      181        87
        6         7
        7         8
        8         9
        9         6

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 85 class field
component "positions" value 35
component "connections" value 86
attribute "char width" number 0.665517
#
object 88 class array type int rank 1 shape 2 items 11 data follows
       87        86
       86       210
      210       181
      181        87
        9         8
        8         7
        7         6
        6         9
        9       129
      129       130
      130       131

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 87 class field
component "positions" value 35
component "connections" value 88
attribute "char width" number 0.665517
#
object 90 class array type int rank 1 shape 2 items 2 data follows
      211        85
       85       212

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 89 class field
component "positions" value 35
component "connections" value 90
attribute "char width" number 0.665517
#
object 92 class array type int rank 1 shape 2 items 2 data follows
      213       214
      215       216

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 91 class field
component "positions" value 35
component "connections" value 92
attribute "char width" number 0.665517
#
object 94 class array type int rank 1 shape 2 items 2 data follows
      217       218
      218       219

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 93 class field
component "positions" value 35
component "connections" value 94
attribute "char width" number 0.665517
#
object 96 class array type int rank 1 shape 2 items 17 data follows
      151       135
      135       152
      152        91
       91        29
       29        28
       28       147
      147       153
      153       146
      146       154
      154       155
      155       180
      180       220
      220         5
        6         7
        7         8
        8         9
        9         6

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 95 class field
component "positions" value 35
component "connections" value 96
attribute "char width" number 0.665517
#
object 98 class array type int rank 1 shape 2 items 48 data follows
      155       221
      221       117
      117       222
      222        49
       49        11
       11       223
      223       224
      224       225
      225       226
      226       227
      227        61
       61       228
      222       229
      229       194
      194       230
      230       231
      231       226
      232       228
      228        76
       76       233
      233       234
      234       235
      235       236
      236       237
      237       238
      238       239
      239       240
      240        27
       27        28
       28       134
      134        91
       91       241
      241       242
      242       243
      243       244
      244       245
      245       215
      215       246
      246       163
      163       139
      139       140
      140        41
       41        40
       40       247
      247       248
      197       249
      249       250
      250       233

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 97 class field
component "positions" value 35
component "connections" value 98
attribute "char width" number 0.665517
#
object 100 class array type int rank 1 shape 2 items 3 data follows
        4       219
        4       212
      251        60

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 99 class field
component "positions" value 35
component "connections" value 100
attribute "char width" number 0.665517
#
object 102 class array type int rank 1 shape 2 items 18 data follows
      185       156
      185        28
       28        27
       27       252
      252       253
      253       254
      254       255
      255       123
      123       256
      257       256
      256       258
      258       190
      190        69
       69       191
      191       192
      192        40
       40        41
       41       156

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 101 class field
component "positions" value 35
component "connections" value 102
attribute "char width" number 0.665517
#
object 104 class array type int rank 1 shape 2 items 17 data follows
      259        26
       26        27
       27       165
      165       134
      134       174
      174        92
       92       151
      151       260
      260       261
      261       262
      262       177
      177       178
      178       140
      140       168
      168        40
       40        39
       39       234

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 103 class field
component "positions" value 35
component "connections" value 104
attribute "char width" number 0.665517
#
object 106 class array type int rank 1 shape 2 items 12 data follows
      185       156
      185         4
        4       206
      206       124
      124       197
      197        74
       74       161
      161       233
      233       263
      263       208
      208         8
        8       156

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 105 class field
component "positions" value 35
component "connections" value 106
attribute "char width" number 0.665517
#
object 108 class array type int rank 1 shape 2 items 4 data follows
       55        79
       55       183
      204       256
       79        97

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 107 class field
component "positions" value 35
component "connections" value 108
attribute "char width" number 0.665517
#
object 110 class array type int rank 1 shape 2 items 3 data follows
       55        79
       55       183
      204       256

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 109 class field
component "positions" value 35
component "connections" value 110
attribute "char width" number 0.665517
#
object 112 class array type int rank 1 shape 2 items 19 data follows
      259        26
       26        27
       27       165
      165       134
      134       174
      174        92
       92       151
      151       260
      260       261
      261       262
      262       177
      177       178
      178       140
      140       168
      168        40
       40        39
       39       234
      234       264
      265       264

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 111 class field
component "positions" value 35
component "connections" value 112
attribute "char width" number 0.665517
#
object 114 class array type int rank 1 shape 2 items 3 data follows
      185       156
      183        97
      257       266

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 113 class field
component "positions" value 35
component "connections" value 114
attribute "char width" number 0.665517
#
object 116 class array type int rank 1 shape 2 items 1 data follows
        4         8

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 115 class field
component "positions" value 35
component "connections" value 116
attribute "char width" number 0.665517
#
object 118 class array type int rank 1 shape 2 items 9 data follows
       12       267
      267       268
      268       269
      269         8
        8        42
       42       139
      139       270
      270       262
      262       176

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 117 class field
component "positions" value 35
component "connections" value 118
attribute "char width" number 0.665517
#
object 120 class array type int rank 1 shape 2 items 3 data follows
      185       156
      183       166
      271        97

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 119 class field
component "positions" value 35
component "connections" value 120
attribute "char width" number 0.665517
#
object 122 class array type int rank 1 shape 2 items 2 data follows
       55        79
       79        65

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 121 class field
component "positions" value 35
component "connections" value 122
attribute "char width" number 0.665517
#
object 124 class array type int rank 1 shape 2 items 4 data follows
      272       219
      272         8
      273         8
      273       212

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 123 class field
component "positions" value 35
component "connections" value 124
attribute "char width" number 0.665517
#
object 126 class array type int rank 1 shape 2 items 3 data follows
      185       156
      185        97
      183        97

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 125 class field
component "positions" value 35
component "connections" value 126
attribute "char width" number 0.665517
#
object 128 class array type int rank 1 shape 2 items 20 data follows
       29        91
       91       186
      186        32
       32       274
      274       275
      275       276
      276       209
      209       139
      139        42
       42        41
       41       142
      142       162
      162       277
      277       264
      264       278
      278       279
      279       173
      173       147
      147        28
       28        29

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 127 class field
component "positions" value 35
component "connections" value 128
attribute "char width" number 0.665517
#
object 130 class array type int rank 1 shape 2 items 10 data follows
      185       156
      185        28
       28        27
       27       252
      252       253
      253       280
      280       281
      281       199
      199       282
      282       283

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 129 class field
component "positions" value 35
component "connections" value 130
attribute "char width" number 0.665517
#
object 132 class array type int rank 1 shape 2 items 21 data follows
       29        91
       91       186
      186        32
       32       274
      274       275
      275       276
      276       209
      209       139
      139        42
       42        41
       41       142
      142       162
      162       277
      277       264
      264       278
      278       279
      279       173
      173       147
      147        28
       28        29
      284       285

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 131 class field
component "positions" value 35
component "connections" value 132
attribute "char width" number 0.665517
#
object 134 class array type int rank 1 shape 2 items 11 data follows
      185       156
      185        28
       28        27
       27       252
      252       253
      253       254
      254       255
      255       123
      123       256
      256       257
      286        97

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 133 class field
component "positions" value 35
component "connections" value 134
attribute "char width" number 0.665517
#
object 136 class array type int rank 1 shape 2 items 19 data follows
       26        27
       27        28
       28        29
       29        30
       30        31
       31        32
       32        33
       33        34
       34        35
       35        36
       36        37
       37        38
       38        21
       21        39
       39        40
       40        41
       41        42
       42        43
       43        44

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 135 class field
component "positions" value 35
component "connections" value 136
attribute "char width" number 0.665517
#
object 138 class array type int rank 1 shape 2 items 2 data follows
        4         8
      185       183

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 137 class field
component "positions" value 35
component "connections" value 138
attribute "char width" number 0.665517
#
object 140 class array type int rank 1 shape 2 items 9 data follows
      185        20
       20       209
      209       139
      139       140
      140       141
      141       142
      142       162
      162        21
       21       183

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 139 class field
component "positions" value 35
component "connections" value 140
attribute "char width" number 0.665517
#
object 142 class array type int rank 1 shape 2 items 2 data follows
      272         8
      273         8

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 141 class field
component "positions" value 35
component "connections" value 142
attribute "char width" number 0.665517
#
object 144 class array type int rank 1 shape 2 items 4 data follows
      287       288
        4       288
        4       289
      290       289

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 143 class field
component "positions" value 35
component "connections" value 144
attribute "char width" number 0.665517
#
object 146 class array type int rank 1 shape 2 items 2 data follows
      185        97
      183       156

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 145 class field
component "positions" value 35
component "connections" value 146
attribute "char width" number 0.665517
#
object 148 class array type int rank 1 shape 2 items 3 data follows
      272       286
      286         8
      273       286

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 147 class field
component "positions" value 35
component "connections" value 148
attribute "char width" number 0.665517
#
object 150 class array type int rank 1 shape 2 items 3 data follows
      183       156
      185       183
      156        97

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 149 class field
component "positions" value 35
component "connections" value 150
attribute "char width" number 0.665517
#
object 152 class array type int rank 1 shape 2 items 4 data follows
      291       292
       22       293
      291       106
      292       114

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 151 class field
component "positions" value 35
component "connections" value 152
attribute "char width" number 0.665517
#
object 154 class array type int rank 1 shape 2 items 1 data follows
      185       294

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 153 class field
component "positions" value 35
component "connections" value 154
attribute "char width" number 0.665517
#
object 156 class array type int rank 1 shape 2 items 4 data follows
       24       295
      296       297
      115       296
      121       297

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 155 class field
component "positions" value 35
component "connections" value 156
attribute "char width" number 0.665517
#
object 158 class array type int rank 1 shape 2 items 5 data follows
      298       126
      126       299
      125       300
      300       123
      300         8

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 157 class field
component "positions" value 35
component "connections" value 158
attribute "char width" number 0.665517
#
object 160 class array type int rank 1 shape 2 items 1 data follows
      301       302

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 159 class field
component "positions" value 35
component "connections" value 160
attribute "char width" number 0.665517
#
object 162 class array type int rank 1 shape 2 items 6 data follows
      148        90
       90       303
      303       222
      222       304
      304        88
       88       300

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 161 class field
component "positions" value 35
component "connections" value 162
attribute "char width" number 0.665517
#
object 164 class array type int rank 1 shape 2 items 14 data follows
      198        65
       75       172
      172       305
      305       306
      306       187
      187       223
      223       307
      307       308
      308       177
      177       178
      178       140
      140        41
       41       142
      142       162

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 163 class field
component "positions" value 35
component "connections" value 164
attribute "char width" number 0.665517
#
object 166 class array type int rank 1 shape 2 items 14 data follows
       55        79
      204        94
       94       170
      170       171
      171       160
      160       199
      199        38
       38       309
      309       263
      263       208
      208       141
      141        42
       42       139
      139       209

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 165 class field
component "positions" value 35
component "connections" value 166
attribute "char width" number 0.665517
#
object 168 class array type int rank 1 shape 2 items 13 data follows
       75       172
      172       305
      305       306
      306       187
      187       223
      223       307
      307       308
      308       177
      177       178
      178       140
      140        41
       41       142
      142       162

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 167 class field
component "positions" value 35
component "connections" value 168
attribute "char width" number 0.665517
#
object 170 class array type int rank 1 shape 2 items 14 data follows
      158        65
       75       172
      172       305
      305       306
      306       187
      187       223
      223       307
      307       308
      308       177
      177       178
      178       140
      140        41
       41       142
      142       162

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 169 class field
component "positions" value 35
component "connections" value 170
attribute "char width" number 0.665517
#
object 172 class array type int rank 1 shape 2 items 16 data follows
      307        38
       38       179
      179       123
      123       172
      172       305
      305       306
      306       187
      187       223
      223       307
      307       308
      308       177
      177       178
      178       140
      140        41
       41       142
      142       162

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 171 class field
component "positions" value 35
component "connections" value 172
attribute "char width" number 0.665517
#
object 174 class array type int rank 1 shape 2 items 5 data follows
      169       165
      165       103
      103       300
      300         8
      229        13

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 173 class field
component "positions" value 35
component "connections" value 174
attribute "char width" number 0.665517
#
object 176 class array type int rank 1 shape 2 items 19 data follows
      198       310
      310       311
      311       312
      312       295
      295       313
      313       314
       75       172
      172       305
      305       306
      306       187
      187       223
      223       307
      307       308
      308       177
      177       178
      178       140
      140        41
       41       142
      142       162

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 175 class field
component "positions" value 35
component "connections" value 176
attribute "char width" number 0.665517
#
object 178 class array type int rank 1 shape 2 items 7 data follows
      157       288
      182       315
      315        87
       87       316
      316       155
      155       179
      179        65

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 177 class field
component "positions" value 35
component "connections" value 178
attribute "char width" number 0.665517
#
object 180 class array type int rank 1 shape 2 items 5 data follows
      134        90
       90       148
      148       317
      317       134
       87         8

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 179 class field
component "positions" value 35
component "connections" value 180
attribute "char width" number 0.665517
#
object 182 class array type int rank 1 shape 2 items 8 data follows
        4       103
      103        28
       28       318
      318         4
      171       319
      319       320
      320       293
      293       121

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 181 class field
component "positions" value 35
component "connections" value 182
attribute "char width" number 0.665517
#
object 184 class array type int rank 1 shape 2 items 3 data follows
      157       288
      196       321
      202        65

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 183 class field
component "positions" value 35
component "connections" value 184
attribute "char width" number 0.665517
#
object 186 class array type int rank 1 shape 2 items 1 data follows
        4         8

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 185 class field
component "positions" value 35
component "connections" value 186
attribute "char width" number 0.665517
#
object 188 class array type int rank 1 shape 2 items 13 data follows
      322       323
      324       325
      325       326
      326       327
      327       328
      328       220
      220         8
      220       329
      329       330
      330       331
      331        74
       74       332
      332       333

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 187 class field
component "positions" value 35
component "connections" value 188
attribute "char width" number 0.665517
#
object 190 class array type int rank 1 shape 2 items 7 data follows
       50       288
      182       315
      315        87
       87       316
      316       155
      155       179
      179        65

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 189 class field
component "positions" value 35
component "connections" value 190
attribute "char width" number 0.665517
#
object 192 class array type int rank 1 shape 2 items 16 data follows
      306       187
      187       223
      223       307
      307       308
      308       177
      177       178
      178       140
      140        41
       41       142
      142       162
      162        21
       21       161
      161        75
       75       172
      172       305
      305       306

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 191 class field
component "positions" value 35
component "connections" value 192
attribute "char width" number 0.665517
#
object 194 class array type int rank 1 shape 2 items 14 data follows
       33        15
      204        94
       94       170
      170       171
      171       160
      160       199
      199        38
       38       309
      309       263
      263       208
      208       141
      141        42
       42       139
      139       209

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 193 class field
component "positions" value 35
component "connections" value 194
attribute "char width" number 0.665517
#
object 196 class array type int rank 1 shape 2 items 14 data follows
      198       334
       75       172
      172       305
      305       306
      306       187
      187       223
      223       307
      307       308
      308       177
      177       178
      178       140
      140        41
       41       142
      142       162

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 195 class field
component "positions" value 35
component "connections" value 196
attribute "char width" number 0.665517
#
object 198 class array type int rank 1 shape 2 items 5 data follows
      229       184
      335       336
      336       159
      159       305
      305       196

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 197 class field
component "positions" value 35
component "connections" value 198
attribute "char width" number 0.665517
#
object 200 class array type int rank 1 shape 2 items 16 data follows
       75       155
      155       305
      305       306
      306        94
       94       223
      223       203
      203       337
      337       119
      119       250
      250       143
      143       162
      162        40
       40        41
       41       140
      140       139
      139       177

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 199 class field
component "positions" value 35
component "connections" value 200
attribute "char width" number 0.665517
#
object 202 class array type int rank 1 shape 2 items 5 data follows
        4       338
      338         9
        9       168
      168       289
      229        13

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 201 class field
component "positions" value 35
component "connections" value 202
attribute "char width" number 0.665517
#
object 204 class array type int rank 1 shape 2 items 7 data follows
       50       321
      321       139
      139        42
       42       141
      141       208
      208       143
      198        65

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 203 class field
component "positions" value 35
component "connections" value 204
attribute "char width" number 0.665517
#
object 206 class array type int rank 1 shape 2 items 2 data follows
       33         8
      198         8

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 205 class field
component "positions" value 35
component "connections" value 206
attribute "char width" number 0.665517
#
object 208 class array type int rank 1 shape 2 items 4 data follows
      339       340
       87       340
       87        64
       73        64

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 207 class field
component "positions" value 35
component "connections" value 208
attribute "char width" number 0.665517
#
object 210 class array type int rank 1 shape 2 items 2 data follows
       50        65
      198       288

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 209 class field
component "positions" value 35
component "connections" value 210
attribute "char width" number 0.665517
#
object 212 class array type int rank 1 shape 2 items 6 data follows
       33         8
      198         8
        8        23
       23       341
      341        15
       15       342

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 211 class field
component "positions" value 35
component "connections" value 212
attribute "char width" number 0.665517
#
object 214 class array type int rank 1 shape 2 items 3 data follows
      198       288
       50       198
      288        65

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 213 class field
component "positions" value 35
component "connections" value 214
attribute "char width" number 0.665517
#
object 216 class array type int rank 1 shape 2 items 34 data follows
       24       343
      343       344
      344        29
       29        47
       47       345
      345       104
      104       171
      171       188
      188       346
      343       347
      347       102
      102       126
      126       348
      348       299
      299       349
      349       350
      350       351
      351       352
      352       353
      353        77
       77         9
        9         8
        8       354
      354       131
      131       320
      202       355
      355       284
      284         6
        6         7
        7       356
      356       357
      357       358
      358       320
      320       295

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 215 class field
component "positions" value 35
component "connections" value 216
attribute "char width" number 0.665517
#
object 218 class array type int rank 1 shape 2 items 1 data follows
      359        17

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 217 class field
component "positions" value 35
component "connections" value 218
attribute "char width" number 0.665517
#
object 220 class array type int rank 1 shape 2 items 34 data follows
       22       343
      343       360
      360        28
       28       361
      361       348
      348       104
      104       306
      306       195
      195       362
      343       318
      318       103
      103       126
      126       345
      345       298
      298       315
      315       363
      363       200
      200       364
      364       226
      226       365
      365         7
        7         8
        8       366
      366       367
      367       320
      368       369
      369       370
      370         6
        6         9
        9       371
      371       372
      372       373
      373       320
      320       293

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 219 class field
component "positions" value 35
component "connections" value 220
attribute "char width" number 0.665517
#
object 222 class array type int rank 1 shape 2 items 20 data follows
      215        84
       84       374
      374        18
       18       375
      375       336
      336       376
      376       377
      377       378
      378       264
      264       379
       84       380
      380       204
      204       194
      194        95
       95       381
      381        76
       76       309
      309       167
      167       379
      379       214

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 221 class field
component "positions" value 35
component "connections" value 222
attribute "char width" number 0.665517
#
object 224 class array type int rank 1 shape 2 items 12 data follows
      134       174
      174       382
      382       383
      383       229
      229        86
       86       181
      181       316
      316       384
      384       385
      385       206
      206       148
      148       134

attribute "element type" string "lines"
attribute "ref" string "positions"
#
object 223 class field
component "positions" value 35
component "connections" value 224
attribute "char width" number 0.665517
#
object 225 class field
attribute "char width" number 0.665517
#
object 226 class field
attribute "char width" number 0.665517
#
object 227 class field
attribute "char width" number 0.665517
#
object 228 class field
attribute "char width" number 0.665517
#
object 229 class field
attribute "char width" number 0.665517
#
object 230 class field
attribute "char width" number 0.665517
#
object 231 class field
attribute "char width" number 0.665517
#
object 232 class field
attribute "char width" number 0.665517
#
object 233 class field
attribute "char width" number 0.665517
#
object 234 class field
attribute "char width" number 0.665517
#
object 235 class field
attribute "char width" number 0.665517
#
object 236 class field
attribute "char width" number 0.665517
#
object 237 class field
attribute "char width" number 0.665517
#
object 238 class field
attribute "char width" number 0.665517
#
object 239 class field
attribute "char width" number 0.665517
#
object 240 class field
attribute "char width" number 0.665517
#
object 241 class field
attribute "char width" number 0.665517
#
object 242 class field
attribute "char width" number 0.665517
#
object 243 class field
attribute "char width" number 0.665517
#
object 244 class field
attribute "char width" number 0.665517
#
object 245 class field
attribute "char width" number 0.665517
#
object 246 class field
attribute "char width" number 0.665517
#
object 247 class field
attribute "char width" number 0.665517
#
object 248 class field
attribute "char width" number 0.665517
#
object 249 class field
attribute "char width" number 0.665517
#
object 250 class field
attribute "char width" number 0.665517
#
object 251 class field
attribute "char width" number 0.665517
#
object 252 class field
attribute "char width" number 0.665517
#
object 253 class field
attribute "char width" number 0.665517
#
object 254 class field
attribute "char width" number 0.665517
#
object 255 class field
attribute "char width" number 0.665517
#
object 256 class field
attribute "char width" number 0.665517
#
object 257 class field
attribute "char width" number 0.665517
#
object 258 class field
attribute "char width" number 0.665517
#
object 259 class field
attribute "char width" number 0.665517
#
object 260 class field
attribute "char width" number 0.665517
#
object 261 class field
attribute "char width" number 0.665517
#
object 262 class field
attribute "char width" number 0.665517
#
object 263 class field
attribute "char width" number 0.665517
#
object 264 class field
attribute "char width" number 0.665517
#
object 265 class field
attribute "char width" number 0.665517
#
object 266 class field
attribute "char width" number 0.665517
#
object 267 class field
attribute "char width" number 0.665517
#
object 268 class field
attribute "char width" number 0.665517
#
object 269 class field
attribute "char width" number 0.665517
#
object 270 class field
attribute "char width" number 0.665517
#
object 271 class field
attribute "char width" number 0.665517
#
object 272 class field
attribute "char width" number 0.665517
#
object 273 class field
attribute "char width" number 0.665517
#
object 274 class field
attribute "char width" number 0.665517
#
object 275 class field
attribute "char width" number 0.665517
#
object 276 class field
attribute "char width" number 0.665517
#
object 277 class field
attribute "char width" number 0.665517
#
object 278 class field
attribute "char width" number 0.665517
#
object 279 class field
attribute "char width" number 0.665517
#
object 280 class field
attribute "char width" number 0.665517
#
object 281 class field
attribute "char width" number 0.665517
#
object 282 class field
attribute "char width" number 0.665517
#
object 283 class field
attribute "char width" number 0.665517
#
object 284 class field
attribute "char width" number 0.665517
#
object 285 class field
attribute "char width" number 0.665517
#
object 286 class field
attribute "char width" number 0.665517
#
object 287 class field
attribute "char width" number 0.665517
#
object 288 class field
attribute "char width" number 0.665517
#
object 289 class field
attribute "char width" number 0.665517
#
object 290 class field
attribute "char width" number 0.665517
#
object 291 class field
attribute "char width" number 0.665517
#
object 292 class field
attribute "char width" number 0.665517
#
object 293 class field
attribute "char width" number 0.665517
#
object 294 class field
attribute "char width" number 0.665517
#
object 295 class field
attribute "char width" number 0.665517
#
object 296 class field
attribute "char width" number 0.665517
#
object 297 class field
attribute "char width" number 0.665517
#
object 298 class field
attribute "char width" number 0.665517
#
object 299 class field
attribute "char width" number 0.665517
#
object 300 class field
attribute "char width" number 0.665517
#
object 301 class field
attribute "char width" number 0.665517
#
object 302 class field
attribute "char width" number 0.665517
#
object 303 class field
attribute "char width" number 0.665517
#
object 304 class field
attribute "char width" number 0.665517
#
object 305 class field
attribute "char width" number 0.665517
#
object 306 class field
attribute "char width" number 0.665517
#
object 307 class field
attribute "char width" number 0.665517
#
object 308 class field
attribute "char width" number 0.665517
#
object 309 class field
attribute "char width" number 0.665517
#
object 310 class field
attribute "char width" number 0.665517
#
object 311 class field
attribute "char width" number 0.665517
#
object 312 class field
attribute "char width" number 0.665517
#
object 313 class field
attribute "char width" number 0.665517
#
object 314 class field
attribute "char width" number 0.665517
#
object 315 class field
attribute "char width" number 0.665517
#
object 316 class field
attribute "char width" number 0.665517
#
object 317 class field
attribute "char width" number 0.665517
#
object 318 class field
attribute "char width" number 0.665517
#
object 319 class field
attribute "char width" number 0.665517
#
object 320 class field
attribute "char width" number 0.665517
#
object 321 class field
attribute "char width" number 0.665517
#
object 322 class field
attribute "char width" number 0.665517
#
object 323 class field
attribute "char width" number 0.665517
#
object 324 class field
attribute "char width" number 0.665517
#
object 325 class field
attribute "char width" number 0.665517
#
object 326 class field
attribute "char width" number 0.665517
#
object 327 class field
attribute "char width" number 0.665517
#
object 328 class field
attribute "char width" number 0.665517
#
object 329 class field
attribute "char width" number 0.665517
#
object 330 class field
attribute "char width" number 0.665517
#
object 331 class field
attribute "char width" number 0.665517
#
object 332 class field
attribute "char width" number 0.665517
#
object 333 class field
attribute "char width" number 0.665517
#
object 334 class field
attribute "char width" number 0.665517
#
object 335 class field
attribute "char width" number 0.665517
#
object 336 class field
attribute "char width" number 0.665517
#
object 337 class field
attribute "char width" number 0.665517
#
object 338 class field
attribute "char width" number 0.665517
#
object 339 class field
attribute "char width" number 0.665517
#
object 340 class field
attribute "char width" number 0.665517
#
object 341 class field
attribute "char width" number 0.665517
#
object 342 class field
attribute "char width" number 0.665517
#
object 343 class field
attribute "char width" number 0.665517
#
object 344 class field
attribute "char width" number 0.665517
#
object 345 class field
attribute "char width" number 0.665517
#
object 346 class field
attribute "char width" number 0.665517
#
object 347 class field
attribute "char width" number 0.665517
#
object 348 class field
attribute "char width" number 0.665517
#
object 349 class field
attribute "char width" number 0.665517
#
object 350 class field
attribute "char width" number 0.665517
#
object 351 class field
attribute "char width" number 0.665517
#
object 352 class field
attribute "char width" number 0.665517
#
object "default" class group
member 0 value 1
member 1 value 2
member 2 value 3
member 3 value 4
member 4 value 5
member 5 value 6
member 6 value 7
member 7 value 8
member 8 value 9
member 9 value 10
member 10 value 11
member 11 value 12
member 12 value 13
member 13 value 14
member 14 value 15
member 15 value 16
member 16 value 17
member 17 value 18
member 18 value 19
member 19 value 20
member 20 value 21
member 21 value 22
member 22 value 23
member 23 value 24
member 24 value 25
member 25 value 26
member 26 value 27
member 27 value 28
member 28 value 29
member 29 value 30
member 30 value 31
member 31 value 32
member 32 value 33
member 33 value 34
member 34 value 37
member 35 value 39
member 36 value 41
member 37 value 43
member 38 value 45
member 39 value 47
member 40 value 49
member 41 value 51
member 42 value 53
member 43 value 55
member 44 value 57
member 45 value 59
member 46 value 61
member 47 value 63
member 48 value 65
member 49 value 67
member 50 value 69
member 51 value 71
member 52 value 73
member 53 value 75
member 54 value 77
member 55 value 79
member 56 value 81
member 57 value 83
member 58 value 85
member 59 value 87
member 60 value 89
member 61 value 91
member 62 value 93
member 63 value 95
member 64 value 97
member 65 value 99
member 66 value 101
member 67 value 103
member 68 value 105
member 69 value 107
member 70 value 109
member 71 value 111
member 72 value 113
member 73 value 115
member 74 value 117
member 75 value 119
member 76 value 121
member 77 value 123
member 78 value 125
member 79 value 127
member 80 value 129
member 81 value 131
member 82 value 133
member 83 value 135
member 84 value 137
member 85 value 139
member 86 value 141
member 87 value 143
member 88 value 145
member 89 value 147
member 90 value 149
member 91 value 151
member 92 value 153
member 93 value 155
member 94 value 157
member 95 value 159
member 96 value 161
member 97 value 163
member 98 value 165
member 99 value 167
member 100 value 169
member 101 value 171
member 102 value 173
member 103 value 175
member 104 value 177
member 105 value 179
member 106 value 181
member 107 value 183
member 108 value 185
member 109 value 187
member 110 value 189
member 111 value 191
member 112 value 193
member 113 value 195
member 114 value 197
member 115 value 199
member 116 value 201
member 117 value 203
member 118 value 205
member 119 value 207
member 120 value 209
member 121 value 211
member 122 value 213
member 123 value 215
member 124 value 217
member 125 value 219
member 126 value 221
member 127 value 223
member 128 value 225
member 129 value 226
member 130 value 227
member 131 value 228
member 132 value 229
member 133 value 230
member 134 value 231
member 135 value 232
member 136 value 233
member 137 value 234
member 138 value 235
member 139 value 236
member 140 value 237
member 141 value 238
member 142 value 239
member 143 value 240
member 144 value 241
member 145 value 242
member 146 value 243
member 147 value 244
member 148 value 245
member 149 value 246
member 150 value 247
member 151 value 248
member 152 value 249
member 153 value 250
member 154 value 251
member 155 value 252
member 156 value 253
member 157 value 254
member 158 value 255
member 159 value 256
member 160 value 257
member 161 value 258
member 162 value 259
member 163 value 260
member 164 value 261
member 165 value 262
member 166 value 263
member 167 value 264
member 168 value 265
member 169 value 266
member 170 value 267
member 171 value 268
member 172 value 269
member 173 value 270
member 174 value 271
member 175 value 272
member 176 value 273
member 177 value 274
member 178 value 275
member 179 value 276
member 180 value 277
member 181 value 278
member 182 value 279
member 183 value 280
member 184 value 281
member 185 value 282
member 186 value 283
member 187 value 284
member 188 value 285
member 189 value 286
member 190 value 287
member 191 value 288
member 192 value 289
member 193 value 290
member 194 value 291
member 195 value 292
member 196 value 293
member 197 value 294
member 198 value 295
member 199 value 296
member 200 value 297
member 201 value 298
member 202 value 299
member 203 value 300
member 204 value 301
member 205 value 302
member 206 value 303
member 207 value 304
member 208 value 305
member 209 value 306
member 210 value 307
member 211 value 308
member 212 value 309
member 213 value 310
member 214 value 311
member 215 value 312
member 216 value 313
member 217 value 314
member 218 value 315
member 219 value 316
member 220 value 317
member 221 value 318
member 222 value 319
member 223 value 320
member 224 value 321
member 225 value 322
member 226 value 323
member 227 value 324
member 228 value 325
member 229 value 326
member 230 value 327
member 231 value 328
member 232 value 329
member 233 value 330
member 234 value 331
member 235 value 332
member 236 value 333
member 237 value 334
member 238 value 335
member 239 value 336
member 240 value 337
member 241 value 338
member 242 value 339
member 243 value 340
member 244 value 341
member 245 value 342
member 246 value 343
member 247 value 344
member 248 value 345
member 249 value 346
member 250 value 347
member 251 value 348
member 252 value 349
member 253 value 350
member 254 value 351
member 255 value 352
attribute "name" string "default"
attribute "font ascent" number 0.758621
attribute "font descent" number 0.241379
#
end