designix 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/.eslintignore +17 -0
  2. package/.eslintrc.cjs +24 -0
  3. package/.prettierignore +15 -0
  4. package/.prettierrc +8 -0
  5. package/README.md +27 -0
  6. package/export_svg/base.svg +1 -0
  7. package/export_svg/base_cut.svg +1 -0
  8. package/export_svg/base_hollow.svg +1 -0
  9. package/export_svg/base_top.svg +1 -0
  10. package/export_svg/calculation_of_initAngle2.svg +1 -0
  11. package/export_svg/circles.svg +1 -0
  12. package/export_svg/circles_amplitude-offset.svg +1 -0
  13. package/export_svg/circles_amplitude-scale.svg +1 -0
  14. package/export_svg/circles_angle.svg +1 -0
  15. package/export_svg/default_param_blank.svg +1 -0
  16. package/export_svg/dummy_pole_static.svg +1 -0
  17. package/export_svg/dummy_pole_static_face.svg +1 -0
  18. package/export_svg/gear_addendeum_dedendum_sizes.svg +9 -0
  19. package/export_svg/gear_addendum_and_dedendum.svg +1 -0
  20. package/export_svg/gear_adherence_replaced_by_teeth.svg +1 -0
  21. package/export_svg/gear_base_circle_for_involute.svg +2 -0
  22. package/export_svg/gear_base_left_circle_for_involute.svg +2 -0
  23. package/export_svg/gear_base_right_circle_for_involute.svg +2 -0
  24. package/export_svg/gear_inter_axis_maximum_distance.svg +1 -0
  25. package/export_svg/gear_inter_axis_minimum_distance.svg +1 -0
  26. package/export_svg/gear_large_base_radius.svg +5 -0
  27. package/export_svg/gear_module_and_tooth_thickness.svg +3 -0
  28. package/export_svg/gear_optimum_base_radius.svg +5 -0
  29. package/export_svg/gear_optimum_base_radius_with_longer_inter_axis.svg +5 -0
  30. package/export_svg/gear_right_left_base_circles.svg +1 -0
  31. package/export_svg/gear_small_base_radius.svg +5 -0
  32. package/export_svg/gear_wheel_circles.svg +2 -0
  33. package/export_svg/gears.svg +71 -0
  34. package/export_svg/gears_motion_transmission_via_adherence.svg +1 -0
  35. package/export_svg/heliostat.svg +1 -0
  36. package/export_svg/heliostat2_face_sizing.svg +1 -0
  37. package/export_svg/heliostat2_side_sizing.svg +1 -0
  38. package/export_svg/heliostat_face_sizing.svg +1 -0
  39. package/export_svg/heliostat_overview.svg +1 -0
  40. package/export_svg/heliostat_side.svg +1 -0
  41. package/export_svg/heliostat_side_sizing.svg +1 -0
  42. package/export_svg/involute_of_circle.svg +19 -0
  43. package/export_svg/involute_of_circle_R0.svg +1 -0
  44. package/export_svg/involute_of_circle_Ri1_u0.svg +1 -0
  45. package/export_svg/involute_of_circle_Ri2_u2.svg +1 -0
  46. package/export_svg/left_side_angle_kitchen.svg +1 -0
  47. package/export_svg/negative_involute_of_circle_R0.svg +1 -0
  48. package/export_svg/point_c_position_and_speed_negative.svg +1 -0
  49. package/export_svg/point_c_position_and_speed_positive.svg +1 -0
  50. package/export_svg/pole_rotor.svg +1 -0
  51. package/export_svg/pole_rotor_cut.svg +1 -0
  52. package/export_svg/pole_rotor_ends.svg +1 -0
  53. package/export_svg/pole_stator.svg +3 -0
  54. package/export_svg/pole_stator_E2.svg +3 -0
  55. package/export_svg/pole_stator_bottom.svg +1 -0
  56. package/export_svg/pole_stator_cut.svg +1 -0
  57. package/export_svg/pole_stator_face.svg +1 -0
  58. package/export_svg/pole_stator_right.svg +1 -0
  59. package/export_svg/rake.svg +1 -0
  60. package/export_svg/rake_door.svg +1 -0
  61. package/export_svg/rake_face.svg +1 -0
  62. package/export_svg/rake_side.svg +1 -0
  63. package/export_svg/rake_side_stopper.svg +1 -0
  64. package/export_svg/rake_top.svg +1 -0
  65. package/export_svg/rake_top_stopper.svg +1 -0
  66. package/export_svg/rectangle.svg +1 -0
  67. package/export_svg/rectangle_height.svg +1 -0
  68. package/export_svg/rectangle_width.svg +1 -0
  69. package/export_svg/right_side_angle_kitchen.svg +1 -0
  70. package/export_svg/rod.svg +1 -0
  71. package/export_svg/rod_cut.svg +1 -0
  72. package/export_svg/rod_plate.svg +1 -0
  73. package/export_svg/rod_top.svg +1 -0
  74. package/export_svg/spider.svg +1 -0
  75. package/export_svg/spider_lateral.svg +1 -0
  76. package/export_svg/spider_profile.svg +1 -0
  77. package/export_svg/surface.svg +3 -0
  78. package/export_svg/surface_crenel.svg +1 -0
  79. package/export_svg/surface_extremities.svg +2 -0
  80. package/export_svg/surface_lz.svg +1 -0
  81. package/export_svg/surface_main.svg +1 -0
  82. package/export_svg/surface_power.svg +2 -0
  83. package/export_svg/surface_space_evolution.svg +1 -0
  84. package/export_svg/surface_space_shape.svg +1 -0
  85. package/export_svg/swing.svg +1 -0
  86. package/export_svg/swing_face.svg +1 -0
  87. package/export_svg/swing_side.svg +1 -0
  88. package/export_svg/swing_top.svg +1 -0
  89. package/export_svg/swing_with_rod.svg +1 -0
  90. package/export_svg/trapeze.svg +1 -0
  91. package/export_svg/trapeze_rod.svg +1 -0
  92. package/export_svg/trapeze_side.svg +1 -0
  93. package/export_svg/trapeze_top.svg +1 -0
  94. package/export_svg/verify_contour_1.svg +1 -0
  95. package/export_svg/verify_contour_1_l1.svg +1 -0
  96. package/export_svg/verify_contour_1_r1.svg +1 -0
  97. package/export_svg/verify_line.svg +1 -0
  98. package/export_svg/verify_line_2_l1cx.svg +1 -0
  99. package/export_svg/verify_line_p1x.svg +1 -0
  100. package/export_svg/verify_point.svg +1 -0
  101. package/export_svg/verify_point_p1x.svg +1 -0
  102. package/export_svg/verify_vector_p1x.svg +1 -0
  103. package/package.json +76 -0
  104. package/src/dummy/circles.ts +65 -0
  105. package/src/dummy/pole_static.ts +86 -0
  106. package/src/dummy/rectangle.ts +55 -0
  107. package/src/dummy/svg/circles.svg +288 -0
  108. package/src/dummy/svg/circles_amplitude-offset.svg +109 -0
  109. package/src/dummy/svg/circles_amplitude-scale.svg +122 -0
  110. package/src/dummy/svg/circles_angle.svg +110 -0
  111. package/src/dummy/svg/dummy_pole_static.svg +192 -0
  112. package/src/dummy/svg/dummy_pole_static_face.svg +176 -0
  113. package/src/dummy/svg/rectangle.svg +131 -0
  114. package/src/dummy/svg/rectangle_height.svg +82 -0
  115. package/src/dummy/svg/rectangle_width.svg +81 -0
  116. package/src/gears/gearWheelProfile.test.ts +25 -0
  117. package/src/gears/gearWheelProfile.ts +753 -0
  118. package/src/gears/gear_wheel_wheel.ts +335 -0
  119. package/src/gears/involute.test.ts +21 -0
  120. package/src/gears/involute.ts +113 -0
  121. package/src/gears/simplified_gear_wheel.ts +242 -0
  122. package/src/gears/svg/calculation_of_initAngle2.svg +376 -0
  123. package/src/gears/svg/gear_addendeum_dedendum_sizes.svg +471 -0
  124. package/src/gears/svg/gear_addendum_and_dedendum.svg +269 -0
  125. package/src/gears/svg/gear_adherence_replaced_by_teeth.svg +168 -0
  126. package/src/gears/svg/gear_base_circle_for_involute.svg +376 -0
  127. package/src/gears/svg/gear_base_left_circle_for_involute.svg +556 -0
  128. package/src/gears/svg/gear_base_right_circle_for_involute.svg +516 -0
  129. package/src/gears/svg/gear_inter_axis_maximum_distance.svg +218 -0
  130. package/src/gears/svg/gear_inter_axis_minimum_distance.svg +218 -0
  131. package/src/gears/svg/gear_large_base_radius.svg +199 -0
  132. package/src/gears/svg/gear_module_and_tooth_thickness.svg +319 -0
  133. package/src/gears/svg/gear_optimum_base_radius.svg +232 -0
  134. package/src/gears/svg/gear_optimum_base_radius_with_longer_inter_axis.svg +344 -0
  135. package/src/gears/svg/gear_right_left_base_circles.svg +295 -0
  136. package/src/gears/svg/gear_small_base_radius.svg +163 -0
  137. package/src/gears/svg/gear_wheel_circles.svg +348 -0
  138. package/src/gears/svg/gears.svg +4726 -0
  139. package/src/gears/svg/gears_motion_transmission_via_adherence.svg +178 -0
  140. package/src/gears/svg/involute_of_circle.svg +2745 -0
  141. package/src/gears/svg/involute_of_circle_R0.svg +334 -0
  142. package/src/gears/svg/involute_of_circle_Ri1_u0.svg +297 -0
  143. package/src/gears/svg/involute_of_circle_Ri2_u2.svg +386 -0
  144. package/src/gears/svg/left_side_angle_kitchen.svg +207 -0
  145. package/src/gears/svg/negative_involute_of_circle_R0.svg +381 -0
  146. package/src/gears/svg/point_c_position_and_speed_negative.svg +343 -0
  147. package/src/gears/svg/point_c_position_and_speed_positive.svg +339 -0
  148. package/src/gears/svg/right_side_angle_kitchen.svg +201 -0
  149. package/src/gears/wheelElements.test.ts +13 -0
  150. package/src/gears/wheelElements.ts +176 -0
  151. package/src/geometrix_verification/svg/verify_contour_1.svg +320 -0
  152. package/src/geometrix_verification/svg/verify_contour_1_l1.svg +102 -0
  153. package/src/geometrix_verification/svg/verify_contour_1_r1.svg +170 -0
  154. package/src/geometrix_verification/svg/verify_line.svg +845 -0
  155. package/src/geometrix_verification/svg/verify_line_2_l1cx.svg +274 -0
  156. package/src/geometrix_verification/svg/verify_line_p1x.svg +261 -0
  157. package/src/geometrix_verification/svg/verify_point.svg +350 -0
  158. package/src/geometrix_verification/svg/verify_point_p1x.svg +258 -0
  159. package/src/geometrix_verification/svg/verify_vector_p1x.svg +282 -0
  160. package/src/geometrix_verification/verify_contour_1.ts +94 -0
  161. package/src/geometrix_verification/verify_contour_2.ts +267 -0
  162. package/src/geometrix_verification/verify_contour_3.ts +409 -0
  163. package/src/geometrix_verification/verify_contour_4.ts +91 -0
  164. package/src/geometrix_verification/verify_exports_1.ts +95 -0
  165. package/src/geometrix_verification/verify_line.ts +76 -0
  166. package/src/geometrix_verification/verify_line_2.ts +76 -0
  167. package/src/geometrix_verification/verify_line_3.ts +64 -0
  168. package/src/geometrix_verification/verify_point.ts +62 -0
  169. package/src/geometrix_verification/verify_point_2.ts +66 -0
  170. package/src/geometrix_verification/verify_vector.ts +70 -0
  171. package/src/heliostat/base.ts +254 -0
  172. package/src/heliostat/heliostat.ts +317 -0
  173. package/src/heliostat/heliostat_2.ts +284 -0
  174. package/src/heliostat/pole_rotor.ts +165 -0
  175. package/src/heliostat/pole_static.ts +275 -0
  176. package/src/heliostat/rake.ts +486 -0
  177. package/src/heliostat/rake_stopper.ts +409 -0
  178. package/src/heliostat/rod.ts +200 -0
  179. package/src/heliostat/spider.ts +238 -0
  180. package/src/heliostat/surface.ts +320 -0
  181. package/src/heliostat/svg/base.svg +1367 -0
  182. package/src/heliostat/svg/base_cut.svg +459 -0
  183. package/src/heliostat/svg/base_hollow.svg +469 -0
  184. package/src/heliostat/svg/base_top.svg +338 -0
  185. package/src/heliostat/svg/heliostat.svg +8013 -0
  186. package/src/heliostat/svg/heliostat2_face_sizing.svg +1386 -0
  187. package/src/heliostat/svg/heliostat2_side_sizing.svg +984 -0
  188. package/src/heliostat/svg/heliostat_face_sizing.svg +1448 -0
  189. package/src/heliostat/svg/heliostat_overview.svg +1552 -0
  190. package/src/heliostat/svg/heliostat_side.svg +1470 -0
  191. package/src/heliostat/svg/heliostat_side_sizing.svg +1128 -0
  192. package/src/heliostat/svg/pole_rotor.svg +592 -0
  193. package/src/heliostat/svg/pole_rotor_cut.svg +287 -0
  194. package/src/heliostat/svg/pole_rotor_ends.svg +336 -0
  195. package/src/heliostat/svg/pole_stator.svg +1945 -0
  196. package/src/heliostat/svg/pole_stator_E2.svg +410 -0
  197. package/src/heliostat/svg/pole_stator_bottom.svg +330 -0
  198. package/src/heliostat/svg/pole_stator_cut.svg +465 -0
  199. package/src/heliostat/svg/pole_stator_face.svg +457 -0
  200. package/src/heliostat/svg/pole_stator_right.svg +357 -0
  201. package/src/heliostat/svg/rake.svg +4691 -0
  202. package/src/heliostat/svg/rake_door.svg +617 -0
  203. package/src/heliostat/svg/rake_face.svg +1211 -0
  204. package/src/heliostat/svg/rake_side.svg +809 -0
  205. package/src/heliostat/svg/rake_side_stopper.svg +596 -0
  206. package/src/heliostat/svg/rake_top.svg +514 -0
  207. package/src/heliostat/svg/rake_top_stopper.svg +565 -0
  208. package/src/heliostat/svg/rod.svg +1314 -0
  209. package/src/heliostat/svg/rod_cut.svg +265 -0
  210. package/src/heliostat/svg/rod_plate.svg +409 -0
  211. package/src/heliostat/svg/rod_top.svg +577 -0
  212. package/src/heliostat/svg/spider.svg +693 -0
  213. package/src/heliostat/svg/spider_lateral.svg +222 -0
  214. package/src/heliostat/svg/spider_profile.svg +429 -0
  215. package/src/heliostat/svg/surface.svg +3577 -0
  216. package/src/heliostat/svg/surface_crenel.svg +1335 -0
  217. package/src/heliostat/svg/surface_extremities.svg +510 -0
  218. package/src/heliostat/svg/surface_lz.svg +182 -0
  219. package/src/heliostat/svg/surface_main.svg +366 -0
  220. package/src/heliostat/svg/surface_power.svg +331 -0
  221. package/src/heliostat/svg/surface_space_evolution.svg +210 -0
  222. package/src/heliostat/svg/surface_space_shape.svg +98 -0
  223. package/src/heliostat/svg/swing.svg +3310 -0
  224. package/src/heliostat/svg/swing_face.svg +902 -0
  225. package/src/heliostat/svg/swing_side.svg +574 -0
  226. package/src/heliostat/svg/swing_top.svg +923 -0
  227. package/src/heliostat/svg/swing_with_rod.svg +547 -0
  228. package/src/heliostat/svg/trapeze.svg +1711 -0
  229. package/src/heliostat/svg/trapeze_rod.svg +122 -0
  230. package/src/heliostat/svg/trapeze_side.svg +361 -0
  231. package/src/heliostat/svg/trapeze_top.svg +1057 -0
  232. package/src/heliostat/swing.ts +246 -0
  233. package/src/heliostat/trapeze.ts +510 -0
  234. package/src/index.ts +33 -0
  235. package/src/svg/default_param_blank.svg +40 -0
  236. package/tsconfig.json +13 -0
  237. package/vitest.config.ts +7 -0
