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,984 @@
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.9895"
7
+ viewBox="0 0 128.87376 139.69722"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
11
+ sodipodi:docname="heliostat.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview1"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ inkscape:zoom="0.74835465"
27
+ inkscape:cx="358.78711"
28
+ inkscape:cy="3261.8224"
29
+ inkscape:window-width="1370"
30
+ inkscape:window-height="836"
31
+ inkscape:window-x="0"
32
+ inkscape:window-y="0"
33
+ inkscape:window-maximized="1"
34
+ inkscape:current-layer="layer1"
35
+ showguides="true" />
36
+ <defs
37
+ id="defs1">
38
+ <rect
39
+ x="418.80157"
40
+ y="3200.1716"
41
+ width="40.83046"
42
+ height="26.970627"
43
+ id="rect22" />
44
+ <marker
45
+ style="overflow:visible"
46
+ id="RoundedArrow-7"
47
+ refX="0"
48
+ refY="0"
49
+ orient="auto-start-reverse"
50
+ inkscape:stockid="Rounded arrow"
51
+ markerWidth="1"
52
+ markerHeight="1"
53
+ viewBox="0 0 1 1"
54
+ inkscape:isstock="true"
55
+ inkscape:collect="always"
56
+ preserveAspectRatio="xMidYMid">
57
+ <path
58
+ transform="scale(0.7)"
59
+ 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"
60
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
61
+ id="path8-5" />
62
+ </marker>
63
+ <marker
64
+ style="overflow:visible"
65
+ id="RoundedArrow-3-5"
66
+ refX="0"
67
+ refY="0"
68
+ orient="auto-start-reverse"
69
+ inkscape:stockid="Rounded arrow"
70
+ markerWidth="1"
71
+ markerHeight="1"
72
+ viewBox="0 0 1 1"
73
+ inkscape:isstock="true"
74
+ inkscape:collect="always"
75
+ preserveAspectRatio="xMidYMid">
76
+ <path
77
+ transform="scale(0.7)"
78
+ 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"
79
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
80
+ id="path8-38-6" />
81
+ </marker>
82
+ <marker
83
+ style="overflow:visible"
84
+ id="RoundedArrow-0-91"
85
+ refX="0"
86
+ refY="0"
87
+ orient="auto-start-reverse"
88
+ inkscape:stockid="Rounded arrow"
89
+ markerWidth="1"
90
+ markerHeight="1"
91
+ viewBox="0 0 1 1"
92
+ inkscape:isstock="true"
93
+ inkscape:collect="always"
94
+ preserveAspectRatio="xMidYMid">
95
+ <path
96
+ transform="scale(0.7)"
97
+ 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"
98
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
99
+ id="path8-0-2" />
100
+ </marker>
101
+ <marker
102
+ style="overflow:visible"
103
+ id="RoundedArrow-0-9-0"
104
+ refX="0"
105
+ refY="0"
106
+ orient="auto-start-reverse"
107
+ inkscape:stockid="Rounded arrow"
108
+ markerWidth="1"
109
+ markerHeight="1"
110
+ viewBox="0 0 1 1"
111
+ inkscape:isstock="true"
112
+ inkscape:collect="always"
113
+ preserveAspectRatio="xMidYMid">
114
+ <path
115
+ transform="scale(0.7)"
116
+ 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"
117
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
118
+ id="path8-0-8-9" />
119
+ </marker>
120
+ <marker
121
+ style="overflow:visible"
122
+ id="RoundedArrow-0-96-60"
123
+ refX="0"
124
+ refY="0"
125
+ orient="auto-start-reverse"
126
+ inkscape:stockid="Rounded arrow"
127
+ markerWidth="1"
128
+ markerHeight="1"
129
+ viewBox="0 0 1 1"
130
+ inkscape:isstock="true"
131
+ inkscape:collect="always"
132
+ preserveAspectRatio="xMidYMid">
133
+ <path
134
+ transform="scale(0.7)"
135
+ 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"
136
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
137
+ id="path8-0-0-6" />
138
+ </marker>
139
+ <marker
140
+ style="overflow:visible"
141
+ id="RoundedArrow-0-96-2-6"
142
+ refX="0"
143
+ refY="0"
144
+ orient="auto-start-reverse"
145
+ inkscape:stockid="Rounded arrow"
146
+ markerWidth="1"
147
+ markerHeight="1"
148
+ viewBox="0 0 1 1"
149
+ inkscape:isstock="true"
150
+ inkscape:collect="always"
151
+ preserveAspectRatio="xMidYMid">
152
+ <path
153
+ transform="scale(0.7)"
154
+ 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"
155
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
156
+ id="path8-0-0-5-1" />
157
+ </marker>
158
+ <marker
159
+ style="overflow:visible"
160
+ id="RoundedArrow-0-2-92"
161
+ refX="0"
162
+ refY="0"
163
+ orient="auto-start-reverse"
164
+ inkscape:stockid="Rounded arrow"
165
+ markerWidth="1"
166
+ markerHeight="1"
167
+ viewBox="0 0 1 1"
168
+ inkscape:isstock="true"
169
+ inkscape:collect="always"
170
+ preserveAspectRatio="xMidYMid">
171
+ <path
172
+ transform="scale(0.7)"
173
+ 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"
174
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
175
+ id="path8-0-1-0" />
176
+ </marker>
177
+ <marker
178
+ style="overflow:visible"
179
+ id="RoundedArrow-0-2-9-2"
180
+ refX="0"
181
+ refY="0"
182
+ orient="auto-start-reverse"
183
+ inkscape:stockid="Rounded arrow"
184
+ markerWidth="1"
185
+ markerHeight="1"
186
+ viewBox="0 0 1 1"
187
+ inkscape:isstock="true"
188
+ inkscape:collect="always"
189
+ preserveAspectRatio="xMidYMid">
190
+ <path
191
+ transform="scale(0.7)"
192
+ 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"
193
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
194
+ id="path8-0-1-1-3" />
195
+ </marker>
196
+ <marker
197
+ style="overflow:visible"
198
+ id="RoundedArrow-0-9-7-7"
199
+ refX="0"
200
+ refY="0"
201
+ orient="auto-start-reverse"
202
+ inkscape:stockid="Rounded arrow"
203
+ markerWidth="1"
204
+ markerHeight="1"
205
+ viewBox="0 0 1 1"
206
+ inkscape:isstock="true"
207
+ inkscape:collect="always"
208
+ preserveAspectRatio="xMidYMid">
209
+ <path
210
+ transform="scale(0.7)"
211
+ 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"
212
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
213
+ id="path8-0-8-0-5" />
214
+ </marker>
215
+ <marker
216
+ style="overflow:visible"
217
+ id="RoundedArrow-0-2-3-9"
218
+ refX="0"
219
+ refY="0"
220
+ orient="auto-start-reverse"
221
+ inkscape:stockid="Rounded arrow"
222
+ markerWidth="1"
223
+ markerHeight="1"
224
+ viewBox="0 0 1 1"
225
+ inkscape:isstock="true"
226
+ inkscape:collect="always"
227
+ preserveAspectRatio="xMidYMid">
228
+ <path
229
+ transform="scale(0.7)"
230
+ 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"
231
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
232
+ id="path8-0-1-8-7" />
233
+ </marker>
234
+ <marker
235
+ style="overflow:visible"
236
+ id="RoundedArrow-0-2-9-0-3"
237
+ refX="0"
238
+ refY="0"
239
+ orient="auto-start-reverse"
240
+ inkscape:stockid="Rounded arrow"
241
+ markerWidth="1"
242
+ markerHeight="1"
243
+ viewBox="0 0 1 1"
244
+ inkscape:isstock="true"
245
+ inkscape:collect="always"
246
+ preserveAspectRatio="xMidYMid">
247
+ <path
248
+ transform="scale(0.7)"
249
+ 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"
250
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
251
+ id="path8-0-1-1-4-6" />
252
+ </marker>
253
+ <marker
254
+ style="overflow:visible"
255
+ id="RoundedArrow-0-96-0-1"
256
+ refX="0"
257
+ refY="0"
258
+ orient="auto-start-reverse"
259
+ inkscape:stockid="Rounded arrow"
260
+ markerWidth="1"
261
+ markerHeight="1"
262
+ viewBox="0 0 1 1"
263
+ inkscape:isstock="true"
264
+ inkscape:collect="always"
265
+ preserveAspectRatio="xMidYMid">
266
+ <path
267
+ transform="scale(0.7)"
268
+ 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"
269
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
270
+ id="path8-0-0-50-2" />
271
+ </marker>
272
+ <marker
273
+ style="overflow:visible"
274
+ id="RoundedArrow-0-96-1-3"
275
+ refX="0"
276
+ refY="0"
277
+ orient="auto-start-reverse"
278
+ inkscape:stockid="Rounded arrow"
279
+ markerWidth="1"
280
+ markerHeight="1"
281
+ viewBox="0 0 1 1"
282
+ inkscape:isstock="true"
283
+ inkscape:collect="always"
284
+ preserveAspectRatio="xMidYMid">
285
+ <path
286
+ transform="scale(0.7)"
287
+ 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"
288
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
289
+ id="path8-0-0-7-1" />
290
+ </marker>
291
+ <marker
292
+ style="overflow:visible"
293
+ id="RoundedArrow-0-96-6-6-4"
294
+ refX="0"
295
+ refY="0"
296
+ orient="auto-start-reverse"
297
+ inkscape:stockid="Rounded arrow"
298
+ markerWidth="1"
299
+ markerHeight="1"
300
+ viewBox="0 0 1 1"
301
+ inkscape:isstock="true"
302
+ inkscape:collect="always"
303
+ preserveAspectRatio="xMidYMid">
304
+ <path
305
+ transform="scale(0.7)"
306
+ 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"
307
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
308
+ id="path8-0-0-8-8-5" />
309
+ </marker>
310
+ <rect
311
+ x="170.18947"
312
+ y="2164.9883"
313
+ width="50.68071"
314
+ height="30.450218"
315
+ id="rect29-0" />
316
+ <rect
317
+ x="262.62549"
318
+ y="2335.759"
319
+ width="99.079727"
320
+ height="71.139275"
321
+ id="rect49-3" />
322
+ <rect
323
+ x="76.007629"
324
+ y="2320.7222"
325
+ width="82.330215"
326
+ height="62.834644"
327
+ id="rect50-2" />
328
+ <rect
329
+ x="214.08588"
330
+ y="2407.8691"
331
+ width="91.158958"
332
+ height="48.008121"
333
+ id="rect51-0" />
334
+ <rect
335
+ x="333.99359"
336
+ y="2372.9785"
337
+ width="99.651817"
338
+ height="71.899605"
339
+ id="rect52-61" />
340
+ <rect
341
+ x="373.64542"
342
+ y="2326.0593"
343
+ width="81.780266"
344
+ height="46.483761"
345
+ id="rect53-55" />
346
+ <rect
347
+ x="399.172"
348
+ y="2414.3318"
349
+ width="83.869339"
350
+ height="49.879429"
351
+ id="rect54-4" />
352
+ <rect
353
+ x="129.1683"
354
+ y="2354.5498"
355
+ width="93.583908"
356
+ height="45.453987"
357
+ id="rect55-7" />
358
+ <rect
359
+ x="393.4621"
360
+ y="2367.2058"
361
+ width="70.190697"
362
+ height="38.4781"
363
+ id="rect57-5" />
364
+ <rect
365
+ x="82.5812"
366
+ y="2312.3069"
367
+ width="74.121552"
368
+ height="52.027557"
369
+ id="rect58-6" />
370
+ <rect
371
+ x="213.8681"
372
+ y="2361.7434"
373
+ width="62.624264"
374
+ height="31.550198"
375
+ id="rect59-9" />
376
+ <rect
377
+ x="317.74606"
378
+ y="2349.5891"
379
+ width="65.680367"
380
+ height="43.774605"
381
+ id="rect60-3" />
382
+ <rect
383
+ x="152.28101"
384
+ y="2344.4587"
385
+ width="88.970222"
386
+ height="40.024605"
387
+ id="rect61-7" />
388
+ <rect
389
+ x="285.49829"
390
+ y="2336.6191"
391
+ width="72.567665"
392
+ height="40.456448"
393
+ id="rect62-45" />
394
+ <rect
395
+ x="143.56299"
396
+ y="2344.5508"
397
+ width="111.22293"
398
+ height="52.762058"
399
+ id="rect63-2" />
400
+ <rect
401
+ x="409.5892"
402
+ y="1735.5229"
403
+ width="89.035439"
404
+ height="43.907478"
405
+ id="rect64-5" />
406
+ <rect
407
+ x="489.67996"
408
+ y="1794.1498"
409
+ width="78.858032"
410
+ height="45.177166"
411
+ id="rect65-47" />
412
+ <rect
413
+ x="206.74261"
414
+ y="2313.6277"
415
+ width="58.307598"
416
+ height="25.556065"
417
+ id="rect68-3" />
418
+ <marker
419
+ style="overflow:visible"
420
+ id="RoundedArrow-0-96-60-2"
421
+ refX="0"
422
+ refY="0"
423
+ orient="auto-start-reverse"
424
+ inkscape:stockid="Rounded arrow"
425
+ markerWidth="1"
426
+ markerHeight="1"
427
+ viewBox="0 0 1 1"
428
+ inkscape:isstock="true"
429
+ inkscape:collect="always"
430
+ preserveAspectRatio="xMidYMid">
431
+ <path
432
+ transform="scale(0.7)"
433
+ 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"
434
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
435
+ id="path8-0-0-6-0" />
436
+ </marker>
437
+ <marker
438
+ style="overflow:visible"
439
+ id="RoundedArrow-0-96-60-2-2"
440
+ refX="0"
441
+ refY="0"
442
+ orient="auto-start-reverse"
443
+ inkscape:stockid="Rounded arrow"
444
+ markerWidth="1"
445
+ markerHeight="1"
446
+ viewBox="0 0 1 1"
447
+ inkscape:isstock="true"
448
+ inkscape:collect="always"
449
+ preserveAspectRatio="xMidYMid">
450
+ <path
451
+ transform="scale(0.7)"
452
+ 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"
453
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
454
+ id="path8-0-0-6-0-2" />
455
+ </marker>
456
+ <rect
457
+ x="418.80157"
458
+ y="3200.1716"
459
+ width="40.83046"
460
+ height="26.970627"
461
+ id="rect22-9" />
462
+ </defs>
463
+ <g
464
+ inkscape:label="Layer 1"
465
+ inkscape:groupmode="layer"
466
+ id="layer1"
467
+ transform="translate(-15.819234,-793.46765)">
468
+ <rect
469
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
470
+ id="rect70-6"
471
+ width="128.60918"
472
+ height="139.43262"
473
+ x="15.951526"
474
+ y="793.59998"
475
+ inkscape:export-filename="heliostat2_side_sizing.svg"
476
+ inkscape:export-xdpi="96"
477
+ inkscape:export-ydpi="96" />
478
+ <rect
479
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.26458"
480
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-8-9"
481
+ width="41.18161"
482
+ height="4.0253816"
483
+ x="62.08987"
484
+ y="-856.58588"
485
+ transform="scale(1,-1)" />
486
+ <rect
487
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.26474"
488
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-8-9-8"
489
+ width="47.617161"
490
+ height="3.2764144"
491
+ x="-366.21732"
492
+ y="-785.59204"
493
+ transform="matrix(0.85363899,-0.52086513,-0.4783274,-0.87818159,0,0)" />
494
+ <path
495
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
496
+ d="m 40.813946,885.29112 h -9.67224"
497
+ id="path29-5-8" />
498
+ <circle
499
+ style="fill:none;fill-opacity:0.5;stroke:#e6e6e6;stroke-width:0.264583;stroke-linejoin:bevel"
500
+ id="circle16"
501
+ cx="62.791164"
502
+ cy="839.18835"
503
+ r="41.863716" />
504
+ <rect
505
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
506
+ id="rect2-2-5-3-0-14"
507
+ width="14.70898"
508
+ height="0.54482871"
509
+ x="913.22461"
510
+ y="52.993626"
511
+ transform="matrix(0,1,1,0,0,0)" />
512
+ <rect
513
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
514
+ id="rect2-6-3-4-3-9"
515
+ width="1.5748962"
516
+ height="0.65563965"
517
+ x="52.993626"
518
+ y="-927.93359"
519
+ transform="scale(1,-1)" />
520
+ <rect
521
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
522
+ id="rect2-2-9-9-6-2"
523
+ width="14.70898"
524
+ height="0.54482871"
525
+ x="913.22461"
526
+ y="-72.090233"
527
+ transform="rotate(90)" />
528
+ <rect
529
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
530
+ id="rect2-6-1-0-1-0"
531
+ width="1.5748962"
532
+ height="0.65563965"
533
+ x="-72.09024"
534
+ y="-927.93359"
535
+ transform="scale(-1)" />
536
+ <rect
537
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264974"
538
+ id="rect2-2-5-9-2-0-6"
539
+ width="32.253361"
540
+ height="0.55026412"
541
+ x="840.70898"
542
+ y="214.43906"
543
+ transform="matrix(-0.17700955,0.98420913,0.96771702,0.25203922,0,0)" />
544
+ <rect
545
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264974"
546
+ id="rect2-2-5-9-6-0-6-8"
547
+ width="32.253361"
548
+ height="0.55026412"
549
+ x="872.32825"
550
+ y="90.966026"
551
+ transform="matrix(0.17700955,0.98420913,-0.96771702,0.25203922,0,0)" />
552
+ <rect
553
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
554
+ id="rect2-2-5-0-5-1-1-9-3-3-2-2"
555
+ width="10.004592"
556
+ height="1.5487213"
557
+ x="-883.83624"
558
+ y="-76.914375"
559
+ transform="matrix(0,-1,-1,0,0,0)" />
560
+ <circle
561
+ style="fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
562
+ id="path19-7-9"
563
+ cx="62.538136"
564
+ cy="861.14856"
565
+ r="4.7177734" />
566
+ <circle
567
+ style="fill:#d7f4d7;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
568
+ id="path19-3-7-5"
569
+ cx="62.538136"
570
+ cy="861.14856"
571
+ r="3.1240234" />
572
+ <circle
573
+ style="fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
574
+ id="path19-9-6-0"
575
+ cx="62.538136"
576
+ cy="838.92377"
577
+ r="4.7177734" />
578
+ <circle
579
+ style="fill:#7f2aff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
580
+ id="path19-3-9-7-4"
581
+ cx="62.538136"
582
+ cy="838.92377"
583
+ r="3.1240234" />
584
+ <rect
585
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264582"
586
+ id="rect2-2-5-0-5-1-1-9-1-7-8-3-8"
587
+ width="14.588989"
588
+ height="4.0533905"
589
+ x="-856.63678"
590
+ y="-64.564827"
591
+ transform="matrix(0,-1,-1,0,0,0)" />
592
+ <circle
593
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
594
+ id="path19-3-9-9-5-7"
595
+ cx="62.538136"
596
+ cy="838.92377"
597
+ r="1.9119263" />
598
+ <rect
599
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
600
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-6-1"
601
+ width="1.9148636"
602
+ height="2.9260547"
603
+ x="-837.72845"
604
+ y="-57.187702"
605
+ transform="matrix(0,-1,-1,0,0,0)" />
606
+ <rect
607
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
608
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-2-2-7"
609
+ width="1.9148636"
610
+ height="2.9260547"
611
+ x="-837.72845"
612
+ y="-70.814621"
613
+ transform="matrix(0,-1,-1,0,0,0)" />
614
+ <rect
615
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
616
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-0-1-2"
617
+ width="1.9148636"
618
+ height="2.9260547"
619
+ x="-837.72845"
620
+ y="-23.319555"
621
+ transform="matrix(0,-1,-1,0,0,0)" />
622
+ <rect
623
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
624
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-3-7-7"
625
+ width="1.9148636"
626
+ height="2.9260547"
627
+ x="-837.72845"
628
+ y="-105.19791"
629
+ transform="matrix(0,-1,-1,0,0,0)" />
630
+ <rect
631
+ style="opacity:0.7;fill:#9955ff;stroke:none;stroke-width:0.264582"
632
+ id="rect2-2-5-0-5-1-1-3-5-5-6-5-0-8-22"
633
+ width="84.80442"
634
+ height="4.1904411"
635
+ x="-105.19791"
636
+ y="831.62317"
637
+ transform="scale(-1,1)" />
638
+ <path
639
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
640
+ d="M 20.525791,832.15239 V 817.24317"
641
+ id="path19-5" />
642
+ <path
643
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
644
+ d="M 105.06563,832.15239 V 817.24317"
645
+ id="path12-5-9" />
646
+ <path
647
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
648
+ d="m 105.19793,835.94595 h 9.90227"
649
+ id="path12-9-4" />
650
+ <path
651
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
652
+ d="m 105.19793,837.86079 h 9.90227"
653
+ id="path12-2-9" />
654
+ <path
655
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
656
+ d="m 59.546406,838.9238 v -9.90227"
657
+ id="path12-7-0" />
658
+ <path
659
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
660
+ d="m 65.662161,838.9238 v -9.90227"
661
+ id="path12-1-9" />
662
+ <path
663
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
664
+ d="M 57.952656,838.9238 V 823.54041"
665
+ id="path12-3-17" />
666
+ <path
667
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
668
+ d="M 67.388203,838.9238 V 823.54041"
669
+ id="path12-3-2-7" />
670
+ <path
671
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
672
+ d="m 62.79117,839.05609 h 61.0745"
673
+ id="path12-3-1-1" />
674
+ <path
675
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
676
+ d="M 62.538136,861.28085 H 130.96306"
677
+ id="path12-3-1-62-9" />
678
+ <path
679
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
680
+ d="M 64.79199,849.80871 H 141.2431"
681
+ id="path12-3-1-62-2-77" />
682
+ <path
683
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
684
+ d="M 76.914382,873.96397 H 141.24311"
685
+ id="path12-3-1-62-2-2-6" />
686
+ <path
687
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
688
+ d="M 76.914382,883.70398 H 141.24311"
689
+ id="path12-3-1-62-2-2-8-7" />
690
+ <path
691
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
692
+ d="M 66.381061,881.48046 H 136.55127"
693
+ id="path12-3-1-62-2-2-1-3" />
694
+ <path
695
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
696
+ d="M 72.222538,912.96006 H 136.55127"
697
+ id="path12-3-1-62-2-2-0-6" />
698
+ <path
699
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
700
+ d="M 72.222538,927.93362 H 136.55127"
701
+ id="path12-3-1-62-2-2-9-5" />
702
+ <path
703
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7);marker-end:url(#RoundedArrow-7)"
704
+ d="M 136.55127,914.32731 V 926.6805"
705
+ id="path20-63" />
706
+ <path
707
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3-5);marker-end:url(#RoundedArrow-3-5)"
708
+ d="m 136.55129,882.64915 v 29.05426"
709
+ id="path13-6-9" />
710
+ <path
711
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-91);marker-end:url(#RoundedArrow-0-91)"
712
+ d="m 141.24311,875.2774 v 7.11315"
713
+ id="path13-67-4" />
714
+ <path
715
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-9-0);marker-end:url(#RoundedArrow-0-9-0)"
716
+ d="m 141.24311,851.12231 v 21.50134"
717
+ id="path13-67-8-8" />
718
+ <path
719
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-60);marker-end:url(#RoundedArrow-0-96-60)"
720
+ d="m 130.25696,851.01132 v 8.68825"
721
+ id="path13-67-6-1" />
722
+ <path
723
+ 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-6);marker-end:url(#RoundedArrow-0-96-2-6)"
724
+ d="m 60.87365,829.02152 h 3.593554"
725
+ id="path13-67-6-9-2" />
726
+ <path
727
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-0-2-92)"
728
+ d="m 110.10455,876.79094 v 3.30874"
729
+ id="path13-67-9-93" />
730
+ <path
731
+ 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-2)"
732
+ d="m 109.99323,888.327 v -3.30874"
733
+ id="path13-67-9-7-90" />
734
+ <path
735
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-9-7-7);marker-end:url(#RoundedArrow-0-9-7-7)"
736
+ d="m 122.6976,840.3619 v 19.7469"
737
+ id="path13-67-8-4-8" />
738
+ <path
739
+ 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-9)"
740
+ d="m 115.1002,831.25218 v 3.30874"
741
+ id="path13-67-9-9-6" />
742
+ <path
743
+ 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-3)"
744
+ d="m 115.1002,842.55455 v -3.30874"
745
+ id="path13-67-9-7-1-3" />
746
+ <path
747
+ 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-1);marker-end:url(#RoundedArrow-0-96-0-1)"
748
+ d="m 59.161838,823.54047 h 6.811985"
749
+ id="path13-67-6-4-8" />
750
+ <path
751
+ 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-3);marker-end:url(#RoundedArrow-0-96-1-3)"
752
+ d="M 21.938116,817.48757 H 103.6533"
753
+ id="path13-67-6-46-5" />
754
+ <path
755
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
756
+ d="M 62.538138,838.92379 36.928083,893.09913"
757
+ id="path27-5" />
758
+ <path
759
+ 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-4);marker-end:url(#RoundedArrow-0-96-6-6-4)"
760
+ d="m 32.265794,886.76147 c 0.480138,3.19798 1.969794,4.32774 3.668293,5.02959"
761
+ id="path13-67-6-3-6-8"
762
+ sodipodi:nodetypes="cc" />
763
+ <text
764
+ xml:space="preserve"
765
+ transform="matrix(0.26458333,0,0,0.26458333,-15.734266,316.80311)"
766
+ id="text29-8"
767
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29-0);display:inline"><tspan
768
+ x="170.18945"
769
+ y="2177.9649"
770
+ id="tspan2">al</tspan></text>
771
+ <text
772
+ xml:space="preserve"
773
+ transform="matrix(0.26458333,0,0,0.26458333,60.575545,300.78958)"
774
+ id="text49-0"
775
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect49-3);display:inline"><tspan
776
+ x="262.625"
777
+ y="2348.7364"
778
+ id="tspan3">H1</tspan></text>
779
+ <text
780
+ xml:space="preserve"
781
+ transform="matrix(0.26458333,0,0,0.26458333,110.49059,281.30423)"
782
+ id="text50-4"
783
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect50-2);display:inline"><tspan
784
+ x="76.007812"
785
+ y="2333.6992"
786
+ id="tspan4">H2</tspan></text>
787
+ <text
788
+ xml:space="preserve"
789
+ transform="matrix(0.26458333,0,0,0.26458333,50.939802,251.22318)"
790
+ id="text51-4"
791
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51-0);display:inline"><tspan
792
+ x="214.08594"
793
+ y="2420.8457"
794
+ id="tspan5">H3</tspan></text>
795
+ <text
796
+ xml:space="preserve"
797
+ transform="matrix(0.26458333,0,0,0.26458333,47.257185,248.58743)"
798
+ id="text52-6"
799
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect52-61);display:inline"><tspan
800
+ x="333.99414"
801
+ y="2385.9551"
802
+ id="tspan6">H4</tspan></text>
803
+ <text
804
+ xml:space="preserve"
805
+ transform="matrix(0.26458333,0,0,0.26458333,36.307558,245.82166)"
806
+ id="text53-1"
807
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect53-55);display:inline"><tspan
808
+ x="373.64453"
809
+ y="2339.0352"
810
+ id="tspan7">H5</tspan></text>
811
+ <text
812
+ xml:space="preserve"
813
+ transform="matrix(0.26458333,0,0,0.26458333,25.002194,214.79956)"
814
+ id="text54-5"
815
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect54-4);display:inline"><tspan
816
+ x="399.17188"
817
+ y="2427.3086"
818
+ id="tspan8">H6</tspan></text>
819
+ <text
820
+ xml:space="preserve"
821
+ transform="matrix(0.26458333,0,0,0.26458333,88.970142,221.69231)"
822
+ id="text55-62"
823
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect55-7);display:inline"><tspan
824
+ x="129.16797"
825
+ y="2367.5274"
826
+ id="tspan9">H7</tspan></text>
827
+ <text
828
+ xml:space="preserve"
829
+ transform="matrix(0.26458333,0,0,0.26458333,9.2005447,200.79739)"
830
+ id="text57-5"
831
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect57-5);display:inline"><tspan
832
+ x="393.46289"
833
+ y="2380.1817"
834
+ id="tspan10">H9</tspan></text>
835
+ <text
836
+ xml:space="preserve"
837
+ transform="matrix(0.26458333,0,0,0.26458333,38.985701,201.35794)"
838
+ id="text58-4"
839
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect58-6);display:inline"><tspan
840
+ x="82.582031"
841
+ y="2325.2832"
842
+ id="tspan11">L2</tspan></text>
843
+ <text
844
+ xml:space="preserve"
845
+ transform="matrix(0.26458333,0,0,0.26458333,16.141951,288.73782)"
846
+ id="text59-8"
847
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect59-9);display:inline"><tspan
848
+ x="213.86719"
849
+ y="2374.7207"
850
+ id="tspan12">D1</tspan></text>
851
+ <text
852
+ xml:space="preserve"
853
+ transform="matrix(0.26458333,0,0,0.26458333,-16.374651,260.02591)"
854
+ id="text60-9"
855
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect60-3);display:inline"><tspan
856
+ x="317.74609"
857
+ y="2362.5664"
858
+ id="tspan13">D2</tspan></text>
859
+ <text
860
+ xml:space="preserve"
861
+ transform="matrix(0.26458333,0,0,0.26458333,36.180037,262.99075)"
862
+ id="text61-5"
863
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect61-7);display:inline"><tspan
864
+ x="152.28125"
865
+ y="2357.4356"
866
+ id="tspan14">D3</tspan></text>
867
+ <text
868
+ xml:space="preserve"
869
+ transform="matrix(0.26458333,0,0,0.26458333,-21.309726,230.07465)"
870
+ id="text62-8"
871
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect62-45);display:inline"><tspan
872
+ x="285.49805"
873
+ y="2349.5957"
874
+ id="tspan15">D4</tspan></text>
875
+ <text
876
+ xml:space="preserve"
877
+ transform="matrix(0.26458333,0,0,0.26458333,21.986678,245.30745)"
878
+ id="text63-3"
879
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect63-2);display:inline"><tspan
880
+ x="143.5625"
881
+ y="2357.5274"
882
+ id="tspan16">D5</tspan></text>
883
+ <text
884
+ xml:space="preserve"
885
+ transform="matrix(0.26458333,0,0,0.26458333,-47.895895,365.29366)"
886
+ id="text64-8"
887
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect64-5);display:inline"><tspan
888
+ x="409.58984"
889
+ y="1748.5"
890
+ id="tspan17">D6</tspan></text>
891
+ <text
892
+ xml:space="preserve"
893
+ transform="matrix(0.26458333,0,0,0.26458333,-69.344611,344.84163)"
894
+ id="text65-6"
895
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect65-47);display:inline"><tspan
896
+ x="489.67969"
897
+ y="1807.127"
898
+ id="tspan18">D7</tspan></text>
899
+ <text
900
+ xml:space="preserve"
901
+ transform="matrix(0.26458333,0,0,0.26458333,-0.85469029,307.82142)"
902
+ id="text68-6"
903
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect68-3);display:inline"><tspan
904
+ x="206.74219"
905
+ y="2326.6035"
906
+ id="tspan19">E1</tspan></text>
907
+ <circle
908
+ style="fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
909
+ id="path19-7-9-5"
910
+ cx="46.215759"
911
+ cy="878.81549"
912
+ r="2.0126953" />
913
+ <circle
914
+ style="fill:#d7f4d7;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
915
+ id="path19-3-7-5-3"
916
+ cx="46.215759"
917
+ cy="878.81549"
918
+ r="1.33277" />
919
+ <circle
920
+ style="fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
921
+ id="path19-7-9-5-9"
922
+ cx="103.25548"
923
+ cy="854.57318"
924
+ r="2.0126953" />
925
+ <circle
926
+ style="fill:#d7f4d7;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
927
+ id="path19-3-7-5-3-1"
928
+ cx="103.25548"
929
+ cy="854.57318"
930
+ r="1.33277" />
931
+ <path
932
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
933
+ d="M 44.553947,880.98059 H 62.799339"
934
+ id="path15" />
935
+ <rect
936
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
937
+ id="rect2-2-5-0-5-1-1-9-10-2-9"
938
+ width="10.004592"
939
+ height="1.5487213"
940
+ x="-883.83624"
941
+ y="-49.80022"
942
+ transform="matrix(0,-1,-1,0,0,0)" />
943
+ <path
944
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-60-2);marker-end:url(#RoundedArrow-0-96-60-2)"
945
+ d="m 106.7654,853.79836 v 1.49935"
946
+ id="path13-67-6-1-7" />
947
+ <text
948
+ xml:space="preserve"
949
+ transform="matrix(0.26458333,0,0,0.26458333,-2.9592834,5.8196327)"
950
+ id="text19"
951
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22);display:inline"><tspan
952
+ x="418.80078"
953
+ y="3213.1485"
954
+ id="tspan20">S1</tspan></text>
955
+ <path
956
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-96-60-2-2);marker-end:url(#RoundedArrow-0-96-60-2-2)"
957
+ d="m 42.66798,878.12354 v 1.49935"
958
+ id="path13-67-6-1-7-3" />
959
+ <text
960
+ xml:space="preserve"
961
+ transform="matrix(0.26458333,0,0,0.26458333,-74.04214,30.011595)"
962
+ id="text19-6"
963
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22-9);display:inline"><tspan
964
+ x="418.80078"
965
+ y="3213.1485"
966
+ id="tspan21">S1</tspan></text>
967
+ <rect
968
+ style="fill:#008000;stroke:none;stroke-width:0.265152"
969
+ id="rect2-2-5-0-5-1-1-9-10-2-9-3"
970
+ width="26.934309"
971
+ height="1.5908847"
972
+ x="-729.38379"
973
+ y="-422.12131"
974
+ transform="matrix(0.4294191,-0.90310533,-0.859549,-0.51105335,0,0)" />
975
+ <rect
976
+ style="fill:#008000;stroke:none;stroke-width:0.265152"
977
+ id="rect2-2-5-0-5-1-1-9-10-2-9-3-7"
978
+ width="26.934309"
979
+ height="1.5908847"
980
+ x="-793.75409"
981
+ y="-308.64423"
982
+ transform="matrix(-0.42941908,-0.90310534,0.85954901,-0.51105332,0,0)" />
983
+ </g>
984
+ </svg>