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,1448 @@
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.49976"
7
+ viewBox="0 0 128.87376 128.98431"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3.1 (1:1.3.1+202311172155+91b66b0783)"
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.52916665"
27
+ inkscape:cx="437.48033"
28
+ inkscape:cy="3541.4174"
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
+ <rect
39
+ x="101.57849"
40
+ y="2792.9749"
41
+ width="57.132137"
42
+ height="40.150097"
43
+ id="rect77" />
44
+ <rect
45
+ x="0"
46
+ y="2758.8984"
47
+ width="83.849388"
48
+ height="53.132866"
49
+ id="rect76" />
50
+ <rect
51
+ x="116.12193"
52
+ y="2744.3394"
53
+ width="35.515411"
54
+ height="25.664373"
55
+ id="rect75" />
56
+ <rect
57
+ x="21.770414"
58
+ y="2494.3875"
59
+ width="29.795834"
60
+ height="25.242876"
61
+ id="rect74" />
62
+ <rect
63
+ x="-28.590059"
64
+ y="2692.5442"
65
+ width="60.210384"
66
+ height="47.372368"
67
+ id="rect73" />
68
+ <rect
69
+ x="-210.38863"
70
+ y="2716.334"
71
+ width="77.529457"
72
+ height="53.116524"
73
+ id="rect71" />
74
+ <marker
75
+ style="overflow:visible"
76
+ id="RoundedArrow-2"
77
+ refX="0"
78
+ refY="0"
79
+ orient="auto-start-reverse"
80
+ inkscape:stockid="Rounded arrow"
81
+ markerWidth="1"
82
+ markerHeight="1"
83
+ viewBox="0 0 1 1"
84
+ inkscape:isstock="true"
85
+ inkscape:collect="always"
86
+ preserveAspectRatio="xMidYMid">
87
+ <path
88
+ transform="scale(0.7)"
89
+ 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"
90
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
91
+ id="path8-7" />
92
+ </marker>
93
+ <marker
94
+ style="overflow:visible"
95
+ id="RoundedArrow-3-9"
96
+ refX="0"
97
+ refY="0"
98
+ orient="auto-start-reverse"
99
+ inkscape:stockid="Rounded arrow"
100
+ markerWidth="1"
101
+ markerHeight="1"
102
+ viewBox="0 0 1 1"
103
+ inkscape:isstock="true"
104
+ inkscape:collect="always"
105
+ preserveAspectRatio="xMidYMid">
106
+ <path
107
+ transform="scale(0.7)"
108
+ 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"
109
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
110
+ id="path8-38-3" />
111
+ </marker>
112
+ <marker
113
+ style="overflow:visible"
114
+ id="RoundedArrow-0-0"
115
+ refX="0"
116
+ refY="0"
117
+ orient="auto-start-reverse"
118
+ inkscape:stockid="Rounded arrow"
119
+ markerWidth="1"
120
+ markerHeight="1"
121
+ viewBox="0 0 1 1"
122
+ inkscape:isstock="true"
123
+ inkscape:collect="always"
124
+ preserveAspectRatio="xMidYMid">
125
+ <path
126
+ transform="scale(0.7)"
127
+ 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"
128
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
129
+ id="path8-0-6" />
130
+ </marker>
131
+ <marker
132
+ style="overflow:visible"
133
+ id="RoundedArrow-0-9-6"
134
+ refX="0"
135
+ refY="0"
136
+ orient="auto-start-reverse"
137
+ inkscape:stockid="Rounded arrow"
138
+ markerWidth="1"
139
+ markerHeight="1"
140
+ viewBox="0 0 1 1"
141
+ inkscape:isstock="true"
142
+ inkscape:collect="always"
143
+ preserveAspectRatio="xMidYMid">
144
+ <path
145
+ transform="scale(0.7)"
146
+ 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"
147
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
148
+ id="path8-0-8-1" />
149
+ </marker>
150
+ <marker
151
+ style="overflow:visible"
152
+ id="RoundedArrow-0-96-7"
153
+ refX="0"
154
+ refY="0"
155
+ orient="auto-start-reverse"
156
+ inkscape:stockid="Rounded arrow"
157
+ markerWidth="1"
158
+ markerHeight="1"
159
+ viewBox="0 0 1 1"
160
+ inkscape:isstock="true"
161
+ inkscape:collect="always"
162
+ preserveAspectRatio="xMidYMid">
163
+ <path
164
+ transform="scale(0.7)"
165
+ 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"
166
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
167
+ id="path8-0-0-9" />
168
+ </marker>
169
+ <marker
170
+ style="overflow:visible"
171
+ id="RoundedArrow-0-2-7"
172
+ refX="0"
173
+ refY="0"
174
+ orient="auto-start-reverse"
175
+ inkscape:stockid="Rounded arrow"
176
+ markerWidth="1"
177
+ markerHeight="1"
178
+ viewBox="0 0 1 1"
179
+ inkscape:isstock="true"
180
+ inkscape:collect="always"
181
+ preserveAspectRatio="xMidYMid">
182
+ <path
183
+ transform="scale(0.7)"
184
+ 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"
185
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
186
+ id="path8-0-1-5" />
187
+ </marker>
188
+ <marker
189
+ style="overflow:visible"
190
+ id="RoundedArrow-0-2-9-9"
191
+ refX="0"
192
+ refY="0"
193
+ orient="auto-start-reverse"
194
+ inkscape:stockid="Rounded arrow"
195
+ markerWidth="1"
196
+ markerHeight="1"
197
+ viewBox="0 0 1 1"
198
+ inkscape:isstock="true"
199
+ inkscape:collect="always"
200
+ preserveAspectRatio="xMidYMid">
201
+ <path
202
+ transform="scale(0.7)"
203
+ 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"
204
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
205
+ id="path8-0-1-1-2" />
206
+ </marker>
207
+ <marker
208
+ style="overflow:visible"
209
+ id="RoundedArrow-0-9-7-2"
210
+ refX="0"
211
+ refY="0"
212
+ orient="auto-start-reverse"
213
+ inkscape:stockid="Rounded arrow"
214
+ markerWidth="1"
215
+ markerHeight="1"
216
+ viewBox="0 0 1 1"
217
+ inkscape:isstock="true"
218
+ inkscape:collect="always"
219
+ preserveAspectRatio="xMidYMid">
220
+ <path
221
+ transform="scale(0.7)"
222
+ 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"
223
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
224
+ id="path8-0-8-0-8" />
225
+ </marker>
226
+ <marker
227
+ style="overflow:visible"
228
+ id="RoundedArrow-0-9-7-6-7"
229
+ refX="0"
230
+ refY="0"
231
+ orient="auto-start-reverse"
232
+ inkscape:stockid="Rounded arrow"
233
+ markerWidth="1"
234
+ markerHeight="1"
235
+ viewBox="0 0 1 1"
236
+ inkscape:isstock="true"
237
+ inkscape:collect="always"
238
+ preserveAspectRatio="xMidYMid">
239
+ <path
240
+ transform="scale(0.7)"
241
+ 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"
242
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
243
+ id="path8-0-8-0-1-3" />
244
+ </marker>
245
+ <marker
246
+ style="overflow:visible"
247
+ id="RoundedArrow-0-96-1-7"
248
+ refX="0"
249
+ refY="0"
250
+ orient="auto-start-reverse"
251
+ inkscape:stockid="Rounded arrow"
252
+ markerWidth="1"
253
+ markerHeight="1"
254
+ viewBox="0 0 1 1"
255
+ inkscape:isstock="true"
256
+ inkscape:collect="always"
257
+ preserveAspectRatio="xMidYMid">
258
+ <path
259
+ transform="scale(0.7)"
260
+ 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"
261
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
262
+ id="path8-0-0-7-8" />
263
+ </marker>
264
+ <rect
265
+ x="262.62549"
266
+ y="2335.759"
267
+ width="99.079727"
268
+ height="71.139275"
269
+ id="rect49-5" />
270
+ <rect
271
+ x="76.007629"
272
+ y="2320.7222"
273
+ width="82.330215"
274
+ height="62.834644"
275
+ id="rect50-4" />
276
+ <rect
277
+ x="214.08588"
278
+ y="2407.8691"
279
+ width="91.158958"
280
+ height="48.008121"
281
+ id="rect51-7" />
282
+ <rect
283
+ x="333.99359"
284
+ y="2372.9785"
285
+ width="99.651817"
286
+ height="71.899605"
287
+ id="rect52-6" />
288
+ <rect
289
+ x="373.64542"
290
+ y="2326.0593"
291
+ width="81.780266"
292
+ height="46.483761"
293
+ id="rect53-5" />
294
+ <rect
295
+ x="399.172"
296
+ y="2414.3318"
297
+ width="83.869339"
298
+ height="49.879429"
299
+ id="rect54-6" />
300
+ <rect
301
+ x="129.1683"
302
+ y="2354.5498"
303
+ width="93.583908"
304
+ height="45.453987"
305
+ id="rect55-9" />
306
+ <rect
307
+ x="242.90477"
308
+ y="2339.45"
309
+ width="65.495819"
310
+ height="48.115158"
311
+ id="rect56-3" />
312
+ <rect
313
+ x="82.5812"
314
+ y="2312.3069"
315
+ width="74.121552"
316
+ height="52.027557"
317
+ id="rect58-4" />
318
+ <rect
319
+ x="213.8681"
320
+ y="2361.7434"
321
+ width="62.624264"
322
+ height="31.550198"
323
+ id="rect59-5" />
324
+ <rect
325
+ x="317.74606"
326
+ y="2349.5891"
327
+ width="65.680367"
328
+ height="43.774605"
329
+ id="rect60-2" />
330
+ <rect
331
+ x="152.28101"
332
+ y="2344.4587"
333
+ width="88.970222"
334
+ height="40.024605"
335
+ id="rect61-5" />
336
+ <rect
337
+ x="143.56299"
338
+ y="2344.5508"
339
+ width="111.22293"
340
+ height="52.762058"
341
+ id="rect63-7" />
342
+ <rect
343
+ x="206.74261"
344
+ y="2313.6277"
345
+ width="58.307598"
346
+ height="25.556065"
347
+ id="rect68-7" />
348
+ <rect
349
+ x="285.49829"
350
+ y="2336.6191"
351
+ width="72.567665"
352
+ height="40.456448"
353
+ id="rect62-9" />
354
+ <marker
355
+ style="overflow:visible"
356
+ id="RoundedArrow-6-2-0-1-3-3-9-6"
357
+ refX="0"
358
+ refY="0"
359
+ orient="auto-start-reverse"
360
+ inkscape:stockid="Rounded arrow"
361
+ markerWidth="1"
362
+ markerHeight="1"
363
+ viewBox="0 0 1 1"
364
+ inkscape:isstock="true"
365
+ inkscape:collect="always"
366
+ preserveAspectRatio="xMidYMid">
367
+ <path
368
+ transform="scale(0.7)"
369
+ 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"
370
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
371
+ id="path8-5-9-9-5-0-1-7-0" />
372
+ </marker>
373
+ <marker
374
+ style="overflow:visible"
375
+ id="marker5-6-3-6-9-4-7-5-4"
376
+ refX="0"
377
+ refY="0"
378
+ orient="auto-start-reverse"
379
+ inkscape:stockid="Rounded arrow"
380
+ markerWidth="1"
381
+ markerHeight="1"
382
+ viewBox="0 0 1 1"
383
+ inkscape:isstock="true"
384
+ inkscape:collect="always"
385
+ preserveAspectRatio="xMidYMid">
386
+ <path
387
+ transform="scale(0.7)"
388
+ 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"
389
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
390
+ id="path5-3-9-3-8-4-5-3-8" />
391
+ </marker>
392
+ <marker
393
+ style="overflow:visible"
394
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0"
395
+ refX="0"
396
+ refY="0"
397
+ orient="auto-start-reverse"
398
+ inkscape:stockid="Rounded arrow"
399
+ markerWidth="1"
400
+ markerHeight="1"
401
+ viewBox="0 0 1 1"
402
+ inkscape:isstock="true"
403
+ inkscape:collect="always"
404
+ preserveAspectRatio="xMidYMid">
405
+ <path
406
+ transform="scale(0.7)"
407
+ 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"
408
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
409
+ id="path8-5-9-9-5-0-1-7-0-3" />
410
+ </marker>
411
+ <marker
412
+ style="overflow:visible"
413
+ id="marker5-6-3-6-9-4-7-5-4-0"
414
+ refX="0"
415
+ refY="0"
416
+ orient="auto-start-reverse"
417
+ inkscape:stockid="Rounded arrow"
418
+ markerWidth="1"
419
+ markerHeight="1"
420
+ viewBox="0 0 1 1"
421
+ inkscape:isstock="true"
422
+ inkscape:collect="always"
423
+ preserveAspectRatio="xMidYMid">
424
+ <path
425
+ transform="scale(0.7)"
426
+ 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"
427
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
428
+ id="path5-3-9-3-8-4-5-3-8-9" />
429
+ </marker>
430
+ <marker
431
+ style="overflow:visible"
432
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0"
433
+ refX="0"
434
+ refY="0"
435
+ orient="auto-start-reverse"
436
+ inkscape:stockid="Rounded arrow"
437
+ markerWidth="1"
438
+ markerHeight="1"
439
+ viewBox="0 0 1 1"
440
+ inkscape:isstock="true"
441
+ inkscape:collect="always"
442
+ preserveAspectRatio="xMidYMid">
443
+ <path
444
+ transform="scale(0.7)"
445
+ 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"
446
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
447
+ id="path8-5-9-9-5-0-1-7-0-3-2" />
448
+ </marker>
449
+ <marker
450
+ style="overflow:visible"
451
+ id="marker5-6-3-6-9-4-7-5-4-0-1"
452
+ refX="0"
453
+ refY="0"
454
+ orient="auto-start-reverse"
455
+ inkscape:stockid="Rounded arrow"
456
+ markerWidth="1"
457
+ markerHeight="1"
458
+ viewBox="0 0 1 1"
459
+ inkscape:isstock="true"
460
+ inkscape:collect="always"
461
+ preserveAspectRatio="xMidYMid">
462
+ <path
463
+ transform="scale(0.7)"
464
+ 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"
465
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
466
+ id="path5-3-9-3-8-4-5-3-8-9-0" />
467
+ </marker>
468
+ <marker
469
+ style="overflow:visible"
470
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8"
471
+ refX="0"
472
+ refY="0"
473
+ orient="auto-start-reverse"
474
+ inkscape:stockid="Rounded arrow"
475
+ markerWidth="1"
476
+ markerHeight="1"
477
+ viewBox="0 0 1 1"
478
+ inkscape:isstock="true"
479
+ inkscape:collect="always"
480
+ preserveAspectRatio="xMidYMid">
481
+ <path
482
+ transform="scale(0.7)"
483
+ 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"
484
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
485
+ id="path8-5-9-9-5-0-1-7-0-3-2-5" />
486
+ </marker>
487
+ <marker
488
+ style="overflow:visible"
489
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0"
490
+ refX="0"
491
+ refY="0"
492
+ orient="auto-start-reverse"
493
+ inkscape:stockid="Rounded arrow"
494
+ markerWidth="1"
495
+ markerHeight="1"
496
+ viewBox="0 0 1 1"
497
+ inkscape:isstock="true"
498
+ inkscape:collect="always"
499
+ preserveAspectRatio="xMidYMid">
500
+ <path
501
+ transform="scale(0.7)"
502
+ 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"
503
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
504
+ id="path5-3-9-3-8-4-5-3-8-9-0-6" />
505
+ </marker>
506
+ <marker
507
+ style="overflow:visible"
508
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8"
509
+ refX="0"
510
+ refY="0"
511
+ orient="auto-start-reverse"
512
+ inkscape:stockid="Rounded arrow"
513
+ markerWidth="1"
514
+ markerHeight="1"
515
+ viewBox="0 0 1 1"
516
+ inkscape:isstock="true"
517
+ inkscape:collect="always"
518
+ preserveAspectRatio="xMidYMid">
519
+ <path
520
+ transform="scale(0.7)"
521
+ 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"
522
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
523
+ id="path8-5-9-9-5-0-1-7-0-3-2-5-6" />
524
+ </marker>
525
+ <marker
526
+ style="overflow:visible"
527
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0-2"
528
+ refX="0"
529
+ refY="0"
530
+ orient="auto-start-reverse"
531
+ inkscape:stockid="Rounded arrow"
532
+ markerWidth="1"
533
+ markerHeight="1"
534
+ viewBox="0 0 1 1"
535
+ inkscape:isstock="true"
536
+ inkscape:collect="always"
537
+ preserveAspectRatio="xMidYMid">
538
+ <path
539
+ transform="scale(0.7)"
540
+ 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"
541
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
542
+ id="path5-3-9-3-8-4-5-3-8-9-0-6-8" />
543
+ </marker>
544
+ <marker
545
+ style="overflow:visible"
546
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-0"
547
+ refX="0"
548
+ refY="0"
549
+ orient="auto-start-reverse"
550
+ inkscape:stockid="Rounded arrow"
551
+ markerWidth="1"
552
+ markerHeight="1"
553
+ viewBox="0 0 1 1"
554
+ inkscape:isstock="true"
555
+ inkscape:collect="always"
556
+ preserveAspectRatio="xMidYMid">
557
+ <path
558
+ transform="scale(0.7)"
559
+ 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"
560
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
561
+ id="path8-5-9-9-5-0-1-7-0-3-2-6" />
562
+ </marker>
563
+ <marker
564
+ style="overflow:visible"
565
+ id="marker5-6-3-6-9-4-7-5-4-0-1-2"
566
+ refX="0"
567
+ refY="0"
568
+ orient="auto-start-reverse"
569
+ inkscape:stockid="Rounded arrow"
570
+ markerWidth="1"
571
+ markerHeight="1"
572
+ viewBox="0 0 1 1"
573
+ inkscape:isstock="true"
574
+ inkscape:collect="always"
575
+ preserveAspectRatio="xMidYMid">
576
+ <path
577
+ transform="scale(0.7)"
578
+ 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"
579
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
580
+ id="path5-3-9-3-8-4-5-3-8-9-0-9" />
581
+ </marker>
582
+ <marker
583
+ style="overflow:visible"
584
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-3"
585
+ refX="0"
586
+ refY="0"
587
+ orient="auto-start-reverse"
588
+ inkscape:stockid="Rounded arrow"
589
+ markerWidth="1"
590
+ markerHeight="1"
591
+ viewBox="0 0 1 1"
592
+ inkscape:isstock="true"
593
+ inkscape:collect="always"
594
+ preserveAspectRatio="xMidYMid">
595
+ <path
596
+ transform="scale(0.7)"
597
+ 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"
598
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
599
+ id="path8-5-9-9-5-0-1-7-0-3-1" />
600
+ </marker>
601
+ <marker
602
+ style="overflow:visible"
603
+ id="marker5-6-3-6-9-4-7-5-4-0-10"
604
+ refX="0"
605
+ refY="0"
606
+ orient="auto-start-reverse"
607
+ inkscape:stockid="Rounded arrow"
608
+ markerWidth="1"
609
+ markerHeight="1"
610
+ viewBox="0 0 1 1"
611
+ inkscape:isstock="true"
612
+ inkscape:collect="always"
613
+ preserveAspectRatio="xMidYMid">
614
+ <path
615
+ transform="scale(0.7)"
616
+ 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"
617
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
618
+ id="path5-3-9-3-8-4-5-3-8-9-3" />
619
+ </marker>
620
+ <rect
621
+ x="232.99828"
622
+ y="693.14838"
623
+ width="86.641243"
624
+ height="36.167568"
625
+ id="rect10-33" />
626
+ <rect
627
+ x="232.99828"
628
+ y="693.14838"
629
+ width="86.641243"
630
+ height="36.167568"
631
+ id="rect10-4" />
632
+ <rect
633
+ x="232.99828"
634
+ y="693.14838"
635
+ width="86.641243"
636
+ height="36.167568"
637
+ id="rect10-6" />
638
+ <rect
639
+ x="232.99828"
640
+ y="693.14838"
641
+ width="86.641243"
642
+ height="36.167568"
643
+ id="rect10-7" />
644
+ <rect
645
+ x="183.22218"
646
+ y="667.30438"
647
+ width="108.47318"
648
+ height="49.624756"
649
+ id="rect11-8" />
650
+ <rect
651
+ x="232.99828"
652
+ y="693.14838"
653
+ width="86.641243"
654
+ height="36.167568"
655
+ id="rect10-60" />
656
+ <rect
657
+ x="232.99828"
658
+ y="693.14838"
659
+ width="86.641243"
660
+ height="36.167568"
661
+ id="rect10-60-1" />
662
+ <marker
663
+ style="overflow:visible"
664
+ id="marker5-6-3-6-9-4-7-5-4-0-9"
665
+ refX="0"
666
+ refY="0"
667
+ orient="auto-start-reverse"
668
+ inkscape:stockid="Rounded arrow"
669
+ markerWidth="1"
670
+ markerHeight="1"
671
+ viewBox="0 0 1 1"
672
+ inkscape:isstock="true"
673
+ inkscape:collect="always"
674
+ preserveAspectRatio="xMidYMid">
675
+ <path
676
+ transform="scale(0.7)"
677
+ 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"
678
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
679
+ id="path5-3-9-3-8-4-5-3-8-9-6" />
680
+ </marker>
681
+ <marker
682
+ style="overflow:visible"
683
+ id="marker5-6-3-6-9-4-7-5-4-0-9-1"
684
+ refX="0"
685
+ refY="0"
686
+ orient="auto-start-reverse"
687
+ inkscape:stockid="Rounded arrow"
688
+ markerWidth="1"
689
+ markerHeight="1"
690
+ viewBox="0 0 1 1"
691
+ inkscape:isstock="true"
692
+ inkscape:collect="always"
693
+ preserveAspectRatio="xMidYMid">
694
+ <path
695
+ transform="scale(0.7)"
696
+ 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"
697
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
698
+ id="path5-3-9-3-8-4-5-3-8-9-6-3" />
699
+ </marker>
700
+ <marker
701
+ style="overflow:visible"
702
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-04"
703
+ refX="0"
704
+ refY="0"
705
+ orient="auto-start-reverse"
706
+ inkscape:stockid="Rounded arrow"
707
+ markerWidth="1"
708
+ markerHeight="1"
709
+ viewBox="0 0 1 1"
710
+ inkscape:isstock="true"
711
+ inkscape:collect="always"
712
+ preserveAspectRatio="xMidYMid">
713
+ <path
714
+ transform="scale(0.7)"
715
+ 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"
716
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
717
+ id="path8-5-9-9-5-0-1-7-0-3-29" />
718
+ </marker>
719
+ <marker
720
+ style="overflow:visible"
721
+ id="marker5-6-3-6-9-4-7-5-4-0-6"
722
+ refX="0"
723
+ refY="0"
724
+ orient="auto-start-reverse"
725
+ inkscape:stockid="Rounded arrow"
726
+ markerWidth="1"
727
+ markerHeight="1"
728
+ viewBox="0 0 1 1"
729
+ inkscape:isstock="true"
730
+ inkscape:collect="always"
731
+ preserveAspectRatio="xMidYMid">
732
+ <path
733
+ transform="scale(0.7)"
734
+ 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"
735
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
736
+ id="path5-3-9-3-8-4-5-3-8-9-1" />
737
+ </marker>
738
+ <marker
739
+ style="overflow:visible"
740
+ id="marker5-6-3-6-9-4-7-5-4-0-9-1-8"
741
+ refX="0"
742
+ refY="0"
743
+ orient="auto-start-reverse"
744
+ inkscape:stockid="Rounded arrow"
745
+ markerWidth="1"
746
+ markerHeight="1"
747
+ viewBox="0 0 1 1"
748
+ inkscape:isstock="true"
749
+ inkscape:collect="always"
750
+ preserveAspectRatio="xMidYMid">
751
+ <path
752
+ transform="scale(0.7)"
753
+ 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"
754
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
755
+ id="path5-3-9-3-8-4-5-3-8-9-6-3-3" />
756
+ </marker>
757
+ <marker
758
+ style="overflow:visible"
759
+ id="marker5-6-3-6-9-4-7-5-4-0-9-1-8-9"
760
+ refX="0"
761
+ refY="0"
762
+ orient="auto-start-reverse"
763
+ inkscape:stockid="Rounded arrow"
764
+ markerWidth="1"
765
+ markerHeight="1"
766
+ viewBox="0 0 1 1"
767
+ inkscape:isstock="true"
768
+ inkscape:collect="always"
769
+ preserveAspectRatio="xMidYMid">
770
+ <path
771
+ transform="scale(0.7)"
772
+ 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"
773
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
774
+ id="path5-3-9-3-8-4-5-3-8-9-6-3-3-1" />
775
+ </marker>
776
+ </defs>
777
+ <g
778
+ inkscape:label="Layer 1"
779
+ inkscape:groupmode="layer"
780
+ id="layer1"
781
+ transform="translate(-17.615425,-643.08722)">
782
+ <rect
783
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
784
+ id="rect70-8"
785
+ width="128.60918"
786
+ height="128.71973"
787
+ x="17.747717"
788
+ y="643.21954"
789
+ inkscape:export-filename="heliostat_face_sizing.svg"
790
+ inkscape:export-xdpi="96"
791
+ inkscape:export-ydpi="96" />
792
+ <rect
793
+ style="fill:#008000;stroke:none;stroke-width:0.265393"
794
+ id="rect2-2-5-0-5-1-1-9-10-6-4-4-5-1-1"
795
+ width="9.3418198"
796
+ height="0.72194654"
797
+ x="390.82278"
798
+ y="642.13031"
799
+ transform="matrix(-0.83424756,0.55139006,0.63998195,0.76838994,0,0)" />
800
+ <rect
801
+ style="opacity:1;fill:#9854ff;fill-opacity:1;stroke:none;stroke-width:0.264582"
802
+ id="rect2-2-5-0-5-1-1-3-5-5-6-5-0-8-2"
803
+ width="84.80442"
804
+ height="6.2480469"
805
+ x="-106.98957"
806
+ y="676.89978"
807
+ transform="scale(-1,1)" />
808
+ <rect
809
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
810
+ id="rect2-2-5-3-0-1"
811
+ width="14.70898"
812
+ height="0.54482871"
813
+ x="754.32465"
814
+ y="54.789822"
815
+ transform="matrix(0,1,1,0,0,0)" />
816
+ <rect
817
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
818
+ id="rect2-6-3-4-3-4"
819
+ width="1.5748962"
820
+ height="0.65563965"
821
+ x="54.789822"
822
+ y="-769.03363"
823
+ transform="scale(1,-1)" />
824
+ <rect
825
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
826
+ id="rect2-2-9-9-6-9"
827
+ width="14.70898"
828
+ height="0.54482871"
829
+ x="754.32465"
830
+ y="-73.886436"
831
+ transform="rotate(90)" />
832
+ <rect
833
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
834
+ id="rect2-6-1-0-1-2"
835
+ width="1.5748962"
836
+ height="0.65563965"
837
+ x="-73.886436"
838
+ y="-769.03363"
839
+ transform="scale(-1)" />
840
+ <rect
841
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264974"
842
+ id="rect2-2-5-9-2-0-0"
843
+ width="32.253361"
844
+ height="0.55026412"
845
+ x="686.02966"
846
+ y="188.00208"
847
+ transform="matrix(-0.17700955,0.98420913,0.96771702,0.25203922,0,0)" />
848
+ <rect
849
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264974"
850
+ id="rect2-2-5-9-6-0-6-6"
851
+ width="32.253361"
852
+ height="0.55026412"
853
+ x="718.55707"
854
+ y="60.982918"
855
+ transform="matrix(0.17700955,0.98420913,-0.96771702,0.25203922,0,0)" />
856
+ <rect
857
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
858
+ id="rect2-2-5-0-5-1-1-9-10-2-8"
859
+ width="10.004592"
860
+ height="1.5487213"
861
+ x="-724.93628"
862
+ y="-51.596416"
863
+ transform="matrix(0,-1,-1,0,0,0)" />
864
+ <rect
865
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
866
+ id="rect2-2-5-0-5-1-1-9-3-3-2-9"
867
+ width="10.004592"
868
+ height="1.5487213"
869
+ x="-724.93628"
870
+ y="-78.710571"
871
+ transform="matrix(0,-1,-1,0,0,0)" />
872
+ <rect
873
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
874
+ id="rect2-2-5-0-5-1-1-9-0-7-6-2"
875
+ width="19.721786"
876
+ height="1.5487213"
877
+ x="-533.16431"
878
+ y="-480.47244"
879
+ transform="matrix(0.61466975,-0.78878457,-0.78878457,-0.61466975,0,0)" />
880
+ <rect
881
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
882
+ id="rect2-2-5-0-5-1-1-9-0-6-8-1-6"
883
+ width="19.721786"
884
+ height="1.5487213"
885
+ x="-612.30817"
886
+ y="-378.90994"
887
+ transform="rotate(-127.92793)" />
888
+ <path
889
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
890
+ d="m 22.31971,673.77986 v -23.659"
891
+ id="path19-0" />
892
+ <path
893
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
894
+ d="m 106.86182,673.77986 v -23.659"
895
+ id="path12-5-6" />
896
+ <path
897
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
898
+ d="M 64.587362,680.15612 H 128.72714"
899
+ id="path12-3-1-9" />
900
+ <path
901
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
902
+ d="M 64.215404,688.16248 H 129.53986"
903
+ id="path12-3-1-6-1" />
904
+ <path
905
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
906
+ d="M 66.588182,699.37546 H 143.03929"
907
+ id="path12-3-1-62-2-7" />
908
+ <path
909
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
910
+ d="M 78.710574,715.064 H 143.0393"
911
+ id="path12-3-1-62-2-2-11" />
912
+ <path
913
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
914
+ d="M 78.710574,724.80401 H 143.0393"
915
+ id="path12-3-1-62-2-2-8-5" />
916
+ <path
917
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
918
+ d="M 68.177253,722.58049 H 138.34746"
919
+ id="path12-3-1-62-2-2-1-9" />
920
+ <path
921
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
922
+ d="m 74.01873,754.06009 h 64.32873"
923
+ id="path12-3-1-62-2-2-0-7" />
924
+ <path
925
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
926
+ d="m 74.01873,769.03365 h 64.32873"
927
+ id="path12-3-1-62-2-2-9-7" />
928
+ <path
929
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-2);marker-end:url(#RoundedArrow-2)"
930
+ d="m 138.34746,755.42734 v 12.35319"
931
+ id="path20-6" />
932
+ <path
933
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3-9);marker-end:url(#RoundedArrow-3-9)"
934
+ d="m 138.34748,723.74918 v 29.05426"
935
+ id="path13-6-7" />
936
+ <path
937
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-0);marker-end:url(#RoundedArrow-0-0)"
938
+ d="m 143.0393,716.37743 v 7.11315"
939
+ id="path13-67-3" />
940
+ <path
941
+ 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);marker-end:url(#RoundedArrow-0-9-6)"
942
+ d="m 143.0393,700.54646 v 13.2458"
943
+ id="path13-67-8-6" />
944
+ <path
945
+ 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);marker-end:url(#RoundedArrow-0-96-7)"
946
+ d="m 132.96501,700.65375 v 5.65366"
947
+ id="path13-67-6-5" />
948
+ <path
949
+ 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)"
950
+ d="m 111.90074,717.89097 v 3.30874"
951
+ id="path13-67-9-3" />
952
+ <path
953
+ 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)"
954
+ d="m 111.78942,729.42703 v -3.30874"
955
+ id="path13-67-9-7-9" />
956
+ <path
957
+ 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);marker-end:url(#RoundedArrow-0-9-7-2)"
958
+ d="m 128.72716,689.63785 v 16.71746"
959
+ id="path13-67-8-4-4" />
960
+ <path
961
+ 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-6-7);marker-end:url(#RoundedArrow-0-9-7-6-7)"
962
+ d="m 128.72715,681.43556 v 5.54137"
963
+ id="path13-67-8-4-2-8" />
964
+ <rect
965
+ style="fill:#008000;stroke:none;stroke-width:0.265393"
966
+ id="rect2-2-5-0-5-1-1-9-10-6-4-4-5-1"
967
+ width="9.3418198"
968
+ height="0.72194654"
969
+ x="490.09549"
970
+ y="570.77515"
971
+ transform="matrix(0.83424756,0.55139006,-0.63998195,0.76838994,0,0)" />
972
+ <path
973
+ 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);marker-end:url(#RoundedArrow-0-96-1-7)"
974
+ d="M 23.734308,650.12088 H 105.44949"
975
+ id="path13-67-6-46-0" />
976
+ <text
977
+ xml:space="preserve"
978
+ transform="matrix(0.26458333,0,0,0.26458333,62.371737,141.88961)"
979
+ id="text49-8"
980
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect49-5);display:inline"><tspan
981
+ x="262.625"
982
+ y="2348.7364"
983
+ id="tspan1">H1</tspan></text>
984
+ <text
985
+ xml:space="preserve"
986
+ transform="matrix(0.26458333,0,0,0.26458333,112.28678,122.40426)"
987
+ id="text50-8"
988
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect50-4);display:inline"><tspan
989
+ x="76.007812"
990
+ y="2333.6992"
991
+ id="tspan2">H2</tspan></text>
992
+ <text
993
+ xml:space="preserve"
994
+ transform="matrix(0.26458333,0,0,0.26458333,52.735994,92.323209)"
995
+ id="text51-0"
996
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51-7);display:inline"><tspan
997
+ x="214.08594"
998
+ y="2420.8457"
999
+ id="tspan3">H3</tspan></text>
1000
+ <text
1001
+ xml:space="preserve"
1002
+ transform="matrix(0.26458333,0,0,0.26458333,49.053377,89.687459)"
1003
+ id="text52-0"
1004
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect52-6);display:inline"><tspan
1005
+ x="333.99414"
1006
+ y="2385.9551"
1007
+ id="tspan4">H4</tspan></text>
1008
+ <text
1009
+ xml:space="preserve"
1010
+ transform="matrix(0.26458333,0,0,0.26458333,38.771151,89.690389)"
1011
+ id="text53-4"
1012
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect53-5);display:inline"><tspan
1013
+ x="373.64453"
1014
+ y="2339.0352"
1015
+ id="tspan5">H5</tspan></text>
1016
+ <text
1017
+ xml:space="preserve"
1018
+ transform="matrix(0.26458333,0,0,0.26458333,27.955721,62.485309)"
1019
+ id="text54-4"
1020
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect54-6);display:inline"><tspan
1021
+ x="399.17188"
1022
+ y="2427.3086"
1023
+ id="tspan6">H6</tspan></text>
1024
+ <text
1025
+ xml:space="preserve"
1026
+ transform="matrix(0.26458333,0,0,0.26458333,94.99967,70.40719)"
1027
+ id="text55-6"
1028
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect55-9);display:inline"><tspan
1029
+ x="129.16797"
1030
+ y="2367.5274"
1031
+ id="tspan7">H7</tspan></text>
1032
+ <text
1033
+ xml:space="preserve"
1034
+ transform="matrix(0.26458333,0,0,0.26458333,65.012362,63.067339)"
1035
+ id="text56-1"
1036
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect56-3);display:inline"><tspan
1037
+ x="242.9043"
1038
+ y="2352.4258"
1039
+ id="tspan8">H8</tspan></text>
1040
+ <text
1041
+ xml:space="preserve"
1042
+ transform="matrix(0.26458333,0,0,0.26458333,40.781893,33.991297)"
1043
+ id="text58-6"
1044
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect58-4);display:inline"><tspan
1045
+ x="82.582031"
1046
+ y="2325.2832"
1047
+ id="tspan9">L1</tspan></text>
1048
+ <text
1049
+ xml:space="preserve"
1050
+ transform="matrix(0.26458333,0,0,0.26458333,17.938143,129.83785)"
1051
+ id="text59-1"
1052
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect59-5);display:inline"><tspan
1053
+ x="213.86719"
1054
+ y="2374.7207"
1055
+ id="tspan10">D1</tspan></text>
1056
+ <text
1057
+ xml:space="preserve"
1058
+ transform="matrix(0.26458333,0,0,0.26458333,-14.578459,101.12594)"
1059
+ id="text60-8"
1060
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect60-2);display:inline"><tspan
1061
+ x="317.74609"
1062
+ y="2362.5664"
1063
+ id="tspan11">D2</tspan></text>
1064
+ <text
1065
+ xml:space="preserve"
1066
+ transform="matrix(0.26458333,0,0,0.26458333,37.976229,104.09078)"
1067
+ id="text61-7"
1068
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect61-5);display:inline"><tspan
1069
+ x="152.28125"
1070
+ y="2357.4356"
1071
+ id="tspan12">D3</tspan></text>
1072
+ <text
1073
+ xml:space="preserve"
1074
+ transform="matrix(0.26458333,0,0,0.26458333,-9.2929317,85.71781)"
1075
+ id="text63-5"
1076
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect63-7);display:inline"><tspan
1077
+ x="143.5625"
1078
+ y="2357.5274"
1079
+ id="tspan13">D5</tspan></text>
1080
+ <text
1081
+ xml:space="preserve"
1082
+ transform="matrix(0.26458333,0,0,0.26458333,0.94150198,148.92145)"
1083
+ id="text68-9"
1084
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect68-7);display:inline"><tspan
1085
+ x="206.74219"
1086
+ y="2326.6035"
1087
+ id="tspan14">E1</tspan></text>
1088
+ <rect
1089
+ style="fill:#008000;stroke:none;stroke-width:0.264585"
1090
+ id="rect2-2-5-0-5-1-1-9-10-2-8-8"
1091
+ width="59.36327"
1092
+ height="0.86574942"
1093
+ x="34.652695"
1094
+ y="-705.75885"
1095
+ transform="scale(1,-1)" />
1096
+ <rect
1097
+ style="fill:#008000;stroke:none;stroke-width:0.264585"
1098
+ id="rect2-2-5-0-5-1-1-9-10-2-8-8-7"
1099
+ width="59.36327"
1100
+ height="0.86574942"
1101
+ x="34.652695"
1102
+ y="-710.14252"
1103
+ transform="scale(1,-1)" />
1104
+ <rect
1105
+ style="fill:#d7f4d7;fill-opacity:1;stroke:none;stroke-width:0.264584"
1106
+ id="rect2-2-5-0-5-1-1-9-10-2-8-8-7-0"
1107
+ width="59.36327"
1108
+ height="3.4926977"
1109
+ x="34.652695"
1110
+ y="-709.27673"
1111
+ transform="scale(1,-1)" />
1112
+ <path
1113
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1114
+ d="M 64.540085,707.67266 H 132.96501"
1115
+ id="path12-3-1-62-7" />
1116
+ <text
1117
+ xml:space="preserve"
1118
+ transform="matrix(0.26458333,0,0,0.26458333,-8.8465353,77.284509)"
1119
+ id="text62-5"
1120
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect62-9);display:inline"><tspan
1121
+ x="285.49805"
1122
+ y="2349.5957"
1123
+ id="tspan15">D4</tspan></text>
1124
+ <rect
1125
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264581"
1126
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-0-4"
1127
+ width="29.587097"
1128
+ height="4.0533905"
1129
+ x="-704.89313"
1130
+ y="-38.706085"
1131
+ transform="matrix(0,-1,-1,0,0,0)" />
1132
+ <rect
1133
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264581"
1134
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-0-2"
1135
+ width="29.587097"
1136
+ height="4.0533905"
1137
+ x="-704.89313"
1138
+ y="-94.015961"
1139
+ transform="matrix(0,-1,-1,0,0,0)" />
1140
+ <rect
1141
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1142
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5"
1143
+ width="3.1198914"
1144
+ height="2.9260547"
1145
+ x="673.79376"
1146
+ y="-58.983898"
1147
+ transform="rotate(90)" />
1148
+ <rect
1149
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1150
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-0"
1151
+ width="3.1198914"
1152
+ height="2.9260547"
1153
+ x="673.79376"
1154
+ y="-52.004452"
1155
+ transform="rotate(90)" />
1156
+ <rect
1157
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264581"
1158
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-0-4-8"
1159
+ width="29.573177"
1160
+ height="4.0533905"
1161
+ x="-704.92688"
1162
+ y="-56.057842"
1163
+ transform="matrix(0,-1,-1,0,0,0)" />
1164
+ <rect
1165
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264581"
1166
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-0-4-8-0"
1167
+ width="29.573177"
1168
+ height="4.0533905"
1169
+ x="-704.92688"
1170
+ y="-76.664215"
1171
+ transform="matrix(0,-1,-1,0,0,0)" />
1172
+ <rect
1173
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1174
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-6"
1175
+ width="3.1198914"
1176
+ height="2.9260547"
1177
+ x="673.79376"
1178
+ y="-41.606754"
1179
+ transform="rotate(90)" />
1180
+ <rect
1181
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1182
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-5"
1183
+ width="3.1198914"
1184
+ height="2.9260547"
1185
+ x="673.79376"
1186
+ y="-34.642303"
1187
+ transform="rotate(90)" />
1188
+ <rect
1189
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1190
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-8"
1191
+ width="3.1198914"
1192
+ height="2.9260547"
1193
+ x="673.77991"
1194
+ y="-25.111204"
1195
+ transform="rotate(90)" />
1196
+ <rect
1197
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1198
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-4"
1199
+ width="3.1198914"
1200
+ height="2.9260547"
1201
+ x="673.77991"
1202
+ y="-72.662201"
1203
+ transform="rotate(90)" />
1204
+ <rect
1205
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1206
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-9"
1207
+ width="3.1198914"
1208
+ height="2.9260547"
1209
+ x="673.79376"
1210
+ y="-79.590271"
1211
+ transform="rotate(90)" />
1212
+ <rect
1213
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1214
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-1"
1215
+ width="3.1198914"
1216
+ height="2.9260547"
1217
+ x="673.74609"
1218
+ y="-89.96257"
1219
+ transform="rotate(90)" />
1220
+ <rect
1221
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1222
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-03"
1223
+ width="3.1198914"
1224
+ height="2.9260547"
1225
+ x="673.74609"
1226
+ y="-96.942017"
1227
+ transform="rotate(90)" />
1228
+ <rect
1229
+ style="fill:#4400aa;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1230
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-8-5-91"
1231
+ width="3.1198914"
1232
+ height="2.9260547"
1233
+ x="673.77991"
1234
+ y="-106.98957"
1235
+ transform="rotate(90)" />
1236
+ <path
1237
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1238
+ d="M 69.868438,673.77991 V 658.53628"
1239
+ id="path3-15-1-9" />
1240
+ <path
1241
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1242
+ d="M 59.11619,673.79376 V 658.55013"
1243
+ id="path3-15-1-3" />
1244
+ <path
1245
+ 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);marker-end:url(#marker5-6-3-6-9-4-7-5-4)"
1246
+ d="m 60.201199,658.55013 h 8.58223"
1247
+ id="path4-4-8-5-8-4-6-8-8" />
1248
+ <path
1249
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1250
+ d="M 49.078397,673.79376 V 658.55013"
1251
+ id="path3-15-1-3-6" />
1252
+ <path
1253
+ 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);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0)"
1254
+ d="m 33.197716,658.55013 h 6.89305"
1255
+ id="path4-4-8-5-8-4-6-8-8-5" />
1256
+ <path
1257
+ 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);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-6)"
1258
+ d="m 36.244338,725.12026 h 6.89305"
1259
+ id="path4-4-8-5-8-4-6-8-8-5-4" />
1260
+ <path
1261
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1262
+ d="M 41.474463,673.79376 V 658.55013"
1263
+ id="path3-15-1-3-6-9" />
1264
+ <path
1265
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1266
+ d="M 31.84854,673.79376 V 658.55013"
1267
+ id="path3-15-1-3-6-2" />
1268
+ <path
1269
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1270
+ d="M 79.722562,673.79376 V 658.55013"
1271
+ id="path3-15-1-3-6-7" />
1272
+ <path
1273
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1274
+ d="M 87.036514,673.74609 V 658.50246"
1275
+ id="path3-15-1-3-6-1" />
1276
+ <path
1277
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1278
+ d="M 97.074308,673.74609 V 658.50246"
1279
+ id="path3-15-1-3-6-3" />
1280
+ <path
1281
+ 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);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1)"
1282
+ d="m 42.689562,658.55013 h 5.101521"
1283
+ id="path4-4-8-5-8-4-6-8-8-5-1" />
1284
+ <path
1285
+ 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);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0)"
1286
+ d="m 50.463428,658.55013 h 7.20643"
1287
+ id="path4-4-8-5-8-4-6-8-8-5-1-6" />
1288
+ <path
1289
+ 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);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0-2)"
1290
+ d="m 71.353386,658.55011 h 7.184245"
1291
+ id="path4-4-8-5-8-4-6-8-8-5-1-6-7" />
1292
+ <path
1293
+ 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);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-2)"
1294
+ d="m 80.926252,658.55011 h 4.902697"
1295
+ id="path4-4-8-5-8-4-6-8-8-5-1-0" />
1296
+ <path
1297
+ 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);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-10)"
1298
+ d="m 88.478479,658.50245 h 7.418444"
1299
+ id="path4-4-8-5-8-4-6-8-8-5-0" />
1300
+ <text
1301
+ xml:space="preserve"
1302
+ transform="matrix(0.26458333,0,0,0.26458333,-27.257428,475.21611)"
1303
+ id="text10-6"
1304
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-33);display:inline"><tspan
1305
+ x="232.99805"
1306
+ y="706.12503"
1307
+ id="tspan16">L4</tspan></text>
1308
+ <text
1309
+ xml:space="preserve"
1310
+ transform="matrix(0.26458333,0,0,0.26458333,-9.9591707,475.1263)"
1311
+ id="text10-0"
1312
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-4);display:inline"><tspan
1313
+ x="232.99805"
1314
+ y="706.12503"
1315
+ id="tspan17">L4</tspan></text>
1316
+ <text
1317
+ xml:space="preserve"
1318
+ transform="matrix(0.26458333,0,0,0.26458333,11.20963,475.25507)"
1319
+ id="text10-5"
1320
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-6);display:inline"><tspan
1321
+ x="232.99805"
1322
+ y="706.12503"
1323
+ id="tspan18">L4</tspan></text>
1324
+ <text
1325
+ xml:space="preserve"
1326
+ transform="matrix(0.26458333,0,0,0.26458333,28.278118,475.25868)"
1327
+ id="text10-8"
1328
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-7);display:inline"><tspan
1329
+ x="232.99805"
1330
+ y="706.12503"
1331
+ id="tspan19">L4</tspan></text>
1332
+ <text
1333
+ xml:space="preserve"
1334
+ transform="matrix(0.26458333,0,0,0.26458333,13.74366,478.04333)"
1335
+ id="text11-6"
1336
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-8);display:inline"><tspan
1337
+ x="183.22266"
1338
+ y="680.28128"
1339
+ id="tspan20">L5</tspan></text>
1340
+ <text
1341
+ xml:space="preserve"
1342
+ transform="matrix(0.26458333,0,0,0.26458333,-18.431971,470.35136)"
1343
+ id="text10-7-6"
1344
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60);display:inline"><tspan
1345
+ x="232.99805"
1346
+ y="706.12503"
1347
+ id="tspan21">L6</tspan></text>
1348
+ <text
1349
+ xml:space="preserve"
1350
+ transform="matrix(0.26458333,0,0,0.26458333,19.65608,470.35793)"
1351
+ id="text10-7-9"
1352
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60-1);display:inline"><tspan
1353
+ x="232.99805"
1354
+ y="706.12503"
1355
+ id="tspan22">L6</tspan></text>
1356
+ <text
1357
+ xml:space="preserve"
1358
+ transform="matrix(0.26458333,0,0,0.26458333,163.0254,-42.672237)"
1359
+ id="text70"
1360
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect71);display:inline"><tspan
1361
+ x="-210.38867"
1362
+ y="2729.3106"
1363
+ id="tspan23">D6</tspan></text>
1364
+ <rect
1365
+ style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.132292;stroke-linejoin:bevel"
1366
+ id="rect72"
1367
+ width="15.999046"
1368
+ height="2.7484684"
1369
+ x="56.215881"
1370
+ y="686.78827" />
1371
+ <text
1372
+ xml:space="preserve"
1373
+ transform="matrix(0.26458333,0,0,0.26458333,57.763672,-26.375976)"
1374
+ id="text72"
1375
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect73);display:inline"><tspan
1376
+ x="-28.589844"
1377
+ y="2705.5215"
1378
+ id="tspan24">D8</tspan></text>
1379
+ <path
1380
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1381
+ d="M 24.978913,673.77991 V 658.53628"
1382
+ id="path3-15-1-3-6-2-7" />
1383
+ <path
1384
+ 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)"
1385
+ d="m 18.915354,658.53628 h 2.032698"
1386
+ id="path4-4-8-5-8-4-6-8-8-5-2" />
1387
+ <path
1388
+ 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)"
1389
+ d="M 28.396637,658.53628 H 26.363939"
1390
+ id="path4-4-8-5-8-4-6-8-8-5-2-1" />
1391
+ <text
1392
+ xml:space="preserve"
1393
+ transform="matrix(0.26458333,0,0,0.26458333,16.815883,-5.98762)"
1394
+ id="text73"
1395
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect74);display:inline"><tspan
1396
+ x="21.769531"
1397
+ y="2507.3633"
1398
+ id="tspan25">L3</tspan></text>
1399
+ <path
1400
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1401
+ d="M 34.784986,725.38615 V 710.14252"
1402
+ id="path3-15-1-3-6-2-0" />
1403
+ <path
1404
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1405
+ d="M 44.624808,725.38615 V 710.14252"
1406
+ id="path3-15-1-3-6-2-70" />
1407
+ <path
1408
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1409
+ d="M 27.056484,714.19474 H 50.562955"
1410
+ id="path3-15-1-3-6-2-0-0" />
1411
+ <path
1412
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1413
+ d="M 27.056485,715.05624 H 50.115579"
1414
+ id="path3-15-1-3-6-2-0-0-9" />
1415
+ <text
1416
+ xml:space="preserve"
1417
+ transform="matrix(0.26458333,0,0,0.26458333,11.699286,-13.831315)"
1418
+ id="text74"
1419
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect75);display:inline"><tspan
1420
+ x="116.12109"
1421
+ y="2757.3164"
1422
+ id="tspan26">D9</tspan></text>
1423
+ <path
1424
+ 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)"
1425
+ d="m 27.056484,710.77701 v 2.0327"
1426
+ id="path4-4-8-5-8-4-6-8-8-5-2-1-0" />
1427
+ <path
1428
+ 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)"
1429
+ d="m 27.056485,718.47397 v -2.0327"
1430
+ id="path4-4-8-5-8-4-6-8-8-5-2-1-0-6" />
1431
+ <text
1432
+ xml:space="preserve"
1433
+ transform="matrix(0.26458333,0,0,0.26458333,23.881836,-11.014648)"
1434
+ id="text75"
1435
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect76)"><tspan
1436
+ x="0"
1437
+ y="2771.875"
1438
+ id="tspan27">L7</tspan></text>
1439
+ <text
1440
+ xml:space="preserve"
1441
+ transform="matrix(0.26458333,0,0,0.26458333,9.8349609,-12.880859)"
1442
+ id="text76"
1443
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect77)"><tspan
1444
+ x="101.57812"
1445
+ y="2805.9512"
1446
+ id="tspan28">L8</tspan></text>
1447
+ </g>
1448
+ </svg>