@@ -0,0 +1,1386 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="487.08194"
6
+ height="487.5"
7
+ viewBox="0 0 128.87376 128.98438"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
11
+ sodipodi:docname="heliostat.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview1"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ inkscape:zoom="0.74835465"
27
+ inkscape:cx="358.78711"
28
+ inkscape:cy="3261.8224"
29
+ inkscape:window-width="1370"
30
+ inkscape:window-height="836"
31
+ inkscape:window-x="0"
32
+ inkscape:window-y="0"
33
+ inkscape:window-maximized="1"
34
+ inkscape:current-layer="layer1"
35
+ showguides="true" />
36
+ <defs
37
+ id="defs1">
38
+ <marker
39
+ style="overflow:visible"
40
+ id="RoundedArrow-2-4"
41
+ refX="0"
42
+ refY="0"
43
+ orient="auto-start-reverse"
44
+ inkscape:stockid="Rounded arrow"
45
+ markerWidth="1"
46
+ markerHeight="1"
47
+ viewBox="0 0 1 1"
48
+ inkscape:isstock="true"
49
+ inkscape:collect="always"
50
+ preserveAspectRatio="xMidYMid">
51
+ <path
52
+ transform="scale(0.7)"
53
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
54
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
55
+ id="path8-7-3" />
56
+ </marker>
57
+ <marker
58
+ style="overflow:visible"
59
+ id="RoundedArrow-3-9-3"
60
+ refX="0"
61
+ refY="0"
62
+ orient="auto-start-reverse"
63
+ inkscape:stockid="Rounded arrow"
64
+ markerWidth="1"
65
+ markerHeight="1"
66
+ viewBox="0 0 1 1"
67
+ inkscape:isstock="true"
68
+ inkscape:collect="always"
69
+ preserveAspectRatio="xMidYMid">
70
+ <path
71
+ transform="scale(0.7)"
72
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
73
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
74
+ id="path8-38-3-0" />
75
+ </marker>
76
+ <marker
77
+ style="overflow:visible"
78
+ id="RoundedArrow-0-0-2"
79
+ refX="0"
80
+ refY="0"
81
+ orient="auto-start-reverse"
82
+ inkscape:stockid="Rounded arrow"
83
+ markerWidth="1"
84
+ markerHeight="1"
85
+ viewBox="0 0 1 1"
86
+ inkscape:isstock="true"
87
+ inkscape:collect="always"
88
+ preserveAspectRatio="xMidYMid">
89
+ <path
90
+ transform="scale(0.7)"
91
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
92
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
93
+ id="path8-0-6-5" />
94
+ </marker>
95
+ <marker
96
+ style="overflow:visible"
97
+ id="RoundedArrow-0-9-6-5"
98
+ refX="0"
99
+ refY="0"
100
+ orient="auto-start-reverse"
101
+ inkscape:stockid="Rounded arrow"
102
+ markerWidth="1"
103
+ markerHeight="1"
104
+ viewBox="0 0 1 1"
105
+ inkscape:isstock="true"
106
+ inkscape:collect="always"
107
+ preserveAspectRatio="xMidYMid">
108
+ <path
109
+ transform="scale(0.7)"
110
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
111
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
112
+ id="path8-0-8-1-9" />
113
+ </marker>
114
+ <marker
115
+ style="overflow:visible"
116
+ id="RoundedArrow-0-96-7-6"
117
+ refX="0"
118
+ refY="0"
119
+ orient="auto-start-reverse"
120
+ inkscape:stockid="Rounded arrow"
121
+ markerWidth="1"
122
+ markerHeight="1"
123
+ viewBox="0 0 1 1"
124
+ inkscape:isstock="true"
125
+ inkscape:collect="always"
126
+ preserveAspectRatio="xMidYMid">
127
+ <path
128
+ transform="scale(0.7)"
129
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
130
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
131
+ id="path8-0-0-9-9" />
132
+ </marker>
133
+ <marker
134
+ style="overflow:visible"
135
+ id="RoundedArrow-0-2-7-2"
136
+ refX="0"
137
+ refY="0"
138
+ orient="auto-start-reverse"
139
+ inkscape:stockid="Rounded arrow"
140
+ markerWidth="1"
141
+ markerHeight="1"
142
+ viewBox="0 0 1 1"
143
+ inkscape:isstock="true"
144
+ inkscape:collect="always"
145
+ preserveAspectRatio="xMidYMid">
146
+ <path
147
+ transform="scale(0.7)"
148
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
149
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
150
+ id="path8-0-1-5-4" />
151
+ </marker>
152
+ <marker
153
+ style="overflow:visible"
154
+ id="RoundedArrow-0-2-9-9-7"
155
+ refX="0"
156
+ refY="0"
157
+ orient="auto-start-reverse"
158
+ inkscape:stockid="Rounded arrow"
159
+ markerWidth="1"
160
+ markerHeight="1"
161
+ viewBox="0 0 1 1"
162
+ inkscape:isstock="true"
163
+ inkscape:collect="always"
164
+ preserveAspectRatio="xMidYMid">
165
+ <path
166
+ transform="scale(0.7)"
167
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
168
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
169
+ id="path8-0-1-1-2-7" />
170
+ </marker>
171
+ <marker
172
+ style="overflow:visible"
173
+ id="RoundedArrow-0-9-7-2-5"
174
+ refX="0"
175
+ refY="0"
176
+ orient="auto-start-reverse"
177
+ inkscape:stockid="Rounded arrow"
178
+ markerWidth="1"
179
+ markerHeight="1"
180
+ viewBox="0 0 1 1"
181
+ inkscape:isstock="true"
182
+ inkscape:collect="always"
183
+ preserveAspectRatio="xMidYMid">
184
+ <path
185
+ transform="scale(0.7)"
186
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
187
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
188
+ id="path8-0-8-0-8-4" />
189
+ </marker>
190
+ <marker
191
+ style="overflow:visible"
192
+ id="RoundedArrow-0-96-1-7-3"
193
+ refX="0"
194
+ refY="0"
195
+ orient="auto-start-reverse"
196
+ inkscape:stockid="Rounded arrow"
197
+ markerWidth="1"
198
+ markerHeight="1"
199
+ viewBox="0 0 1 1"
200
+ inkscape:isstock="true"
201
+ inkscape:collect="always"
202
+ preserveAspectRatio="xMidYMid">
203
+ <path
204
+ transform="scale(0.7)"
205
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
206
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
207
+ id="path8-0-0-7-8-6" />
208
+ </marker>
209
+ <rect
210
+ x="262.62549"
211
+ y="2335.759"
212
+ width="99.079727"
213
+ height="71.139275"
214
+ id="rect49-5-0" />
215
+ <rect
216
+ x="76.007629"
217
+ y="2320.7222"
218
+ width="82.330215"
219
+ height="62.834644"
220
+ id="rect50-4-2" />
221
+ <rect
222
+ x="214.08588"
223
+ y="2407.8691"
224
+ width="91.158958"
225
+ height="48.008121"
226
+ id="rect51-7-1" />
227
+ <rect
228
+ x="333.99359"
229
+ y="2372.9785"
230
+ width="99.651817"
231
+ height="71.899605"
232
+ id="rect52-6-0" />
233
+ <rect
234
+ x="373.64542"
235
+ y="2326.0593"
236
+ width="81.780266"
237
+ height="46.483761"
238
+ id="rect53-5-5" />
239
+ <rect
240
+ x="399.172"
241
+ y="2414.3318"
242
+ width="83.869339"
243
+ height="49.879429"
244
+ id="rect54-6-1" />
245
+ <rect
246
+ x="129.1683"
247
+ y="2354.5498"
248
+ width="93.583908"
249
+ height="45.453987"
250
+ id="rect55-9-1" />
251
+ <rect
252
+ x="82.5812"
253
+ y="2312.3069"
254
+ width="74.121552"
255
+ height="52.027557"
256
+ id="rect58-4-8" />
257
+ <rect
258
+ x="213.8681"
259
+ y="2361.7434"
260
+ width="62.624264"
261
+ height="31.550198"
262
+ id="rect59-5-5" />
263
+ <rect
264
+ x="317.74606"
265
+ y="2349.5891"
266
+ width="65.680367"
267
+ height="43.774605"
268
+ id="rect60-2-0" />
269
+ <rect
270
+ x="152.28101"
271
+ y="2344.4587"
272
+ width="88.970222"
273
+ height="40.024605"
274
+ id="rect61-5-6" />
275
+ <rect
276
+ x="143.56299"
277
+ y="2344.5508"
278
+ width="111.22293"
279
+ height="52.762058"
280
+ id="rect63-7-4" />
281
+ <rect
282
+ x="206.74261"
283
+ y="2313.6277"
284
+ width="58.307598"
285
+ height="25.556065"
286
+ id="rect68-7-6" />
287
+ <rect
288
+ x="285.49829"
289
+ y="2336.6191"
290
+ width="72.567665"
291
+ height="40.456448"
292
+ id="rect62-9-2" />
293
+ <marker
294
+ style="overflow:visible"
295
+ id="RoundedArrow-6-2-0-1-3-3-9-6-5"
296
+ refX="0"
297
+ refY="0"
298
+ orient="auto-start-reverse"
299
+ inkscape:stockid="Rounded arrow"
300
+ markerWidth="1"
301
+ markerHeight="1"
302
+ viewBox="0 0 1 1"
303
+ inkscape:isstock="true"
304
+ inkscape:collect="always"
305
+ preserveAspectRatio="xMidYMid">
306
+ <path
307
+ transform="scale(0.7)"
308
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
309
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
310
+ id="path8-5-9-9-5-0-1-7-0-8" />
311
+ </marker>
312
+ <marker
313
+ style="overflow:visible"
314
+ id="marker5-6-3-6-9-4-7-5-4-6"
315
+ refX="0"
316
+ refY="0"
317
+ orient="auto-start-reverse"
318
+ inkscape:stockid="Rounded arrow"
319
+ markerWidth="1"
320
+ markerHeight="1"
321
+ viewBox="0 0 1 1"
322
+ inkscape:isstock="true"
323
+ inkscape:collect="always"
324
+ preserveAspectRatio="xMidYMid">
325
+ <path
326
+ transform="scale(0.7)"
327
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
328
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
329
+ id="path5-3-9-3-8-4-5-3-8-2" />
330
+ </marker>
331
+ <marker
332
+ style="overflow:visible"
333
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-8"
334
+ refX="0"
335
+ refY="0"
336
+ orient="auto-start-reverse"
337
+ inkscape:stockid="Rounded arrow"
338
+ markerWidth="1"
339
+ markerHeight="1"
340
+ viewBox="0 0 1 1"
341
+ inkscape:isstock="true"
342
+ inkscape:collect="always"
343
+ preserveAspectRatio="xMidYMid">
344
+ <path
345
+ transform="scale(0.7)"
346
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
347
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
348
+ id="path8-5-9-9-5-0-1-7-0-3-4" />
349
+ </marker>
350
+ <marker
351
+ style="overflow:visible"
352
+ id="marker5-6-3-6-9-4-7-5-4-0-7"
353
+ refX="0"
354
+ refY="0"
355
+ orient="auto-start-reverse"
356
+ inkscape:stockid="Rounded arrow"
357
+ markerWidth="1"
358
+ markerHeight="1"
359
+ viewBox="0 0 1 1"
360
+ inkscape:isstock="true"
361
+ inkscape:collect="always"
362
+ preserveAspectRatio="xMidYMid">
363
+ <path
364
+ transform="scale(0.7)"
365
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
366
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
367
+ id="path5-3-9-3-8-4-5-3-8-9-2" />
368
+ </marker>
369
+ <marker
370
+ style="overflow:visible"
371
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-04-4"
372
+ refX="0"
373
+ refY="0"
374
+ orient="auto-start-reverse"
375
+ inkscape:stockid="Rounded arrow"
376
+ markerWidth="1"
377
+ markerHeight="1"
378
+ viewBox="0 0 1 1"
379
+ inkscape:isstock="true"
380
+ inkscape:collect="always"
381
+ preserveAspectRatio="xMidYMid">
382
+ <path
383
+ transform="scale(0.7)"
384
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
385
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
386
+ id="path8-5-9-9-5-0-1-7-0-3-29-0" />
387
+ </marker>
388
+ <marker
389
+ style="overflow:visible"
390
+ id="marker5-6-3-6-9-4-7-5-4-0-6-6"
391
+ refX="0"
392
+ refY="0"
393
+ orient="auto-start-reverse"
394
+ inkscape:stockid="Rounded arrow"
395
+ markerWidth="1"
396
+ markerHeight="1"
397
+ viewBox="0 0 1 1"
398
+ inkscape:isstock="true"
399
+ inkscape:collect="always"
400
+ preserveAspectRatio="xMidYMid">
401
+ <path
402
+ transform="scale(0.7)"
403
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
404
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
405
+ id="path5-3-9-3-8-4-5-3-8-9-1-2" />
406
+ </marker>
407
+ <marker
408
+ style="overflow:visible"
409
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-9"
410
+ refX="0"
411
+ refY="0"
412
+ orient="auto-start-reverse"
413
+ inkscape:stockid="Rounded arrow"
414
+ markerWidth="1"
415
+ markerHeight="1"
416
+ viewBox="0 0 1 1"
417
+ inkscape:isstock="true"
418
+ inkscape:collect="always"
419
+ preserveAspectRatio="xMidYMid">
420
+ <path
421
+ transform="scale(0.7)"
422
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
423
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
424
+ id="path8-5-9-9-5-0-1-7-0-3-2-9" />
425
+ </marker>
426
+ <marker
427
+ style="overflow:visible"
428
+ id="marker5-6-3-6-9-4-7-5-4-0-1-08"
429
+ refX="0"
430
+ refY="0"
431
+ orient="auto-start-reverse"
432
+ inkscape:stockid="Rounded arrow"
433
+ markerWidth="1"
434
+ markerHeight="1"
435
+ viewBox="0 0 1 1"
436
+ inkscape:isstock="true"
437
+ inkscape:collect="always"
438
+ preserveAspectRatio="xMidYMid">
439
+ <path
440
+ transform="scale(0.7)"
441
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
442
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
443
+ id="path5-3-9-3-8-4-5-3-8-9-0-1" />
444
+ </marker>
445
+ <marker
446
+ style="overflow:visible"
447
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-3"
448
+ refX="0"
449
+ refY="0"
450
+ orient="auto-start-reverse"
451
+ inkscape:stockid="Rounded arrow"
452
+ markerWidth="1"
453
+ markerHeight="1"
454
+ viewBox="0 0 1 1"
455
+ inkscape:isstock="true"
456
+ inkscape:collect="always"
457
+ preserveAspectRatio="xMidYMid">
458
+ <path
459
+ transform="scale(0.7)"
460
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
461
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
462
+ id="path8-5-9-9-5-0-1-7-0-3-2-5-1" />
463
+ </marker>
464
+ <marker
465
+ style="overflow:visible"
466
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0-1"
467
+ refX="0"
468
+ refY="0"
469
+ orient="auto-start-reverse"
470
+ inkscape:stockid="Rounded arrow"
471
+ markerWidth="1"
472
+ markerHeight="1"
473
+ viewBox="0 0 1 1"
474
+ inkscape:isstock="true"
475
+ inkscape:collect="always"
476
+ preserveAspectRatio="xMidYMid">
477
+ <path
478
+ transform="scale(0.7)"
479
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
480
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
481
+ id="path5-3-9-3-8-4-5-3-8-9-0-6-0" />
482
+ </marker>
483
+ <marker
484
+ style="overflow:visible"
485
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8-3"
486
+ refX="0"
487
+ refY="0"
488
+ orient="auto-start-reverse"
489
+ inkscape:stockid="Rounded arrow"
490
+ markerWidth="1"
491
+ markerHeight="1"
492
+ viewBox="0 0 1 1"
493
+ inkscape:isstock="true"
494
+ inkscape:collect="always"
495
+ preserveAspectRatio="xMidYMid">
496
+ <path
497
+ transform="scale(0.7)"
498
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
499
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
500
+ id="path8-5-9-9-5-0-1-7-0-3-2-5-6-4" />
501
+ </marker>
502
+ <marker
503
+ style="overflow:visible"
504
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0-2-0"
505
+ refX="0"
506
+ refY="0"
507
+ orient="auto-start-reverse"
508
+ inkscape:stockid="Rounded arrow"
509
+ markerWidth="1"
510
+ markerHeight="1"
511
+ viewBox="0 0 1 1"
512
+ inkscape:isstock="true"
513
+ inkscape:collect="always"
514
+ preserveAspectRatio="xMidYMid">
515
+ <path
516
+ transform="scale(0.7)"
517
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
518
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
519
+ id="path5-3-9-3-8-4-5-3-8-9-0-6-8-3" />
520
+ </marker>
521
+ <marker
522
+ style="overflow:visible"
523
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-0-9"
524
+ refX="0"
525
+ refY="0"
526
+ orient="auto-start-reverse"
527
+ inkscape:stockid="Rounded arrow"
528
+ markerWidth="1"
529
+ markerHeight="1"
530
+ viewBox="0 0 1 1"
531
+ inkscape:isstock="true"
532
+ inkscape:collect="always"
533
+ preserveAspectRatio="xMidYMid">
534
+ <path
535
+ transform="scale(0.7)"
536
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
537
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
538
+ id="path8-5-9-9-5-0-1-7-0-3-2-6-1" />
539
+ </marker>
540
+ <marker
541
+ style="overflow:visible"
542
+ id="marker5-6-3-6-9-4-7-5-4-0-1-2-9"
543
+ refX="0"
544
+ refY="0"
545
+ orient="auto-start-reverse"
546
+ inkscape:stockid="Rounded arrow"
547
+ markerWidth="1"
548
+ markerHeight="1"
549
+ viewBox="0 0 1 1"
550
+ inkscape:isstock="true"
551
+ inkscape:collect="always"
552
+ preserveAspectRatio="xMidYMid">
553
+ <path
554
+ transform="scale(0.7)"
555
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
556
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
557
+ id="path5-3-9-3-8-4-5-3-8-9-0-9-6" />
558
+ </marker>
559
+ <marker
560
+ style="overflow:visible"
561
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-3-9"
562
+ refX="0"
563
+ refY="0"
564
+ orient="auto-start-reverse"
565
+ inkscape:stockid="Rounded arrow"
566
+ markerWidth="1"
567
+ markerHeight="1"
568
+ viewBox="0 0 1 1"
569
+ inkscape:isstock="true"
570
+ inkscape:collect="always"
571
+ preserveAspectRatio="xMidYMid">
572
+ <path
573
+ transform="scale(0.7)"
574
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
575
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
576
+ id="path8-5-9-9-5-0-1-7-0-3-1-3" />
577
+ </marker>
578
+ <marker
579
+ style="overflow:visible"
580
+ id="marker5-6-3-6-9-4-7-5-4-0-10-3"
581
+ refX="0"
582
+ refY="0"
583
+ orient="auto-start-reverse"
584
+ inkscape:stockid="Rounded arrow"
585
+ markerWidth="1"
586
+ markerHeight="1"
587
+ viewBox="0 0 1 1"
588
+ inkscape:isstock="true"
589
+ inkscape:collect="always"
590
+ preserveAspectRatio="xMidYMid">
591
+ <path
592
+ transform="scale(0.7)"
593
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
594
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
595
+ id="path5-3-9-3-8-4-5-3-8-9-3-8" />
596
+ </marker>
597
+ <rect
598
+ x="232.99828"
599
+ y="693.14838"
600
+ width="86.641243"
601
+ height="36.167568"
602
+ id="rect10-33-0" />
603
+ <rect
604
+ x="232.99828"
605
+ y="693.14838"
606
+ width="86.641243"
607
+ height="36.167568"
608
+ id="rect10-4-5" />
609
+ <rect
610
+ x="232.99828"
611
+ y="693.14838"
612
+ width="86.641243"
613
+ height="36.167568"
614
+ id="rect10-6-6" />
615
+ <rect
616
+ x="232.99828"
617
+ y="693.14838"
618
+ width="86.641243"
619
+ height="36.167568"
620
+ id="rect10-7-6" />
621
+ <rect
622
+ x="183.22218"
623
+ y="667.30438"
624
+ width="108.47318"
625
+ height="49.624756"
626
+ id="rect11-8-4" />
627
+ <rect
628
+ x="232.99828"
629
+ y="693.14838"
630
+ width="86.641243"
631
+ height="36.167568"
632
+ id="rect10-60-0" />
633
+ <rect
634
+ x="232.99828"
635
+ y="693.14838"
636
+ width="86.641243"
637
+ height="36.167568"
638
+ id="rect10-60-1-0" />
639
+ <rect
640
+ x="-210.38863"
641
+ y="2716.334"
642
+ width="77.529457"
643
+ height="53.116524"
644
+ id="rect71-4" />
645
+ <marker
646
+ style="overflow:visible"
647
+ id="marker5-6-3-6-9-4-7-5-4-0-9-2"
648
+ refX="0"
649
+ refY="0"
650
+ orient="auto-start-reverse"
651
+ inkscape:stockid="Rounded arrow"
652
+ markerWidth="1"
653
+ markerHeight="1"
654
+ viewBox="0 0 1 1"
655
+ inkscape:isstock="true"
656
+ inkscape:collect="always"
657
+ preserveAspectRatio="xMidYMid">
658
+ <path
659
+ transform="scale(0.7)"
660
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
661
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
662
+ id="path5-3-9-3-8-4-5-3-8-9-6-6" />
663
+ </marker>
664
+ <marker
665
+ style="overflow:visible"
666
+ id="marker5-6-3-6-9-4-7-5-4-0-9-1-7"
667
+ refX="0"
668
+ refY="0"
669
+ orient="auto-start-reverse"
670
+ inkscape:stockid="Rounded arrow"
671
+ markerWidth="1"
672
+ markerHeight="1"
673
+ viewBox="0 0 1 1"
674
+ inkscape:isstock="true"
675
+ inkscape:collect="always"
676
+ preserveAspectRatio="xMidYMid">
677
+ <path
678
+ transform="scale(0.7)"
679
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
680
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
681
+ id="path5-3-9-3-8-4-5-3-8-9-6-3-5" />
682
+ </marker>
683
+ <rect
684
+ x="21.770414"
685
+ y="2494.3875"
686
+ width="29.795834"
687
+ height="25.242876"
688
+ id="rect74-6" />
689
+ <rect
690
+ x="116.12193"
691
+ y="2744.3394"
692
+ width="35.515411"
693
+ height="25.664373"
694
+ id="rect75-9" />
695
+ <marker
696
+ style="overflow:visible"
697
+ id="marker5-6-3-6-9-4-7-5-4-0-9-1-8-8"
698
+ refX="0"
699
+ refY="0"
700
+ orient="auto-start-reverse"
701
+ inkscape:stockid="Rounded arrow"
702
+ markerWidth="1"
703
+ markerHeight="1"
704
+ viewBox="0 0 1 1"
705
+ inkscape:isstock="true"
706
+ inkscape:collect="always"
707
+ preserveAspectRatio="xMidYMid">
708
+ <path
709
+ transform="scale(0.7)"
710
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
711
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
712
+ id="path5-3-9-3-8-4-5-3-8-9-6-3-3-7" />
713
+ </marker>
714
+ <marker
715
+ style="overflow:visible"
716
+ id="marker5-6-3-6-9-4-7-5-4-0-9-1-8-9-2"
717
+ refX="0"
718
+ refY="0"
719
+ orient="auto-start-reverse"
720
+ inkscape:stockid="Rounded arrow"
721
+ markerWidth="1"
722
+ markerHeight="1"
723
+ viewBox="0 0 1 1"
724
+ inkscape:isstock="true"
725
+ inkscape:collect="always"
726
+ preserveAspectRatio="xMidYMid">
727
+ <path
728
+ transform="scale(0.7)"
729
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
730
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
731
+ id="path5-3-9-3-8-4-5-3-8-9-6-3-3-1-8" />
732
+ </marker>
733
+ <rect
734
+ x="0"
735
+ y="2758.8984"
736
+ width="83.849388"
737
+ height="53.132866"
738
+ id="rect76-2" />
739
+ <rect
740
+ x="101.57849"
741
+ y="2792.9749"
742
+ width="57.132137"
743
+ height="40.150097"
744
+ id="rect77-9" />
745
+ </defs>
746
+ <g
747
+ inkscape:label="Layer 1"
748
+ inkscape:groupmode="layer"
749
+ id="layer1"
750
+ transform="translate(-15.073794,-967.30786)">
751
+ <rect
752
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
753
+ id="rect70-8-6"
754
+ width="128.60918"
755
+ height="128.71973"
756
+ x="15.206086"
757
+ y="967.44019"
758
+ inkscape:export-filename="heliostat2_face_sizing.svg"
759
+ inkscape:export-xdpi="96"
760
+ inkscape:export-ydpi="96" />
761
+ <rect
762
+ style="fill:#008000;stroke:none;stroke-width:0.265393"
763
+ id="rect2-2-5-0-5-1-1-9-10-6-4-4-5-1-1-0"
764
+ width="9.3418198"
765
+ height="0.72194654"
766
+ x="601.55511"
767
+ y="912.8587"
768
+ transform="matrix(-0.83424756,0.55139006,0.63998195,0.76838994,0,0)" />
769
+ <rect
770
+ style="fill:#9854ff;fill-opacity:1;stroke:none;stroke-width:0.264582"
771
+ id="rect2-2-5-0-5-1-1-3-5-5-6-5-0-8-2-2"
772
+ width="84.80442"
773
+ height="6.2480469"
774
+ x="-104.44794"
775
+ y="1001.1205"
776
+ transform="scale(-1,1)" />
777
+ <rect
778
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
779
+ id="rect2-2-5-3-0-1-7"
780
+ width="14.70898"
781
+ height="0.54482871"
782
+ x="1078.5453"
783
+ y="52.248184"
784
+ transform="matrix(0,1,1,0,0,0)" />
785
+ <rect
786
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
787
+ id="rect2-6-3-4-3-4-6"
788
+ width="1.5748962"
789
+ height="0.65563965"
790
+ x="52.248184"
791
+ y="-1093.2543"
792
+ transform="scale(1,-1)" />
793
+ <rect
794
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
795
+ id="rect2-2-9-9-6-9-1"
796
+ width="14.70898"
797
+ height="0.54482871"
798
+ x="1078.5453"
799
+ y="-71.344795"
800
+ transform="rotate(90)" />
801
+ <rect
802
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
803
+ id="rect2-6-1-0-1-2-3"
804
+ width="1.5748962"
805
+ height="0.65563965"
806
+ x="-71.344803"
807
+ y="-1093.2543"
808
+ transform="scale(-1)" />
809
+ <rect
810
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264974"
811
+ id="rect2-2-5-9-2-0-0-2"
812
+ width="32.253361"
813
+ height="0.55026412"
814
+ x="1001.3545"
815
+ y="243.05318"
816
+ transform="matrix(-0.17700955,0.98420913,0.96771702,0.25203922,0,0)" />
817
+ <rect
818
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264974"
819
+ id="rect2-2-5-9-6-0-6-6-1"
820
+ width="32.253361"
821
+ height="0.55026412"
822
+ x="1032.5969"
823
+ y="121.05181"
824
+ transform="matrix(0.17700955,0.98420913,-0.96771702,0.25203922,0,0)" />
825
+ <rect
826
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
827
+ id="rect2-2-5-0-5-1-1-9-10-2-8-5"
828
+ width="10.004592"
829
+ height="1.5487213"
830
+ x="-1049.157"
831
+ y="-49.054779"
832
+ transform="matrix(0,-1,-1,0,0,0)" />
833
+ <rect
834
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
835
+ id="rect2-2-5-0-5-1-1-9-3-3-2-9-9"
836
+ width="10.004592"
837
+ height="1.5487213"
838
+ x="-1049.157"
839
+ y="-76.16893"
840
+ transform="matrix(0,-1,-1,0,0,0)" />
841
+ <rect
842
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
843
+ id="rect2-2-5-0-5-1-1-9-0-7-6-2-9"
844
+ width="19.721786"
845
+ height="1.5487213"
846
+ x="-790.4668"
847
+ y="-677.75629"
848
+ transform="matrix(0.61466975,-0.78878457,-0.78878457,-0.61466975,0,0)" />
849
+ <rect
850
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
851
+ id="rect2-2-5-0-5-1-1-9-0-6-8-1-6-1"
852
+ width="19.721786"
853
+ height="1.5487213"
854
+ x="-866.48615"
855
+ y="-580.20343"
856
+ transform="rotate(-127.92793)" />
857
+ <path
858
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
859
+ d="m 19.778077,998.00049 v -23.659"
860
+ id="path19-0-4" />
861
+ <path
862
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
863
+ d="m 104.32018,998.00049 v -23.659"
864
+ id="path12-5-6-9" />
865
+ <path
866
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
867
+ d="M 62.045733,1004.3768 H 126.1855"
868
+ id="path12-3-1-9-1" />
869
+ <path
870
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
871
+ d="M 64.046553,1023.5961 H 140.49765"
872
+ id="path12-3-1-62-2-7-7" />
873
+ <path
874
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
875
+ d="M 76.168943,1039.2847 H 140.49766"
876
+ id="path12-3-1-62-2-2-11-5" />
877
+ <path
878
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
879
+ d="M 76.168943,1049.0247 H 140.49766"
880
+ id="path12-3-1-62-2-2-8-5-8" />
881
+ <path
882
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
883
+ d="M 65.635623,1046.8012 H 135.80582"
884
+ id="path12-3-1-62-2-2-1-9-7" />
885
+ <path
886
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
887
+ d="M 71.477093,1078.2808 H 135.80582"
888
+ id="path12-3-1-62-2-2-0-7-0" />
889
+ <path
890
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
891
+ d="M 71.477093,1093.2543 H 135.80582"
892
+ id="path12-3-1-62-2-2-9-7-4" />
893
+ <path
894
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-2-4);marker-end:url(#RoundedArrow-2-4)"
895
+ d="m 135.80582,1079.648 v 12.3532"
896
+ id="path20-6-8" />
897
+ <path
898
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3-9-3);marker-end:url(#RoundedArrow-3-9-3)"
899
+ d="m 135.80584,1047.9699 v 29.0542"
900
+ id="path13-6-7-0" />
901
+ <path
902
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-0-2);marker-end:url(#RoundedArrow-0-0-2)"
903
+ d="m 140.49766,1040.5981 v 7.1132"
904
+ id="path13-67-3-4" />
905
+ <path
906
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-9-6-5);marker-end:url(#RoundedArrow-0-9-6-5)"
907
+ d="m 140.49766,1024.7671 v 13.2458"
908
+ id="path13-67-8-6-2" />
909
+ <path
910
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-7-6);marker-end:url(#RoundedArrow-0-96-7-6)"
911
+ d="m 130.42337,1024.8744 v 5.6537"
912
+ id="path13-67-6-5-9" />
913
+ <path
914
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-0-2-7-2)"
915
+ d="m 109.3591,1042.1117 v 3.3087"
916
+ id="path13-67-9-3-6" />
917
+ <path
918
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-0-2-9-9-7)"
919
+ d="m 109.24778,1053.6477 v -3.3087"
920
+ id="path13-67-9-7-9-1" />
921
+ <rect
922
+ style="fill:#008000;stroke:none;stroke-width:0.265393"
923
+ id="rect2-2-5-0-5-1-1-9-10-6-4-4-5-1-2"
924
+ width="9.3418198"
925
+ height="0.72194654"
926
+ x="696.89795"
927
+ y="844.32361"
928
+ transform="matrix(0.83424756,0.55139006,-0.63998195,0.76838994,0,0)" />
929
+ <path
930
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-1-7-3);marker-end:url(#RoundedArrow-0-96-1-7-3)"
931
+ d="M 21.192675,974.34159 H 102.90785"
932
+ id="path13-67-6-46-0-2" />
933
+ <text
934
+ xml:space="preserve"
935
+ transform="matrix(0.26458333,0,0,0.26458333,59.830103,466.11028)"
936
+ id="text49-8-2"
937
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect49-5-0);display:inline"><tspan
938
+ x="262.625"
939
+ y="2348.7364"
940
+ id="tspan1">H1</tspan></text>
941
+ <text
942
+ xml:space="preserve"
943
+ transform="matrix(0.26458333,0,0,0.26458333,109.74514,446.62493)"
944
+ id="text50-8-5"
945
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect50-4-2);display:inline"><tspan
946
+ x="76.007812"
947
+ y="2333.6992"
948
+ id="tspan2">H2</tspan></text>
949
+ <text
950
+ xml:space="preserve"
951
+ transform="matrix(0.26458333,0,0,0.26458333,50.194363,416.54388)"
952
+ id="text51-0-2"
953
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51-7-1);display:inline"><tspan
954
+ x="214.08594"
955
+ y="2420.8457"
956
+ id="tspan3">H3</tspan></text>
957
+ <text
958
+ xml:space="preserve"
959
+ transform="matrix(0.26458333,0,0,0.26458333,46.511744,413.90813)"
960
+ id="text52-0-0"
961
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect52-6-0);display:inline"><tspan
962
+ x="333.99414"
963
+ y="2385.9551"
964
+ id="tspan4">H4</tspan></text>
965
+ <text
966
+ xml:space="preserve"
967
+ transform="matrix(0.26458333,0,0,0.26458333,36.229518,413.91106)"
968
+ id="text53-4-8"
969
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect53-5-5);display:inline"><tspan
970
+ x="373.64453"
971
+ y="2339.0352"
972
+ id="tspan5">H5</tspan></text>
973
+ <text
974
+ xml:space="preserve"
975
+ transform="matrix(0.26458333,0,0,0.26458333,25.414088,386.70598)"
976
+ id="text54-4-8"
977
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect54-6-1);display:inline"><tspan
978
+ x="399.17188"
979
+ y="2427.3086"
980
+ id="tspan6">H6</tspan></text>
981
+ <text
982
+ xml:space="preserve"
983
+ transform="matrix(0.26458333,0,0,0.26458333,92.458033,390.92367)"
984
+ id="text55-6-4"
985
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect55-9-1);display:inline"><tspan
986
+ x="129.16797"
987
+ y="2367.5274"
988
+ id="tspan7">H7</tspan></text>
989
+ <text
990
+ xml:space="preserve"
991
+ transform="matrix(0.26458333,0,0,0.26458333,38.24026,358.21197)"
992
+ id="text58-6-9"
993
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect58-4-8);display:inline"><tspan
994
+ x="82.582031"
995
+ y="2325.2832"
996
+ id="tspan8">L1</tspan></text>
997
+ <text
998
+ xml:space="preserve"
999
+ transform="matrix(0.26458333,0,0,0.26458333,15.39651,454.05852)"
1000
+ id="text59-1-2"
1001
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect59-5-5);display:inline"><tspan
1002
+ x="213.86719"
1003
+ y="2374.7207"
1004
+ id="tspan9">D1</tspan></text>
1005
+ <text
1006
+ xml:space="preserve"
1007
+ transform="matrix(0.26458333,0,0,0.26458333,-17.120092,425.34661)"
1008
+ id="text60-8-4"
1009
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect60-2-0);display:inline"><tspan
1010
+ x="317.74609"
1011
+ y="2362.5664"
1012
+ id="tspan10">D2</tspan></text>
1013
+ <text
1014
+ xml:space="preserve"
1015
+ transform="matrix(0.26458333,0,0,0.26458333,35.434596,428.31145)"
1016
+ id="text61-7-9"
1017
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect61-5-6);display:inline"><tspan
1018
+ x="152.28125"
1019
+ y="2357.4356"
1020
+ id="tspan11">D3</tspan></text>
1021
+ <text
1022
+ xml:space="preserve"
1023
+ transform="matrix(0.26458333,0,0,0.26458333,-11.834565,409.93848)"
1024
+ id="text63-5-3"
1025
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect63-7-4);display:inline"><tspan
1026
+ x="143.5625"
1027
+ y="2357.5274"
1028
+ id="tspan12">D5</tspan></text>
1029
+ <text
1030
+ xml:space="preserve"
1031
+ transform="matrix(0.26458333,0,0,0.26458333,-1.6001311,473.14212)"
1032
+ id="text68-9-0"
1033
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect68-7-6);display:inline"><tspan
1034
+ x="206.74219"
1035
+ y="2326.6035"
1036
+ id="tspan13">E1</tspan></text>
1037
+ <rect
1038
+ style="fill:#008000;stroke:none;stroke-width:0.264585"
1039
+ id="rect2-2-5-0-5-1-1-9-10-2-8-8-0"
1040
+ width="59.36327"
1041
+ height="0.86574942"
1042
+ x="32.111061"
1043
+ y="-1029.9795"
1044
+ transform="scale(1,-1)" />
1045
+ <rect
1046
+ style="fill:#008000;stroke:none;stroke-width:0.264585"
1047
+ id="rect2-2-5-0-5-1-1-9-10-2-8-8-7-2"
1048
+ width="59.36327"
1049
+ height="0.86574942"
1050
+ x="32.111061"
1051
+ y="-1034.3632"
1052
+ transform="scale(1,-1)" />
1053
+ <rect
1054
+ style="fill:#d7f4d7;fill-opacity:1;stroke:none;stroke-width:0.264584"
1055
+ id="rect2-2-5-0-5-1-1-9-10-2-8-8-7-0-9"
1056
+ width="59.36327"
1057
+ height="3.4926977"
1058
+ x="32.111061"
1059
+ y="-1033.4974"
1060
+ transform="scale(1,-1)" />
1061
+ <path
1062
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1063
+ d="M 61.998453,1031.8933 H 130.42337"
1064
+ id="path12-3-1-62-7-4" />
1065
+ <text
1066
+ xml:space="preserve"
1067
+ transform="matrix(0.26458333,0,0,0.26458333,-11.388168,401.50518)"
1068
+ id="text62-5-3"
1069
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect62-9-2);display:inline"><tspan
1070
+ x="285.49805"
1071
+ y="2349.5957"
1072
+ id="tspan14">D4</tspan></text>
1073
+ <rect
1074
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264581"
1075
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-0-4-1"
1076
+ width="29.587097"
1077
+ height="4.0533905"
1078
+ x="-1029.1138"
1079
+ y="-36.164452"
1080
+ transform="matrix(0,-1,-1,0,0,0)" />
1081
+ <rect
1082
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264581"
1083
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-0-2-7"
1084
+ width="29.587097"
1085
+ height="4.0533905"
1086
+ x="-1029.1138"
1087
+ y="-91.474319"
1088
+ transform="matrix(0,-1,-1,0,0,0)" />
1089
+ <rect
1090
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1091
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-43"
1092
+ width="3.1198914"
1093
+ height="2.9260547"
1094
+ x="998.0144"
1095
+ y="-56.442261"
1096
+ transform="rotate(90)" />
1097
+ <rect
1098
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1099
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-0-1"
1100
+ width="3.1198914"
1101
+ height="2.9260547"
1102
+ x="998.0144"
1103
+ y="-49.462814"
1104
+ transform="rotate(90)" />
1105
+ <rect
1106
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264581"
1107
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-0-4-8-4"
1108
+ width="29.573177"
1109
+ height="4.0533905"
1110
+ x="-1029.1476"
1111
+ y="-53.516205"
1112
+ transform="matrix(0,-1,-1,0,0,0)" />
1113
+ <rect
1114
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264581"
1115
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-0-4-8-0-6"
1116
+ width="29.573177"
1117
+ height="4.0533905"
1118
+ x="-1029.1476"
1119
+ y="-74.122581"
1120
+ transform="matrix(0,-1,-1,0,0,0)" />
1121
+ <rect
1122
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1123
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-6-9"
1124
+ width="3.1198914"
1125
+ height="2.9260547"
1126
+ x="998.0144"
1127
+ y="-39.065117"
1128
+ transform="rotate(90)" />
1129
+ <rect
1130
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1131
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-5-4"
1132
+ width="3.1198914"
1133
+ height="2.9260547"
1134
+ x="998.0144"
1135
+ y="-32.100662"
1136
+ transform="rotate(90)" />
1137
+ <rect
1138
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1139
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-8-2"
1140
+ width="3.1198914"
1141
+ height="2.9260547"
1142
+ x="998.00061"
1143
+ y="-22.569567"
1144
+ transform="rotate(90)" />
1145
+ <rect
1146
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1147
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-4-2"
1148
+ width="3.1198914"
1149
+ height="2.9260547"
1150
+ x="998.00061"
1151
+ y="-70.12056"
1152
+ transform="rotate(90)" />
1153
+ <rect
1154
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1155
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-9-6"
1156
+ width="3.1198914"
1157
+ height="2.9260547"
1158
+ x="998.0144"
1159
+ y="-77.04863"
1160
+ transform="rotate(90)" />
1161
+ <rect
1162
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1163
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-1-4"
1164
+ width="3.1198914"
1165
+ height="2.9260547"
1166
+ x="997.9668"
1167
+ y="-87.420929"
1168
+ transform="rotate(90)" />
1169
+ <rect
1170
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1171
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-03-1"
1172
+ width="3.1198914"
1173
+ height="2.9260547"
1174
+ x="997.9668"
1175
+ y="-94.400375"
1176
+ transform="rotate(90)" />
1177
+ <rect
1178
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1179
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-91-2"
1180
+ width="3.1198914"
1181
+ height="2.9260547"
1182
+ x="998.00061"
1183
+ y="-104.44794"
1184
+ transform="rotate(90)" />
1185
+ <path
1186
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1187
+ d="m 67.326803,998.00059 v -15.2436"
1188
+ id="path3-15-1-9-8" />
1189
+ <path
1190
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1191
+ d="m 56.574553,998.01439 v -15.2436"
1192
+ id="path3-15-1-3-8" />
1193
+ <path
1194
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-5);marker-end:url(#marker5-6-3-6-9-4-7-5-4-6)"
1195
+ d="m 57.659563,982.77079 h 8.58223"
1196
+ id="path4-4-8-5-8-4-6-8-8-9" />
1197
+ <path
1198
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1199
+ d="m 46.536764,998.01439 v -15.2436"
1200
+ id="path3-15-1-3-6-28" />
1201
+ <path
1202
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-8);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-7)"
1203
+ d="m 30.656083,982.77079 h 6.89305"
1204
+ id="path4-4-8-5-8-4-6-8-8-5-8" />
1205
+ <path
1206
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-04-4);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-6-6)"
1207
+ d="m 33.702705,1049.3409 h 6.89305"
1208
+ id="path4-4-8-5-8-4-6-8-8-5-4-8" />
1209
+ <path
1210
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1211
+ d="m 38.93283,998.01439 v -15.2436"
1212
+ id="path3-15-1-3-6-9-6" />
1213
+ <path
1214
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1215
+ d="m 29.306907,998.01439 v -15.2436"
1216
+ id="path3-15-1-3-6-2-8" />
1217
+ <path
1218
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1219
+ d="m 77.180933,998.01439 v -15.2436"
1220
+ id="path3-15-1-3-6-7-3" />
1221
+ <path
1222
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1223
+ d="m 84.494883,997.96679 v -15.2437"
1224
+ id="path3-15-1-3-6-1-8" />
1225
+ <path
1226
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1227
+ d="m 94.532673,997.96679 v -15.2437"
1228
+ id="path3-15-1-3-6-3-3" />
1229
+ <path
1230
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-9);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-08)"
1231
+ d="M 40.147929,982.77079 H 45.24945"
1232
+ id="path4-4-8-5-8-4-6-8-8-5-1-3" />
1233
+ <path
1234
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-3);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0-1)"
1235
+ d="m 47.921793,982.77079 h 7.20643"
1236
+ id="path4-4-8-5-8-4-6-8-8-5-1-6-3" />
1237
+ <path
1238
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8-3);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0-2-0)"
1239
+ d="m 68.811753,982.77079 h 7.18425"
1240
+ id="path4-4-8-5-8-4-6-8-8-5-1-6-7-8" />
1241
+ <path
1242
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-0-9);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-2-9)"
1243
+ d="m 78.384623,982.77079 h 4.90269"
1244
+ id="path4-4-8-5-8-4-6-8-8-5-1-0-0" />
1245
+ <path
1246
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-3-9);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-10-3)"
1247
+ d="m 85.936843,982.72309 h 7.41845"
1248
+ id="path4-4-8-5-8-4-6-8-8-5-0-4" />
1249
+ <text
1250
+ xml:space="preserve"
1251
+ transform="matrix(0.26458333,0,0,0.26458333,-29.799061,799.43678)"
1252
+ id="text10-6-7"
1253
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-33-0);display:inline"><tspan
1254
+ x="232.99805"
1255
+ y="706.12503"
1256
+ id="tspan15">L4</tspan></text>
1257
+ <text
1258
+ xml:space="preserve"
1259
+ transform="matrix(0.26458333,0,0,0.26458333,-12.500804,799.34697)"
1260
+ id="text10-0-8"
1261
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-4-5);display:inline"><tspan
1262
+ x="232.99805"
1263
+ y="706.12503"
1264
+ id="tspan16">L4</tspan></text>
1265
+ <text
1266
+ xml:space="preserve"
1267
+ transform="matrix(0.26458333,0,0,0.26458333,8.6679969,799.47574)"
1268
+ id="text10-5-0"
1269
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-6-6);display:inline"><tspan
1270
+ x="232.99805"
1271
+ y="706.12503"
1272
+ id="tspan17">L4</tspan></text>
1273
+ <text
1274
+ xml:space="preserve"
1275
+ transform="matrix(0.26458333,0,0,0.26458333,25.736485,799.47935)"
1276
+ id="text10-8-8"
1277
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-7-6);display:inline"><tspan
1278
+ x="232.99805"
1279
+ y="706.12503"
1280
+ id="tspan18">L4</tspan></text>
1281
+ <text
1282
+ xml:space="preserve"
1283
+ transform="matrix(0.26458333,0,0,0.26458333,11.202027,802.264)"
1284
+ id="text11-6-9"
1285
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-8-4);display:inline"><tspan
1286
+ x="183.22266"
1287
+ y="680.28128"
1288
+ id="tspan19">L5</tspan></text>
1289
+ <text
1290
+ xml:space="preserve"
1291
+ transform="matrix(0.26458333,0,0,0.26458333,-20.973604,794.57203)"
1292
+ id="text10-7-6-3"
1293
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60-0);display:inline"><tspan
1294
+ x="232.99805"
1295
+ y="706.12503"
1296
+ id="tspan20">L6</tspan></text>
1297
+ <text
1298
+ xml:space="preserve"
1299
+ transform="matrix(0.26458333,0,0,0.26458333,17.114447,794.5786)"
1300
+ id="text10-7-9-3"
1301
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60-1-0);display:inline"><tspan
1302
+ x="232.99805"
1303
+ y="706.12503"
1304
+ id="tspan21">L6</tspan></text>
1305
+ <text
1306
+ xml:space="preserve"
1307
+ transform="matrix(0.26458333,0,0,0.26458333,160.48376,281.54843)"
1308
+ id="text70-3"
1309
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect71-4);display:inline"><tspan
1310
+ x="-210.38867"
1311
+ y="2729.3106"
1312
+ id="tspan22">D6</tspan></text>
1313
+ <path
1314
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1315
+ d="m 22.43728,998.00059 v -15.2436"
1316
+ id="path3-15-1-3-6-2-7-6" />
1317
+ <path
1318
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-9-2)"
1319
+ d="m 16.373721,982.75699 h 2.032698"
1320
+ id="path4-4-8-5-8-4-6-8-8-5-2-5" />
1321
+ <path
1322
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-9-1-7)"
1323
+ d="M 25.855004,982.75699 H 23.822306"
1324
+ id="path4-4-8-5-8-4-6-8-8-5-2-1-8" />
1325
+ <text
1326
+ xml:space="preserve"
1327
+ transform="matrix(0.26458333,0,0,0.26458333,14.27425,318.23305)"
1328
+ id="text73-7"
1329
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect74-6);display:inline"><tspan
1330
+ x="21.769531"
1331
+ y="2507.3633"
1332
+ id="tspan23">L3</tspan></text>
1333
+ <path
1334
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1335
+ d="m 32.243353,1049.6068 v -15.2436"
1336
+ id="path3-15-1-3-6-2-0-6" />
1337
+ <path
1338
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1339
+ d="m 42.083175,1049.6068 v -15.2436"
1340
+ id="path3-15-1-3-6-2-70-0" />
1341
+ <path
1342
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1343
+ d="M 24.514851,1038.4154 H 48.021323"
1344
+ id="path3-15-1-3-6-2-0-0-4" />
1345
+ <path
1346
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1347
+ d="M 24.514852,1039.2769 H 47.573946"
1348
+ id="path3-15-1-3-6-2-0-0-9-1" />
1349
+ <text
1350
+ xml:space="preserve"
1351
+ transform="matrix(0.26458333,0,0,0.26458333,9.1576529,310.38935)"
1352
+ id="text74-0"
1353
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect75-9);display:inline"><tspan
1354
+ x="116.12109"
1355
+ y="2757.3164"
1356
+ id="tspan24">D9</tspan></text>
1357
+ <path
1358
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-9-1-8-8)"
1359
+ d="m 24.514851,1034.9977 v 2.0327"
1360
+ id="path4-4-8-5-8-4-6-8-8-5-2-1-0-8" />
1361
+ <path
1362
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-9-1-8-9-2)"
1363
+ d="m 24.514852,1042.6947 v -2.0327"
1364
+ id="path4-4-8-5-8-4-6-8-8-5-2-1-0-6-7" />
1365
+ <text
1366
+ xml:space="preserve"
1367
+ transform="matrix(0.26458333,0,0,0.26458333,21.340203,313.20602)"
1368
+ id="text75-0"
1369
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect76-2);display:inline"><tspan
1370
+ x="0"
1371
+ y="2771.875"
1372
+ id="tspan25">L7</tspan></text>
1373
+ <text
1374
+ xml:space="preserve"
1375
+ transform="matrix(0.26458333,0,0,0.26458333,7.2933279,311.33981)"
1376
+ id="text76-6"
1377
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect77-9);display:inline"><tspan
1378
+ x="101.57812"
1379
+ y="2805.9512"
1380
+ id="tspan26">L8</tspan></text>
1381
+ <path
1382
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-9-7-2-5);marker-end:url(#RoundedArrow-0-9-7-2-5)"
1383
+ d="m 126.18552,1005.4843 v 25.1733"
1384
+ id="path13-67-8-4-4-0" />
1385
+ </g>
1386
+ </svg>