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,1128 @@
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="527.98938"
7
+ viewBox="0 0 128.87376 139.69719"
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="17.20903"
40
+ y="2038.8077"
41
+ width="65.971947"
42
+ height="37.730682"
43
+ id="rect5" />
44
+ <rect
45
+ x="309.6376"
46
+ y="2316.5559"
47
+ width="56.454578"
48
+ height="27.998922"
49
+ id="rect69" />
50
+ <rect
51
+ x="206.74261"
52
+ y="2313.6277"
53
+ width="58.307598"
54
+ height="25.556065"
55
+ id="rect68" />
56
+ <rect
57
+ x="491.40875"
58
+ y="1790.861"
59
+ width="52.4771"
60
+ height="30.885464"
61
+ id="rect67" />
62
+ <rect
63
+ x="446.57083"
64
+ y="1734.4534"
65
+ width="64.644417"
66
+ height="37.441513"
67
+ id="rect66" />
68
+ <rect
69
+ x="489.67996"
70
+ y="1794.1498"
71
+ width="78.858032"
72
+ height="45.177166"
73
+ id="rect65" />
74
+ <rect
75
+ x="409.5892"
76
+ y="1735.5229"
77
+ width="89.035439"
78
+ height="43.907478"
79
+ id="rect64" />
80
+ <rect
81
+ x="143.56299"
82
+ y="2344.5508"
83
+ width="111.22293"
84
+ height="52.762058"
85
+ id="rect63" />
86
+ <rect
87
+ x="285.49829"
88
+ y="2336.6191"
89
+ width="72.567665"
90
+ height="40.456448"
91
+ id="rect62" />
92
+ <rect
93
+ x="152.28101"
94
+ y="2344.4587"
95
+ width="88.970222"
96
+ height="40.024605"
97
+ id="rect61" />
98
+ <rect
99
+ x="317.74606"
100
+ y="2349.5891"
101
+ width="65.680367"
102
+ height="43.774605"
103
+ id="rect60" />
104
+ <rect
105
+ x="213.8681"
106
+ y="2361.7434"
107
+ width="62.624264"
108
+ height="31.550198"
109
+ id="rect59" />
110
+ <rect
111
+ x="82.5812"
112
+ y="2312.3069"
113
+ width="74.121552"
114
+ height="52.027557"
115
+ id="rect58" />
116
+ <rect
117
+ x="393.4621"
118
+ y="2367.2058"
119
+ width="70.190697"
120
+ height="38.4781"
121
+ id="rect57" />
122
+ <rect
123
+ x="242.90477"
124
+ y="2339.45"
125
+ width="65.495819"
126
+ height="48.115158"
127
+ id="rect56" />
128
+ <rect
129
+ x="129.1683"
130
+ y="2354.5498"
131
+ width="93.583908"
132
+ height="45.453987"
133
+ id="rect55" />
134
+ <rect
135
+ x="399.172"
136
+ y="2414.3318"
137
+ width="83.869339"
138
+ height="49.879429"
139
+ id="rect54" />
140
+ <rect
141
+ x="373.64542"
142
+ y="2326.0593"
143
+ width="81.780266"
144
+ height="46.483761"
145
+ id="rect53" />
146
+ <rect
147
+ x="333.99359"
148
+ y="2372.9785"
149
+ width="99.651817"
150
+ height="71.899605"
151
+ id="rect52" />
152
+ <rect
153
+ x="214.08588"
154
+ y="2407.8691"
155
+ width="91.158958"
156
+ height="48.008121"
157
+ id="rect51" />
158
+ <rect
159
+ x="76.007629"
160
+ y="2320.7222"
161
+ width="82.330215"
162
+ height="62.834644"
163
+ id="rect50" />
164
+ <rect
165
+ x="262.62549"
166
+ y="2335.759"
167
+ width="99.079727"
168
+ height="71.139275"
169
+ id="rect49" />
170
+ <rect
171
+ x="382.3432"
172
+ y="2164.988"
173
+ width="48.05788"
174
+ height="19.94241"
175
+ id="rect48" />
176
+ <rect
177
+ x="170.18947"
178
+ y="2164.9883"
179
+ width="50.68071"
180
+ height="30.450218"
181
+ id="rect29" />
182
+ <marker
183
+ style="overflow:visible"
184
+ id="RoundedArrow"
185
+ refX="0"
186
+ refY="0"
187
+ orient="auto-start-reverse"
188
+ inkscape:stockid="Rounded arrow"
189
+ markerWidth="1"
190
+ markerHeight="1"
191
+ viewBox="0 0 1 1"
192
+ inkscape:isstock="true"
193
+ inkscape:collect="always"
194
+ preserveAspectRatio="xMidYMid">
195
+ <path
196
+ transform="scale(0.7)"
197
+ 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"
198
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
199
+ id="path8" />
200
+ </marker>
201
+ <marker
202
+ style="overflow:visible"
203
+ id="RoundedArrow-3"
204
+ refX="0"
205
+ refY="0"
206
+ orient="auto-start-reverse"
207
+ inkscape:stockid="Rounded arrow"
208
+ markerWidth="1"
209
+ markerHeight="1"
210
+ viewBox="0 0 1 1"
211
+ inkscape:isstock="true"
212
+ inkscape:collect="always"
213
+ preserveAspectRatio="xMidYMid">
214
+ <path
215
+ transform="scale(0.7)"
216
+ 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"
217
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
218
+ id="path8-38" />
219
+ </marker>
220
+ <marker
221
+ style="overflow:visible"
222
+ id="RoundedArrow-0"
223
+ refX="0"
224
+ refY="0"
225
+ orient="auto-start-reverse"
226
+ inkscape:stockid="Rounded arrow"
227
+ markerWidth="1"
228
+ markerHeight="1"
229
+ viewBox="0 0 1 1"
230
+ inkscape:isstock="true"
231
+ inkscape:collect="always"
232
+ preserveAspectRatio="xMidYMid">
233
+ <path
234
+ transform="scale(0.7)"
235
+ 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"
236
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
237
+ id="path8-0" />
238
+ </marker>
239
+ <marker
240
+ style="overflow:visible"
241
+ id="RoundedArrow-0-9"
242
+ refX="0"
243
+ refY="0"
244
+ orient="auto-start-reverse"
245
+ inkscape:stockid="Rounded arrow"
246
+ markerWidth="1"
247
+ markerHeight="1"
248
+ viewBox="0 0 1 1"
249
+ inkscape:isstock="true"
250
+ inkscape:collect="always"
251
+ preserveAspectRatio="xMidYMid">
252
+ <path
253
+ transform="scale(0.7)"
254
+ 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"
255
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
256
+ id="path8-0-8" />
257
+ </marker>
258
+ <marker
259
+ style="overflow:visible"
260
+ id="RoundedArrow-0-96"
261
+ refX="0"
262
+ refY="0"
263
+ orient="auto-start-reverse"
264
+ inkscape:stockid="Rounded arrow"
265
+ markerWidth="1"
266
+ markerHeight="1"
267
+ viewBox="0 0 1 1"
268
+ inkscape:isstock="true"
269
+ inkscape:collect="always"
270
+ preserveAspectRatio="xMidYMid">
271
+ <path
272
+ transform="scale(0.7)"
273
+ 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"
274
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
275
+ id="path8-0-0" />
276
+ </marker>
277
+ <marker
278
+ style="overflow:visible"
279
+ id="RoundedArrow-0-2"
280
+ refX="0"
281
+ refY="0"
282
+ orient="auto-start-reverse"
283
+ inkscape:stockid="Rounded arrow"
284
+ markerWidth="1"
285
+ markerHeight="1"
286
+ viewBox="0 0 1 1"
287
+ inkscape:isstock="true"
288
+ inkscape:collect="always"
289
+ preserveAspectRatio="xMidYMid">
290
+ <path
291
+ transform="scale(0.7)"
292
+ 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"
293
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
294
+ id="path8-0-1" />
295
+ </marker>
296
+ <marker
297
+ style="overflow:visible"
298
+ id="RoundedArrow-0-2-9"
299
+ refX="0"
300
+ refY="0"
301
+ orient="auto-start-reverse"
302
+ inkscape:stockid="Rounded arrow"
303
+ markerWidth="1"
304
+ markerHeight="1"
305
+ viewBox="0 0 1 1"
306
+ inkscape:isstock="true"
307
+ inkscape:collect="always"
308
+ preserveAspectRatio="xMidYMid">
309
+ <path
310
+ transform="scale(0.7)"
311
+ 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"
312
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
313
+ id="path8-0-1-1" />
314
+ </marker>
315
+ <marker
316
+ style="overflow:visible"
317
+ id="RoundedArrow-0-9-7"
318
+ refX="0"
319
+ refY="0"
320
+ orient="auto-start-reverse"
321
+ inkscape:stockid="Rounded arrow"
322
+ markerWidth="1"
323
+ markerHeight="1"
324
+ viewBox="0 0 1 1"
325
+ inkscape:isstock="true"
326
+ inkscape:collect="always"
327
+ preserveAspectRatio="xMidYMid">
328
+ <path
329
+ transform="scale(0.7)"
330
+ 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"
331
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
332
+ id="path8-0-8-0" />
333
+ </marker>
334
+ <marker
335
+ style="overflow:visible"
336
+ id="RoundedArrow-0-9-7-6"
337
+ refX="0"
338
+ refY="0"
339
+ orient="auto-start-reverse"
340
+ inkscape:stockid="Rounded arrow"
341
+ markerWidth="1"
342
+ markerHeight="1"
343
+ viewBox="0 0 1 1"
344
+ inkscape:isstock="true"
345
+ inkscape:collect="always"
346
+ preserveAspectRatio="xMidYMid">
347
+ <path
348
+ transform="scale(0.7)"
349
+ 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"
350
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
351
+ id="path8-0-8-0-1" />
352
+ </marker>
353
+ <marker
354
+ style="overflow:visible"
355
+ id="RoundedArrow-0-2-3"
356
+ refX="0"
357
+ refY="0"
358
+ orient="auto-start-reverse"
359
+ inkscape:stockid="Rounded arrow"
360
+ markerWidth="1"
361
+ markerHeight="1"
362
+ viewBox="0 0 1 1"
363
+ inkscape:isstock="true"
364
+ inkscape:collect="always"
365
+ preserveAspectRatio="xMidYMid">
366
+ <path
367
+ transform="scale(0.7)"
368
+ 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"
369
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
370
+ id="path8-0-1-8" />
371
+ </marker>
372
+ <marker
373
+ style="overflow:visible"
374
+ id="RoundedArrow-0-2-9-0"
375
+ refX="0"
376
+ refY="0"
377
+ orient="auto-start-reverse"
378
+ inkscape:stockid="Rounded arrow"
379
+ markerWidth="1"
380
+ markerHeight="1"
381
+ viewBox="0 0 1 1"
382
+ inkscape:isstock="true"
383
+ inkscape:collect="always"
384
+ preserveAspectRatio="xMidYMid">
385
+ <path
386
+ transform="scale(0.7)"
387
+ 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"
388
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
389
+ id="path8-0-1-1-4" />
390
+ </marker>
391
+ <marker
392
+ style="overflow:visible"
393
+ id="RoundedArrow-0-96-2"
394
+ refX="0"
395
+ refY="0"
396
+ orient="auto-start-reverse"
397
+ inkscape:stockid="Rounded arrow"
398
+ markerWidth="1"
399
+ markerHeight="1"
400
+ viewBox="0 0 1 1"
401
+ inkscape:isstock="true"
402
+ inkscape:collect="always"
403
+ preserveAspectRatio="xMidYMid">
404
+ <path
405
+ transform="scale(0.7)"
406
+ 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"
407
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
408
+ id="path8-0-0-5" />
409
+ </marker>
410
+ <marker
411
+ style="overflow:visible"
412
+ id="RoundedArrow-0-96-0"
413
+ refX="0"
414
+ refY="0"
415
+ orient="auto-start-reverse"
416
+ inkscape:stockid="Rounded arrow"
417
+ markerWidth="1"
418
+ markerHeight="1"
419
+ viewBox="0 0 1 1"
420
+ inkscape:isstock="true"
421
+ inkscape:collect="always"
422
+ preserveAspectRatio="xMidYMid">
423
+ <path
424
+ transform="scale(0.7)"
425
+ 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"
426
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
427
+ id="path8-0-0-50" />
428
+ </marker>
429
+ <marker
430
+ style="overflow:visible"
431
+ id="RoundedArrow-0-96-1"
432
+ refX="0"
433
+ refY="0"
434
+ orient="auto-start-reverse"
435
+ inkscape:stockid="Rounded arrow"
436
+ markerWidth="1"
437
+ markerHeight="1"
438
+ viewBox="0 0 1 1"
439
+ inkscape:isstock="true"
440
+ inkscape:collect="always"
441
+ preserveAspectRatio="xMidYMid">
442
+ <path
443
+ transform="scale(0.7)"
444
+ 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"
445
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
446
+ id="path8-0-0-7" />
447
+ </marker>
448
+ <marker
449
+ style="overflow:visible"
450
+ id="RoundedArrow-0-96-6"
451
+ refX="0"
452
+ refY="0"
453
+ orient="auto-start-reverse"
454
+ inkscape:stockid="Rounded arrow"
455
+ markerWidth="1"
456
+ markerHeight="1"
457
+ viewBox="0 0 1 1"
458
+ inkscape:isstock="true"
459
+ inkscape:collect="always"
460
+ preserveAspectRatio="xMidYMid">
461
+ <path
462
+ transform="scale(0.7)"
463
+ 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"
464
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
465
+ id="path8-0-0-8" />
466
+ </marker>
467
+ <marker
468
+ style="overflow:visible"
469
+ id="RoundedArrow-0-96-6-6"
470
+ refX="0"
471
+ refY="0"
472
+ orient="auto-start-reverse"
473
+ inkscape:stockid="Rounded arrow"
474
+ markerWidth="1"
475
+ markerHeight="1"
476
+ viewBox="0 0 1 1"
477
+ inkscape:isstock="true"
478
+ inkscape:collect="always"
479
+ preserveAspectRatio="xMidYMid">
480
+ <path
481
+ transform="scale(0.7)"
482
+ 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"
483
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
484
+ id="path8-0-0-8-8" />
485
+ </marker>
486
+ <marker
487
+ style="overflow:visible"
488
+ id="RoundedArrow-0-96-6-6-9"
489
+ refX="0"
490
+ refY="0"
491
+ orient="auto-start-reverse"
492
+ inkscape:stockid="Rounded arrow"
493
+ markerWidth="1"
494
+ markerHeight="1"
495
+ viewBox="0 0 1 1"
496
+ inkscape:isstock="true"
497
+ inkscape:collect="always"
498
+ preserveAspectRatio="xMidYMid">
499
+ <path
500
+ transform="scale(0.7)"
501
+ 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"
502
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
503
+ id="path8-0-0-8-8-0" />
504
+ </marker>
505
+ </defs>
506
+ <g
507
+ inkscape:label="Layer 1"
508
+ inkscape:groupmode="layer"
509
+ id="layer1"
510
+ transform="translate(-19.626648,-470.18729)">
511
+ <rect
512
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#f9f9f9;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
513
+ id="rect70"
514
+ width="128.60918"
515
+ height="139.43262"
516
+ x="19.75894"
517
+ y="470.31958"
518
+ inkscape:export-filename="heliostat_side_sizing.svg"
519
+ inkscape:export-xdpi="96"
520
+ inkscape:export-ydpi="96" />
521
+ <path
522
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
523
+ d="m 97.670301,561.87843 h -9.67224"
524
+ id="path29-2" />
525
+ <path
526
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
527
+ d="M 44.62136,562.01072 H 34.94912"
528
+ id="path29-5" />
529
+ <circle
530
+ style="fill:none;fill-opacity:0.5;stroke:#e6e6e6;stroke-width:0.264583;stroke-linejoin:bevel"
531
+ id="path14-0"
532
+ cx="66.612434"
533
+ cy="525.9198"
534
+ r="33.301704" />
535
+ <circle
536
+ style="opacity:1;fill:none;fill-opacity:0.5;stroke:#e6e6e6;stroke-width:0.264583;stroke-linejoin:bevel"
537
+ id="path14"
538
+ cx="66.598579"
539
+ cy="515.90796"
540
+ r="41.863716" />
541
+ <rect
542
+ style="fill:#008000;stroke:none;stroke-width:0.264748"
543
+ id="rect2-2-5-0-5-1-1-9-10-6-4-4"
544
+ width="3.558774"
545
+ height="0.71841782"
546
+ x="103.27079"
547
+ y="554.75494"
548
+ transform="matrix(0.99995927,-0.00902493,-0.04088513,0.99916385,0,0)" />
549
+ <rect
550
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
551
+ id="rect2-2-5-3-0"
552
+ width="14.70898"
553
+ height="0.54482871"
554
+ x="589.94421"
555
+ y="56.801041"
556
+ transform="matrix(0,1,1,0,0,0)" />
557
+ <rect
558
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
559
+ id="rect2-6-3-4-3"
560
+ width="1.5748962"
561
+ height="0.65563965"
562
+ x="56.801041"
563
+ y="-604.6532"
564
+ transform="scale(1,-1)" />
565
+ <rect
566
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
567
+ id="rect2-2-9-9-6"
568
+ width="14.70898"
569
+ height="0.54482871"
570
+ x="589.94421"
571
+ y="-75.897659"
572
+ transform="rotate(90)" />
573
+ <rect
574
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
575
+ id="rect2-6-1-0-1"
576
+ width="1.5748962"
577
+ height="0.65563965"
578
+ x="-75.897659"
579
+ y="-604.6532"
580
+ transform="scale(-1)" />
581
+ <rect
582
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264974"
583
+ id="rect2-2-5-9-2-0"
584
+ width="32.253361"
585
+ height="0.55026412"
586
+ x="525.97675"
587
+ y="160.80437"
588
+ transform="matrix(-0.17700955,0.98420913,0.96771702,0.25203922,0,0)" />
589
+ <rect
590
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264974"
591
+ id="rect2-2-5-9-6-0-6"
592
+ width="32.253361"
593
+ height="0.55026412"
594
+ x="559.52094"
595
+ y="29.814579"
596
+ transform="matrix(0.17700955,0.98420913,-0.96771702,0.25203922,0,0)" />
597
+ <rect
598
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
599
+ id="rect2-2-5-0-5-1-1-9-10-2"
600
+ width="10.004592"
601
+ height="1.5487213"
602
+ x="-560.55585"
603
+ y="-53.607635"
604
+ transform="matrix(0,-1,-1,0,0,0)" />
605
+ <rect
606
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
607
+ id="rect2-2-5-0-5-1-1-9-3-3-2"
608
+ width="10.004592"
609
+ height="1.5487213"
610
+ x="-560.55585"
611
+ y="-80.721794"
612
+ transform="matrix(0,-1,-1,0,0,0)" />
613
+ <rect
614
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
615
+ id="rect2-2-5-0-5-1-1-9-0-7-6"
616
+ width="19.721786"
617
+ height="1.5487213"
618
+ x="-402.2673"
619
+ y="-381.01917"
620
+ transform="matrix(0.61466975,-0.78878457,-0.78878457,-0.61466975,0,0)" />
621
+ <rect
622
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
623
+ id="rect2-2-5-0-5-1-1-9-0-6-8-1"
624
+ width="19.721786"
625
+ height="1.5487213"
626
+ x="-483.88361"
627
+ y="-276.28384"
628
+ transform="rotate(-127.92793)" />
629
+ <circle
630
+ style="fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
631
+ id="path19-7"
632
+ cx="66.345551"
633
+ cy="543.15991"
634
+ r="4.7177734" />
635
+ <circle
636
+ style="fill:#d7f4d7;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
637
+ id="path19-3-7"
638
+ cx="66.345551"
639
+ cy="543.15991"
640
+ r="3.1240234" />
641
+ <circle
642
+ style="fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
643
+ id="path19-9-6"
644
+ cx="66.345551"
645
+ cy="515.64337"
646
+ r="4.7177734" />
647
+ <circle
648
+ style="fill:#7f2aff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
649
+ id="path19-3-9-7"
650
+ cx="66.345551"
651
+ cy="515.64337"
652
+ r="3.1240234" />
653
+ <rect
654
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264582"
655
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3"
656
+ width="21.268524"
657
+ height="4.0533905"
658
+ x="-540.03589"
659
+ y="-68.372246"
660
+ transform="matrix(0,-1,-1,0,0,0)" />
661
+ <circle
662
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
663
+ id="path19-3-9-9-5"
664
+ cx="66.345551"
665
+ cy="515.64337"
666
+ r="1.9119263" />
667
+ <rect
668
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
669
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6"
670
+ width="1.9148636"
671
+ height="2.9260547"
672
+ x="-514.44806"
673
+ y="-60.995117"
674
+ transform="matrix(0,-1,-1,0,0,0)" />
675
+ <rect
676
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
677
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-2-2"
678
+ width="1.9148636"
679
+ height="2.9260547"
680
+ x="-514.44806"
681
+ y="-74.62204"
682
+ transform="matrix(0,-1,-1,0,0,0)" />
683
+ <rect
684
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
685
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-0-1"
686
+ width="1.9148636"
687
+ height="2.9260547"
688
+ x="-514.44806"
689
+ y="-27.12697"
690
+ transform="matrix(0,-1,-1,0,0,0)" />
691
+ <rect
692
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
693
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-3-7"
694
+ width="1.9148636"
695
+ height="2.9260547"
696
+ x="-514.44806"
697
+ y="-109.00533"
698
+ transform="matrix(0,-1,-1,0,0,0)" />
699
+ <rect
700
+ style="opacity:0.7;fill:#9955ff;stroke:none;stroke-width:0.264582"
701
+ id="rect2-2-5-0-5-1-1-3-5-5-6-5-0-8"
702
+ width="84.80442"
703
+ height="4.1904411"
704
+ x="-109.00533"
705
+ y="508.3428"
706
+ transform="scale(-1,1)" />
707
+ <circle
708
+ style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
709
+ id="path23-18"
710
+ cx="59.320396"
711
+ cy="537.42859"
712
+ r="1.6699219" />
713
+ <circle
714
+ style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
715
+ id="path23-1-5"
716
+ cx="72.930687"
717
+ cy="537.24359"
718
+ r="1.6699219" />
719
+ <circle
720
+ style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264584;stroke-linejoin:bevel;stroke-opacity:1"
721
+ id="path21-5-1-8-8"
722
+ cx="419.34265"
723
+ cy="320.7753"
724
+ r="2.8822806"
725
+ inkscape:transform-center-x="-0.011527196"
726
+ inkscape:transform-center-y="0.022047276"
727
+ transform="rotate(45.383275)" />
728
+ <circle
729
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
730
+ id="path21-5-60-9"
731
+ cx="419.3493"
732
+ cy="320.77734"
733
+ r="1.6018066"
734
+ inkscape:transform-center-x="-0.01474444"
735
+ inkscape:transform-center-y="0.028219004"
736
+ transform="rotate(45.383275)" />
737
+ <path
738
+ style="fill:#808080;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
739
+ d="m 34.632115,536.45828 13.266053,-8.22892 17.530287,-0.14578 1.78208,0.10419 18.359982,0.0488 12.561321,8.54926 -0.41231,1.18277 -12.090193,-7.83386 -37.01065,-0.22635 -13.085411,7.98071 z"
740
+ id="path9-7"
741
+ sodipodi:nodetypes="ccccccccccc"
742
+ inkscape:transform-center-x="0.38888523"
743
+ inkscape:transform-center-y="6.009387" />
744
+ <path
745
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
746
+ d="m 24.200914,514.44808 10.099263,21.85848 0.914555,1.57325 13.412628,15.58255 11.89421,-15.18195"
747
+ id="path10"
748
+ sodipodi:nodetypes="ccccc" />
749
+ <path
750
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
751
+ d="m 109.00534,514.44808 -10.400352,22.32089 -0.4556,1.16704 -13.912563,15.69355 -12.456284,-15.33176"
752
+ id="path11"
753
+ sodipodi:nodetypes="ccccc" />
754
+ <path
755
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
756
+ d="M 24.333205,508.87199 V 493.96277"
757
+ id="path12" />
758
+ <path
759
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
760
+ d="M 108.87304,508.87199 V 493.96277"
761
+ id="path12-5" />
762
+ <path
763
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
764
+ d="m 109.00534,512.66555 h 9.90227"
765
+ id="path12-9" />
766
+ <path
767
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
768
+ d="m 109.00534,514.58039 h 9.90227"
769
+ id="path12-2" />
770
+ <path
771
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
772
+ d="m 63.35382,515.6434 v -9.90227"
773
+ id="path12-7" />
774
+ <path
775
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
776
+ d="m 69.469575,515.6434 v -9.90227"
777
+ id="path12-1" />
778
+ <path
779
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
780
+ d="M 61.76007,515.6434 V 500.26001"
781
+ id="path12-3" />
782
+ <path
783
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
784
+ d="M 71.195617,515.6434 V 500.26001"
785
+ id="path12-3-2" />
786
+ <path
787
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
788
+ d="M 66.598584,515.77569 H 130.73836"
789
+ id="path12-3-1" />
790
+ <path
791
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
792
+ d="M 66.226626,523.78205 H 131.55108"
793
+ id="path12-3-1-6" />
794
+ <path
795
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
796
+ d="M 66.551307,543.29223 H 134.97623"
797
+ id="path12-3-1-62" />
798
+ <path
799
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
800
+ d="M 68.599404,534.99503 H 145.05051"
801
+ id="path12-3-1-62-2" />
802
+ <path
803
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
804
+ d="M 80.721796,550.68357 H 145.05052"
805
+ id="path12-3-1-62-2-2" />
806
+ <path
807
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
808
+ d="M 80.721796,560.42358 H 145.05052"
809
+ id="path12-3-1-62-2-2-8" />
810
+ <path
811
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
812
+ d="M 70.188475,558.20006 H 140.35868"
813
+ id="path12-3-1-62-2-2-1" />
814
+ <path
815
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
816
+ d="M 76.029952,589.67966 H 140.35868"
817
+ id="path12-3-1-62-2-2-0" />
818
+ <path
819
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
820
+ d="M 76.029952,604.65322 H 140.35868"
821
+ id="path12-3-1-62-2-2-9" />
822
+ <path
823
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
824
+ d="M 140.35868,591.04691 V 603.4001"
825
+ id="path13" />
826
+ <path
827
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3);marker-end:url(#RoundedArrow-3)"
828
+ d="m 140.3587,559.36875 v 29.05426"
829
+ id="path13-6" />
830
+ <path
831
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0);marker-end:url(#RoundedArrow-0)"
832
+ d="m 145.05052,551.997 v 7.11315"
833
+ id="path13-67" />
834
+ <path
835
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-9);marker-end:url(#RoundedArrow-0-9)"
836
+ d="m 145.05052,536.16603 v 13.2458"
837
+ id="path13-67-8" />
838
+ <path
839
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96);marker-end:url(#RoundedArrow-0-96)"
840
+ d="m 134.97623,536.27332 v 5.65366"
841
+ id="path13-67-6" />
842
+ <path
843
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-2);marker-end:url(#RoundedArrow-0-96-2)"
844
+ d="m 64.681064,505.74112 h 3.593554"
845
+ id="path13-67-6-9" />
846
+ <path
847
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-0-2)"
848
+ d="m 113.91196,553.51054 v 3.30874"
849
+ id="path13-67-9" />
850
+ <path
851
+ 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)"
852
+ d="m 113.80064,565.0466 v -3.30874"
853
+ id="path13-67-9-7" />
854
+ <path
855
+ 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);marker-end:url(#RoundedArrow-0-9-7)"
856
+ d="m 130.73838,525.25742 v 16.71746"
857
+ id="path13-67-8-4" />
858
+ <path
859
+ 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);marker-end:url(#RoundedArrow-0-9-7-6)"
860
+ d="m 130.73837,517.05513 v 5.54137"
861
+ id="path13-67-8-4-2" />
862
+ <rect
863
+ style="fill:#008000;stroke:none;stroke-width:0.264748"
864
+ id="rect2-2-5-0-5-1-1-9-10-6-4-4-5"
865
+ width="3.558774"
866
+ height="0.71841782"
867
+ x="71.430588"
868
+ y="554.27832"
869
+ transform="matrix(0.99995927,-0.00902493,-0.04088513,0.99916385,0,0)" />
870
+ <rect
871
+ style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
872
+ id="rect21"
873
+ width="1.40625"
874
+ height="3.4399962"
875
+ x="65.495346"
876
+ y="525.40491" />
877
+ <path
878
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-0-2-3)"
879
+ d="m 118.90761,507.97178 v 3.30874"
880
+ id="path13-67-9-9" />
881
+ <path
882
+ 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-0)"
883
+ d="m 118.90761,519.27415 v -3.30874"
884
+ id="path13-67-9-7-1" />
885
+ <path
886
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-0);marker-end:url(#RoundedArrow-0-96-0)"
887
+ d="m 62.969252,500.26007 h 6.811985"
888
+ id="path13-67-6-4" />
889
+ <path
890
+ 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);marker-end:url(#RoundedArrow-0-96-1)"
891
+ d="m 25.74553,494.20717 h 81.71518"
892
+ id="path13-67-6-46" />
893
+ <path
894
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
895
+ d="M 85.613417,528.22937 H 113.42292"
896
+ id="path12-3-1-6-2"
897
+ sodipodi:nodetypes="cc" />
898
+ <path
899
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-6);marker-end:url(#RoundedArrow-0-96-6)"
900
+ d="m 113.42292,525.18805 v 1.65629"
901
+ id="path13-67-6-3" />
902
+ <path
903
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
904
+ d="m 47.898165,528.22937 12.993891,-8.6878"
905
+ id="path26"
906
+ sodipodi:nodetypes="cc" />
907
+ <path
908
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
909
+ d="M 66.345552,515.64339 40.735497,569.81873"
910
+ id="path27" />
911
+ <path
912
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
913
+ d="m 66.345552,515.64339 25.434866,54.23188"
914
+ id="path28" />
915
+ <path
916
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-6-6);marker-end:url(#RoundedArrow-0-96-6-6)"
917
+ d="m 36.073208,563.48107 c 0.480138,3.19798 1.969794,4.32774 3.668293,5.02959"
918
+ id="path13-67-6-3-6"
919
+ sodipodi:nodetypes="cc" />
920
+ <path
921
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-6-6-9);marker-end:url(#RoundedArrow-0-96-6-6-9)"
922
+ d="m 96.590194,563.33056 c -0.504996,3.36488 -2.071791,4.55364 -3.858247,5.29212"
923
+ id="path13-67-6-3-6-3"
924
+ sodipodi:nodetypes="cc" />
925
+ <text
926
+ xml:space="preserve"
927
+ transform="matrix(0.26458333,0,0,0.26458333,-11.926852,-6.4772899)"
928
+ id="text29"
929
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29);display:inline"><tspan
930
+ x="170.18945"
931
+ y="2177.9649"
932
+ id="tspan1">al</tspan></text>
933
+ <text
934
+ xml:space="preserve"
935
+ transform="matrix(0.26458333,0,0,0.26458333,-5.1286411,-7.3627828)"
936
+ id="text48"
937
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect48);display:inline"><tspan
938
+ x="382.34375"
939
+ y="2177.9649"
940
+ id="tspan2">ar</tspan></text>
941
+ <text
942
+ xml:space="preserve"
943
+ transform="matrix(0.26458333,0,0,0.26458333,64.382959,-22.490818)"
944
+ id="text49"
945
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect49);display:inline"><tspan
946
+ x="262.625"
947
+ y="2348.7364"
948
+ id="tspan3">H1</tspan></text>
949
+ <text
950
+ xml:space="preserve"
951
+ transform="matrix(0.26458333,0,0,0.26458333,114.298,-41.976169)"
952
+ id="text50"
953
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect50);display:inline"><tspan
954
+ x="76.007812"
955
+ y="2333.6992"
956
+ id="tspan4">H2</tspan></text>
957
+ <text
958
+ xml:space="preserve"
959
+ transform="matrix(0.26458333,0,0,0.26458333,54.747216,-72.057224)"
960
+ id="text51"
961
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51);display:inline"><tspan
962
+ x="214.08594"
963
+ y="2420.8457"
964
+ id="tspan5">H3</tspan></text>
965
+ <text
966
+ xml:space="preserve"
967
+ transform="matrix(0.26458333,0,0,0.26458333,51.064599,-74.692966)"
968
+ id="text52"
969
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect52);display:inline"><tspan
970
+ x="333.99414"
971
+ y="2385.9551"
972
+ id="tspan6">H4</tspan></text>
973
+ <text
974
+ xml:space="preserve"
975
+ transform="matrix(0.26458333,0,0,0.26458333,40.782373,-74.690036)"
976
+ id="text53"
977
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect53);display:inline"><tspan
978
+ x="373.64453"
979
+ y="2339.0352"
980
+ id="tspan7">H5</tspan></text>
981
+ <text
982
+ xml:space="preserve"
983
+ transform="matrix(0.26458333,0,0,0.26458333,29.966943,-101.89512)"
984
+ id="text54"
985
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect54);display:inline"><tspan
986
+ x="399.17188"
987
+ y="2427.3086"
988
+ id="tspan8">H6</tspan></text>
989
+ <text
990
+ xml:space="preserve"
991
+ transform="matrix(0.26458333,0,0,0.26458333,97.010888,-93.973239)"
992
+ id="text55"
993
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect55);display:inline"><tspan
994
+ x="129.16797"
995
+ y="2367.5274"
996
+ id="tspan9">H7</tspan></text>
997
+ <text
998
+ xml:space="preserve"
999
+ transform="matrix(0.26458333,0,0,0.26458333,67.023584,-101.31309)"
1000
+ id="text56"
1001
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect56);display:inline"><tspan
1002
+ x="242.9043"
1003
+ y="2352.4258"
1004
+ id="tspan10">H8</tspan></text>
1005
+ <text
1006
+ xml:space="preserve"
1007
+ transform="matrix(0.26458333,0,0,0.26458333,13.007959,-122.48301)"
1008
+ id="text57"
1009
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect57);display:inline"><tspan
1010
+ x="393.46289"
1011
+ y="2380.1817"
1012
+ id="tspan11">H9</tspan></text>
1013
+ <text
1014
+ xml:space="preserve"
1015
+ transform="matrix(0.26458333,0,0,0.26458333,42.793115,-121.92246)"
1016
+ id="text58"
1017
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect58);display:inline"><tspan
1018
+ x="82.582031"
1019
+ y="2325.2832"
1020
+ id="tspan12">L2</tspan></text>
1021
+ <text
1022
+ xml:space="preserve"
1023
+ transform="matrix(0.26458333,0,0,0.26458333,19.949365,-34.542576)"
1024
+ id="text59"
1025
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect59);display:inline"><tspan
1026
+ x="213.86719"
1027
+ y="2374.7207"
1028
+ id="tspan13">D1</tspan></text>
1029
+ <text
1030
+ xml:space="preserve"
1031
+ transform="matrix(0.26458333,0,0,0.26458333,-12.567237,-63.25449)"
1032
+ id="text60"
1033
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect60);display:inline"><tspan
1034
+ x="317.74609"
1035
+ y="2362.5664"
1036
+ id="tspan14">D2</tspan></text>
1037
+ <text
1038
+ xml:space="preserve"
1039
+ transform="matrix(0.26458333,0,0,0.26458333,39.987451,-60.289646)"
1040
+ id="text61"
1041
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect61);display:inline"><tspan
1042
+ x="152.28125"
1043
+ y="2357.4356"
1044
+ id="tspan15">D3</tspan></text>
1045
+ <text
1046
+ xml:space="preserve"
1047
+ transform="matrix(0.26458333,0,0,0.26458333,-6.8270022,-87.244724)"
1048
+ id="text62"
1049
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect62);display:inline"><tspan
1050
+ x="285.49805"
1051
+ y="2349.5957"
1052
+ id="tspan16">D4</tspan></text>
1053
+ <text
1054
+ xml:space="preserve"
1055
+ transform="matrix(0.26458333,0,0,0.26458333,25.794092,-72.681247)"
1056
+ id="text63"
1057
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect63);display:inline"><tspan
1058
+ x="143.5625"
1059
+ y="2357.5274"
1060
+ id="tspan17">D5</tspan></text>
1061
+ <text
1062
+ xml:space="preserve"
1063
+ transform="matrix(0.26458333,0,0,0.26458333,-44.088481,42.013257)"
1064
+ id="text64"
1065
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect64);display:inline"><tspan
1066
+ x="409.58984"
1067
+ y="1748.5"
1068
+ id="tspan18">D6</tspan></text>
1069
+ <text
1070
+ xml:space="preserve"
1071
+ transform="matrix(0.26458333,0,0,0.26458333,-65.537197,21.561232)"
1072
+ id="text65"
1073
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect65);display:inline"><tspan
1074
+ x="489.67969"
1075
+ y="1807.127"
1076
+ id="tspan19">D7</tspan></text>
1077
+ <text
1078
+ xml:space="preserve"
1079
+ transform="matrix(0.26458333,0,0,0.26458333,-49.231468,64.48745)"
1080
+ id="text66"
1081
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect66);display:inline"><tspan
1082
+ x="446.57031"
1083
+ y="1747.4297"
1084
+ id="tspan20">D8</tspan></text>
1085
+ <text
1086
+ xml:space="preserve"
1087
+ transform="matrix(0.26458333,0,0,0.26458333,-15.599853,50.192842)"
1088
+ id="text67"
1089
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect67);display:inline"><tspan
1090
+ x="491.4082"
1091
+ y="1803.8379"
1092
+ id="tspan21">S1</tspan></text>
1093
+ <text
1094
+ xml:space="preserve"
1095
+ transform="matrix(0.26458333,0,0,0.26458333,2.9527238,-15.458984)"
1096
+ id="text68"
1097
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect68);display:inline"><tspan
1098
+ x="206.74219"
1099
+ y="2326.6035"
1100
+ id="tspan22">E1</tspan></text>
1101
+ <text
1102
+ xml:space="preserve"
1103
+ transform="matrix(0.26458333,0,0,0.26458333,-39.700178,-78.165683)"
1104
+ id="text69"
1105
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect69);display:inline"><tspan
1106
+ x="309.63672"
1107
+ y="2329.5332"
1108
+ id="tspan23">E2</tspan></text>
1109
+ <path
1110
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1111
+ d="M 53.189839,532.4627 66.18373,523.7749"
1112
+ id="path26-5"
1113
+ sodipodi:nodetypes="cc" />
1114
+ <path
1115
+ style="fill:none;stroke:#1a1a1a;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
1116
+ d="m 52.419457,526.51427 2.227897,3.39493"
1117
+ id="path26-2"
1118
+ sodipodi:nodetypes="cc" />
1119
+ <text
1120
+ xml:space="preserve"
1121
+ transform="matrix(0.26458333,0,0,0.26458333,49.218262,-15.339355)"
1122
+ id="text2"
1123
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
1124
+ x="17.208984"
1125
+ y="2051.7852"
1126
+ id="tspan24">S2</tspan></text>
1127
+ </g>
1128
+ </svg>