collectd-interface 0.3.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (126) hide show
  1. data/bin/collectd-interface-daemon +21 -361
  2. data/bin/collectd-interface-plugins +11 -11
  3. data/lib/collectd/interface/config.rb +117 -0
  4. data/lib/collectd/interface/options.rb +68 -0
  5. data/lib/collectd/interface/service/data.rb +110 -0
  6. data/lib/collectd/interface/service/graph.rb +106 -0
  7. data/lib/collectd/interface/service/report.rb +82 -0
  8. data/lib/collectd/interface/service.rb +44 -0
  9. data/public/images/cpus.png +0 -0
  10. data/public/images/device/ops/sda.png +0 -0
  11. data/public/images/device/ops/sda1.png +0 -0
  12. data/public/images/device/ops/sda2.png +0 -0
  13. data/public/images/device/ops/sda5.png +0 -0
  14. data/public/images/device/ops/sda6.png +0 -0
  15. data/public/images/device/ops/sda7.png +0 -0
  16. data/public/images/device/ops/sda8.png +0 -0
  17. data/public/images/device/ops/sda9.png +0 -0
  18. data/public/images/device/ops/sdb.png +0 -0
  19. data/public/images/device/ops/sdb1.png +0 -0
  20. data/public/images/device/ops/sdh.png +0 -0
  21. data/public/images/device/ops/sdh1.png +0 -0
  22. data/public/images/device/ops/sdh2.png +0 -0
  23. data/public/images/device/ops/sdh3.png +0 -0
  24. data/public/images/device/ops/sdh4.png +0 -0
  25. data/public/images/device/ops/sr0.png +0 -0
  26. data/public/images/device/time/sda.png +0 -0
  27. data/public/images/device/time/sda1.png +0 -0
  28. data/public/images/device/time/sda2.png +0 -0
  29. data/public/images/device/time/sda5.png +0 -0
  30. data/public/images/device/time/sda6.png +0 -0
  31. data/public/images/device/time/sda7.png +0 -0
  32. data/public/images/device/time/sda8.png +0 -0
  33. data/public/images/device/time/sda9.png +0 -0
  34. data/public/images/device/time/sdb.png +0 -0
  35. data/public/images/device/time/sdb1.png +0 -0
  36. data/public/images/device/time/sdh.png +0 -0
  37. data/public/images/device/time/sdh1.png +0 -0
  38. data/public/images/device/time/sdh2.png +0 -0
  39. data/public/images/device/time/sdh3.png +0 -0
  40. data/public/images/device/time/sdh4.png +0 -0
  41. data/public/images/device/time/sr0.png +0 -0
  42. data/public/images/device/traffic/sda.png +0 -0
  43. data/public/images/device/traffic/sda1.png +0 -0
  44. data/public/images/device/traffic/sda2.png +0 -0
  45. data/public/images/device/traffic/sda5.png +0 -0
  46. data/public/images/device/traffic/sda6.png +0 -0
  47. data/public/images/device/traffic/sda7.png +0 -0
  48. data/public/images/device/traffic/sda8.png +0 -0
  49. data/public/images/device/traffic/sda9.png +0 -0
  50. data/public/images/device/traffic/sdb.png +0 -0
  51. data/public/images/device/traffic/sdb1.png +0 -0
  52. data/public/images/device/traffic/sdh.png +0 -0
  53. data/public/images/device/traffic/sdh1.png +0 -0
  54. data/public/images/device/traffic/sdh2.png +0 -0
  55. data/public/images/device/traffic/sdh3.png +0 -0
  56. data/public/images/device/traffic/sdh4.png +0 -0
  57. data/public/images/device/traffic/sr0.png +0 -0
  58. data/public/images/irqs.png +0 -0
  59. data/public/images/load.png +0 -0
  60. data/public/images/memory.png +0 -0
  61. data/public/images/network/packets/eth0.png +0 -0
  62. data/public/images/network/packets/lo.png +0 -0
  63. data/public/images/network/packets/nbr0-nic.png +0 -0
  64. data/public/images/network/packets/nbr0.png +0 -0
  65. data/public/images/network/packets/virbr0.png +0 -0
  66. data/public/images/network/packets/vnet0.png +0 -0
  67. data/public/images/network/packets/vnet1.png +0 -0
  68. data/public/images/network/packets/vnet2.png +0 -0
  69. data/public/images/network/packets/vnet3.png +0 -0
  70. data/public/images/network/packets/vnet4.png +0 -0
  71. data/public/images/network/packets/vnet5.png +0 -0
  72. data/public/images/network/traffic/eth0.png +0 -0
  73. data/public/images/network/traffic/lo.png +0 -0
  74. data/public/images/network/traffic/nbr0-nic.png +0 -0
  75. data/public/images/network/traffic/nbr0.png +0 -0
  76. data/public/images/network/traffic/virbr0.png +0 -0
  77. data/public/images/network/traffic/vnet0.png +0 -0
  78. data/public/images/network/traffic/vnet1.png +0 -0
  79. data/public/images/network/traffic/vnet2.png +0 -0
  80. data/public/images/network/traffic/vnet3.png +0 -0
  81. data/public/images/network/traffic/vnet4.png +0 -0
  82. data/public/images/network/traffic/vnet5.png +0 -0
  83. data/public/images/processes.png +0 -0
  84. data/public/images/users.png +0 -0
  85. data/public/script/table_filter.js +1217 -0
  86. data/public/style/default.css +28 -0
  87. data/test/collectd/interface/config_test.rb +9 -0
  88. data/test/collectd/interface/service_config_test.rb +26 -0
  89. data/test/collectd/interface/service_data_test.rb +46 -0
  90. data/test/start.rb +3 -0
  91. data/views/graph_header.erb +13 -4
  92. data/views/graphs/device/ops.erb +37 -0
  93. data/views/graphs/device/time.erb +37 -0
  94. data/views/graphs/device/traffic.erb +38 -0
  95. data/views/graphs/{irq.erb.disabled → irqs.erb} +8 -8
  96. data/views/graphs/network/packets.erb +35 -0
  97. data/views/graphs/network/traffic.erb +35 -0
  98. data/views/graphs/{users.erb.disabled → users.erb} +0 -0
  99. data/views/report.erb +32 -14
  100. data/views/reports/open-files/local.erb +62 -0
  101. data/views/reports/{processes-cpu-usage.erb → processes.erb} +0 -0
  102. data/views/reports/{system-sockets.erb → sockets.erb} +0 -0
  103. data/views/reports/{disk-free.erb → storage.erb} +1 -1
  104. data/views/template/options/graph.erb +1 -1
  105. metadata +98 -30
  106. data/public/images/cpus.svg +0 -946
  107. data/public/images/disk-traffic-root.png +0 -0
  108. data/public/images/disk-traffic-srv.png +0 -0
  109. data/public/images/disk-traffic-tmp.png +0 -0
  110. data/public/images/disk-traffic-var.png +0 -0
  111. data/public/images/irq.png +0 -0
  112. data/public/images/load.svg +0 -638
  113. data/public/images/memory.svg +0 -741
  114. data/public/images/network-eth0.png +0 -0
  115. data/public/images/network-eth0.svg +0 -609
  116. data/public/images/network-lo.png +0 -0
  117. data/public/images/network-lo.svg +0 -644
  118. data/public/images/processes.svg +0 -832
  119. data/views/graphs/disk-traffic-root.erb +0 -24
  120. data/views/graphs/disk-traffic-srv.erb.disabled +0 -25
  121. data/views/graphs/disk-traffic-tmp.erb.disabled +0 -24
  122. data/views/graphs/disk-traffic-var.erb.disabled +0 -25
  123. data/views/graphs/network-eth0.erb +0 -23
  124. data/views/graphs/network-lo.erb +0 -23
  125. data/views/reports/list-open-files-lustre.erb.disabled +0 -44
  126. data/views/reports/list-open-files-tmp.erb +0 -44
