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,1552 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="550.96558"
6
+ height="797.95612"
7
+ viewBox="0 0 145.77631 211.12589"
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="390.7113"
40
+ y="567.37488"
41
+ width="163.90123"
42
+ height="53.716801"
43
+ id="rect18" />
44
+ <rect
45
+ x="443.26929"
46
+ y="400.64453"
47
+ width="108.68635"
48
+ height="33.051674"
49
+ id="rect17" />
50
+ <rect
51
+ x="422.66159"
52
+ y="515.80341"
53
+ width="101.73882"
54
+ height="36.063492"
55
+ id="rect16" />
56
+ <rect
57
+ x="402.15829"
58
+ y="361.59534"
59
+ width="130.78169"
60
+ height="44.159374"
61
+ id="rect15" />
62
+ <rect
63
+ x="404.02173"
64
+ y="431.12286"
65
+ width="135.33858"
66
+ height="40.228878"
67
+ id="rect14" />
68
+ <rect
69
+ x="339.16592"
70
+ y="1122.7076"
71
+ width="173.91277"
72
+ height="53.622845"
73
+ id="rect13" />
74
+ <rect
75
+ x="441.65118"
76
+ y="1017.6283"
77
+ width="113.58773"
78
+ height="44.326408"
79
+ id="rect12" />
80
+ <rect
81
+ x="366.50714"
82
+ y="1070.7135"
83
+ width="138.63747"
84
+ height="34.936016"
85
+ id="rect11" />
86
+ <rect
87
+ x="182.76031"
88
+ y="1105.7173"
89
+ width="181.95123"
90
+ height="36.314037"
91
+ id="rect10" />
92
+ <rect
93
+ x="95.683868"
94
+ y="1014.298"
95
+ width="138.49654"
96
+ height="46.863224"
97
+ id="rect9" />
98
+ <rect
99
+ x="400.78549"
100
+ y="930.82324"
101
+ width="108.30008"
102
+ height="54.003887"
103
+ id="rect8" />
104
+ <rect
105
+ x="306.43265"
106
+ y="1002.1151"
107
+ width="117.87317"
108
+ height="41.246735"
109
+ id="rect7" />
110
+ <marker
111
+ style="overflow:visible"
112
+ id="RoundedArrow"
113
+ refX="0"
114
+ refY="0"
115
+ orient="auto-start-reverse"
116
+ inkscape:stockid="Rounded arrow"
117
+ markerWidth="1"
118
+ markerHeight="1"
119
+ viewBox="0 0 1 1"
120
+ inkscape:isstock="true"
121
+ inkscape:collect="always"
122
+ preserveAspectRatio="xMidYMid">
123
+ <path
124
+ transform="scale(0.7)"
125
+ 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"
126
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
127
+ id="path8" />
128
+ </marker>
129
+ <rect
130
+ x="421.01227"
131
+ y="630.71698"
132
+ width="117.96177"
133
+ height="37.466316"
134
+ id="rect4" />
135
+ <marker
136
+ style="overflow:visible"
137
+ id="RoundedArrow-8"
138
+ refX="0"
139
+ refY="0"
140
+ orient="auto-start-reverse"
141
+ inkscape:stockid="Rounded arrow"
142
+ markerWidth="1"
143
+ markerHeight="1"
144
+ viewBox="0 0 1 1"
145
+ inkscape:isstock="true"
146
+ inkscape:collect="always"
147
+ preserveAspectRatio="xMidYMid">
148
+ <path
149
+ transform="scale(0.7)"
150
+ 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"
151
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
152
+ id="path8-3" />
153
+ </marker>
154
+ <marker
155
+ style="overflow:visible"
156
+ id="RoundedArrow-8-9"
157
+ refX="0"
158
+ refY="0"
159
+ orient="auto-start-reverse"
160
+ inkscape:stockid="Rounded arrow"
161
+ markerWidth="1"
162
+ markerHeight="1"
163
+ viewBox="0 0 1 1"
164
+ inkscape:isstock="true"
165
+ inkscape:collect="always"
166
+ preserveAspectRatio="xMidYMid">
167
+ <path
168
+ transform="scale(0.7)"
169
+ 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"
170
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
171
+ id="path8-3-1" />
172
+ </marker>
173
+ <marker
174
+ style="overflow:visible"
175
+ id="RoundedArrow-8-4"
176
+ refX="0"
177
+ refY="0"
178
+ orient="auto-start-reverse"
179
+ inkscape:stockid="Rounded arrow"
180
+ markerWidth="1"
181
+ markerHeight="1"
182
+ viewBox="0 0 1 1"
183
+ inkscape:isstock="true"
184
+ inkscape:collect="always"
185
+ preserveAspectRatio="xMidYMid">
186
+ <path
187
+ transform="scale(0.7)"
188
+ 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"
189
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
190
+ id="path8-3-4" />
191
+ </marker>
192
+ <marker
193
+ style="overflow:visible"
194
+ id="RoundedArrow-8-0"
195
+ refX="0"
196
+ refY="0"
197
+ orient="auto-start-reverse"
198
+ inkscape:stockid="Rounded arrow"
199
+ markerWidth="1"
200
+ markerHeight="1"
201
+ viewBox="0 0 1 1"
202
+ inkscape:isstock="true"
203
+ inkscape:collect="always"
204
+ preserveAspectRatio="xMidYMid">
205
+ <path
206
+ transform="scale(0.7)"
207
+ 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"
208
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
209
+ id="path8-3-5" />
210
+ </marker>
211
+ <marker
212
+ style="overflow:visible"
213
+ id="RoundedArrow-8-0-3"
214
+ refX="0"
215
+ refY="0"
216
+ orient="auto-start-reverse"
217
+ inkscape:stockid="Rounded arrow"
218
+ markerWidth="1"
219
+ markerHeight="1"
220
+ viewBox="0 0 1 1"
221
+ inkscape:isstock="true"
222
+ inkscape:collect="always"
223
+ preserveAspectRatio="xMidYMid">
224
+ <path
225
+ transform="scale(0.7)"
226
+ 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"
227
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
228
+ id="path8-3-5-5" />
229
+ </marker>
230
+ <marker
231
+ style="overflow:visible"
232
+ id="RoundedArrow-8-0-1"
233
+ refX="0"
234
+ refY="0"
235
+ orient="auto-start-reverse"
236
+ inkscape:stockid="Rounded arrow"
237
+ markerWidth="1"
238
+ markerHeight="1"
239
+ viewBox="0 0 1 1"
240
+ inkscape:isstock="true"
241
+ inkscape:collect="always"
242
+ preserveAspectRatio="xMidYMid">
243
+ <path
244
+ transform="scale(0.7)"
245
+ 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"
246
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
247
+ id="path8-3-5-4" />
248
+ </marker>
249
+ <marker
250
+ style="overflow:visible"
251
+ id="RoundedArrow-8-0-2"
252
+ refX="0"
253
+ refY="0"
254
+ orient="auto-start-reverse"
255
+ inkscape:stockid="Rounded arrow"
256
+ markerWidth="1"
257
+ markerHeight="1"
258
+ viewBox="0 0 1 1"
259
+ inkscape:isstock="true"
260
+ inkscape:collect="always"
261
+ preserveAspectRatio="xMidYMid">
262
+ <path
263
+ transform="scale(0.7)"
264
+ 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"
265
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
266
+ id="path8-3-5-6" />
267
+ </marker>
268
+ <marker
269
+ style="overflow:visible"
270
+ id="RoundedArrow-8-0-2-6"
271
+ refX="0"
272
+ refY="0"
273
+ orient="auto-start-reverse"
274
+ inkscape:stockid="Rounded arrow"
275
+ markerWidth="1"
276
+ markerHeight="1"
277
+ viewBox="0 0 1 1"
278
+ inkscape:isstock="true"
279
+ inkscape:collect="always"
280
+ preserveAspectRatio="xMidYMid">
281
+ <path
282
+ transform="scale(0.7)"
283
+ 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"
284
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
285
+ id="path8-3-5-6-8" />
286
+ </marker>
287
+ <marker
288
+ style="overflow:visible"
289
+ id="RoundedArrow-8-0-2-6-3"
290
+ refX="0"
291
+ refY="0"
292
+ orient="auto-start-reverse"
293
+ inkscape:stockid="Rounded arrow"
294
+ markerWidth="1"
295
+ markerHeight="1"
296
+ viewBox="0 0 1 1"
297
+ inkscape:isstock="true"
298
+ inkscape:collect="always"
299
+ preserveAspectRatio="xMidYMid">
300
+ <path
301
+ transform="scale(0.7)"
302
+ 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"
303
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
304
+ id="path8-3-5-6-8-8" />
305
+ </marker>
306
+ <marker
307
+ style="overflow:visible"
308
+ id="RoundedArrow-8-0-2-6-3-8"
309
+ refX="0"
310
+ refY="0"
311
+ orient="auto-start-reverse"
312
+ inkscape:stockid="Rounded arrow"
313
+ markerWidth="1"
314
+ markerHeight="1"
315
+ viewBox="0 0 1 1"
316
+ inkscape:isstock="true"
317
+ inkscape:collect="always"
318
+ preserveAspectRatio="xMidYMid">
319
+ <path
320
+ transform="scale(0.7)"
321
+ 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"
322
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
323
+ id="path8-3-5-6-8-8-9" />
324
+ </marker>
325
+ <marker
326
+ style="overflow:visible"
327
+ id="RoundedArrow-8-0-2-6-3-8-9"
328
+ refX="0"
329
+ refY="0"
330
+ orient="auto-start-reverse"
331
+ inkscape:stockid="Rounded arrow"
332
+ markerWidth="1"
333
+ markerHeight="1"
334
+ viewBox="0 0 1 1"
335
+ inkscape:isstock="true"
336
+ inkscape:collect="always"
337
+ preserveAspectRatio="xMidYMid">
338
+ <path
339
+ transform="scale(0.7)"
340
+ 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"
341
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
342
+ id="path8-3-5-6-8-8-9-0" />
343
+ </marker>
344
+ <marker
345
+ style="overflow:visible"
346
+ id="RoundedArrow-8-0-2-6-3-8-3"
347
+ refX="0"
348
+ refY="0"
349
+ orient="auto-start-reverse"
350
+ inkscape:stockid="Rounded arrow"
351
+ markerWidth="1"
352
+ markerHeight="1"
353
+ viewBox="0 0 1 1"
354
+ inkscape:isstock="true"
355
+ inkscape:collect="always"
356
+ preserveAspectRatio="xMidYMid">
357
+ <path
358
+ transform="scale(0.7)"
359
+ 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"
360
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
361
+ id="path8-3-5-6-8-8-9-2" />
362
+ </marker>
363
+ <marker
364
+ style="overflow:visible"
365
+ id="RoundedArrow-8-0-2-6-3-8-5"
366
+ refX="0"
367
+ refY="0"
368
+ orient="auto-start-reverse"
369
+ inkscape:stockid="Rounded arrow"
370
+ markerWidth="1"
371
+ markerHeight="1"
372
+ viewBox="0 0 1 1"
373
+ inkscape:isstock="true"
374
+ inkscape:collect="always"
375
+ preserveAspectRatio="xMidYMid">
376
+ <path
377
+ transform="scale(0.7)"
378
+ 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"
379
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
380
+ id="path8-3-5-6-8-8-9-8" />
381
+ </marker>
382
+ <marker
383
+ style="overflow:visible"
384
+ id="RoundedArrow-8-0-2-6-3-8-4"
385
+ refX="0"
386
+ refY="0"
387
+ orient="auto-start-reverse"
388
+ inkscape:stockid="Rounded arrow"
389
+ markerWidth="1"
390
+ markerHeight="1"
391
+ viewBox="0 0 1 1"
392
+ inkscape:isstock="true"
393
+ inkscape:collect="always"
394
+ preserveAspectRatio="xMidYMid">
395
+ <path
396
+ transform="scale(0.7)"
397
+ 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"
398
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
399
+ id="path8-3-5-6-8-8-9-1" />
400
+ </marker>
401
+ <marker
402
+ style="overflow:visible"
403
+ id="RoundedArrow-8-0-2-6-3-8-0"
404
+ refX="0"
405
+ refY="0"
406
+ orient="auto-start-reverse"
407
+ inkscape:stockid="Rounded arrow"
408
+ markerWidth="1"
409
+ markerHeight="1"
410
+ viewBox="0 0 1 1"
411
+ inkscape:isstock="true"
412
+ inkscape:collect="always"
413
+ preserveAspectRatio="xMidYMid">
414
+ <path
415
+ transform="scale(0.7)"
416
+ 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"
417
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
418
+ id="path8-3-5-6-8-8-9-86" />
419
+ </marker>
420
+ </defs>
421
+ <g
422
+ inkscape:label="Layer 1"
423
+ inkscape:groupmode="layer"
424
+ id="layer1"
425
+ transform="translate(-8.7876301,-34.955597)">
426
+ <rect
427
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264584;stroke-linejoin:bevel;stroke-opacity:1"
428
+ id="rect19"
429
+ width="145.51172"
430
+ height="210.86131"
431
+ x="8.9199219"
432
+ y="35.087891"
433
+ inkscape:export-filename="heliostat_overview.svg"
434
+ inkscape:export-xdpi="96"
435
+ inkscape:export-ydpi="96" />
436
+ <path
437
+ style="fill:#d4aa00;stroke:#d4aa00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
438
+ d="m 30.151032,203.298 h 93.862308 l -1.55762,13.35855 -11.75156,22.63638 -16.272044,-4.8055 -23.911943,5.89334 -15.544737,-4.2235 -13.980652,1.84557 -8.679689,-11.63339 z"
439
+ id="path2"
440
+ sodipodi:nodetypes="cccccccccc" />
441
+ <rect
442
+ style="fill:#e3dedb;stroke:#e3dedb;stroke-width:0.264583"
443
+ id="rect3"
444
+ width="69.186523"
445
+ height="24.378906"
446
+ x="41.370369"
447
+ y="203.09634" />
448
+ <rect
449
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
450
+ id="rect2"
451
+ width="18.05868"
452
+ height="1.3229166"
453
+ x="44.337109"
454
+ y="212.59192" />
455
+ <rect
456
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
457
+ id="rect2-5"
458
+ width="18.05868"
459
+ height="1.3229166"
460
+ x="89.383324"
461
+ y="212.59192" />
462
+ <rect
463
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
464
+ id="rect2-2"
465
+ width="18.05868"
466
+ height="1.3229166"
467
+ x="-212.32733"
468
+ y="52.70499"
469
+ transform="rotate(-90)" />
470
+ <rect
471
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
472
+ id="rect2-2-7"
473
+ width="18.05868"
474
+ height="1.3229166"
475
+ x="-212.32733"
476
+ y="97.751205"
477
+ transform="rotate(-90)" />
478
+ <rect
479
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
480
+ id="rect2-6"
481
+ width="3.8240576"
482
+ height="1.3229166"
483
+ x="52.70499"
484
+ y="194.26866" />
485
+ <rect
486
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
487
+ id="rect2-6-9"
488
+ width="3.8240576"
489
+ height="1.3229166"
490
+ x="95.250069"
491
+ y="194.26866" />
492
+ <text
493
+ xml:space="preserve"
494
+ transform="matrix(0.26458333,0,0,0.26458333,-3.3518091,23.770886)"
495
+ id="text3"
496
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4);display:inline"><tspan
497
+ x="421.01172"
498
+ y="643.69339"
499
+ id="tspan1">base</tspan></text>
500
+ <path
501
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
502
+ d="m 101.13081,197.54795 7.65388,-2.95962"
503
+ id="path4" />
504
+ <rect
505
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
506
+ id="rect2-2-5"
507
+ width="29.679037"
508
+ height="1.3229166"
509
+ x="163.53128"
510
+ y="52.70499"
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"
515
+ width="3.8240576"
516
+ height="1.3229166"
517
+ x="52.70499"
518
+ y="-193.21031"
519
+ transform="scale(1,-1)" />
520
+ <rect
521
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
522
+ id="rect2-2-9"
523
+ width="29.679037"
524
+ height="1.3229166"
525
+ x="163.53128"
526
+ y="-99.07412"
527
+ transform="rotate(90)" />
528
+ <rect
529
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
530
+ id="rect2-6-1"
531
+ width="3.8240576"
532
+ height="1.3229166"
533
+ x="-99.07412"
534
+ y="-193.21031"
535
+ transform="scale(-1)" />
536
+ <rect
537
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
538
+ id="rect2-2-5-9"
539
+ width="65.534508"
540
+ height="1.3229166"
541
+ x="83.147522"
542
+ y="86.104286"
543
+ transform="matrix(-0.21153104,0.97737128,0.97737128,0.21153104,0,0)" />
544
+ <rect
545
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
546
+ id="rect2-2-5-9-6"
547
+ width="65.534508"
548
+ height="1.3229166"
549
+ x="115.25354"
550
+ y="-62.240257"
551
+ transform="rotate(77.78791)" />
552
+ <rect
553
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
554
+ id="rect2-2-5-0"
555
+ width="69.885612"
556
+ height="1.3229166"
557
+ x="93.740326"
558
+ y="70.109718"
559
+ transform="matrix(0,1,1,0,0,0)" />
560
+ <rect
561
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
562
+ id="rect2-2-5-0-5"
563
+ width="2.9104164"
564
+ height="1.3229166"
565
+ x="-73.020134"
566
+ y="162.30302"
567
+ transform="scale(-1,1)" />
568
+ <rect
569
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
570
+ id="rect2-2-5-0-8"
571
+ width="69.885612"
572
+ height="1.3229166"
573
+ x="93.740326"
574
+ y="-81.751389"
575
+ transform="rotate(90)" />
576
+ <rect
577
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
578
+ id="rect2-2-5-0-5-9"
579
+ width="2.9104164"
580
+ height="1.3229166"
581
+ x="78.840973"
582
+ y="162.30302" />
583
+ <rect
584
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
585
+ id="rect2-2-5-0-5-1"
586
+ width="2.9104164"
587
+ height="1.3229166"
588
+ x="-73.020134"
589
+ y="93.740326"
590
+ transform="scale(-1,1)" />
591
+ <rect
592
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
593
+ id="rect2-2-5-0-5-9-2"
594
+ width="2.9104164"
595
+ height="1.3229166"
596
+ x="78.840973"
597
+ y="93.740326" />
598
+ <rect
599
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
600
+ id="rect2-2-5-0-5-1-9"
601
+ width="2.9104164"
602
+ height="1.3229166"
603
+ x="-73.020134"
604
+ y="164.41968"
605
+ transform="scale(-1,1)" />
606
+ <rect
607
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
608
+ id="rect2-2-5-0-5-9-2-4"
609
+ width="2.9104164"
610
+ height="1.3229166"
611
+ x="78.840973"
612
+ y="164.41968" />
613
+ <rect
614
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
615
+ id="rect2-2-5-0-5-1-5"
616
+ width="8.0569754"
617
+ height="1.3229166"
618
+ x="-68.137573"
619
+ y="168.12111"
620
+ transform="scale(-1,1)" />
621
+ <rect
622
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
623
+ id="rect2-2-5-0-5-9-2-0"
624
+ width="8.0569754"
625
+ height="1.3229166"
626
+ x="83.723534"
627
+ y="168.12111" />
628
+ <rect
629
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
630
+ id="rect2-2-5-0-5-1-5-0"
631
+ width="4.0284872"
632
+ height="1.3229166"
633
+ x="-64.109085"
634
+ y="172.61899"
635
+ transform="scale(-1,1)" />
636
+ <rect
637
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
638
+ id="rect2-2-5-0-5-1-5-0-0"
639
+ width="4.0284872"
640
+ height="1.3229166"
641
+ x="-91.78051"
642
+ y="172.61899"
643
+ transform="scale(-1,1)" />
644
+ <rect
645
+ style="fill:#5fd35f;stroke:none;stroke-width:0.264584"
646
+ id="rect2-2-5-0-5-1-5-0-5-5"
647
+ width="4.4978719"
648
+ height="1.3229166"
649
+ x="169.57631"
650
+ y="64.109085"
651
+ transform="matrix(0,1,1,0,0,0)" />
652
+ <rect
653
+ style="fill:#5fd35f;stroke:none;stroke-width:0.264584"
654
+ id="rect2-2-5-0-5-1-5-0-5-5-0"
655
+ width="4.4978719"
656
+ height="1.3229166"
657
+ x="169.57632"
658
+ y="86.429108"
659
+ transform="matrix(0,1,1,0,0,0)" />
660
+ <path
661
+ style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1"
662
+ d="m 70.109717,164.41968 -1.972146,3.70143 v 1.32292 h 0.966017 l 2.006087,-3.56914 z"
663
+ id="path1" />
664
+ <path
665
+ style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1"
666
+ d="m 81.751388,164.41968 1.972146,3.70143 v 1.32292 h -0.966017 l -2.006087,-3.56914 z"
667
+ id="path1-1" />
668
+ <rect
669
+ style="fill:#7f2aff;fill-opacity:1;stroke:#7f2aff;stroke-width:0.264584"
670
+ id="rect2-2-5-0-5-1-5-0-5-0"
671
+ width="3.319839"
672
+ height="4.0284882"
673
+ x="170.62207"
674
+ y="66.09346"
675
+ transform="matrix(0,1,1,0,0,0)" />
676
+ <rect
677
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264584;stroke-opacity:1"
678
+ id="rect2-2-5-0-5-1-5-0-5-5-2"
679
+ width="3.3198326"
680
+ height="1.3229166"
681
+ x="170.62207"
682
+ y="70.121948"
683
+ transform="matrix(0,1,1,0,0,0)" />
684
+ <rect
685
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264584;stroke-opacity:1"
686
+ id="rect2-2-5-0-5-1-5-0-5-5-2-9"
687
+ width="3.3198326"
688
+ height="1.3229166"
689
+ x="170.62207"
690
+ y="64.770546"
691
+ transform="matrix(0,1,1,0,0,0)" />
692
+ <rect
693
+ style="fill:#7f2aff;fill-opacity:1;stroke:#7f2aff;stroke-width:0.264584"
694
+ id="rect2-2-5-0-5-1-5-0-5-0-8"
695
+ width="3.319839"
696
+ height="4.0284882"
697
+ x="170.62207"
698
+ y="81.871452"
699
+ transform="matrix(0,1,1,0,0,0)" />
700
+ <rect
701
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264584;stroke-opacity:1"
702
+ id="rect2-2-5-0-5-1-5-0-5-5-2-7"
703
+ width="3.3198326"
704
+ height="1.3229166"
705
+ x="170.62207"
706
+ y="85.89994"
707
+ transform="matrix(0,1,1,0,0,0)" />
708
+ <rect
709
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264584;stroke-opacity:1"
710
+ id="rect2-2-5-0-5-1-5-0-5-5-2-9-1"
711
+ width="3.3198326"
712
+ height="1.3229166"
713
+ x="170.62207"
714
+ y="80.548538"
715
+ transform="matrix(0,1,1,0,0,0)" />
716
+ <rect
717
+ style="fill:#7f2aff;fill-opacity:1;stroke:#7f2aff;stroke-width:0.264584"
718
+ id="rect2-2-5-0-5-1-5-0-5-0-2"
719
+ width="3.319839"
720
+ height="0.58520323"
721
+ x="174.2065"
722
+ y="67.815102"
723
+ transform="matrix(0,1,1,0,0,0)" />
724
+ <rect
725
+ style="fill:#7f2aff;fill-opacity:1;stroke:#7f2aff;stroke-width:0.264584"
726
+ id="rect2-2-5-0-5-1-5-0-5-0-2-0"
727
+ width="3.319839"
728
+ height="0.58520323"
729
+ x="174.2065"
730
+ y="83.593094"
731
+ transform="matrix(0,1,1,0,0,0)" />
732
+ <rect
733
+ style="fill:#b380ff;fill-opacity:1;stroke:#e6e6e6;stroke-width:0.264585"
734
+ id="rect2-2-5-0-5-1-5-0-5-0-9"
735
+ width="3.319839"
736
+ height="5.615335"
737
+ x="177.79092"
738
+ y="65.300034"
739
+ transform="matrix(0,1,1,0,0,0)" />
740
+ <rect
741
+ style="fill:#9955ff;fill-opacity:1;stroke:#9955ff;stroke-width:0.264584"
742
+ id="rect2-2-5-0-5-1-5-0-5-0-2-9"
743
+ width="1.6066242"
744
+ height="0.58520323"
745
+ x="181.11076"
746
+ y="67.815102"
747
+ transform="matrix(0,1,1,0,0,0)" />
748
+ <rect
749
+ style="fill:#b380ff;fill-opacity:1;stroke:#ccaaff;stroke-width:0.264585"
750
+ id="rect2-2-5-0-5-1-5-0-5-0-9-1"
751
+ width="3.319839"
752
+ height="5.615335"
753
+ x="182.98198"
754
+ y="65.300034"
755
+ transform="matrix(0,1,1,0,0,0)" />
756
+ <rect
757
+ style="fill:#b380ff;fill-opacity:1;stroke:#e6e6e6;stroke-width:0.264585"
758
+ id="rect2-2-5-0-5-1-5-0-5-0-9-7"
759
+ width="3.319839"
760
+ height="5.615335"
761
+ x="177.79092"
762
+ y="81.078026"
763
+ transform="matrix(0,1,1,0,0,0)" />
764
+ <rect
765
+ style="fill:#9955ff;fill-opacity:1;stroke:#9955ff;stroke-width:0.264584"
766
+ id="rect2-2-5-0-5-1-5-0-5-0-2-9-7"
767
+ width="1.6066242"
768
+ height="0.58520323"
769
+ x="181.11076"
770
+ y="83.593094"
771
+ transform="matrix(0,1,1,0,0,0)" />
772
+ <rect
773
+ style="fill:#b380ff;fill-opacity:1;stroke:#ccaaff;stroke-width:0.264585"
774
+ id="rect2-2-5-0-5-1-5-0-5-0-9-1-6"
775
+ width="3.319839"
776
+ height="5.615335"
777
+ x="182.98198"
778
+ y="81.078026"
779
+ transform="matrix(0,1,1,0,0,0)" />
780
+ <rect
781
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
782
+ id="rect2-6-3-5"
783
+ width="9.9789591"
784
+ height="1.3229166"
785
+ x="54.027908"
786
+ y="-177.11688"
787
+ transform="scale(1,-1)" />
788
+ <rect
789
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
790
+ id="rect2-6-3-5-4"
791
+ width="3.3970261"
792
+ height="1.8520287"
793
+ x="60.32547"
794
+ y="-175.79393"
795
+ transform="scale(1,-1)" />
796
+ <rect
797
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
798
+ id="rect2-6-3-5-4-9"
799
+ width="5.2135549"
800
+ height="1.8520287"
801
+ x="168.42474"
802
+ y="-59.948299"
803
+ transform="rotate(90)" />
804
+ <rect
805
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
806
+ id="rect2-6-3-5-4-8"
807
+ width="3.3970261"
808
+ height="1.8520287"
809
+ x="60.369686"
810
+ y="-167.98883"
811
+ transform="scale(1,-1)" />
812
+ <rect
813
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
814
+ id="rect2-6-3-5-9"
815
+ width="9.9789591"
816
+ height="1.3229166"
817
+ x="-175.66164"
818
+ y="-57.981468"
819
+ transform="matrix(0,-1,-1,0,0,0)" />
820
+ <rect
821
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
822
+ id="rect2-6-3-5-9-5"
823
+ width="7.2671313"
824
+ height="1.3229166"
825
+ x="56.65855"
826
+ y="-166.34413"
827
+ transform="scale(1,-1)" />
828
+ <rect
829
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
830
+ id="rect2-6-3-5-5"
831
+ width="9.9789591"
832
+ height="1.3229166"
833
+ x="-97.833199"
834
+ y="-177.1169"
835
+ transform="scale(-1)" />
836
+ <rect
837
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
838
+ id="rect2-6-3-5-4-98"
839
+ width="3.380156"
840
+ height="1.8520287"
841
+ x="-91.51757"
842
+ y="-175.79395"
843
+ transform="scale(-1)" />
844
+ <rect
845
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
846
+ id="rect2-6-3-5-4-9-4"
847
+ width="5.2135549"
848
+ height="1.8520287"
849
+ x="168.42474"
850
+ y="91.912804"
851
+ transform="matrix(0,1,1,0,0,0)" />
852
+ <rect
853
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
854
+ id="rect2-6-3-5-4-8-8"
855
+ width="3.380156"
856
+ height="1.8520287"
857
+ x="-91.473572"
858
+ y="-167.98885"
859
+ transform="scale(-1)" />
860
+ <rect
861
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
862
+ id="rect2-6-3-5-9-1"
863
+ width="9.9789591"
864
+ height="1.3229166"
865
+ x="-175.66165"
866
+ y="93.879639"
867
+ transform="rotate(-90)" />
868
+ <rect
869
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
870
+ id="rect2-6-3-5-9-5-0"
871
+ width="7.2671313"
872
+ height="1.3229166"
873
+ x="-95.202553"
874
+ y="-166.34415"
875
+ transform="scale(-1)" />
876
+ <rect
877
+ style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.264584"
878
+ id="rect2-2-5-0-5-1-5-0-5"
879
+ width="5.8207803"
880
+ height="4.0284882"
881
+ x="168.12112"
882
+ y="60.080593"
883
+ transform="matrix(0,1,1,0,0,0)" />
884
+ <rect
885
+ style="fill:#ffffff;stroke:#008000;stroke-width:0.264584"
886
+ id="rect2-2-5-0-5-1-5-0-5-7"
887
+ width="4.0771279"
888
+ height="2.5945847"
889
+ x="168.99295"
890
+ y="60.797546"
891
+ transform="matrix(0,1,1,0,0,0)" />
892
+ <rect
893
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
894
+ id="rect2-2-5-0-5-1-5-0-5-54"
895
+ width="5.8207803"
896
+ height="4.0284882"
897
+ x="168.12112"
898
+ y="87.752022"
899
+ transform="matrix(0,1,1,0,0,0)" />
900
+ <rect
901
+ style="fill:#ffffff;stroke:#008000;stroke-width:0.264584"
902
+ id="rect2-2-5-0-5-1-5-0-5-7-7"
903
+ width="4.0771279"
904
+ height="2.5945847"
905
+ x="168.99295"
906
+ y="88.468971"
907
+ transform="matrix(0,1,1,0,0,0)" />
908
+ <path
909
+ style="fill:#00aad4;fill-opacity:1;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
910
+ d="m 54.027908,177.11688 2.82535,0.1323 -2.693061,2.93374 -0.132289,-3.06604"
911
+ id="path3" />
912
+ <path
913
+ style="fill:#00aad4;fill-opacity:1;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
914
+ d="m 97.833198,177.1169 -2.82535,0.1323 2.693061,2.93374 0.132289,-3.06604"
915
+ id="path3-4" />
916
+ <rect
917
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
918
+ id="rect2-6-3-5-4-9-9"
919
+ width="5.2135549"
920
+ height="1.8520287"
921
+ x="107.64282"
922
+ y="-69.921356"
923
+ transform="rotate(90)" />
924
+ <path
925
+ style="fill:#00aad4;fill-opacity:1;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
926
+ d="m 67.967046,107.12228 0.0205,6.09327 h -2.866692 l 1.477293,-6.38574 h 1.26636 z"
927
+ id="path5" />
928
+ <rect
929
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
930
+ id="rect2-6-3-5-4-9-9-7"
931
+ width="5.2135549"
932
+ height="1.8520287"
933
+ x="107.40432"
934
+ y="81.939934"
935
+ transform="matrix(0,1,1,0,0,0)" />
936
+ <path
937
+ style="fill:#00aad4;fill-opacity:1;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
938
+ d="m 83.89424,106.88379 -0.0205,6.09327 h 2.866692 l -1.477293,-6.38574 h -1.26636 z"
939
+ id="path5-8" />
940
+ <rect
941
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
942
+ id="rect2-2-5-0-5-1-1"
943
+ width="10.004592"
944
+ height="1.5487213"
945
+ x="-73.152428"
946
+ y="91.530151"
947
+ transform="scale(-1,1)" />
948
+ <rect
949
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
950
+ id="rect2-2-5-0-5-1-1-8"
951
+ width="10.004592"
952
+ height="1.5487213"
953
+ x="-88.713272"
954
+ y="91.530151"
955
+ transform="scale(-1,1)" />
956
+ <rect
957
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
958
+ id="rect2-2-5-0-5-1-1-9"
959
+ width="10.004592"
960
+ height="1.5487213"
961
+ x="-96.53244"
962
+ y="-63.147835"
963
+ transform="matrix(0,-1,-1,0,0,0)" />
964
+ <rect
965
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
966
+ id="rect2-2-5-0-5-1-1-9-3"
967
+ width="10.004592"
968
+ height="1.5487213"
969
+ x="-96.53244"
970
+ y="-90.261993"
971
+ transform="matrix(0,-1,-1,0,0,0)" />
972
+ <rect
973
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
974
+ id="rect2-2-5-0-5-1-1-9-0"
975
+ width="19.721786"
976
+ height="1.5487213"
977
+ x="-30.388718"
978
+ y="-103.3232"
979
+ transform="matrix(0.61466975,-0.78878457,-0.78878457,-0.61466975,0,0)" />
980
+ <rect
981
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
982
+ id="rect2-2-5-0-5-1-1-9-0-6"
983
+ width="19.721786"
984
+ height="1.5487213"
985
+ x="-123.73312"
986
+ y="16.462492"
987
+ transform="rotate(-127.92793)" />
988
+ <rect
989
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
990
+ id="rect2-2-5-0-5-1-1-3"
991
+ width="64.604042"
992
+ height="1.5487213"
993
+ x="-108.34671"
994
+ y="73.021942"
995
+ transform="scale(-1,1)" />
996
+ <rect
997
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
998
+ id="rect2-2-5-0-5-1-1-3-5"
999
+ width="64.604042"
1000
+ height="1.5487213"
1001
+ x="-108.34671"
1002
+ y="76.1194"
1003
+ transform="scale(-1,1)" />
1004
+ <rect
1005
+ style="fill:#d7f4d7;stroke:none;stroke-width:0.264583"
1006
+ id="rect2-2-5-0-5-1-1-3-5-9"
1007
+ width="64.604042"
1008
+ height="1.5487213"
1009
+ x="-108.34671"
1010
+ y="74.570679"
1011
+ transform="scale(-1,1)" />
1012
+ <rect
1013
+ style="fill:#008000;stroke:none;stroke-width:0.269992"
1014
+ id="rect2-2-5-0-5-1-1-9-0-2"
1015
+ width="12.916815"
1016
+ height="1.08812"
1017
+ x="-109.798"
1018
+ y="-20.238247"
1019
+ transform="matrix(-0.72308878,-0.69075511,0.86499537,-0.50177984,0,0)" />
1020
+ <rect
1021
+ style="fill:#008000;stroke:none;stroke-width:0.269704"
1022
+ id="rect2-2-5-0-5-1-1-9-0-2-7"
1023
+ width="12.86306"
1024
+ height="1.081634"
1025
+ x="-29.95039"
1026
+ y="-129.21017"
1027
+ transform="matrix(0.72032011,-0.69364179,-0.86324292,-0.50478873,0,0)" />
1028
+ <rect
1029
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
1030
+ id="rect2-2-5-0-5-1-1-9-1"
1031
+ width="7.0055685"
1032
+ height="2.2059479"
1033
+ x="-73.021942"
1034
+ y="-45.948616"
1035
+ transform="matrix(0,-1,-1,0,0,0)" />
1036
+ <rect
1037
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
1038
+ id="rect2-2-5-0-5-1-1-9-1-3"
1039
+ width="7.0055685"
1040
+ height="2.2059479"
1041
+ x="-73.021942"
1042
+ y="-108.34671"
1043
+ transform="matrix(0,-1,-1,0,0,0)" />
1044
+ <rect
1045
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
1046
+ id="rect2-2-5-0-5-1-1-9-1-2"
1047
+ width="7.0055685"
1048
+ height="2.2059479"
1049
+ x="-73.021942"
1050
+ y="-65.087914"
1051
+ transform="matrix(0,-1,-1,0,0,0)" />
1052
+ <rect
1053
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
1054
+ id="rect2-2-5-0-5-1-1-9-1-2-1"
1055
+ width="7.0055685"
1056
+ height="2.2059479"
1057
+ x="-73.021942"
1058
+ y="-88.722908"
1059
+ transform="matrix(0,-1,-1,0,0,0)" />
1060
+ <rect
1061
+ style="fill:#b380ff;stroke:none;stroke-width:0.264582"
1062
+ id="rect2-2-5-0-5-1-1-3-5-5"
1063
+ width="113.3446"
1064
+ height="6.4294128"
1065
+ x="-132.53197"
1066
+ y="59.586956"
1067
+ transform="scale(-1,1)" />
1068
+ <rect
1069
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1070
+ id="rect2-2-5-0-5-1-1-3-5-5-6"
1071
+ width="113.3446"
1072
+ height="2.3034363"
1073
+ x="-132.53197"
1074
+ y="58.435238"
1075
+ transform="scale(-1,1)" />
1076
+ <rect
1077
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1078
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6"
1079
+ width="5.4144897"
1080
+ height="2.2907634"
1081
+ x="-58.435238"
1082
+ y="-21.469584"
1083
+ transform="matrix(0,-1,-1,0,0,0)" />
1084
+ <rect
1085
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1086
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7"
1087
+ width="5.3847003"
1088
+ height="0.91546303"
1089
+ x="17.631851"
1090
+ y="-53.020748"
1091
+ transform="scale(1,-1)" />
1092
+ <rect
1093
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1094
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6"
1095
+ width="5.4144897"
1096
+ height="2.2907634"
1097
+ x="-58.435238"
1098
+ y="-39.981407"
1099
+ transform="matrix(0,-1,-1,0,0,0)" />
1100
+ <rect
1101
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1102
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2"
1103
+ width="5.3847003"
1104
+ height="0.91546303"
1105
+ x="36.143677"
1106
+ y="-53.020748"
1107
+ transform="scale(1,-1)" />
1108
+ <rect
1109
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1110
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8"
1111
+ width="5.4144897"
1112
+ height="2.2907634"
1113
+ x="-58.435246"
1114
+ y="-58.493229"
1115
+ transform="matrix(0,-1,-1,0,0,0)" />
1116
+ <rect
1117
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1118
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-1"
1119
+ width="5.3847003"
1120
+ height="0.91546303"
1121
+ x="54.655499"
1122
+ y="-53.020756"
1123
+ transform="scale(1,-1)" />
1124
+ <rect
1125
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1126
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-3"
1127
+ width="5.4144897"
1128
+ height="2.2907634"
1129
+ x="-58.435246"
1130
+ y="-77.005051"
1131
+ transform="matrix(0,-1,-1,0,0,0)" />
1132
+ <rect
1133
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1134
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-4"
1135
+ width="5.3847003"
1136
+ height="0.91546303"
1137
+ x="73.16732"
1138
+ y="-53.020756"
1139
+ transform="scale(1,-1)" />
1140
+ <rect
1141
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1142
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-9"
1143
+ width="5.4144897"
1144
+ height="2.2907634"
1145
+ x="-58.435246"
1146
+ y="-95.516876"
1147
+ transform="matrix(0,-1,-1,0,0,0)" />
1148
+ <rect
1149
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1150
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-6"
1151
+ width="5.3847003"
1152
+ height="0.91546303"
1153
+ x="91.679146"
1154
+ y="-53.020756"
1155
+ transform="scale(1,-1)" />
1156
+ <rect
1157
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1158
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-0"
1159
+ width="5.4144897"
1160
+ height="2.2907634"
1161
+ x="-58.435238"
1162
+ y="-114.0287"
1163
+ transform="matrix(0,-1,-1,0,0,0)" />
1164
+ <rect
1165
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1166
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-5"
1167
+ width="5.3847003"
1168
+ height="0.91546303"
1169
+ x="110.19097"
1170
+ y="-53.020748"
1171
+ transform="scale(1,-1)" />
1172
+ <rect
1173
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1174
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-04"
1175
+ width="5.4144897"
1176
+ height="2.2907634"
1177
+ x="-58.435246"
1178
+ y="-132.54053"
1179
+ transform="matrix(0,-1,-1,0,0,0)" />
1180
+ <rect
1181
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1182
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-62"
1183
+ width="5.3847003"
1184
+ height="0.91546303"
1185
+ x="128.70279"
1186
+ y="-53.020748"
1187
+ transform="scale(1,-1)" />
1188
+ <rect
1189
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1190
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8"
1191
+ width="5.3847003"
1192
+ height="0.91546303"
1193
+ x="17.631851"
1194
+ y="-52.105282"
1195
+ transform="scale(1,-1)" />
1196
+ <rect
1197
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264581"
1198
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2"
1199
+ width="16.822216"
1200
+ height="0.91546303"
1201
+ x="11.913093"
1202
+ y="-49.073139"
1203
+ transform="scale(1,-1)" />
1204
+ <path
1205
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1206
+ d="m 11.913093,48.157669 v 0.91547 l 5.718757,2.11667 v 0.91547 h 5.384701 v -0.91547 l 5.718757,-2.11667 v -0.91547 H 11.913093"
1207
+ id="path6" />
1208
+ <path
1209
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1210
+ d="M 13.510749,48.849339 H 26.75025 l -5.344726,2.05884 h -2.448486 z"
1211
+ id="path7" />
1212
+ <rect
1213
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1214
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0"
1215
+ width="16.822216"
1216
+ height="0.91546303"
1217
+ x="11.913092"
1218
+ y="-48.157673"
1219
+ transform="scale(1,-1)" />
1220
+ <path
1221
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1222
+ d="m 30.424919,48.157669 v 0.91547 l 5.718757,2.11667 v 0.91547 h 5.384701 v -0.91547 l 5.718757,-2.11667 v -0.91547 H 30.424919"
1223
+ id="path6-1" />
1224
+ <path
1225
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1226
+ d="m 32.022575,48.849339 h 13.239501 l -5.344726,2.05884 h -2.448486 z"
1227
+ id="path7-3" />
1228
+ <rect
1229
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1230
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-2"
1231
+ width="16.822216"
1232
+ height="0.91546303"
1233
+ x="30.424917"
1234
+ y="-48.157681"
1235
+ transform="scale(1,-1)" />
1236
+ <path
1237
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1238
+ d="m 48.936741,48.157679 v 0.91547 l 5.718757,2.11667 v 0.91547 h 5.384701 v -0.91547 l 5.718757,-2.11667 v -0.91547 H 48.936741"
1239
+ id="path6-9" />
1240
+ <path
1241
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1242
+ d="m 50.534397,48.849349 h 13.239501 l -5.344726,2.05884 h -2.448486 z"
1243
+ id="path7-1" />
1244
+ <rect
1245
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1246
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-4"
1247
+ width="16.822216"
1248
+ height="0.91546303"
1249
+ x="48.936741"
1250
+ y="-48.157681"
1251
+ transform="scale(1,-1)" />
1252
+ <path
1253
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1254
+ d="m 67.448561,48.157679 v 0.91547 l 5.718757,2.11667 v 0.91547 h 5.384701 v -0.91547 l 5.718757,-2.11667 v -0.91547 H 67.448561"
1255
+ id="path6-7" />
1256
+ <path
1257
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1258
+ d="m 69.046217,48.849349 h 13.239501 l -5.344726,2.05884 h -2.448486 z"
1259
+ id="path7-5" />
1260
+ <rect
1261
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1262
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-8"
1263
+ width="16.822216"
1264
+ height="0.91546303"
1265
+ x="67.448563"
1266
+ y="-48.157681"
1267
+ transform="scale(1,-1)" />
1268
+ <path
1269
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1270
+ d="m 85.960389,48.157679 v 0.91547 l 5.718757,2.11667 v 0.91547 h 5.384701 v -0.91547 l 5.718753,-2.11667 v -0.91547 H 85.960389"
1271
+ id="path6-8" />
1272
+ <path
1273
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1274
+ d="m 87.558045,48.849349 h 13.239505 l -5.34473,2.05884 h -2.448486 z"
1275
+ id="path7-0" />
1276
+ <rect
1277
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1278
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-42"
1279
+ width="16.822216"
1280
+ height="0.91546303"
1281
+ x="85.960396"
1282
+ y="-48.157688"
1283
+ transform="scale(1,-1)" />
1284
+ <path
1285
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1286
+ d="m 104.47221,48.157669 v 0.91547 l 5.71876,2.11667 v 0.91547 h 5.3847 v -0.91547 l 5.71875,-2.11667 v -0.91547 h -16.82221"
1287
+ id="path6-0" />
1288
+ <path
1289
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1290
+ d="m 106.06986,48.849339 h 13.2395 l -5.34472,2.05884 h -2.44849 z"
1291
+ id="path7-4" />
1292
+ <rect
1293
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1294
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-22"
1295
+ width="16.822216"
1296
+ height="0.91546303"
1297
+ x="104.47221"
1298
+ y="-48.157673"
1299
+ transform="scale(1,-1)" />
1300
+ <path
1301
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1302
+ d="m 122.98404,48.157669 v 0.91547 l 5.71876,2.11667 v 0.91547 h 5.3847 v -0.91547 l 5.71876,-2.11667 v -0.91547 h -16.82222"
1303
+ id="path6-5" />
1304
+ <path
1305
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1306
+ d="m 124.5817,48.849339 h 13.2395 l -5.34473,2.05884 h -2.44848 z"
1307
+ id="path7-2" />
1308
+ <rect
1309
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1310
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-9"
1311
+ width="16.822216"
1312
+ height="0.91546303"
1313
+ x="122.98405"
1314
+ y="-48.157681"
1315
+ transform="scale(1,-1)" />
1316
+ <text
1317
+ xml:space="preserve"
1318
+ transform="matrix(0.26458333,0,0,0.26458333,-58.276923,-69.397282)"
1319
+ id="text7"
1320
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
1321
+ x="306.43359"
1322
+ y="1015.0918"
1323
+ id="tspan2">soil</tspan></text>
1324
+ <text
1325
+ xml:space="preserve"
1326
+ transform="matrix(0.26458333,0,0,0.26458333,-79.140716,-61.508622)"
1327
+ id="text8"
1328
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8);display:inline"><tspan
1329
+ x="400.78516"
1330
+ y="943.80081"
1331
+ id="tspan3">concrete</tspan></text>
1332
+ <text
1333
+ xml:space="preserve"
1334
+ transform="matrix(0.26458333,0,0,0.26458333,78.817298,-123.23101)"
1335
+ id="text9"
1336
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
1337
+ x="95.683594"
1338
+ y="1027.2754"
1339
+ id="tspan4">pole-static</tspan></text>
1340
+ <text
1341
+ xml:space="preserve"
1342
+ transform="matrix(0.26458333,0,0,0.26458333,51.106548,-165.63305)"
1343
+ id="text10"
1344
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10);display:inline"><tspan
1345
+ x="182.75977"
1346
+ y="1118.6934"
1347
+ id="tspan5">pole-rotor</tspan></text>
1348
+ <text
1349
+ xml:space="preserve"
1350
+ transform="matrix(0.26458333,0,0,0.26458333,-51.633619,-144.31842)"
1351
+ id="text11"
1352
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11);display:inline"><tspan
1353
+ x="366.50781"
1354
+ y="1083.6895"
1355
+ id="tspan6">ring</tspan></text>
1356
+ <text
1357
+ xml:space="preserve"
1358
+ transform="matrix(0.26458333,0,0,0.26458333,-82.304047,-111.5876)"
1359
+ id="text12"
1360
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12);display:inline"><tspan
1361
+ x="441.65039"
1362
+ y="1030.6055"
1363
+ id="tspan7">bearing</tspan></text>
1364
+ <text
1365
+ xml:space="preserve"
1366
+ transform="matrix(0.26458333,0,0,0.26458333,-19.594592,-102.73074)"
1367
+ id="text13"
1368
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13);display:inline"><tspan
1369
+ x="339.16602"
1370
+ y="1135.6836"
1371
+ id="tspan8">motors</tspan></text>
1372
+ <text
1373
+ xml:space="preserve"
1374
+ transform="matrix(0.26458333,0,0,0.26458333,-7.5791976,-20.464908)"
1375
+ id="text14"
1376
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14);display:inline"><tspan
1377
+ x="404.02148"
1378
+ y="444.09964"
1379
+ id="tspan9">rake</tspan></text>
1380
+ <text
1381
+ xml:space="preserve"
1382
+ transform="matrix(0.26458333,0,0,0.26458333,-81.097841,-18.804083)"
1383
+ id="text15"
1384
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
1385
+ x="402.1582"
1386
+ y="374.5723"
1387
+ id="tspan10">swing</tspan></text>
1388
+ <text
1389
+ xml:space="preserve"
1390
+ transform="matrix(0.26458333,0,0,0.26458333,7.9455513,-63.710538)"
1391
+ id="text16"
1392
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
1393
+ x="422.66211"
1394
+ y="528.77933"
1395
+ id="tspan11">rods</tspan></text>
1396
+ <text
1397
+ xml:space="preserve"
1398
+ transform="matrix(0.26458333,0,0,0.26458333,20.124922,-52.669787)"
1399
+ id="text17"
1400
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17);display:inline"><tspan
1401
+ x="443.26953"
1402
+ y="413.62112"
1403
+ id="tspan12">trapeze</tspan></text>
1404
+ <text
1405
+ xml:space="preserve"
1406
+ transform="matrix(0.26458333,0,0,0.26458333,9.1039998,-113.62598)"
1407
+ id="text18"
1408
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
1409
+ x="390.71094"
1410
+ y="580.35159"
1411
+ id="tspan13">solar-panels</tspan></text>
1412
+ <path
1413
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8)"
1414
+ d="m 114.90067,46.181369 6.4156,-4.822901"
1415
+ id="path4-0"
1416
+ sodipodi:nodetypes="cc" />
1417
+ <path
1418
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-9)"
1419
+ d="m 128.70615,45.854295 -6.4156,-4.822901"
1420
+ id="path4-0-6"
1421
+ sodipodi:nodetypes="cc" />
1422
+ <path
1423
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-4)"
1424
+ d="m 138.53057,51.266586 3.19274,2.576366"
1425
+ id="path4-0-9"
1426
+ sodipodi:nodetypes="cc" />
1427
+ <path
1428
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0)"
1429
+ d="m 115.34867,56.908187 8.33552,15.137354"
1430
+ id="path4-0-2"
1431
+ sodipodi:nodetypes="cc" />
1432
+ <path
1433
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-3)"
1434
+ d="m 129.41774,57.203729 -4.18415,15.082663"
1435
+ id="path4-0-2-7"
1436
+ sodipodi:nodetypes="cc" />
1437
+ <path
1438
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-1)"
1439
+ d="m 38.557435,67.281008 -5.9926,9.644196"
1440
+ id="path4-0-2-9"
1441
+ sodipodi:nodetypes="cc" />
1442
+ <path
1443
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-2)"
1444
+ d="m 92.570392,88.17701 7.34996,5.404376"
1445
+ id="path4-0-2-1"
1446
+ sodipodi:nodetypes="cc" />
1447
+ <path
1448
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-2-6)"
1449
+ d="m 83.925358,124.18935 14.924067,5.40437"
1450
+ id="path4-0-2-1-8"
1451
+ sodipodi:nodetypes="cc" />
1452
+ <path
1453
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-2-6-3)"
1454
+ d="m 99.688339,157.19489 10.085241,-8.00534"
1455
+ id="path4-0-2-1-8-4"
1456
+ sodipodi:nodetypes="cc" />
1457
+ <path
1458
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-2-6-3-8)"
1459
+ d="m 71.36753,187.93044 4.113131,6.81883"
1460
+ id="path4-0-2-1-8-4-6"
1461
+ sodipodi:nodetypes="cc" />
1462
+ <path
1463
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-2-6-3-8-9)"
1464
+ d="m 81.82393,187.96493 -4.11313,6.81883"
1465
+ id="path4-0-2-1-8-4-6-3"
1466
+ sodipodi:nodetypes="cc" />
1467
+ <path
1468
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-2-6-3-8-3)"
1469
+ d="m 32.510785,207.21001 -4.11313,-6.81883"
1470
+ id="path4-0-2-1-8-4-6-5"
1471
+ sodipodi:nodetypes="cc" />
1472
+ <path
1473
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-2-6-3-8-5)"
1474
+ d="m 45.443092,205.13403 -6.36454,-16.1043"
1475
+ id="path4-0-2-1-8-4-6-9"
1476
+ sodipodi:nodetypes="cc" />
1477
+ <path
1478
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-2-6-3-8-4)"
1479
+ d="m 57.352632,169.59569 -10.66552,-6.81883"
1480
+ id="path4-0-2-1-8-4-6-4"
1481
+ sodipodi:nodetypes="cc" />
1482
+ <path
1483
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-0-2-6-3-8-0)"
1484
+ d="M 67.758613,165.3838 50.361817,144.13563"
1485
+ id="path4-0-2-1-8-4-6-47"
1486
+ sodipodi:nodetypes="cc" />
1487
+ <rect
1488
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1489
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-4"
1490
+ width="2.2177341"
1491
+ height="2.2907634"
1492
+ x="-58.608032"
1493
+ y="-43.742668"
1494
+ transform="matrix(0,-1,-1,0,0,0)" />
1495
+ <rect
1496
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1497
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-4-7"
1498
+ width="2.2177341"
1499
+ height="2.2907634"
1500
+ x="-58.608032"
1501
+ y="-48.23938"
1502
+ transform="matrix(0,-1,-1,0,0,0)" />
1503
+ <rect
1504
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1505
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-4-9"
1506
+ width="2.2177341"
1507
+ height="2.2907634"
1508
+ x="-58.608032"
1509
+ y="-62.881966"
1510
+ transform="matrix(0,-1,-1,0,0,0)" />
1511
+ <rect
1512
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1513
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-4-7-0"
1514
+ width="2.2177341"
1515
+ height="2.2907634"
1516
+ x="-58.608032"
1517
+ y="-67.378677"
1518
+ transform="matrix(0,-1,-1,0,0,0)" />
1519
+ <rect
1520
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1521
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-4-6"
1522
+ width="2.2177341"
1523
+ height="2.2907634"
1524
+ x="-58.608032"
1525
+ y="-86.51696"
1526
+ transform="matrix(0,-1,-1,0,0,0)" />
1527
+ <rect
1528
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1529
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-4-7-5"
1530
+ width="2.2177341"
1531
+ height="2.2907634"
1532
+ x="-58.608032"
1533
+ y="-91.013672"
1534
+ transform="matrix(0,-1,-1,0,0,0)" />
1535
+ <rect
1536
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1537
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-4-3"
1538
+ width="2.2177341"
1539
+ height="2.2907634"
1540
+ x="-58.608032"
1541
+ y="-106.14076"
1542
+ transform="matrix(0,-1,-1,0,0,0)" />
1543
+ <rect
1544
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1545
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-4-7-3"
1546
+ width="2.2177341"
1547
+ height="2.2907634"
1548
+ x="-58.608032"
1549
+ y="-110.63747"
1550
+ transform="matrix(0,-1,-1,0,0,0)" />
1551
+ </g>
1552
+ </svg>