@@ -1,609 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="497pt" height="187pt" viewBox="0 0 497 187" version="1.1">
3
- <defs>
4
- <g>
5
- <symbol overflow="visible" id="glyph0-0">
6
- <path style="stroke:none;" d="M 1 -7 L 2.25 -7 L 3.5 -3.84375 L 4.75 -7 L 6 -7 L 6 0 L 5 0 L 5 -5.078125 L 4.140625 -3 L 2.859375 -3 L 2 -5.078125 L 2 0 L 1 0 Z M 1 -7 "/>
7
- </symbol>
8
- <symbol overflow="visible" id="glyph0-1">
9
- <path style="stroke:none;" d="M 3.5 -4 C 3.007812 -4 2.632812 -3.875 2.375 -3.625 C 2.125 -3.375 2 -3 2 -2.5 C 2 -2.007812 2.125 -1.632812 2.375 -1.375 C 2.632812 -1.125 3.007812 -1 3.5 -1 C 3.988281 -1 4.359375 -1.125 4.609375 -1.375 C 4.867188 -1.632812 5 -2.007812 5 -2.5 C 5 -3 4.867188 -3.375 4.609375 -3.625 C 4.359375 -3.875 3.988281 -4 3.5 -4 Z M 3.5 -5 C 4.3125 -5 4.929688 -4.785156 5.359375 -4.359375 C 5.785156 -3.929688 6 -3.3125 6 -2.5 C 6 -1.6875 5.785156 -1.066406 5.359375 -0.640625 C 4.929688 -0.210938 4.3125 0 3.5 0 C 2.6875 0 2.066406 -0.210938 1.640625 -0.640625 C 1.210938 -1.066406 1 -1.6875 1 -2.5 C 1 -3.3125 1.210938 -3.929688 1.640625 -4.359375 C 2.066406 -4.785156 2.6875 -5 3.5 -5 Z M 3.5 -5 "/>
10
- </symbol>
11
- <symbol overflow="visible" id="glyph0-2">
12
- <path style="stroke:none;" d="M 6 -2.8125 L 6 0 L 5 0 L 5 -2.8125 C 5 -3.21875 4.890625 -3.515625 4.671875 -3.703125 C 4.453125 -3.898438 4.113281 -4 3.65625 -4 C 3.125 -4 2.710938 -3.875 2.421875 -3.625 C 2.140625 -3.375 2 -3.019531 2 -2.5625 L 2 0 L 1 0 L 1 -5 L 2 -5 L 2 -3.859375 C 2.195312 -4.234375 2.460938 -4.515625 2.796875 -4.703125 C 3.128906 -4.898438 3.519531 -5 3.96875 -5 C 4.65625 -5 5.164062 -4.816406 5.5 -4.453125 C 5.832031 -4.085938 6 -3.539062 6 -2.8125 Z M 6 -2.8125 "/>
13
- </symbol>
14
- <symbol overflow="visible" id="glyph0-3">
15
- <path style="stroke:none;" d=""/>
16
- </symbol>
17
- <symbol overflow="visible" id="glyph0-4">
18
- <path style="stroke:none;" d="M 3 -3.5 C 3 -3.632812 3.046875 -3.75 3.140625 -3.84375 C 3.234375 -3.945312 3.347656 -4 3.484375 -4 C 3.628906 -4 3.75 -3.945312 3.84375 -3.84375 C 3.945312 -3.75 4 -3.632812 4 -3.5 C 4 -3.363281 3.945312 -3.242188 3.84375 -3.140625 C 3.75 -3.046875 3.628906 -3 3.484375 -3 C 3.347656 -3 3.234375 -3.046875 3.140625 -3.140625 C 3.046875 -3.234375 3 -3.351562 3 -3.5 Z M 3.5 -6 C 3 -6 2.625 -5.789062 2.375 -5.375 C 2.125 -4.96875 2 -4.34375 2 -3.5 C 2 -2.65625 2.125 -2.023438 2.375 -1.609375 C 2.625 -1.203125 3 -1 3.5 -1 C 4 -1 4.375 -1.203125 4.625 -1.609375 C 4.875 -2.023438 5 -2.65625 5 -3.5 C 5 -4.34375 4.875 -4.96875 4.625 -5.375 C 4.375 -5.789062 4 -6 3.5 -6 Z M 3.5 -7 C 4.320312 -7 4.941406 -6.703125 5.359375 -6.109375 C 5.785156 -5.523438 6 -4.65625 6 -3.5 C 6 -2.34375 5.785156 -1.46875 5.359375 -0.875 C 4.941406 -0.289062 4.320312 0 3.5 0 C 2.675781 0 2.050781 -0.289062 1.625 -0.875 C 1.207031 -1.46875 1 -2.34375 1 -3.5 C 1 -4.65625 1.207031 -5.523438 1.625 -6.109375 C 2.050781 -6.703125 2.675781 -7 3.5 -7 Z M 3.5 -7 "/>
19
- </symbol>
20
- <symbol overflow="visible" id="glyph0-5">
21
- <path style="stroke:none;" d="M 2 -5 L 3 -5 L 3 -4 L 2 -4 Z M 2 -1 L 3 -1 L 3 0 L 2 0 Z M 2 -1 "/>
22
- </symbol>
23
- <symbol overflow="visible" id="glyph0-6">
24
- <path style="stroke:none;" d="M 1 -1 L 3 -1 L 3 -6 L 1 -6 L 1 -7 L 4 -7 L 4 -1 L 6 -1 L 6 0 L 1 0 Z M 1 -1 "/>
25
- </symbol>
26
- <symbol overflow="visible" id="glyph0-7">
27
- <path style="stroke:none;" d="M 2.234375 -1 L 6.046875 -1 L 6.046875 0 L 1 0 L 1 -1 C 1.71875 -1.550781 2.347656 -2.039062 2.890625 -2.46875 C 3.429688 -2.894531 3.804688 -3.195312 4.015625 -3.375 C 4.398438 -3.71875 4.660156 -3.992188 4.796875 -4.203125 C 4.929688 -4.421875 5 -4.644531 5 -4.875 C 5 -5.21875 4.851562 -5.488281 4.5625 -5.6875 C 4.269531 -5.894531 3.875 -6 3.375 -6 C 3.019531 -6 2.644531 -5.914062 2.25 -5.75 C 1.851562 -5.582031 1.4375 -5.332031 1 -5 L 1 -6 C 1.382812 -6.332031 1.765625 -6.582031 2.140625 -6.75 C 2.515625 -6.914062 2.882812 -7 3.25 -7 C 4.070312 -7 4.734375 -6.828125 5.234375 -6.484375 C 5.742188 -6.140625 6 -5.6875 6 -5.125 C 6.082031 -4.84375 6.078125 -4.554688 5.984375 -4.265625 C 5.898438 -3.984375 5.722656 -3.671875 5.453125 -3.328125 C 5.316406 -3.140625 5.03125 -2.875 4.59375 -2.53125 C 4.15625 -2.1875 3.367188 -1.675781 2.234375 -1 Z M 2.234375 -1 "/>
28
- </symbol>
29
- <symbol overflow="visible" id="glyph0-8">
30
- <path style="stroke:none;" d="M 1 -8 L 2 -8 L 2 -2.671875 L 4.734375 -5 L 5.921875 -5 L 3.671875 -3.03125 L 6.25 0 L 5.078125 0 L 2.890625 -2.390625 L 2 -1.609375 L 2 0 L 1 0 Z M 1 -8 "/>
31
- </symbol>
32
- <symbol overflow="visible" id="glyph0-9">
33
- <path style="stroke:none;" d="M 4.546875 -3.5 C 5.015625 -3.382812 5.375 -3.1875 5.625 -2.90625 C 5.875 -2.632812 6 -2.285156 6 -1.859375 C 6 -1.285156 5.753906 -0.832031 5.265625 -0.5 C 4.773438 -0.164062 4.097656 0 3.234375 0 C 2.867188 0 2.492188 -0.0820312 2.109375 -0.25 C 1.734375 -0.425781 1.363281 -0.675781 1 -1 L 1 -2 C 1.363281 -1.664062 1.722656 -1.414062 2.078125 -1.25 C 2.441406 -1.082031 2.796875 -1 3.140625 -1 C 3.742188 -1 4.203125 -1.082031 4.515625 -1.25 C 4.835938 -1.425781 5 -1.679688 5 -2.015625 C 5 -2.316406 4.820312 -2.554688 4.46875 -2.734375 C 4.113281 -2.910156 3.632812 -3 3.03125 -3 L 2 -3 L 2 -4 L 3.03125 -4 C 3.644531 -4 4.125 -4.082031 4.46875 -4.25 C 4.820312 -4.425781 5 -4.671875 5 -4.984375 C 5 -5.304688 4.851562 -5.554688 4.5625 -5.734375 C 4.269531 -5.910156 3.851562 -6 3.3125 -6 C 2.957031 -6 2.585938 -5.914062 2.203125 -5.75 C 1.816406 -5.582031 1.414062 -5.332031 1 -5 L 1 -6 C 1.46875 -6.332031 1.882812 -6.582031 2.25 -6.75 C 2.613281 -6.914062 2.9375 -7 3.21875 -7 C 4.0625 -7 4.734375 -6.820312 5.234375 -6.46875 C 5.742188 -6.113281 6 -5.644531 6 -5.0625 C 6 -4.664062 5.875 -4.332031 5.625 -4.0625 C 5.375 -3.800781 5.015625 -3.613281 4.546875 -3.5 Z M 4.546875 -3.5 "/>
34
- </symbol>
35
- <symbol overflow="visible" id="glyph1-0">
36
- <path style="stroke:none;" d="M -4 -2 L -1 -2 L -1 -3.875 C -1 -4.632812 -1.109375 -5.175781 -1.328125 -5.5 C -1.554688 -5.832031 -1.929688 -6 -2.453125 -6 C -2.984375 -6 -3.375 -5.828125 -3.625 -5.484375 C -3.875 -5.140625 -4 -4.601562 -4 -3.875 Z M -7 -2 L -5 -2 L -5 -3.84375 C -5 -4.601562 -5.082031 -5.148438 -5.25 -5.484375 C -5.414062 -5.828125 -5.679688 -6 -6.046875 -6 C -6.390625 -6 -6.632812 -5.832031 -6.78125 -5.5 C -6.925781 -5.164062 -7 -4.613281 -7 -3.84375 Z M -8 -1 L -8 -3.875 C -8 -4.875 -7.832031 -5.644531 -7.5 -6.1875 C -7.175781 -6.726562 -6.710938 -7 -6.109375 -7 C -5.648438 -7 -5.285156 -6.878906 -5.015625 -6.640625 C -4.753906 -6.398438 -4.59375 -6.035156 -4.53125 -5.546875 C -4.445312 -6.003906 -4.207031 -6.359375 -3.8125 -6.609375 C -3.425781 -6.867188 -2.929688 -7 -2.328125 -7 C -1.554688 -7 -0.972656 -6.734375 -0.578125 -6.203125 C -0.191406 -5.679688 0 -4.90625 0 -3.875 L 0 -1 Z M -8 -1 "/>
37
- </symbol>
38
- <symbol overflow="visible" id="glyph1-1">
39
- <path style="stroke:none;" d="M -6 -1 L -6 -4 L -1 -4 L -1 -6 L 0 -6 L 0 -1 L -1 -1 L -1 -3 L -5 -3 L -5 -1 Z M -9 -3 L -9 -4 L -8 -4 L -8 -3 Z M -9 -3 "/>
40
- </symbol>
41
- <symbol overflow="visible" id="glyph1-2">
42
- <path style="stroke:none;" d="M -8 -3 L -6 -3 L -6 -5 L -5 -5 L -5 -3 L -2.0625 -3 C -1.664062 -3 -1.390625 -3.070312 -1.234375 -3.21875 C -1.078125 -3.375 -1 -3.640625 -1 -4.015625 L -1 -5 L 0 -5 L 0 -3.921875 C 0 -3.210938 -0.148438 -2.710938 -0.453125 -2.421875 C -0.765625 -2.140625 -1.300781 -2 -2.0625 -2 L -5 -2 L -5 0 L -6 0 L -6 -2 L -8 -2 Z M -8 -3 "/>
43
- </symbol>
44
- <symbol overflow="visible" id="glyph1-3">
45
- <path style="stroke:none;" d="M -6 -6 L -5 -6 C -5 -5.632812 -5 -5.265625 -5 -4.890625 C -5 -4.515625 -5 -4.128906 -5 -3.734375 C -5 -3.148438 -4.9375 -2.710938 -4.8125 -2.421875 C -4.695312 -2.140625 -4.519531 -2 -4.28125 -2 C -4.101562 -2.007812 -3.960938 -2.117188 -3.859375 -2.328125 C -3.753906 -2.535156 -3.628906 -3.050781 -3.484375 -3.875 L -3.390625 -4.375 C -3.296875 -4.90625 -3.113281 -5.304688 -2.84375 -5.578125 C -2.582031 -5.859375 -2.238281 -6 -1.8125 -6 C -1.238281 -6 -0.789062 -5.757812 -0.46875 -5.28125 C -0.15625 -4.800781 0 -4.128906 0 -3.265625 C 0 -2.929688 0 -2.578125 0 -2.203125 C 0 -1.835938 0 -1.4375 0 -1 L -1 -1 C -1 -1.4375 -1 -1.851562 -1 -2.25 C -1 -2.644531 -1 -3.019531 -1 -3.375 C -1 -3.894531 -1.066406 -4.296875 -1.203125 -4.578125 C -1.347656 -4.859375 -1.546875 -5 -1.796875 -5 C -2.160156 -5 -2.410156 -4.441406 -2.546875 -3.328125 L -2.5625 -3.28125 L -2.640625 -2.8125 C -2.742188 -2.1875 -2.925781 -1.726562 -3.1875 -1.4375 C -3.445312 -1.144531 -3.796875 -1 -4.234375 -1 C -4.796875 -1 -5.226562 -1.238281 -5.53125 -1.71875 C -5.84375 -2.195312 -6 -2.882812 -6 -3.78125 C -6 -4.175781 -6 -4.554688 -6 -4.921875 C -6 -5.285156 -6 -5.644531 -6 -6 Z M -6 -6 "/>
46
- </symbol>
47
- <symbol overflow="visible" id="glyph2-0">
48
- <path style="stroke:none;" d="M 1 -9 L 2.296875 -9 L 7 -1.375 L 7 -9 L 8 -9 L 8 0 L 6.703125 0 L 2 -7.59375 L 2 0 L 1 0 Z M 1 -9 "/>
49
- </symbol>
50
- <symbol overflow="visible" id="glyph2-1">
51
- <path style="stroke:none;" d="M 7 -3.625 L 7 -3 L 1.96875 -3 L 1.96875 -2.984375 C 1.96875 -2.347656 2.179688 -1.859375 2.609375 -1.515625 C 3.035156 -1.171875 3.632812 -1 4.40625 -1 C 4.789062 -1 5.195312 -1.082031 5.625 -1.25 C 6.050781 -1.414062 6.507812 -1.664062 7 -2 L 7 -1 C 6.550781 -0.664062 6.117188 -0.414062 5.703125 -0.25 C 5.296875 -0.0820312 4.898438 0 4.515625 0 C 3.410156 0 2.546875 -0.304688 1.921875 -0.921875 C 1.304688 -1.546875 1 -2.40625 1 -3.5 C 1 -4.5625 1.289062 -5.410156 1.875 -6.046875 C 2.457031 -6.679688 3.234375 -7 4.203125 -7 C 5.066406 -7 5.75 -6.695312 6.25 -6.09375 C 6.75 -5.488281 7 -4.664062 7 -3.625 Z M 6 -4 C 5.976562 -4.65625 5.804688 -5.148438 5.484375 -5.484375 C 5.171875 -5.828125 4.71875 -6 4.125 -6 C 3.53125 -6 3.046875 -5.820312 2.671875 -5.46875 C 2.296875 -5.113281 2.070312 -4.625 2 -4 Z M 6 -4 "/>
52
- </symbol>
53
- <symbol overflow="visible" id="glyph2-2">
54
- <path style="stroke:none;" d="M 4 -9 L 4 -7 L 7 -7 L 7 -6 L 4 -6 L 4 -2.34375 C 4 -1.84375 4.109375 -1.492188 4.328125 -1.296875 C 4.554688 -1.097656 4.953125 -1 5.515625 -1 L 7 -1 L 7 0 L 5.390625 0 C 4.515625 0 3.894531 -0.171875 3.53125 -0.515625 C 3.175781 -0.867188 3 -1.476562 3 -2.34375 L 3 -6 L 1 -6 L 1 -7 L 3 -7 L 3 -9 Z M 4 -9 "/>
55
- </symbol>
56
- <symbol overflow="visible" id="glyph2-3">
57
- <path style="stroke:none;" d="M 0 -7 L 1.03125 -7 L 2.421875 -1.265625 L 3.484375 -5 L 4.5 -5 L 5.578125 -1.265625 L 6.96875 -7 L 8 -7 L 5.921875 0 L 5.140625 0 L 4 -3.265625 L 2.859375 0 L 2.078125 0 Z M 0 -7 "/>
58
- </symbol>
59
- <symbol overflow="visible" id="glyph2-4">
60
- <path style="stroke:none;" d="M 4 -6 C 3.34375 -6 2.84375 -5.785156 2.5 -5.359375 C 2.164062 -4.941406 2 -4.320312 2 -3.5 C 2 -2.675781 2.164062 -2.050781 2.5 -1.625 C 2.84375 -1.207031 3.34375 -1 4 -1 C 4.65625 -1 5.148438 -1.207031 5.484375 -1.625 C 5.828125 -2.050781 6 -2.675781 6 -3.5 C 6 -4.320312 5.828125 -4.941406 5.484375 -5.359375 C 5.148438 -5.785156 4.65625 -6 4 -6 Z M 4 -7 C 4.96875 -7 5.707031 -6.695312 6.21875 -6.09375 C 6.738281 -5.5 7 -4.632812 7 -3.5 C 7 -2.363281 6.742188 -1.492188 6.234375 -0.890625 C 5.722656 -0.296875 4.976562 0 4 0 C 3.03125 0 2.285156 -0.296875 1.765625 -0.890625 C 1.253906 -1.492188 1 -2.363281 1 -3.5 C 1 -4.632812 1.253906 -5.5 1.765625 -6.09375 C 2.285156 -6.695312 3.03125 -7 4 -7 Z M 4 -7 "/>
61
- </symbol>
62
- <symbol overflow="visible" id="glyph2-5">
63
- <path style="stroke:none;" d="M 7 -5 C 6.738281 -5 6.472656 -5.164062 6.203125 -5.5 C 5.941406 -5.832031 5.648438 -6 5.328125 -6 C 4.578125 -6 4 -5.804688 3.59375 -5.421875 C 3.195312 -5.035156 3 -4.484375 3 -3.765625 L 3 0 L 2 0 L 2 -7 L 3 -7 L 3 -6 C 3.195312 -6.320312 3.503906 -6.566406 3.921875 -6.734375 C 4.347656 -6.910156 4.847656 -7 5.421875 -7 C 5.722656 -7 6 -6.894531 6.25 -6.6875 C 6.507812 -6.476562 6.757812 -6.25 7 -6 Z M 7 -5 "/>
64
- </symbol>
65
- <symbol overflow="visible" id="glyph2-6">
66
- <path style="stroke:none;" d="M 1 -11 L 2 -11 L 2 -3.84375 L 5.484375 -7 L 6.5625 -7 L 3.734375 -4.34375 L 7 0 L 6 0 L 3 -3.65625 L 2 -2.734375 L 2 0 L 1 0 Z M 1 -11 "/>
67
- </symbol>
68
- <symbol overflow="visible" id="glyph2-7">
69
- <path style="stroke:none;" d=""/>
70
- </symbol>
71
- <symbol overflow="visible" id="glyph2-8">
72
- <path style="stroke:none;" d="M 0 -9 L 7 -9 L 7 -8 L 4 -8 L 4 0 L 3 0 L 3 -8 L 0 -8 Z M 0 -9 "/>
73
- </symbol>
74
- <symbol overflow="visible" id="glyph2-9">
75
- <path style="stroke:none;" d="M 4.765625 -3 L 4.328125 -3 C 3.554688 -3 2.972656 -2.910156 2.578125 -2.734375 C 2.191406 -2.566406 2 -2.3125 2 -1.96875 C 2 -1.664062 2.144531 -1.425781 2.4375 -1.25 C 2.726562 -1.082031 3.132812 -1 3.65625 -1 C 4.382812 -1 4.957031 -1.160156 5.375 -1.484375 C 5.789062 -1.804688 6 -2.25 6 -2.8125 L 6 -3 Z M 7 -3.53125 L 7 0 L 6 0 L 6 -1.1875 C 5.738281 -0.78125 5.40625 -0.476562 5 -0.28125 C 4.59375 -0.09375 4.101562 0 3.53125 0 C 2.757812 0 2.144531 -0.171875 1.6875 -0.515625 C 1.226562 -0.867188 1 -1.335938 1 -1.921875 C 1 -2.609375 1.269531 -3.125 1.8125 -3.46875 C 2.363281 -3.820312 3.164062 -4 4.21875 -4 L 6 -4 L 6 -4.15625 C 6 -4.800781 5.863281 -5.269531 5.59375 -5.5625 C 5.320312 -5.851562 4.882812 -6 4.28125 -6 C 3.90625 -6 3.519531 -5.910156 3.125 -5.734375 C 2.738281 -5.566406 2.363281 -5.320312 2 -5 L 2 -6 C 2.40625 -6.332031 2.789062 -6.582031 3.15625 -6.75 C 3.53125 -6.914062 3.890625 -7 4.234375 -7 C 4.785156 -7 5.253906 -6.90625 5.640625 -6.71875 C 6.023438 -6.53125 6.335938 -6.25 6.578125 -5.875 C 6.734375 -5.644531 6.84375 -5.363281 6.90625 -5.03125 C 6.96875 -4.695312 7 -4.195312 7 -3.53125 Z M 7 -3.53125 "/>
76
- </symbol>
77
- <symbol overflow="visible" id="glyph2-10">
78
- <path style="stroke:none;" d="M 6 -11 L 6 -10 L 4.921875 -10 C 4.578125 -10 4.335938 -9.851562 4.203125 -9.5625 C 4.066406 -9.28125 4 -8.773438 4 -8.046875 L 4 -7 L 6 -7 L 6 -6 L 4 -6 L 4 0 L 3 0 L 3 -6 L 1 -6 L 1 -7 L 3 -7 L 3 -7.828125 C 3 -8.910156 3.148438 -9.707031 3.453125 -10.21875 C 3.753906 -10.738281 4.222656 -11 4.859375 -11 Z M 6 -11 "/>
79
- </symbol>
80
- <symbol overflow="visible" id="glyph2-11">
81
- <path style="stroke:none;" d="M 1 -7 L 4 -7 L 4 -1 L 6 -1 L 6 0 L 1 0 L 1 -1 L 3 -1 L 3 -6 L 1 -6 Z M 3 -11 L 4 -11 L 4 -10 L 3 -10 Z M 3 -11 "/>
82
- </symbol>
83
- <symbol overflow="visible" id="glyph2-12">
84
- <path style="stroke:none;" d="M 7 -1 C 6.65625 -0.664062 6.300781 -0.414062 5.9375 -0.25 C 5.582031 -0.0820312 5.210938 0 4.828125 0 C 3.628906 0 2.691406 -0.304688 2.015625 -0.921875 C 1.335938 -1.546875 1 -2.40625 1 -3.5 C 1 -4.59375 1.335938 -5.445312 2.015625 -6.0625 C 2.691406 -6.6875 3.628906 -7 4.828125 -7 C 5.203125 -7 5.566406 -6.914062 5.921875 -6.75 C 6.273438 -6.59375 6.632812 -6.34375 7 -6 L 7 -5 C 6.632812 -5.351562 6.269531 -5.609375 5.90625 -5.765625 C 5.539062 -5.921875 5.128906 -6 4.671875 -6 C 3.816406 -6 3.15625 -5.78125 2.6875 -5.34375 C 2.226562 -4.914062 2 -4.300781 2 -3.5 C 2 -2.695312 2.226562 -2.078125 2.6875 -1.640625 C 3.15625 -1.210938 3.816406 -1 4.671875 -1 C 5.148438 -1 5.578125 -1.078125 5.953125 -1.234375 C 6.328125 -1.398438 6.675781 -1.65625 7 -2 Z M 7 -1 "/>
85
- </symbol>
86
- <symbol overflow="visible" id="glyph2-13">
87
- <path style="stroke:none;" d="M 1 -9 L 6 -9 L 6 -8 L 4 -8 L 4 -1 L 6 -1 L 6 0 L 1 0 L 1 -1 L 3 -1 L 3 -8 L 1 -8 Z M 1 -9 "/>
88
- </symbol>
89
- <symbol overflow="visible" id="glyph2-14">
90
- <path style="stroke:none;" d="M 7 -4.21875 L 7 0 L 6 0 L 6 -4.21875 C 6 -4.832031 5.851562 -5.28125 5.5625 -5.5625 C 5.269531 -5.851562 4.816406 -6 4.203125 -6 C 3.492188 -6 2.945312 -5.8125 2.5625 -5.4375 C 2.1875 -5.070312 2 -4.539062 2 -3.84375 L 2 0 L 1 0 L 1 -7 L 2 -7 L 2 -5.78125 C 2.238281 -6.175781 2.566406 -6.476562 2.984375 -6.6875 C 3.398438 -6.894531 3.894531 -7 4.46875 -7 C 5.320312 -7 5.957031 -6.769531 6.375 -6.3125 C 6.789062 -5.851562 7 -5.15625 7 -4.21875 Z M 7 -4.21875 "/>
91
- </symbol>
92
- <symbol overflow="visible" id="glyph2-15">
93
- <path style="stroke:none;" d="M 5 -9 L 5 -5 L 4 -5 L 4 -9 Z M 3 -9 L 3 -5 L 2 -5 L 2 -9 Z M 3 -9 "/>
94
- </symbol>
95
- <symbol overflow="visible" id="glyph2-16">
96
- <path style="stroke:none;" d="M 7 -4.21875 L 7 0 L 6 0 L 6 -4.21875 C 6 -4.832031 5.851562 -5.28125 5.5625 -5.5625 C 5.269531 -5.851562 4.816406 -6 4.203125 -6 C 3.492188 -6 2.945312 -5.8125 2.5625 -5.4375 C 2.1875 -5.070312 2 -4.539062 2 -3.84375 L 2 0 L 1 0 L 1 -11 L 2 -11 L 2 -5.78125 C 2.238281 -6.175781 2.566406 -6.476562 2.984375 -6.6875 C 3.398438 -6.894531 3.894531 -7 4.46875 -7 C 5.320312 -7 5.957031 -6.769531 6.375 -6.3125 C 6.789062 -5.851562 7 -5.15625 7 -4.21875 Z M 7 -4.21875 "/>
97
- </symbol>
98
- <symbol overflow="visible" id="glyph2-17">
99
- <path style="stroke:none;" d="M 4 -4.5 C 4 -4.632812 4.09375 -4.75 4.28125 -4.84375 C 4.476562 -4.945312 4.378906 -5 3.984375 -5 C 4.265625 -5 4.503906 -4.945312 4.703125 -4.84375 C 4.898438 -4.75 5 -4.632812 5 -4.5 C 5 -4.363281 4.898438 -4.242188 4.703125 -4.140625 C 4.503906 -4.046875 4.265625 -4 3.984375 -4 C 4.367188 -4 4.46875 -4.046875 4.28125 -4.140625 C 4.09375 -4.234375 4 -4.351562 4 -4.5 Z M 4.5 -8 C 3.65625 -8 3.023438 -7.707031 2.609375 -7.125 C 2.203125 -6.550781 2 -5.675781 2 -4.5 C 2 -3.320312 2.203125 -2.441406 2.609375 -1.859375 C 3.023438 -1.285156 3.65625 -1 4.5 -1 C 5.34375 -1 5.96875 -1.285156 6.375 -1.859375 C 6.789062 -2.441406 7 -3.320312 7 -4.5 C 7 -5.675781 6.789062 -6.550781 6.375 -7.125 C 5.96875 -7.707031 5.34375 -8 4.5 -8 Z M 4.5 -9 C 5.644531 -9 6.515625 -8.617188 7.109375 -7.859375 C 7.703125 -7.097656 8 -5.976562 8 -4.5 C 8 -3.019531 7.703125 -1.898438 7.109375 -1.140625 C 6.515625 -0.378906 5.644531 0 4.5 0 C 3.34375 0 2.46875 -0.378906 1.875 -1.140625 C 1.289062 -1.898438 1 -3.019531 1 -4.5 C 1 -5.976562 1.289062 -7.097656 1.875 -7.859375 C 2.46875 -8.617188 3.34375 -9 4.5 -9 Z M 4.5 -9 "/>
100
- </symbol>
101
- <symbol overflow="visible" id="glyph3-0">
102
- <path style="stroke:none;" d="M 3.453125 3.625 C 3.378906 3.851562 3.25 4.050781 3.0625 4.21875 C 2.875 4.382812 2.5 4.585938 1.9375 4.828125 L 0 6 L 0 4.84375 L 1.703125 3.796875 C 2.179688 3.535156 2.492188 3.328125 2.640625 3.171875 C 2.796875 3.015625 2.882812 2.832031 2.90625 2.625 L 3 2 L 0 2 L 0 1 L 6 1 L 6 2.84375 C 6 3.539062 5.878906 4.070312 5.640625 4.4375 C 5.398438 4.8125 5.054688 5 4.609375 5 C 4.285156 5 4.019531 4.878906 3.8125 4.640625 C 3.613281 4.398438 3.492188 4.0625 3.453125 3.625 Z M 5 2 L 4 2 L 4 2.875 C 4 3.25 4.039062 3.53125 4.125 3.71875 C 4.207031 3.90625 4.332031 4 4.5 4 C 4.65625 4 4.773438 3.898438 4.859375 3.703125 C 4.953125 3.503906 5 3.21875 5 2.84375 Z M 5 2 "/>
103
- </symbol>
104
- <symbol overflow="visible" id="glyph3-1">
105
- <path style="stroke:none;" d="M 1 2.34375 C 1 2.957031 1.140625 3.382812 1.421875 3.625 C 1.710938 3.875 2.238281 4 3 4 C 3.757812 4 4.28125 3.875 4.5625 3.625 C 4.851562 3.382812 5 2.957031 5 2.34375 L 5 2 L 1 2 Z M 6 2.359375 C 6 3.265625 5.753906 3.929688 5.265625 4.359375 C 4.773438 4.785156 4.019531 5 3 5 C 1.96875 5 1.207031 4.785156 0.71875 4.359375 C 0.238281 3.929688 0 3.265625 0 2.359375 L 0 1 L 6 1 Z M 6 2.359375 "/>
106
- </symbol>
107
- <symbol overflow="visible" id="glyph3-2">
108
- <path style="stroke:none;" d="M 6 0 L 6 5 L 5 5 L 5 3 L 0 3 L 0 2 L 5 2 L 5 0 Z M 6 0 "/>
109
- </symbol>
110
- <symbol overflow="visible" id="glyph3-3">
111
- <path style="stroke:none;" d="M 3 4 C 3.71875 4 4.226562 3.921875 4.53125 3.765625 C 4.84375 3.609375 5 3.351562 5 3 C 5 2.644531 4.84375 2.390625 4.53125 2.234375 C 4.226562 2.078125 3.71875 2 3 2 C 2.28125 2 1.765625 2.078125 1.453125 2.234375 C 1.148438 2.390625 1 2.644531 1 3 C 1 3.351562 1.148438 3.609375 1.453125 3.765625 C 1.765625 3.921875 2.28125 4 3 4 Z M 3 5 C 1.988281 5 1.234375 4.832031 0.734375 4.5 C 0.242188 4.175781 0 3.675781 0 3 C 0 2.320312 0.242188 1.816406 0.734375 1.484375 C 1.234375 1.160156 1.988281 1 3 1 C 4.007812 1 4.757812 1.160156 5.25 1.484375 C 5.75 1.816406 6 2.320312 6 3 C 6 3.675781 5.75 4.175781 5.25 4.5 C 4.757812 4.832031 4.007812 5 3 5 Z M 3 5 "/>
112
- </symbol>
113
- <symbol overflow="visible" id="glyph3-4">
114
- <path style="stroke:none;" d="M 6 1 L 6 2 L 1 2 L 1 5 L 0 5 L 0 1 Z M 6 1 "/>
115
- </symbol>
116
- <symbol overflow="visible" id="glyph3-5">
117
- <path style="stroke:none;" d=""/>
118
- </symbol>
119
- <symbol overflow="visible" id="glyph3-6">
120
- <path style="stroke:none;" d="M 6 3 L 6 4 L -1 1 L -1 0 Z M 6 3 "/>
121
- </symbol>
122
- <symbol overflow="visible" id="glyph3-7">
123
- <path style="stroke:none;" d="M 2 2 L 1 2 L 1 2.9375 C 1 3.320312 1.035156 3.59375 1.109375 3.75 C 1.179688 3.914062 1.304688 4 1.484375 4 C 1.660156 4 1.789062 3.910156 1.875 3.734375 C 1.957031 3.566406 2 3.300781 2 2.9375 Z M 5 2 L 3 2 L 3 2.921875 C 3 3.296875 3.082031 3.566406 3.25 3.734375 C 3.414062 3.910156 3.679688 4 4.046875 4 C 4.390625 4 4.632812 3.914062 4.78125 3.75 C 4.925781 3.582031 5 3.304688 5 2.921875 Z M 6 1 L 6 2.9375 C 6 3.59375 5.832031 4.097656 5.5 4.453125 C 5.175781 4.816406 4.710938 5 4.109375 5 C 3.648438 5 3.285156 4.894531 3.015625 4.6875 C 2.753906 4.488281 2.59375 4.1875 2.53125 3.78125 C 2.488281 4.164062 2.359375 4.460938 2.140625 4.671875 C 1.921875 4.890625 1.640625 5 1.296875 5 C 0.867188 5 0.546875 4.828125 0.328125 4.484375 C 0.109375 4.140625 0 3.625 0 2.9375 L 0 1 Z M 6 1 "/>
124
- </symbol>
125
- <symbol overflow="visible" id="glyph3-8">
126
- <path style="stroke:none;" d="M 6 1 L 6 4 L 5 4 L 5 3 L 1 3 L 1 4 L 0 4 L 0 1 L 1 1 L 1 2 L 5 2 L 5 1 Z M 6 1 "/>
127
- </symbol>
128
- <symbol overflow="visible" id="glyph3-9">
129
- <path style="stroke:none;" d="M 6 1 L 6 5 L 5 5 L 5 2 L 3 2 L 3 5 L 2 5 L 2 2 L 1 2 L 1 5 L 0 5 L 0 1 Z M 6 1 "/>
130
- </symbol>
131
- <symbol overflow="visible" id="glyph3-10">
132
- <path style="stroke:none;" d="M 6 1 L 6 2 L 3.328125 2 L 6 4.46875 L 6 5.390625 L 3.546875 3.125 L 0 5.453125 L 0 4.25 L 2.8125 2.421875 L 2.34375 2 L 0 2 L 0 1 Z M 6 1 "/>
133
- </symbol>
134
- <symbol overflow="visible" id="glyph4-0">
135
- <path style="stroke:none;" d=""/>
136
- </symbol>
137
- <symbol overflow="visible" id="glyph4-1">
138
- <path style="stroke:none;" d="M 5.265625 -3.453125 C 5.566406 -3.378906 5.820312 -3.25 6.03125 -3.0625 C 6.25 -2.875 6.515625 -2.5 6.828125 -1.9375 L 8 0 L 6.84375 0 L 5.78125 -1.734375 C 5.53125 -2.347656 5.253906 -2.734375 4.953125 -2.890625 C 4.660156 -3.046875 4.226562 -3.113281 3.65625 -3.09375 L 2 -3 L 2 0 L 1 0 L 1 -8 L 3.671875 -8 C 4.742188 -8 5.566406 -7.785156 6.140625 -7.359375 C 6.710938 -6.929688 7 -6.3125 7 -5.5 C 7 -4.9375 6.847656 -4.472656 6.546875 -4.109375 C 6.242188 -3.753906 5.816406 -3.535156 5.265625 -3.453125 Z M 2 -7 L 2 -4 L 3.734375 -4 C 4.492188 -4 5.0625 -4.117188 5.4375 -4.359375 C 5.8125 -4.609375 6 -4.988281 6 -5.5 C 6 -5.976562 5.800781 -6.347656 5.40625 -6.609375 C 5.007812 -6.867188 4.429688 -7 3.671875 -7 Z M 2 -7 "/>
139
- </symbol>
140
- <symbol overflow="visible" id="glyph4-2">
141
- <path style="stroke:none;" d="M 6 -3.625 L 6 -3 L 1.96875 -3 L 1.96875 -2.953125 C 1.96875 -2.328125 2.132812 -1.84375 2.46875 -1.5 C 2.8125 -1.164062 3.296875 -1 3.921875 -1 C 4.234375 -1 4.5625 -1 4.90625 -1 C 5.25 -1 5.613281 -1 6 -1 L 6 0 C 5.625 0 5.265625 0 4.921875 0 C 4.585938 0 4.257812 0 3.9375 0 C 3.007812 0 2.285156 -0.265625 1.765625 -0.796875 C 1.253906 -1.328125 1 -2.0625 1 -3 C 1 -3.914062 1.238281 -4.644531 1.71875 -5.1875 C 2.207031 -5.726562 2.859375 -6 3.671875 -6 C 4.390625 -6 4.957031 -5.785156 5.375 -5.359375 C 5.789062 -4.941406 6 -4.363281 6 -3.625 Z M 5 -4 C 4.988281 -4.320312 4.863281 -4.566406 4.625 -4.734375 C 4.382812 -4.910156 4.039062 -5 3.59375 -5 C 3.15625 -5 2.789062 -4.910156 2.5 -4.734375 C 2.21875 -4.554688 2.050781 -4.3125 2 -4 Z M 5 -4 "/>
142
- </symbol>
143
- <symbol overflow="visible" id="glyph4-3">
144
- <path style="stroke:none;" d="M 6 0 C 5.71875 0 5.425781 0 5.125 0 C 4.820312 0 4.507812 0 4.1875 0 C 3.1875 0 2.40625 -0.265625 1.84375 -0.796875 C 1.28125 -1.328125 1 -2.0625 1 -3 C 1 -3.9375 1.28125 -4.671875 1.84375 -5.203125 C 2.40625 -5.734375 3.1875 -6 4.1875 -6 C 4.5 -6 4.800781 -6 5.09375 -6 C 5.394531 -6 5.695312 -6 6 -6 L 6 -5 C 5.707031 -5 5.414062 -5 5.125 -5 C 4.832031 -5 4.503906 -5 4.140625 -5 C 3.453125 -5 2.921875 -4.828125 2.546875 -4.484375 C 2.179688 -4.140625 2 -3.644531 2 -3 C 2 -2.363281 2.179688 -1.867188 2.546875 -1.515625 C 2.921875 -1.171875 3.453125 -1 4.140625 -1 C 4.515625 -1 4.851562 -1 5.15625 -1 C 5.457031 -1 5.738281 -1 6 -1 Z M 6 0 "/>
145
- </symbol>
146
- <symbol overflow="visible" id="glyph4-4">
147
- <path style="stroke:none;" d="M 1 -6 L 4 -6 L 4 -1 L 6 -1 L 6 0 L 1 0 L 1 -1 L 3 -1 L 3 -5 L 1 -5 Z M 3 -9 L 4 -9 L 4 -8 L 3 -8 Z M 3 -9 "/>
148
- </symbol>
149
- <symbol overflow="visible" id="glyph4-5">
150
- <path style="stroke:none;" d="M 1 -6 L 2.046875 -6 L 3.5 -0.96875 L 4.953125 -6 L 6 -6 L 4.078125 0 L 2.921875 0 Z M 1 -6 "/>
151
- </symbol>
152
- <symbol overflow="visible" id="glyph4-6">
153
- <path style="stroke:none;" d="M 1 -8 L 2.234375 -8 L 4 -4.046875 L 5.765625 -8 L 7 -8 L 7 0 L 6 0 L 6 -6.484375 L 4.421875 -3 L 3.578125 -3 L 2 -6.484375 L 2 0 L 1 0 Z M 1 -8 "/>
154
- </symbol>
155
- <symbol overflow="visible" id="glyph4-7">
156
- <path style="stroke:none;" d="M 6 -3.515625 L 6 0 L 5 0 L 5 -3.515625 C 5 -4.023438 4.890625 -4.398438 4.671875 -4.640625 C 4.453125 -4.878906 4.113281 -5 3.65625 -5 C 3.125 -5 2.710938 -4.84375 2.421875 -4.53125 C 2.140625 -4.226562 2 -3.785156 2 -3.203125 L 2 0 L 1 0 L 1 -6 L 2 -6 L 2 -4.828125 C 2.195312 -5.210938 2.460938 -5.503906 2.796875 -5.703125 C 3.128906 -5.898438 3.519531 -6 3.96875 -6 C 4.65625 -6 5.164062 -5.789062 5.5 -5.375 C 5.832031 -4.96875 6 -4.347656 6 -3.515625 Z M 6 -3.515625 "/>
157
- </symbol>
158
- <symbol overflow="visible" id="glyph4-8">
159
- <path style="stroke:none;" d="M 3 -2 L 4 -2 L 4 0 L 3 0 Z M 3 -2 "/>
160
- </symbol>
161
- <symbol overflow="visible" id="glyph4-9">
162
- <path style="stroke:none;" d="M 3.984375 -4 C 4.609375 -4 5.097656 -4.128906 5.453125 -4.390625 C 5.816406 -4.660156 6 -5.03125 6 -5.5 C 6 -5.96875 5.816406 -6.332031 5.453125 -6.59375 C 5.097656 -6.863281 4.609375 -7 3.984375 -7 C 3.328125 -7 2.832031 -6.867188 2.5 -6.609375 C 2.164062 -6.359375 2 -5.988281 2 -5.5 C 2 -5 2.160156 -4.625 2.484375 -4.375 C 2.816406 -4.125 3.316406 -4 3.984375 -4 Z M 1 0 L 1 -1 C 1.3125 -1 1.644531 -1 2 -1 C 2.351562 -1 2.71875 -1 3.09375 -1 C 4.050781 -1 4.773438 -1.269531 5.265625 -1.8125 C 5.753906 -2.351562 6 -3.148438 6 -4.203125 C 5.800781 -3.816406 5.519531 -3.519531 5.15625 -3.3125 C 4.789062 -3.101562 4.375 -3 3.90625 -3 C 2.976562 -3 2.257812 -3.21875 1.75 -3.65625 C 1.25 -4.09375 1 -4.710938 1 -5.515625 C 1 -6.304688 1.25 -6.914062 1.75 -7.34375 C 2.25 -7.78125 2.960938 -8 3.890625 -8 C 4.960938 -8 5.75 -7.675781 6.25 -7.03125 C 6.75 -6.382812 7 -5.375 7 -4 C 7 -2.695312 6.660156 -1.703125 5.984375 -1.015625 C 5.304688 -0.335938 4.320312 0 3.03125 0 C 2.6875 0 2.34375 0 2 0 C 1.65625 0 1.320312 0 1 0 Z M 1 0 "/>
163
- </symbol>
164
- <symbol overflow="visible" id="glyph4-10">
165
- <path style="stroke:none;" d="M 1 -9 L 2 -9 L 2 -3.515625 L 4.609375 -6 L 5.90625 -6 L 3.359375 -3.578125 L 6 0 L 4.90625 0 L 2.765625 -2.859375 L 2 -2.09375 L 2 0 L 1 0 Z M 1 -9 "/>
166
- </symbol>
167
- <symbol overflow="visible" id="glyph4-11">
168
- <path style="stroke:none;" d="M 5 -3 C 5 -3.65625 4.875 -4.148438 4.625 -4.484375 C 4.375 -4.828125 4.003906 -5 3.515625 -5 C 3.015625 -5 2.632812 -4.828125 2.375 -4.484375 C 2.125 -4.148438 2 -3.65625 2 -3 C 2 -2.34375 2.125 -1.84375 2.375 -1.5 C 2.632812 -1.164062 3.015625 -1 3.515625 -1 C 4.003906 -1 4.375 -1.164062 4.625 -1.5 C 4.875 -1.84375 5 -2.34375 5 -3 Z M 2 -4.9375 C 2.15625 -5.28125 2.375 -5.539062 2.65625 -5.71875 C 2.9375 -5.90625 3.265625 -6 3.640625 -6 C 4.367188 -6 4.941406 -5.734375 5.359375 -5.203125 C 5.785156 -4.671875 6 -3.941406 6 -3.015625 C 6 -2.078125 5.785156 -1.335938 5.359375 -0.796875 C 4.941406 -0.265625 4.363281 0 3.625 0 C 3.257812 0 2.9375 -0.0859375 2.65625 -0.265625 C 2.382812 -0.453125 2.164062 -0.71875 2 -1.0625 L 2 0 L 1 0 L 1 -9 L 2 -9 Z M 2 -4.9375 "/>
169
- </symbol>
170
- <symbol overflow="visible" id="glyph4-12">
171
- <path style="stroke:none;" d="M 4 -6.640625 L 2.921875 -3 L 5.078125 -3 Z M 3.359375 -8 L 4.640625 -8 L 7 0 L 5.953125 0 L 5.359375 -2 L 2.625 -2 L 2.046875 0 L 1 0 Z M 3.359375 -8 "/>
172
- </symbol>
173
- <symbol overflow="visible" id="glyph4-13">
174
- <path style="stroke:none;" d="M 5 -3 C 5 -3.65625 4.875 -4.148438 4.625 -4.484375 C 4.375 -4.828125 4.007812 -5 3.53125 -5 C 3.03125 -5 2.648438 -4.828125 2.390625 -4.484375 C 2.128906 -4.148438 2 -3.65625 2 -3 C 2 -2.351562 2.128906 -1.859375 2.390625 -1.515625 C 2.660156 -1.171875 3.046875 -1 3.546875 -1 C 4.015625 -1 4.375 -1.171875 4.625 -1.515625 C 4.875 -1.859375 5 -2.351562 5 -3 Z M 6 -0.515625 C 6 0.304688 5.796875 0.929688 5.390625 1.359375 C 4.992188 1.785156 4.410156 2 3.640625 2 C 3.378906 2 3.109375 2 2.828125 2 C 2.554688 2 2.28125 2 2 2 L 2 1 C 2.320312 1 2.613281 1 2.875 1 C 3.132812 1 3.375 1 3.59375 1 C 4.082031 1 4.4375 0.890625 4.65625 0.671875 C 4.882812 0.460938 5 0.125 5 -0.34375 L 5 -1.15625 C 4.84375 -0.769531 4.625 -0.476562 4.34375 -0.28125 C 4.070312 -0.09375 3.738281 0 3.34375 0 C 2.632812 0 2.066406 -0.269531 1.640625 -0.8125 C 1.210938 -1.351562 1 -2.082031 1 -3 C 1 -3.914062 1.210938 -4.644531 1.640625 -5.1875 C 2.066406 -5.726562 2.632812 -6 3.34375 -6 C 3.726562 -6 4.054688 -5.910156 4.328125 -5.734375 C 4.609375 -5.554688 4.832031 -5.28125 5 -4.90625 L 5 -6 L 6 -6 Z M 6 -0.515625 "/>
175
- </symbol>
176
- <symbol overflow="visible" id="glyph4-14">
177
- <path style="stroke:none;" d="M 5.390625 -4.5 C 5.910156 -4.351562 6.304688 -4.097656 6.578125 -3.734375 C 6.859375 -3.378906 7 -2.929688 7 -2.390625 C 7 -1.648438 6.703125 -1.066406 6.109375 -0.640625 C 5.523438 -0.210938 4.710938 0 3.671875 0 C 3.234375 0 2.785156 -0.0820312 2.328125 -0.25 C 1.878906 -0.425781 1.4375 -0.675781 1 -1 L 1 -2 C 1.457031 -1.664062 1.90625 -1.414062 2.34375 -1.25 C 2.789062 -1.082031 3.238281 -1 3.6875 -1 C 4.425781 -1 4.992188 -1.128906 5.390625 -1.390625 C 5.796875 -1.648438 6 -2.023438 6 -2.515625 C 6 -2.972656 5.757812 -3.332031 5.28125 -3.59375 C 4.8125 -3.863281 4.175781 -4 3.375 -4 L 2 -4 L 2 -5 L 3.375 -5 C 4.195312 -5 4.835938 -5.082031 5.296875 -5.25 C 5.765625 -5.425781 6 -5.671875 6 -5.984375 C 6 -6.304688 5.816406 -6.554688 5.453125 -6.734375 C 5.085938 -6.910156 4.566406 -7 3.890625 -7 C 3.441406 -7 2.976562 -6.914062 2.5 -6.75 C 2.019531 -6.582031 1.519531 -6.332031 1 -6 L 1 -7 C 1.5625 -7.332031 2.0625 -7.582031 2.5 -7.75 C 2.9375 -7.914062 3.328125 -8 3.671875 -8 C 4.679688 -8 5.488281 -7.820312 6.09375 -7.46875 C 6.695312 -7.113281 7 -6.644531 7 -6.0625 C 7 -5.664062 6.859375 -5.332031 6.578125 -5.0625 C 6.304688 -4.800781 5.910156 -4.613281 5.390625 -4.5 Z M 5.390625 -4.5 "/>
178
- </symbol>
179
- <symbol overflow="visible" id="glyph4-15">
180
- <path style="stroke:none;" d="M 4.078125 -3 L 3.75 -3 C 3.164062 -3 2.726562 -2.910156 2.4375 -2.734375 C 2.144531 -2.566406 2 -2.3125 2 -1.96875 C 2 -1.664062 2.109375 -1.425781 2.328125 -1.25 C 2.546875 -1.082031 2.847656 -1 3.234375 -1 C 3.785156 -1 4.21875 -1.160156 4.53125 -1.484375 C 4.84375 -1.804688 5 -2.25 5 -2.8125 L 5 -3 Z M 6 -3.53125 L 6 0 L 5 0 L 5 -1.1875 C 4.789062 -0.78125 4.523438 -0.476562 4.203125 -0.28125 C 3.878906 -0.09375 3.488281 0 3.03125 0 C 2.40625 0 1.910156 -0.171875 1.546875 -0.515625 C 1.179688 -0.867188 1 -1.335938 1 -1.921875 C 1 -2.609375 1.222656 -3.125 1.671875 -3.46875 C 2.128906 -3.820312 2.796875 -4 3.671875 -4 L 5 -4 L 5 -4.15625 C 5 -4.445312 4.863281 -4.660156 4.59375 -4.796875 C 4.320312 -4.929688 3.882812 -5 3.28125 -5 C 2.90625 -5 2.519531 -5 2.125 -5 C 1.738281 -5 1.363281 -5 1 -5 L 1 -6 C 1.40625 -6 1.789062 -6 2.15625 -6 C 2.53125 -6 2.890625 -6 3.234375 -6 C 3.785156 -6 4.253906 -5.929688 4.640625 -5.796875 C 5.023438 -5.660156 5.335938 -5.460938 5.578125 -5.203125 C 5.734375 -5.035156 5.84375 -4.832031 5.90625 -4.59375 C 5.96875 -4.363281 6 -4.007812 6 -3.53125 Z M 6 -3.53125 "/>
181
- </symbol>
182
- <symbol overflow="visible" id="glyph4-16">
183
- <path style="stroke:none;" d="M 6 -6 L 4 -3.125 L 6 0 L 4.8125 0 L 3.5 -2.0625 L 2.1875 0 L 1 0 L 3 -3.125 L 1 -6 L 2.21875 -6 L 3.5 -4.15625 L 4.78125 -6 Z M 6 -6 "/>
184
- </symbol>
185
- <symbol overflow="visible" id="glyph4-17">
186
- <path style="stroke:none;" d="M 1 -8 L 6 -8 L 6 -7 L 2 -7 L 2 -4.8125 C 2.207031 -4.875 2.414062 -4.921875 2.625 -4.953125 C 2.84375 -4.984375 3.0625 -5 3.28125 -5 C 4.425781 -5 5.332031 -4.773438 6 -4.328125 C 6.664062 -3.878906 7 -3.269531 7 -2.5 C 7 -1.726562 6.691406 -1.117188 6.078125 -0.671875 C 5.460938 -0.222656 4.617188 0 3.546875 0 C 3.035156 0 2.566406 0 2.140625 0 C 1.710938 0 1.332031 0 1 0 L 1 -1 C 1.425781 -1 1.851562 -1 2.28125 -1 C 2.707031 -1 3.144531 -1 3.59375 -1 C 4.363281 -1 4.957031 -1.128906 5.375 -1.390625 C 5.789062 -1.648438 6 -2.019531 6 -2.5 C 6 -2.96875 5.757812 -3.332031 5.28125 -3.59375 C 4.8125 -3.863281 4.15625 -4 3.3125 -4 C 2.90625 -4 2.503906 -4 2.109375 -4 C 1.722656 -4 1.351562 -4 1 -4 Z M 1 -8 "/>
187
- </symbol>
188
- <symbol overflow="visible" id="glyph4-18">
189
- <path style="stroke:none;" d="M 1 -8 L 2 -8 L 2 -1 L 7 -1 L 7 0 L 1 0 Z M 1 -8 "/>
190
- </symbol>
191
- <symbol overflow="visible" id="glyph4-19">
192
- <path style="stroke:none;" d="M 6 -6 L 6 -5 C 5.632812 -5 5.265625 -5 4.890625 -5 C 4.515625 -5 4.128906 -5 3.734375 -5 C 3.148438 -5 2.710938 -4.9375 2.421875 -4.8125 C 2.140625 -4.695312 2 -4.519531 2 -4.28125 C 2.007812 -4.101562 2.117188 -3.960938 2.328125 -3.859375 C 2.535156 -3.753906 3.050781 -3.628906 3.875 -3.484375 L 4.375 -3.390625 C 4.90625 -3.296875 5.304688 -3.113281 5.578125 -2.84375 C 5.859375 -2.582031 6 -2.238281 6 -1.8125 C 6 -1.238281 5.757812 -0.789062 5.28125 -0.46875 C 4.800781 -0.15625 4.128906 0 3.265625 0 C 2.929688 0 2.578125 0 2.203125 0 C 1.835938 0 1.4375 0 1 0 L 1 -1 C 1.4375 -1 1.851562 -1 2.25 -1 C 2.644531 -1 3.019531 -1 3.375 -1 C 3.894531 -1 4.296875 -1.066406 4.578125 -1.203125 C 4.859375 -1.347656 5 -1.546875 5 -1.796875 C 5 -2.160156 4.441406 -2.410156 3.328125 -2.546875 L 3.28125 -2.5625 L 2.8125 -2.640625 C 2.1875 -2.742188 1.726562 -2.925781 1.4375 -3.1875 C 1.144531 -3.445312 1 -3.796875 1 -4.234375 C 1 -4.796875 1.238281 -5.226562 1.71875 -5.53125 C 2.195312 -5.84375 2.882812 -6 3.78125 -6 C 4.175781 -6 4.554688 -6 4.921875 -6 C 5.285156 -6 5.644531 -6 6 -6 Z M 6 -6 "/>
193
- </symbol>
194
- <symbol overflow="visible" id="glyph4-20">
195
- <path style="stroke:none;" d="M 3 -8 L 3 -6 L 5 -6 L 5 -5 L 3 -5 L 3 -2.0625 C 3 -1.664062 3.070312 -1.390625 3.21875 -1.234375 C 3.375 -1.078125 3.640625 -1 4.015625 -1 L 5 -1 L 5 0 L 3.921875 0 C 3.210938 0 2.710938 -0.148438 2.421875 -0.453125 C 2.140625 -0.765625 2 -1.300781 2 -2.0625 L 2 -5 L 0 -5 L 0 -6 L 2 -6 L 2 -8 Z M 3 -8 "/>
196
- </symbol>
197
- <symbol overflow="visible" id="glyph4-21">
198
- <path style="stroke:none;" d="M 1 -1 L 3 -1 L 3 -7 L 1 -7 L 1 -8 L 4 -8 L 4 -1 L 6 -1 L 6 0 L 1 0 Z M 1 -1 "/>
199
- </symbol>
200
- <symbol overflow="visible" id="glyph4-22">
201
- <path style="stroke:none;" d="M 0 -8 L 7 -8 L 7 -7 L 4 -7 L 4 0 L 3 0 L 3 -7 L 0 -7 Z M 0 -8 "/>
202
- </symbol>
203
- <symbol overflow="visible" id="glyph4-23">
204
- <path style="stroke:none;" d="M 6 -4 C 5.800781 -4 5.601562 -4.164062 5.40625 -4.5 C 5.207031 -4.832031 4.988281 -5 4.75 -5 C 4.175781 -5 3.738281 -4.835938 3.4375 -4.515625 C 3.144531 -4.191406 3 -3.726562 3 -3.125 L 3 0 L 2 0 L 2 -6 L 3 -6 L 3 -5 C 3.15625 -5.320312 3.390625 -5.566406 3.703125 -5.734375 C 4.015625 -5.910156 4.382812 -6 4.8125 -6 C 5.039062 -6 5.25 -6 5.4375 -6 C 5.632812 -6 5.820312 -5.664062 6 -5 Z M 6 -4 "/>
205
- </symbol>
206
- <symbol overflow="visible" id="glyph4-24">
207
- <path style="stroke:none;" d="M 3.828125 -5.109375 C 3.929688 -5.410156 4.066406 -5.632812 4.234375 -5.78125 C 4.398438 -5.925781 4.601562 -6 4.84375 -6 C 5.257812 -6 5.554688 -5.804688 5.734375 -5.421875 C 5.910156 -5.046875 6 -4.328125 6 -3.265625 L 6 0 L 5 0 L 5 -3.234375 C 5 -4.023438 4.960938 -4.515625 4.890625 -4.703125 C 4.828125 -4.898438 4.707031 -5 4.53125 -5 C 4.320312 -5 4.179688 -4.894531 4.109375 -4.6875 C 4.035156 -4.488281 4 -4.003906 4 -3.234375 L 4 0 L 3 0 L 3 -3.234375 C 3 -4.035156 2.960938 -4.53125 2.890625 -4.71875 C 2.816406 -4.90625 2.6875 -5 2.5 -5 C 2.3125 -5 2.179688 -4.894531 2.109375 -4.6875 C 2.035156 -4.488281 2 -4.003906 2 -3.234375 L 2 0 L 1 0 L 1 -6 L 2 -6 L 2 -5.25 C 2.101562 -5.488281 2.226562 -5.671875 2.375 -5.796875 C 2.53125 -5.929688 2.703125 -6 2.890625 -6 C 3.117188 -6 3.3125 -5.925781 3.46875 -5.78125 C 3.625 -5.632812 3.742188 -5.410156 3.828125 -5.109375 Z M 3.828125 -5.109375 "/>
208
- </symbol>
209
- <symbol overflow="visible" id="glyph4-25">
210
- <path style="stroke:none;" d="M 4 -4.5 C 4 -4.632812 4.046875 -4.75 4.140625 -4.84375 C 4.234375 -4.945312 4.347656 -5 4.484375 -5 C 4.628906 -5 4.75 -4.945312 4.84375 -4.84375 C 4.945312 -4.75 5 -4.632812 5 -4.5 C 5 -4.363281 4.945312 -4.242188 4.84375 -4.140625 C 4.75 -4.046875 4.628906 -4 4.484375 -4 C 4.347656 -4 4.234375 -4.046875 4.140625 -4.140625 C 4.046875 -4.234375 4 -4.351562 4 -4.5 Z M 4 -7 C 3.320312 -7 2.816406 -6.75 2.484375 -6.25 C 2.160156 -5.757812 2 -5.007812 2 -4 C 2 -2.988281 2.160156 -2.234375 2.484375 -1.734375 C 2.816406 -1.242188 3.320312 -1 4 -1 C 4.675781 -1 5.175781 -1.242188 5.5 -1.734375 C 5.832031 -2.234375 6 -2.988281 6 -4 C 6 -5.007812 5.832031 -5.757812 5.5 -6.25 C 5.175781 -6.75 4.675781 -7 4 -7 Z M 4 -8 C 4.988281 -8 5.734375 -7.660156 6.234375 -6.984375 C 6.742188 -6.304688 7 -5.3125 7 -4 C 7 -2.6875 6.742188 -1.691406 6.234375 -1.015625 C 5.734375 -0.335938 4.988281 0 4 0 C 3.007812 0 2.257812 -0.335938 1.75 -1.015625 C 1.25 -1.691406 1 -2.6875 1 -4 C 1 -5.3125 1.25 -6.304688 1.75 -6.984375 C 2.257812 -7.660156 3.007812 -8 4 -8 Z M 4 -8 "/>
211
- </symbol>
212
- <symbol overflow="visible" id="glyph4-26">
213
- <path style="stroke:none;" d="M 7 -8 L 7 -7 C 6.6875 -7 6.351562 -7 6 -7 C 5.644531 -7 5.28125 -7 4.90625 -7 C 3.945312 -7 3.222656 -6.726562 2.734375 -6.1875 C 2.242188 -5.644531 2 -4.847656 2 -3.796875 C 2.207031 -4.179688 2.488281 -4.476562 2.84375 -4.6875 C 3.207031 -4.894531 3.625 -5 4.09375 -5 C 5.019531 -5 5.734375 -4.78125 6.234375 -4.34375 C 6.742188 -3.914062 7 -3.300781 7 -2.5 C 7 -1.707031 6.742188 -1.09375 6.234375 -0.65625 C 5.734375 -0.21875 5.023438 0 4.109375 0 C 3.035156 0 2.25 -0.316406 1.75 -0.953125 C 1.25 -1.597656 1 -2.613281 1 -4 C 1 -5.300781 1.335938 -6.289062 2.015625 -6.96875 C 2.691406 -7.65625 3.675781 -8 4.96875 -8 C 5.3125 -8 5.65625 -8 6 -8 C 6.34375 -8 6.675781 -8 7 -8 Z M 4.03125 -4 C 3.394531 -4 2.894531 -3.863281 2.53125 -3.59375 C 2.175781 -3.332031 2 -2.96875 2 -2.5 C 2 -2.03125 2.175781 -1.660156 2.53125 -1.390625 C 2.894531 -1.128906 3.394531 -1 4.03125 -1 C 4.675781 -1 5.164062 -1.125 5.5 -1.375 C 5.832031 -1.632812 6 -2.007812 6 -2.5 C 6 -3 5.832031 -3.375 5.5 -3.625 C 5.164062 -3.875 4.675781 -4 4.03125 -4 Z M 4.03125 -4 "/>
214
- </symbol>
215
- <symbol overflow="visible" id="glyph4-27">
216
- <path style="stroke:none;" d="M 5 -6.859375 L 2.21875 -3 L 5 -3 Z M 4.59375 -8 L 6 -8 L 6 -3 L 7 -3 L 7 -2 L 6 -2 L 6 0 L 5 0 L 5 -2 L 1 -2 L 1 -3.015625 Z M 4.59375 -8 "/>
217
- </symbol>
218
- </g>
219
- <clipPath id="clip1">
220
- <path d="M 67 32 L 467 32 L 467 134 L 67 134 Z M 67 32 "/>
221
- </clipPath>
222
- </defs>
223
- <g id="surface2">
224
- <rect x="0" y="0" width="497" height="187" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
225
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 67 133 L 467 133 L 467 33 L 67 33 Z M 67 133 "/>
226
- <g clip-path="url(#clip1)" clip-rule="nonzero">
227
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.133333;" d="M 344 128.308594 L 344 133.199219 L 466 133.199219 L 466 128.816406 L 465 128.816406 L 465 129.027344 L 463 129.027344 L 463 129.207031 L 462 129.207031 L 462 129.078125 L 461 129.078125 L 461 129.472656 L 460 129.472656 L 460 129.003906 L 458 129.003906 L 458 129.300781 L 457 129.300781 L 457 129.136719 L 456 129.136719 L 456 129.457031 L 454 129.457031 L 454 128.601562 L 453 128.601562 L 453 128.734375 L 452 128.734375 L 452 128.425781 L 450 128.425781 L 450 128.914062 L 449 128.914062 L 449 129.019531 L 448 129.019531 L 448 128.464844 L 447 128.464844 L 447 128.941406 L 445 128.941406 L 445 128.777344 L 444 128.777344 L 444 128.515625 L 443 128.515625 L 443 128.402344 L 441 128.402344 L 441 128.671875 L 440 128.671875 L 440 128.894531 L 439 128.894531 L 439 128.730469 L 437 128.730469 L 437 127.929688 L 436 127.929688 L 436 128.546875 L 435 128.546875 L 435 127.851562 L 434 127.851562 L 434 128.582031 L 432 128.582031 L 432 128.484375 L 431 128.484375 L 431 128.625 L 430 128.625 L 430 128.589844 L 428 128.589844 L 428 128.933594 L 427 128.933594 L 427 129.472656 L 426 129.472656 L 426 129.042969 L 425 129.042969 L 425 128.667969 L 423 128.667969 L 423 128.894531 L 422 128.894531 L 422 128.734375 L 421 128.734375 L 421 129.050781 L 419 129.050781 L 419 128.550781 L 418 128.550781 L 418 129.074219 L 417 129.074219 L 417 128.96875 L 415 128.96875 L 415 129.105469 L 414 129.105469 L 414 129.066406 L 413 129.066406 L 413 129.152344 L 412 129.152344 L 412 129.5 L 410 129.5 L 410 129.351562 L 409 129.351562 L 409 129.242188 L 408 129.242188 L 408 128.523438 L 406 128.523438 L 406 128.988281 L 405 128.988281 L 405 128.847656 L 404 128.847656 L 404 128.527344 L 402 128.527344 L 402 127.972656 L 401 127.972656 L 401 128.066406 L 400 128.066406 L 400 128.933594 L 399 128.933594 L 399 129.355469 L 397 129.355469 L 397 129.4375 L 396 129.4375 L 396 129.066406 L 395 129.066406 L 395 127.15625 L 393 127.15625 L 393 106.140625 L 392 106.140625 L 392 105.453125 L 391 105.453125 L 391 105.820312 L 390 105.820312 L 390 105.730469 L 388 105.730469 L 388 104.726562 L 387 104.726562 L 387 105.769531 L 386 105.769531 L 386 105.589844 L 384 105.589844 L 384 104.875 L 383 104.875 L 383 104.464844 L 382 104.464844 L 382 105.335938 L 380 105.335938 L 380 105.207031 L 379 105.207031 L 379 104.378906 L 378 104.378906 L 378 105.144531 L 377 105.144531 L 377 104.664062 L 375 104.664062 L 375 112.558594 L 374 112.558594 L 374 126.417969 L 373 126.417969 L 373 128.15625 L 371 128.15625 L 371 122.71875 L 370 122.71875 L 370 123.695312 L 369 123.695312 L 369 128.332031 L 367 128.332031 L 367 129.25 L 366 129.25 L 366 41.890625 L 365 41.890625 L 365 122.238281 L 364 122.238281 L 364 129.308594 L 362 129.308594 L 362 126.257812 L 361 126.257812 L 361 129.078125 L 360 129.078125 L 360 128.503906 L 358 128.503906 L 358 129.039062 L 357 129.039062 L 357 129.457031 L 356 129.457031 L 356 129.226562 L 355 129.226562 L 355 129.25 L 353 129.25 L 353 129.703125 L 352 129.703125 L 352 129.617188 L 351 129.617188 L 351 129.355469 L 349 129.355469 L 349 126.070312 L 348 126.070312 L 348 129.375 L 347 129.375 L 347 129.246094 L 345 129.246094 L 345 128.308594 Z M 344 128.308594 "/>
228
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 344 132.78125 L 344 133.199219 L 358 133.199219 L 358 132.800781 L 357 132.800781 L 357 132.796875 L 356 132.796875 L 356 132.800781 L 355 132.800781 L 355 132.769531 L 353 132.769531 L 353 132.796875 L 351 132.796875 L 351 132.742188 L 349 132.742188 L 349 132.585938 L 348 132.585938 L 348 132.800781 L 345 132.800781 L 345 132.78125 Z M 344 132.78125 "/>
229
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.133333;" d="M 360 132.800781 L 360 133.199219 L 466 133.199219 L 466 132.789062 L 465 132.789062 L 465 132.777344 L 463 132.777344 L 463 132.800781 L 460 132.800781 L 460 132.792969 L 458 132.792969 L 458 132.789062 L 457 132.789062 L 457 132.796875 L 456 132.796875 L 456 132.792969 L 454 132.792969 L 454 132.796875 L 453 132.796875 L 453 132.800781 L 449 132.800781 L 449 132.796875 L 448 132.796875 L 448 132.792969 L 447 132.792969 L 447 132.796875 L 445 132.796875 L 445 132.71875 L 444 132.71875 L 444 132.796875 L 443 132.796875 L 443 132.777344 L 441 132.777344 L 441 132.726562 L 440 132.726562 L 440 132.78125 L 439 132.78125 L 439 132.796875 L 436 132.796875 L 436 132.789062 L 435 132.789062 L 435 132.6875 L 434 132.6875 L 434 132.773438 L 432 132.773438 L 432 132.796875 L 431 132.796875 L 431 132.792969 L 430 132.792969 L 430 132.796875 L 425 132.796875 L 425 132.792969 L 422 132.792969 L 422 132.796875 L 421 132.796875 L 421 132.792969 L 419 132.792969 L 419 132.699219 L 418 132.699219 L 418 132.800781 L 415 132.800781 L 415 132.792969 L 414 132.792969 L 414 132.800781 L 412 132.800781 L 412 132.789062 L 410 132.789062 L 410 132.800781 L 409 132.800781 L 409 132.796875 L 408 132.796875 L 408 132.757812 L 406 132.757812 L 406 132.792969 L 405 132.792969 L 405 132.777344 L 404 132.777344 L 404 132.800781 L 402 132.800781 L 402 132.777344 L 401 132.777344 L 401 132.707031 L 400 132.707031 L 400 132.742188 L 399 132.742188 L 399 132.792969 L 397 132.792969 L 397 132.796875 L 396 132.796875 L 396 132.800781 L 395 132.800781 L 395 132.746094 L 393 132.746094 L 393 132.3125 L 392 132.3125 L 392 132.292969 L 391 132.292969 L 391 132.316406 L 390 132.316406 L 390 132.328125 L 388 132.328125 L 388 132.257812 L 387 132.257812 L 387 125.667969 L 386 125.667969 L 386 132.328125 L 384 132.328125 L 384 132.304688 L 383 132.304688 L 383 132.28125 L 382 132.28125 L 382 132.285156 L 380 132.285156 L 380 132.238281 L 379 132.238281 L 379 132.265625 L 378 132.265625 L 378 132.230469 L 377 132.230469 L 377 132.179688 L 375 132.179688 L 375 132.253906 L 374 132.253906 L 374 132.703125 L 373 132.703125 L 373 132.574219 L 371 132.574219 L 371 132.613281 L 370 132.613281 L 370 132.683594 L 369 132.683594 L 369 126.402344 L 367 126.402344 L 367 132.800781 L 366 132.800781 L 366 131.6875 L 365 131.6875 L 365 132.546875 L 364 132.546875 L 364 132.800781 L 362 132.800781 L 362 132.796875 L 361 132.796875 L 361 132.800781 Z M 360 132.800781 "/>
230
- <path style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,94.117647%,0%);stroke-opacity:0.666667;stroke-miterlimit:10;" d="M 344 128.507812 L 345 128.507812 L 345 129.449219 L 347 129.449219 L 347 129.574219 L 348 129.574219 L 348 126.269531 L 349 126.269531 L 349 129.554688 L 351 129.554688 L 351 129.816406 L 352 129.816406 L 352 129.902344 L 353 129.902344 L 353 129.453125 L 355 129.453125 L 355 129.425781 L 356 129.425781 L 356 129.660156 L 357 129.660156 L 357 129.238281 L 358 129.238281 L 358 128.703125 L 360 128.703125 L 360 129.28125 L 361 129.28125 L 361 126.457031 L 362 126.457031 L 362 129.507812 L 364 129.507812 L 364 122.441406 L 365 122.441406 L 365 42.089844 L 366 42.089844 L 366 129.453125 L 367 129.453125 L 367 128.53125 L 369 128.53125 L 369 123.898438 L 370 123.898438 L 370 122.921875 L 371 122.921875 L 371 128.355469 L 373 128.355469 L 373 126.621094 L 374 126.621094 L 374 112.757812 L 375 112.757812 L 375 104.863281 L 377 104.863281 L 377 105.34375 L 378 105.34375 L 378 104.578125 L 379 104.578125 L 379 105.40625 L 380 105.40625 L 380 105.535156 L 382 105.535156 L 382 104.664062 L 383 104.664062 L 383 105.074219 L 384 105.074219 L 384 105.789062 L 386 105.789062 L 386 105.972656 L 387 105.972656 L 387 104.925781 L 388 104.925781 L 388 105.933594 L 390 105.933594 L 390 106.019531 L 391 106.019531 L 391 105.652344 L 392 105.652344 L 392 106.339844 L 393 106.339844 L 393 127.355469 L 395 127.355469 L 395 129.265625 L 396 129.265625 L 396 129.636719 L 397 129.636719 L 397 129.554688 L 399 129.554688 L 399 129.132812 L 400 129.132812 L 400 128.265625 L 401 128.265625 L 401 128.171875 L 402 128.171875 L 402 128.726562 L 404 128.726562 L 404 129.046875 L 405 129.046875 L 405 129.1875 L 406 129.1875 L 406 128.722656 L 408 128.722656 L 408 129.445312 L 409 129.445312 L 409 129.550781 L 410 129.550781 L 410 129.699219 L 412 129.699219 L 412 129.351562 L 413 129.351562 L 413 129.269531 L 414 129.269531 L 414 129.304688 L 415 129.304688 L 415 129.167969 L 417 129.167969 L 417 129.273438 L 418 129.273438 L 418 128.75 L 419 128.75 L 419 129.253906 L 421 129.253906 L 421 128.933594 L 422 128.933594 L 422 129.09375 L 423 129.09375 L 423 128.867188 L 425 128.867188 L 425 129.242188 L 426 129.242188 L 426 129.671875 L 427 129.671875 L 427 129.132812 L 428 129.132812 L 428 128.789062 L 430 128.789062 L 430 128.824219 L 431 128.824219 L 431 128.683594 L 432 128.683594 L 432 128.78125 L 434 128.78125 L 434 128.050781 L 435 128.050781 L 435 128.746094 L 436 128.746094 L 436 128.128906 L 437 128.128906 L 437 128.929688 L 439 128.929688 L 439 129.097656 L 440 129.097656 L 440 128.871094 L 441 128.871094 L 441 128.601562 L 443 128.601562 L 443 128.714844 L 444 128.714844 L 444 128.976562 L 445 128.976562 L 445 129.140625 L 447 129.140625 L 447 128.664062 L 448 128.664062 L 448 129.21875 L 449 129.21875 L 449 129.117188 L 450 129.117188 L 450 128.625 L 452 128.625 L 452 128.933594 L 453 128.933594 L 453 128.800781 L 454 128.800781 L 454 129.65625 L 456 129.65625 L 456 129.335938 L 457 129.335938 L 457 129.503906 L 458 129.503906 L 458 129.203125 L 460 129.203125 L 460 129.671875 L 461 129.671875 L 461 129.277344 L 462 129.277344 L 462 129.410156 L 463 129.410156 L 463 129.226562 L 465 129.226562 L 465 129.015625 L 466 129.015625 "/>
231
- <path style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:0.666667;stroke-miterlimit:10;" d="M 344 132.984375 L 345 132.984375 L 345 133 L 348 133 L 348 132.785156 L 349 132.785156 L 349 132.941406 L 351 132.941406 L 351 132.996094 L 353 132.996094 L 353 132.96875 L 355 132.96875 L 355 133 L 356 133 L 356 132.996094 L 357 132.996094 L 357 133 L 361 133 L 361 132.996094 L 362 132.996094 L 362 133 L 364 133 L 364 132.746094 L 365 132.746094 L 365 131.886719 L 366 131.886719 L 366 133 L 367 133 L 367 126.601562 L 369 126.601562 L 369 132.886719 L 370 132.886719 L 370 132.8125 L 371 132.8125 L 371 132.773438 L 373 132.773438 L 373 132.902344 L 374 132.902344 L 374 132.453125 L 375 132.453125 L 375 132.378906 L 377 132.378906 L 377 132.433594 L 378 132.433594 L 378 132.464844 L 379 132.464844 L 379 132.4375 L 380 132.4375 L 380 132.484375 L 382 132.484375 L 382 132.480469 L 383 132.480469 L 383 132.503906 L 384 132.503906 L 384 132.527344 L 386 132.527344 L 386 125.867188 L 387 125.867188 L 387 132.460938 L 388 132.460938 L 388 132.53125 L 390 132.53125 L 390 132.515625 L 391 132.515625 L 391 132.496094 L 392 132.496094 L 392 132.511719 L 393 132.511719 L 393 132.949219 L 395 132.949219 L 395 133 L 397 133 L 397 132.992188 L 399 132.992188 L 399 132.941406 L 400 132.941406 L 400 132.90625 L 401 132.90625 L 401 132.976562 L 402 132.976562 L 402 133 L 404 133 L 404 132.976562 L 405 132.976562 L 405 132.992188 L 406 132.992188 L 406 132.957031 L 408 132.957031 L 408 133 L 410 133 L 410 132.992188 L 412 132.992188 L 412 133 L 414 133 L 414 132.992188 L 415 132.992188 L 415 133 L 418 133 L 418 132.902344 L 419 132.902344 L 419 132.992188 L 421 132.992188 L 421 132.996094 L 422 132.996094 L 422 132.992188 L 423 132.992188 L 423 132.996094 L 428 132.996094 L 428 133 L 430 133 L 430 132.992188 L 431 132.992188 L 431 132.996094 L 432 132.996094 L 432 132.972656 L 434 132.972656 L 434 132.886719 L 435 132.886719 L 435 132.988281 L 436 132.988281 L 436 132.996094 L 439 132.996094 L 439 132.984375 L 440 132.984375 L 440 132.929688 L 441 132.929688 L 441 132.976562 L 443 132.976562 L 443 132.996094 L 444 132.996094 L 444 132.921875 L 445 132.921875 L 445 133 L 447 133 L 447 132.992188 L 448 132.992188 L 448 133 L 454 133 L 454 132.992188 L 456 132.992188 L 456 133 L 457 133 L 457 132.988281 L 458 132.988281 L 458 132.992188 L 460 132.992188 L 460 133 L 463 133 L 463 132.976562 L 465 132.976562 L 465 132.988281 L 466 132.988281 "/>
232
- </g>
233
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 69 31 L 69 33 "/>
234
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 69 133 L 69 135 "/>
235
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 69 134 L 69 32 "/>
236
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 102 31 L 102 33 "/>
237
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 102 133 L 102 135 "/>
238
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 102 134 L 102 32 "/>
239
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 119 31 L 119 33 "/>
240
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 119 133 L 119 135 "/>
241
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 119 134 L 119 32 "/>
242
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 135 31 L 135 33 "/>
243
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 135 133 L 135 135 "/>
244
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 135 134 L 135 32 "/>
245
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 152 31 L 152 33 "/>
246
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 152 133 L 152 135 "/>
247
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 152 134 L 152 32 "/>
248
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 169 31 L 169 33 "/>
249
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 169 133 L 169 135 "/>
250
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 169 134 L 169 32 "/>
251
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 202 31 L 202 33 "/>
252
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 202 133 L 202 135 "/>
253
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 202 134 L 202 32 "/>
254
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 219 31 L 219 33 "/>
255
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 219 133 L 219 135 "/>
256
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 219 134 L 219 32 "/>
257
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 235 31 L 235 33 "/>
258
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 235 133 L 235 135 "/>
259
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 235 134 L 235 32 "/>
260
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 252 31 L 252 33 "/>
261
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 252 133 L 252 135 "/>
262
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 252 134 L 252 32 "/>
263
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 269 31 L 269 33 "/>
264
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 269 133 L 269 135 "/>
265
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 269 134 L 269 32 "/>
266
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 302 31 L 302 33 "/>
267
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 302 133 L 302 135 "/>
268
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 302 134 L 302 32 "/>
269
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 319 31 L 319 33 "/>
270
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 319 133 L 319 135 "/>
271
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 319 134 L 319 32 "/>
272
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 335 31 L 335 33 "/>
273
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 335 133 L 335 135 "/>
274
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 335 134 L 335 32 "/>
275
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 352 31 L 352 33 "/>
276
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 352 133 L 352 135 "/>
277
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 352 134 L 352 32 "/>
278
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 369 31 L 369 33 "/>
279
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 369 133 L 369 135 "/>
280
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 369 134 L 369 32 "/>
281
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 402 31 L 402 33 "/>
282
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 402 133 L 402 135 "/>
283
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 402 134 L 402 32 "/>
284
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 419 31 L 419 33 "/>
285
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 419 133 L 419 135 "/>
286
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 419 134 L 419 32 "/>
287
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 435 31 L 435 33 "/>
288
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 435 133 L 435 135 "/>
289
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 435 134 L 435 32 "/>
290
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 452 31 L 452 33 "/>
291
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 452 133 L 452 135 "/>
292
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 452 134 L 452 32 "/>
293
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 85 31 L 85 33 "/>
294
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 85 133 L 85 136 "/>
295
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 85 136 L 85 31 "/>
296
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 185 31 L 185 33 "/>
297
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 185 133 L 185 136 "/>
298
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 185 136 L 185 31 "/>
299
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 285 31 L 285 33 "/>
300
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 285 133 L 285 136 "/>
301
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 285 136 L 285 31 "/>
302
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 385 31 L 385 33 "/>
303
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 385 133 L 385 136 "/>
304
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 385 136 L 385 31 "/>
305
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
306
- <use xlink:href="#glyph0-0" x="158" y="146"/>
307
- <use xlink:href="#glyph0-1" x="164" y="146"/>
308
- <use xlink:href="#glyph0-2" x="170" y="146"/>
309
- <use xlink:href="#glyph0-3" x="176" y="146"/>
310
- <use xlink:href="#glyph0-4" x="182" y="146"/>
311
- <use xlink:href="#glyph0-4" x="188" y="146"/>
312
- <use xlink:href="#glyph0-5" x="194" y="146"/>
313
- <use xlink:href="#glyph0-4" x="200" y="146"/>
314
- <use xlink:href="#glyph0-4" x="206" y="146"/>
315
- </g>
316
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
317
- <use xlink:href="#glyph0-0" x="358" y="146"/>
318
- <use xlink:href="#glyph0-1" x="364" y="146"/>
319
- <use xlink:href="#glyph0-2" x="370" y="146"/>
320
- <use xlink:href="#glyph0-3" x="376" y="146"/>
321
- <use xlink:href="#glyph0-6" x="382" y="146"/>
322
- <use xlink:href="#glyph0-7" x="388" y="146"/>
323
- <use xlink:href="#glyph0-5" x="394" y="146"/>
324
- <use xlink:href="#glyph0-4" x="400" y="146"/>
325
- <use xlink:href="#glyph0-4" x="406" y="146"/>
326
- </g>
327
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
328
- <use xlink:href="#glyph0-3" x="24" y="137"/>
329
- <use xlink:href="#glyph0-3" x="30" y="137"/>
330
- <use xlink:href="#glyph0-3" x="36" y="137"/>
331
- <use xlink:href="#glyph0-4" x="42" y="137"/>
332
- <use xlink:href="#glyph0-3" x="48" y="137"/>
333
- <use xlink:href="#glyph0-3" x="54" y="137"/>
334
- </g>
335
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 65 133 L 67 133 "/>
336
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 467 133 L 469 133 "/>
337
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 65 133 L 469 133 "/>
338
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 127.683594 L 67 127.683594 "/>
339
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 127.683594 L 469 127.683594 "/>
340
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 127.683594 L 468 127.683594 "/>
341
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 122.371094 L 67 122.371094 "/>
342
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 122.371094 L 469 122.371094 "/>
343
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 122.371094 L 468 122.371094 "/>
344
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 117.054688 L 67 117.054688 "/>
345
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 117.054688 L 469 117.054688 "/>
346
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 117.054688 L 468 117.054688 "/>
347
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 111.738281 L 67 111.738281 "/>
348
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 111.738281 L 469 111.738281 "/>
349
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 111.738281 L 468 111.738281 "/>
350
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
351
- <use xlink:href="#glyph0-3" x="24" y="110.425781"/>
352
- <use xlink:href="#glyph0-6" x="30" y="110.425781"/>
353
- <use xlink:href="#glyph0-4" x="36" y="110.425781"/>
354
- <use xlink:href="#glyph0-4" x="42" y="110.425781"/>
355
- <use xlink:href="#glyph0-3" x="48" y="110.425781"/>
356
- <use xlink:href="#glyph0-8" x="54" y="110.425781"/>
357
- </g>
358
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 65 106.425781 L 67 106.425781 "/>
359
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 467 106.425781 L 469 106.425781 "/>
360
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 65 106.425781 L 469 106.425781 "/>
361
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 101.109375 L 67 101.109375 "/>
362
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 101.109375 L 469 101.109375 "/>
363
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 101.109375 L 468 101.109375 "/>
364
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 95.792969 L 67 95.792969 "/>
365
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 95.792969 L 469 95.792969 "/>
366
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 95.792969 L 468 95.792969 "/>
367
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 90.476562 L 67 90.476562 "/>
368
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 90.476562 L 469 90.476562 "/>
369
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 90.476562 L 468 90.476562 "/>
370
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 85.164062 L 67 85.164062 "/>
371
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 85.164062 L 469 85.164062 "/>
372
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 85.164062 L 468 85.164062 "/>
373
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
374
- <use xlink:href="#glyph0-3" x="24" y="83.847656"/>
375
- <use xlink:href="#glyph0-7" x="30" y="83.847656"/>
376
- <use xlink:href="#glyph0-4" x="36" y="83.847656"/>
377
- <use xlink:href="#glyph0-4" x="42" y="83.847656"/>
378
- <use xlink:href="#glyph0-3" x="48" y="83.847656"/>
379
- <use xlink:href="#glyph0-8" x="54" y="83.847656"/>
380
- </g>
381
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 65 79.847656 L 67 79.847656 "/>
382
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 467 79.847656 L 469 79.847656 "/>
383
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 65 79.847656 L 469 79.847656 "/>
384
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 74.53125 L 67 74.53125 "/>
385
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 74.53125 L 469 74.53125 "/>
386
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 74.53125 L 468 74.53125 "/>
387
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 69.21875 L 67 69.21875 "/>
388
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 69.21875 L 469 69.21875 "/>
389
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 69.21875 L 468 69.21875 "/>
390
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 63.902344 L 67 63.902344 "/>
391
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 63.902344 L 469 63.902344 "/>
392
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 63.902344 L 468 63.902344 "/>
393
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 58.585938 L 67 58.585938 "/>
394
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 58.585938 L 469 58.585938 "/>
395
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 58.585938 L 468 58.585938 "/>
396
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
397
- <use xlink:href="#glyph0-3" x="24" y="57.269531"/>
398
- <use xlink:href="#glyph0-9" x="30" y="57.269531"/>
399
- <use xlink:href="#glyph0-4" x="36" y="57.269531"/>
400
- <use xlink:href="#glyph0-4" x="42" y="57.269531"/>
401
- <use xlink:href="#glyph0-3" x="48" y="57.269531"/>
402
- <use xlink:href="#glyph0-8" x="54" y="57.269531"/>
403
- </g>
404
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 65 53.269531 L 67 53.269531 "/>
405
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-miterlimit:10;" d="M 467 53.269531 L 469 53.269531 "/>
406
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(87%,31%,31%);stroke-opacity:0.6;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 65 53.269531 L 469 53.269531 "/>
407
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 47.957031 L 67 47.957031 "/>
408
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 47.957031 L 469 47.957031 "/>
409
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 47.957031 L 468 47.957031 "/>
410
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 42.640625 L 67 42.640625 "/>
411
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 42.640625 L 469 42.640625 "/>
412
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 42.640625 L 468 42.640625 "/>
413
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 65 37.324219 L 67 37.324219 "/>
414
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-miterlimit:10;" d="M 467 37.324219 L 469 37.324219 "/>
415
- <path style="fill:none;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(56%,56%,56%);stroke-opacity:0.75;stroke-dasharray:1,1;stroke-miterlimit:10;" d="M 66 37.324219 L 468 37.324219 "/>
416
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
417
- <use xlink:href="#glyph1-0" x="14" y="97"/>
418
- <use xlink:href="#glyph1-1" x="14" y="90"/>
419
- <use xlink:href="#glyph1-2" x="14" y="83"/>
420
- <use xlink:href="#glyph1-3" x="14" y="76"/>
421
- </g>
422
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
423
- <use xlink:href="#glyph2-0" x="139" y="18"/>
424
- <use xlink:href="#glyph2-1" x="147" y="18"/>
425
- <use xlink:href="#glyph2-2" x="155" y="18"/>
426
- <use xlink:href="#glyph2-3" x="163" y="18"/>
427
- <use xlink:href="#glyph2-4" x="171" y="18"/>
428
- <use xlink:href="#glyph2-5" x="179" y="18"/>
429
- <use xlink:href="#glyph2-6" x="187" y="18"/>
430
- <use xlink:href="#glyph2-7" x="195" y="18"/>
431
- <use xlink:href="#glyph2-8" x="203" y="18"/>
432
- <use xlink:href="#glyph2-5" x="211" y="18"/>
433
- <use xlink:href="#glyph2-9" x="219" y="18"/>
434
- <use xlink:href="#glyph2-10" x="227" y="18"/>
435
- <use xlink:href="#glyph2-10" x="235" y="18"/>
436
- <use xlink:href="#glyph2-11" x="243" y="18"/>
437
- <use xlink:href="#glyph2-12" x="251" y="18"/>
438
- <use xlink:href="#glyph2-7" x="259" y="18"/>
439
- <use xlink:href="#glyph2-13" x="267" y="18"/>
440
- <use xlink:href="#glyph2-14" x="275" y="18"/>
441
- <use xlink:href="#glyph2-2" x="283" y="18"/>
442
- <use xlink:href="#glyph2-1" x="291" y="18"/>
443
- <use xlink:href="#glyph2-5" x="299" y="18"/>
444
- <use xlink:href="#glyph2-10" x="307" y="18"/>
445
- <use xlink:href="#glyph2-9" x="315" y="18"/>
446
- <use xlink:href="#glyph2-12" x="323" y="18"/>
447
- <use xlink:href="#glyph2-1" x="331" y="18"/>
448
- <use xlink:href="#glyph2-7" x="339" y="18"/>
449
- <use xlink:href="#glyph2-15" x="347" y="18"/>
450
- <use xlink:href="#glyph2-1" x="355" y="18"/>
451
- <use xlink:href="#glyph2-2" x="363" y="18"/>
452
- <use xlink:href="#glyph2-16" x="371" y="18"/>
453
- <use xlink:href="#glyph2-17" x="379" y="18"/>
454
- <use xlink:href="#glyph2-15" x="387" y="18"/>
455
- </g>
456
- <g style="fill:rgb(0%,0%,0%);fill-opacity:0.3;">
457
- <use xlink:href="#glyph3-0" x="485" y="5"/>
458
- <use xlink:href="#glyph3-0" x="485" y="10"/>
459
- <use xlink:href="#glyph3-1" x="485" y="15"/>
460
- <use xlink:href="#glyph3-2" x="485" y="20"/>
461
- <use xlink:href="#glyph3-3" x="485" y="25"/>
462
- <use xlink:href="#glyph3-3" x="485" y="30"/>
463
- <use xlink:href="#glyph3-4" x="485" y="35"/>
464
- <use xlink:href="#glyph3-5" x="485" y="40"/>
465
- <use xlink:href="#glyph3-6" x="485" y="45"/>
466
- <use xlink:href="#glyph3-5" x="485" y="50"/>
467
- <use xlink:href="#glyph3-2" x="485" y="55"/>
468
- <use xlink:href="#glyph3-3" x="485" y="60"/>
469
- <use xlink:href="#glyph3-7" x="485" y="65"/>
470
- <use xlink:href="#glyph3-8" x="485" y="70"/>
471
- <use xlink:href="#glyph3-5" x="485" y="75"/>
472
- <use xlink:href="#glyph3-3" x="485" y="80"/>
473
- <use xlink:href="#glyph3-9" x="485" y="85"/>
474
- <use xlink:href="#glyph3-2" x="485" y="90"/>
475
- <use xlink:href="#glyph3-8" x="485" y="95"/>
476
- <use xlink:href="#glyph3-10" x="485" y="100"/>
477
- <use xlink:href="#glyph3-9" x="485" y="105"/>
478
- <use xlink:href="#glyph3-0" x="485" y="110"/>
479
- </g>
480
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
481
- <use xlink:href="#glyph4-0" x="16" y="163"/>
482
- <use xlink:href="#glyph4-0" x="23" y="163"/>
483
- <use xlink:href="#glyph4-1" x="30" y="163"/>
484
- <use xlink:href="#glyph4-2" x="37" y="163"/>
485
- <use xlink:href="#glyph4-3" x="44" y="163"/>
486
- <use xlink:href="#glyph4-4" x="51" y="163"/>
487
- <use xlink:href="#glyph4-5" x="58" y="163"/>
488
- <use xlink:href="#glyph4-2" x="65" y="163"/>
489
- </g>
490
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 16 154.238281 L 16 162.640625 L 24.398438 162.640625 L 24.398438 154.238281 Z M 16 154.238281 "/>
491
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,94.117647%,0%);fill-opacity:0.666667;" d="M 16 154.238281 L 16 162.640625 L 24.398438 162.640625 L 24.398438 154.238281 Z M 16 154.238281 "/>
492
- <path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16 162.640625 L 24.398438 162.640625 L 24.398438 154.238281 L 16 154.238281 Z M 16 162.640625 "/>
493
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
494
- <use xlink:href="#glyph4-6" x="104.25" y="163"/>
495
- <use xlink:href="#glyph4-4" x="111.25" y="163"/>
496
- <use xlink:href="#glyph4-7" x="118.25" y="163"/>
497
- <use xlink:href="#glyph4-8" x="125.25" y="163"/>
498
- <use xlink:href="#glyph4-0" x="132.25" y="163"/>
499
- <use xlink:href="#glyph4-0" x="139.25" y="163"/>
500
- <use xlink:href="#glyph4-0" x="146.25" y="163"/>
501
- <use xlink:href="#glyph4-9" x="153.25" y="163"/>
502
- <use xlink:href="#glyph4-10" x="160.25" y="163"/>
503
- <use xlink:href="#glyph4-11" x="167.25" y="163"/>
504
- </g>
505
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
506
- <use xlink:href="#glyph4-12" x="206.5" y="163"/>
507
- <use xlink:href="#glyph4-5" x="213.5" y="163"/>
508
- <use xlink:href="#glyph4-13" x="220.5" y="163"/>
509
- <use xlink:href="#glyph4-8" x="227.5" y="163"/>
510
- <use xlink:href="#glyph4-0" x="234.5" y="163"/>
511
- <use xlink:href="#glyph4-0" x="241.5" y="163"/>
512
- <use xlink:href="#glyph4-14" x="248.5" y="163"/>
513
- <use xlink:href="#glyph4-14" x="255.5" y="163"/>
514
- <use xlink:href="#glyph4-10" x="262.5" y="163"/>
515
- <use xlink:href="#glyph4-11" x="269.5" y="163"/>
516
- </g>
517
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
518
- <use xlink:href="#glyph4-6" x="308.75" y="163"/>
519
- <use xlink:href="#glyph4-15" x="315.75" y="163"/>
520
- <use xlink:href="#glyph4-16" x="322.75" y="163"/>
521
- <use xlink:href="#glyph4-8" x="329.75" y="163"/>
522
- <use xlink:href="#glyph4-0" x="336.75" y="163"/>
523
- <use xlink:href="#glyph4-0" x="343.75" y="163"/>
524
- <use xlink:href="#glyph4-0" x="350.75" y="163"/>
525
- <use xlink:href="#glyph4-17" x="357.75" y="163"/>
526
- <use xlink:href="#glyph4-6" x="364.75" y="163"/>
527
- <use xlink:href="#glyph4-11" x="371.75" y="163"/>
528
- </g>
529
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
530
- <use xlink:href="#glyph4-18" x="411" y="163"/>
531
- <use xlink:href="#glyph4-15" x="418" y="163"/>
532
- <use xlink:href="#glyph4-19" x="425" y="163"/>
533
- <use xlink:href="#glyph4-20" x="432" y="163"/>
534
- <use xlink:href="#glyph4-0" x="439" y="163"/>
535
- <use xlink:href="#glyph4-0" x="446" y="163"/>
536
- <use xlink:href="#glyph4-21" x="453" y="163"/>
537
- <use xlink:href="#glyph4-17" x="460" y="163"/>
538
- <use xlink:href="#glyph4-10" x="467" y="163"/>
539
- <use xlink:href="#glyph4-11" x="474" y="163"/>
540
- </g>
541
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
542
- <use xlink:href="#glyph4-0" x="16" y="177"/>
543
- <use xlink:href="#glyph4-0" x="23" y="177"/>
544
- <use xlink:href="#glyph4-22" x="30" y="177"/>
545
- <use xlink:href="#glyph4-23" x="37" y="177"/>
546
- <use xlink:href="#glyph4-15" x="44" y="177"/>
547
- <use xlink:href="#glyph4-7" x="51" y="177"/>
548
- <use xlink:href="#glyph4-19" x="58" y="177"/>
549
- <use xlink:href="#glyph4-24" x="65" y="177"/>
550
- <use xlink:href="#glyph4-4" x="72" y="177"/>
551
- <use xlink:href="#glyph4-20" x="79" y="177"/>
552
- </g>
553
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 16 168.238281 L 16 176.640625 L 24.398438 176.640625 L 24.398438 168.238281 Z M 16 168.238281 "/>
554
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.666667;" d="M 16 168.238281 L 16 176.640625 L 24.398438 176.640625 L 24.398438 168.238281 Z M 16 168.238281 "/>
555
- <path style="fill:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 16 176.640625 L 24.398438 176.640625 L 24.398438 168.238281 L 16 168.238281 Z M 16 176.640625 "/>
556
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
557
- <use xlink:href="#glyph4-6" x="114.75" y="177"/>
558
- <use xlink:href="#glyph4-4" x="121.75" y="177"/>
559
- <use xlink:href="#glyph4-7" x="128.75" y="177"/>
560
- <use xlink:href="#glyph4-8" x="135.75" y="177"/>
561
- <use xlink:href="#glyph4-0" x="142.75" y="177"/>
562
- <use xlink:href="#glyph4-0" x="149.75" y="177"/>
563
- <use xlink:href="#glyph4-0" x="156.75" y="177"/>
564
- <use xlink:href="#glyph4-25" x="163.75" y="177"/>
565
- <use xlink:href="#glyph4-0" x="170.75" y="177"/>
566
- <use xlink:href="#glyph4-11" x="177.75" y="177"/>
567
- </g>
568
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
569
- <use xlink:href="#glyph4-12" x="213.5" y="177"/>
570
- <use xlink:href="#glyph4-5" x="220.5" y="177"/>
571
- <use xlink:href="#glyph4-13" x="227.5" y="177"/>
572
- <use xlink:href="#glyph4-8" x="234.5" y="177"/>
573
- <use xlink:href="#glyph4-0" x="241.5" y="177"/>
574
- <use xlink:href="#glyph4-9" x="248.5" y="177"/>
575
- <use xlink:href="#glyph4-26" x="255.5" y="177"/>
576
- <use xlink:href="#glyph4-27" x="262.5" y="177"/>
577
- <use xlink:href="#glyph4-0" x="269.5" y="177"/>
578
- <use xlink:href="#glyph4-11" x="276.5" y="177"/>
579
- </g>
580
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
581
- <use xlink:href="#glyph4-6" x="312.25" y="177"/>
582
- <use xlink:href="#glyph4-15" x="319.25" y="177"/>
583
- <use xlink:href="#glyph4-16" x="326.25" y="177"/>
584
- <use xlink:href="#glyph4-8" x="333.25" y="177"/>
585
- <use xlink:href="#glyph4-0" x="340.25" y="177"/>
586
- <use xlink:href="#glyph4-27" x="347.25" y="177"/>
587
- <use xlink:href="#glyph4-9" x="354.25" y="177"/>
588
- <use xlink:href="#glyph4-25" x="361.25" y="177"/>
589
- <use xlink:href="#glyph4-10" x="368.25" y="177"/>
590
- <use xlink:href="#glyph4-11" x="375.25" y="177"/>
591
- </g>
592
- <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
593
- <use xlink:href="#glyph4-18" x="411" y="177"/>
594
- <use xlink:href="#glyph4-15" x="418" y="177"/>
595
- <use xlink:href="#glyph4-19" x="425" y="177"/>
596
- <use xlink:href="#glyph4-20" x="432" y="177"/>
597
- <use xlink:href="#glyph4-0" x="439" y="177"/>
598
- <use xlink:href="#glyph4-0" x="446" y="177"/>
599
- <use xlink:href="#glyph4-27" x="453" y="177"/>
600
- <use xlink:href="#glyph4-17" x="460" y="177"/>
601
- <use xlink:href="#glyph4-0" x="467" y="177"/>
602
- <use xlink:href="#glyph4-11" x="474" y="177"/>
603
- </g>
604
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(12%,12%,12%);stroke-opacity:1;stroke-miterlimit:10;" d="M 63 133 L 471 133 "/>
605
- <path style="fill:none;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(12%,12%,12%);stroke-opacity:1;stroke-miterlimit:10;" d="M 67 137 L 67 29 "/>
606
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,12%,12%);fill-opacity:1;" d="M 469 130 L 469 136 L 474 133 Z M 469 130 "/>
607
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(50%,12%,12%);fill-opacity:1;" d="M 64 31 L 70 31 L 67 26 Z M 64 31 "/>
608
- </g>
609
- </svg>