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,1470 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="551.38239"
6
+ height="689.26868"
7
+ viewBox="0 0 145.88659 182.369"
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="156.30057"
40
+ y="1264.5233"
41
+ width="49.266689"
42
+ height="21.099178"
43
+ id="rect25" />
44
+ <rect
45
+ x="54.854824"
46
+ y="1318.21"
47
+ width="111.51821"
48
+ height="37.987206"
49
+ id="rect23" />
50
+ <rect
51
+ x="95.683868"
52
+ y="1014.298"
53
+ width="138.49654"
54
+ height="46.863224"
55
+ id="rect9-8" />
56
+ <rect
57
+ x="182.76031"
58
+ y="1105.7173"
59
+ width="181.95123"
60
+ height="36.314037"
61
+ id="rect10-3" />
62
+ <rect
63
+ x="366.50714"
64
+ y="1070.7135"
65
+ width="138.63747"
66
+ height="34.936016"
67
+ id="rect11-0" />
68
+ <rect
69
+ x="441.65118"
70
+ y="1017.6283"
71
+ width="113.58773"
72
+ height="44.326408"
73
+ id="rect12-1" />
74
+ <rect
75
+ x="339.16592"
76
+ y="1122.7076"
77
+ width="173.91277"
78
+ height="53.622845"
79
+ id="rect13-7" />
80
+ <rect
81
+ x="404.02173"
82
+ y="431.12286"
83
+ width="135.33858"
84
+ height="40.228878"
85
+ id="rect14-8" />
86
+ <rect
87
+ x="402.15829"
88
+ y="361.59534"
89
+ width="130.78169"
90
+ height="44.159374"
91
+ id="rect15-9" />
92
+ <rect
93
+ x="422.66159"
94
+ y="515.80341"
95
+ width="101.73882"
96
+ height="36.063492"
97
+ id="rect16-1" />
98
+ <marker
99
+ style="overflow:visible"
100
+ id="RoundedArrow-8-0-1-5"
101
+ refX="0"
102
+ refY="0"
103
+ orient="auto-start-reverse"
104
+ inkscape:stockid="Rounded arrow"
105
+ markerWidth="1"
106
+ markerHeight="1"
107
+ viewBox="0 0 1 1"
108
+ inkscape:isstock="true"
109
+ inkscape:collect="always"
110
+ preserveAspectRatio="xMidYMid">
111
+ <path
112
+ transform="scale(0.7)"
113
+ 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"
114
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
115
+ id="path8-3-5-4-4" />
116
+ </marker>
117
+ <marker
118
+ style="overflow:visible"
119
+ id="RoundedArrow-8-0-2-9"
120
+ refX="0"
121
+ refY="0"
122
+ orient="auto-start-reverse"
123
+ inkscape:stockid="Rounded arrow"
124
+ markerWidth="1"
125
+ markerHeight="1"
126
+ viewBox="0 0 1 1"
127
+ inkscape:isstock="true"
128
+ inkscape:collect="always"
129
+ preserveAspectRatio="xMidYMid">
130
+ <path
131
+ transform="scale(0.7)"
132
+ 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"
133
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
134
+ id="path8-3-5-6-2" />
135
+ </marker>
136
+ <marker
137
+ style="overflow:visible"
138
+ id="RoundedArrow-8-0-2-6-5"
139
+ refX="0"
140
+ refY="0"
141
+ orient="auto-start-reverse"
142
+ inkscape:stockid="Rounded arrow"
143
+ markerWidth="1"
144
+ markerHeight="1"
145
+ viewBox="0 0 1 1"
146
+ inkscape:isstock="true"
147
+ inkscape:collect="always"
148
+ preserveAspectRatio="xMidYMid">
149
+ <path
150
+ transform="scale(0.7)"
151
+ 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"
152
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
153
+ id="path8-3-5-6-8-7" />
154
+ </marker>
155
+ <marker
156
+ style="overflow:visible"
157
+ id="RoundedArrow-8-0-2-6-3-4"
158
+ refX="0"
159
+ refY="0"
160
+ orient="auto-start-reverse"
161
+ inkscape:stockid="Rounded arrow"
162
+ markerWidth="1"
163
+ markerHeight="1"
164
+ viewBox="0 0 1 1"
165
+ inkscape:isstock="true"
166
+ inkscape:collect="always"
167
+ preserveAspectRatio="xMidYMid">
168
+ <path
169
+ transform="scale(0.7)"
170
+ 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"
171
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
172
+ id="path8-3-5-6-8-8-99" />
173
+ </marker>
174
+ <marker
175
+ style="overflow:visible"
176
+ id="RoundedArrow-8-0-2-6-3-8-45"
177
+ refX="0"
178
+ refY="0"
179
+ orient="auto-start-reverse"
180
+ inkscape:stockid="Rounded arrow"
181
+ markerWidth="1"
182
+ markerHeight="1"
183
+ viewBox="0 0 1 1"
184
+ inkscape:isstock="true"
185
+ inkscape:collect="always"
186
+ preserveAspectRatio="xMidYMid">
187
+ <path
188
+ transform="scale(0.7)"
189
+ 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"
190
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
191
+ id="path8-3-5-6-8-8-9-9" />
192
+ </marker>
193
+ <marker
194
+ style="overflow:visible"
195
+ id="RoundedArrow-8-0-2-6-3-8-9-3"
196
+ refX="0"
197
+ refY="0"
198
+ orient="auto-start-reverse"
199
+ inkscape:stockid="Rounded arrow"
200
+ markerWidth="1"
201
+ markerHeight="1"
202
+ viewBox="0 0 1 1"
203
+ inkscape:isstock="true"
204
+ inkscape:collect="always"
205
+ preserveAspectRatio="xMidYMid">
206
+ <path
207
+ transform="scale(0.7)"
208
+ 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"
209
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
210
+ id="path8-3-5-6-8-8-9-0-5" />
211
+ </marker>
212
+ <marker
213
+ style="overflow:visible"
214
+ id="RoundedArrow-8-0-2-6-3-8-4-7"
215
+ refX="0"
216
+ refY="0"
217
+ orient="auto-start-reverse"
218
+ inkscape:stockid="Rounded arrow"
219
+ markerWidth="1"
220
+ markerHeight="1"
221
+ viewBox="0 0 1 1"
222
+ inkscape:isstock="true"
223
+ inkscape:collect="always"
224
+ preserveAspectRatio="xMidYMid">
225
+ <path
226
+ transform="scale(0.7)"
227
+ 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"
228
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
229
+ id="path8-3-5-6-8-8-9-1-0" />
230
+ </marker>
231
+ <marker
232
+ style="overflow:visible"
233
+ id="RoundedArrow-8-0-2-6-3-8-0-8"
234
+ refX="0"
235
+ refY="0"
236
+ orient="auto-start-reverse"
237
+ inkscape:stockid="Rounded arrow"
238
+ markerWidth="1"
239
+ markerHeight="1"
240
+ viewBox="0 0 1 1"
241
+ inkscape:isstock="true"
242
+ inkscape:collect="always"
243
+ preserveAspectRatio="xMidYMid">
244
+ <path
245
+ transform="scale(0.7)"
246
+ 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"
247
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
248
+ id="path8-3-5-6-8-8-9-86-1" />
249
+ </marker>
250
+ <rect
251
+ x="443.26929"
252
+ y="400.64453"
253
+ width="108.68635"
254
+ height="33.051674"
255
+ id="rect17-4" />
256
+ <rect
257
+ x="390.7113"
258
+ y="567.37488"
259
+ width="163.90123"
260
+ height="53.716801"
261
+ id="rect18-3" />
262
+ <marker
263
+ style="overflow:visible"
264
+ id="RoundedArrow-8-7"
265
+ refX="0"
266
+ refY="0"
267
+ orient="auto-start-reverse"
268
+ inkscape:stockid="Rounded arrow"
269
+ markerWidth="1"
270
+ markerHeight="1"
271
+ viewBox="0 0 1 1"
272
+ inkscape:isstock="true"
273
+ inkscape:collect="always"
274
+ preserveAspectRatio="xMidYMid">
275
+ <path
276
+ transform="scale(0.7)"
277
+ 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"
278
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
279
+ id="path8-3-12" />
280
+ </marker>
281
+ <marker
282
+ style="overflow:visible"
283
+ id="RoundedArrow-8-9-2"
284
+ refX="0"
285
+ refY="0"
286
+ orient="auto-start-reverse"
287
+ inkscape:stockid="Rounded arrow"
288
+ markerWidth="1"
289
+ markerHeight="1"
290
+ viewBox="0 0 1 1"
291
+ inkscape:isstock="true"
292
+ inkscape:collect="always"
293
+ preserveAspectRatio="xMidYMid">
294
+ <path
295
+ transform="scale(0.7)"
296
+ 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"
297
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
298
+ id="path8-3-1-0" />
299
+ </marker>
300
+ <marker
301
+ style="overflow:visible"
302
+ id="RoundedArrow-8-4-2"
303
+ refX="0"
304
+ refY="0"
305
+ orient="auto-start-reverse"
306
+ inkscape:stockid="Rounded arrow"
307
+ markerWidth="1"
308
+ markerHeight="1"
309
+ viewBox="0 0 1 1"
310
+ inkscape:isstock="true"
311
+ inkscape:collect="always"
312
+ preserveAspectRatio="xMidYMid">
313
+ <path
314
+ transform="scale(0.7)"
315
+ 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"
316
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
317
+ id="path8-3-4-1" />
318
+ </marker>
319
+ <marker
320
+ style="overflow:visible"
321
+ id="RoundedArrow-8-0-1-5-5"
322
+ refX="0"
323
+ refY="0"
324
+ orient="auto-start-reverse"
325
+ inkscape:stockid="Rounded arrow"
326
+ markerWidth="1"
327
+ markerHeight="1"
328
+ viewBox="0 0 1 1"
329
+ inkscape:isstock="true"
330
+ inkscape:collect="always"
331
+ preserveAspectRatio="xMidYMid">
332
+ <path
333
+ transform="scale(0.7)"
334
+ 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"
335
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
336
+ id="path8-3-5-4-4-4" />
337
+ </marker>
338
+ <marker
339
+ style="overflow:visible"
340
+ id="RoundedArrow-8-0-1-5-5-9"
341
+ refX="0"
342
+ refY="0"
343
+ orient="auto-start-reverse"
344
+ inkscape:stockid="Rounded arrow"
345
+ markerWidth="1"
346
+ markerHeight="1"
347
+ viewBox="0 0 1 1"
348
+ inkscape:isstock="true"
349
+ inkscape:collect="always"
350
+ preserveAspectRatio="xMidYMid">
351
+ <path
352
+ transform="scale(0.7)"
353
+ 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"
354
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
355
+ id="path8-3-5-4-4-4-0" />
356
+ </marker>
357
+ <marker
358
+ style="overflow:visible"
359
+ id="RoundedArrow-8-0-1-5-5-9-6"
360
+ refX="0"
361
+ refY="0"
362
+ orient="auto-start-reverse"
363
+ inkscape:stockid="Rounded arrow"
364
+ markerWidth="1"
365
+ markerHeight="1"
366
+ viewBox="0 0 1 1"
367
+ inkscape:isstock="true"
368
+ inkscape:collect="always"
369
+ preserveAspectRatio="xMidYMid">
370
+ <path
371
+ transform="scale(0.7)"
372
+ 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"
373
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
374
+ id="path8-3-5-4-4-4-0-5" />
375
+ </marker>
376
+ <rect
377
+ x="339.16592"
378
+ y="1122.7076"
379
+ width="173.91277"
380
+ height="53.622845"
381
+ id="rect13-7-4" />
382
+ <marker
383
+ style="overflow:visible"
384
+ id="RoundedArrow-8-0-2-6-3-8-9-3-0"
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-0-5-3" />
400
+ </marker>
401
+ </defs>
402
+ <g
403
+ inkscape:label="Layer 1"
404
+ inkscape:groupmode="layer"
405
+ id="layer1"
406
+ transform="translate(-8.8735905,-270.99173)">
407
+ <rect
408
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.529167;stroke-linejoin:bevel;stroke-opacity:1"
409
+ id="rect26"
410
+ width="145.35742"
411
+ height="181.83983"
412
+ x="9.1381741"
413
+ y="271.25632"
414
+ inkscape:export-filename="heliostat_side.svg"
415
+ inkscape:export-xdpi="96"
416
+ inkscape:export-ydpi="96" />
417
+ <rect
418
+ style="fill:#008000;stroke:none;stroke-width:0.264696"
419
+ id="rect2-2-5-0-5-1-1-9-10-6-4"
420
+ width="2.435302"
421
+ height="0.71809846"
422
+ x="-127.32322"
423
+ y="318.57111"
424
+ transform="matrix(0.78105852,-0.62445784,0.59177222,0.80610523,0,0)" />
425
+ <rect
426
+ style="fill:#008000;stroke:none;stroke-width:0.264696"
427
+ id="rect2-2-5-0-5-1-1-9-10-6"
428
+ width="2.435302"
429
+ height="0.71809846"
430
+ x="-249.28418"
431
+ y="223.8826"
432
+ transform="matrix(-0.78105852,-0.62445784,-0.59177222,0.80610523,0,0)" />
433
+ <rect
434
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
435
+ id="rect2-2-5-3"
436
+ width="29.679037"
437
+ height="1.3229166"
438
+ x="414.24875"
439
+ y="52.413082"
440
+ transform="matrix(0,1,1,0,0,0)" />
441
+ <rect
442
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
443
+ id="rect2-6-3-4"
444
+ width="3.8240576"
445
+ height="1.3229166"
446
+ x="52.413082"
447
+ y="-443.9278"
448
+ transform="scale(1,-1)" />
449
+ <rect
450
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
451
+ id="rect2-2-9-9"
452
+ width="29.679037"
453
+ height="1.3229166"
454
+ x="414.24875"
455
+ y="-98.782219"
456
+ transform="rotate(90)" />
457
+ <rect
458
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264582"
459
+ id="rect2-6-1-0"
460
+ width="3.8240576"
461
+ height="1.3229166"
462
+ x="-98.782219"
463
+ y="-443.9278"
464
+ transform="scale(-1)" />
465
+ <rect
466
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
467
+ id="rect2-2-5-9-2"
468
+ width="65.534508"
469
+ height="1.3229166"
470
+ x="328.25333"
471
+ y="138.85352"
472
+ transform="matrix(-0.21153104,0.97737128,0.97737128,0.21153104,0,0)" />
473
+ <rect
474
+ style="fill:#0088aa;stroke:#0088aa;stroke-width:0.264583"
475
+ id="rect2-2-5-9-6-0"
476
+ width="65.534508"
477
+ height="1.3229166"
478
+ x="360.23584"
479
+ y="-8.9204216"
480
+ transform="rotate(77.78791)" />
481
+ <rect
482
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
483
+ id="rect2-2-5-0-1"
484
+ width="69.885612"
485
+ height="1.3229166"
486
+ x="344.45779"
487
+ y="69.81781"
488
+ transform="matrix(0,1,1,0,0,0)" />
489
+ <rect
490
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
491
+ id="rect2-2-5-0-5-96"
492
+ width="2.9104164"
493
+ height="1.3229166"
494
+ x="-72.728226"
495
+ y="413.02051"
496
+ transform="scale(-1,1)" />
497
+ <rect
498
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
499
+ id="rect2-2-5-0-8-2"
500
+ width="69.885612"
501
+ height="1.3229166"
502
+ x="344.45779"
503
+ y="-81.45948"
504
+ transform="rotate(90)" />
505
+ <rect
506
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
507
+ id="rect2-2-5-0-5-9-1"
508
+ width="2.9104164"
509
+ height="1.3229166"
510
+ x="78.549065"
511
+ y="413.02051" />
512
+ <rect
513
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
514
+ id="rect2-2-5-0-5-1-2"
515
+ width="2.9104164"
516
+ height="1.3229166"
517
+ x="-72.728226"
518
+ y="344.45779"
519
+ transform="scale(-1,1)" />
520
+ <rect
521
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
522
+ id="rect2-2-5-0-5-9-2-07"
523
+ width="2.9104164"
524
+ height="1.3229166"
525
+ x="78.549065"
526
+ y="344.45779" />
527
+ <rect
528
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
529
+ id="rect2-2-5-0-5-1-9-3"
530
+ width="2.9104164"
531
+ height="1.3229166"
532
+ x="-72.728226"
533
+ y="415.13715"
534
+ transform="scale(-1,1)" />
535
+ <rect
536
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583"
537
+ id="rect2-2-5-0-5-9-2-4-1"
538
+ width="2.9104164"
539
+ height="1.3229166"
540
+ x="78.549065"
541
+ y="415.13715" />
542
+ <rect
543
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
544
+ id="rect2-2-5-0-5-1-5-1"
545
+ width="8.0569754"
546
+ height="1.3229166"
547
+ x="-67.845665"
548
+ y="418.83859"
549
+ transform="scale(-1,1)" />
550
+ <rect
551
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
552
+ id="rect2-2-5-0-5-9-2-0-9"
553
+ width="8.0569754"
554
+ height="1.3229166"
555
+ x="83.431625"
556
+ y="418.83859" />
557
+ <rect
558
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
559
+ id="rect2-2-5-0-5-1-5-0-05"
560
+ width="4.0284872"
561
+ height="1.3229166"
562
+ x="-63.817181"
563
+ y="423.33646"
564
+ transform="scale(-1,1)" />
565
+ <rect
566
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
567
+ id="rect2-2-5-0-5-1-5-0-0-6"
568
+ width="4.0284872"
569
+ height="1.3229166"
570
+ x="-91.488602"
571
+ y="423.33646"
572
+ transform="scale(-1,1)" />
573
+ <rect
574
+ style="fill:#5fd35f;stroke:none;stroke-width:0.264584"
575
+ id="rect2-2-5-0-5-1-5-0-5-5-7"
576
+ width="4.4978719"
577
+ height="1.3229166"
578
+ x="420.29379"
579
+ y="63.817181"
580
+ transform="matrix(0,1,1,0,0,0)" />
581
+ <rect
582
+ style="fill:#5fd35f;stroke:none;stroke-width:0.264584"
583
+ id="rect2-2-5-0-5-1-5-0-5-5-0-7"
584
+ width="4.4978719"
585
+ height="1.3229166"
586
+ x="420.29379"
587
+ y="86.137199"
588
+ transform="matrix(0,1,1,0,0,0)" />
589
+ <path
590
+ style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1"
591
+ d="m 69.817808,415.13715 -1.972146,3.70143 v 1.32292 h 0.966017 l 2.006087,-3.56914 z"
592
+ id="path1-4" />
593
+ <path
594
+ style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1"
595
+ d="m 81.459479,415.13715 1.972146,3.70143 v 1.32292 h -0.966017 l -2.006087,-3.56914 z"
596
+ id="path1-1-0" />
597
+ <rect
598
+ style="fill:#7f2aff;fill-opacity:1;stroke:#7f2aff;stroke-width:0.264584"
599
+ id="rect2-2-5-0-5-1-5-0-5-0-6"
600
+ width="3.319839"
601
+ height="4.0284882"
602
+ x="421.33954"
603
+ y="65.801552"
604
+ transform="matrix(0,1,1,0,0,0)" />
605
+ <rect
606
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264584;stroke-opacity:1"
607
+ id="rect2-2-5-0-5-1-5-0-5-5-2-4"
608
+ width="3.3198326"
609
+ height="1.3229166"
610
+ x="421.33954"
611
+ y="69.83004"
612
+ transform="matrix(0,1,1,0,0,0)" />
613
+ <rect
614
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264584;stroke-opacity:1"
615
+ id="rect2-2-5-0-5-1-5-0-5-5-2-9-7"
616
+ width="3.3198326"
617
+ height="1.3229166"
618
+ x="421.33954"
619
+ y="64.478638"
620
+ transform="matrix(0,1,1,0,0,0)" />
621
+ <rect
622
+ style="fill:#7f2aff;fill-opacity:1;stroke:#7f2aff;stroke-width:0.264584"
623
+ id="rect2-2-5-0-5-1-5-0-5-0-8-4"
624
+ width="3.319839"
625
+ height="4.0284882"
626
+ x="421.33954"
627
+ y="81.579544"
628
+ transform="matrix(0,1,1,0,0,0)" />
629
+ <rect
630
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264584;stroke-opacity:1"
631
+ id="rect2-2-5-0-5-1-5-0-5-5-2-7-8"
632
+ width="3.3198326"
633
+ height="1.3229166"
634
+ x="421.33954"
635
+ y="85.608032"
636
+ transform="matrix(0,1,1,0,0,0)" />
637
+ <rect
638
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264584;stroke-opacity:1"
639
+ id="rect2-2-5-0-5-1-5-0-5-5-2-9-1-5"
640
+ width="3.3198326"
641
+ height="1.3229166"
642
+ x="421.33954"
643
+ y="80.25663"
644
+ transform="matrix(0,1,1,0,0,0)" />
645
+ <rect
646
+ style="fill:#7f2aff;fill-opacity:1;stroke:#7f2aff;stroke-width:0.264584"
647
+ id="rect2-2-5-0-5-1-5-0-5-0-2-8"
648
+ width="3.319839"
649
+ height="0.58520323"
650
+ x="424.92398"
651
+ y="67.523193"
652
+ transform="matrix(0,1,1,0,0,0)" />
653
+ <rect
654
+ style="fill:#7f2aff;fill-opacity:1;stroke:#7f2aff;stroke-width:0.264584"
655
+ id="rect2-2-5-0-5-1-5-0-5-0-2-0-2"
656
+ width="3.319839"
657
+ height="0.58520323"
658
+ x="424.92398"
659
+ y="83.301186"
660
+ transform="matrix(0,1,1,0,0,0)" />
661
+ <rect
662
+ style="fill:#b380ff;fill-opacity:1;stroke:#e6e6e6;stroke-width:0.264585"
663
+ id="rect2-2-5-0-5-1-5-0-5-0-9-6"
664
+ width="3.319839"
665
+ height="5.615335"
666
+ x="428.50839"
667
+ y="65.008125"
668
+ transform="matrix(0,1,1,0,0,0)" />
669
+ <rect
670
+ style="fill:#9955ff;fill-opacity:1;stroke:#9955ff;stroke-width:0.264584"
671
+ id="rect2-2-5-0-5-1-5-0-5-0-2-9-0"
672
+ width="1.6066242"
673
+ height="0.58520323"
674
+ x="431.82825"
675
+ y="67.523193"
676
+ transform="matrix(0,1,1,0,0,0)" />
677
+ <rect
678
+ style="fill:#b380ff;fill-opacity:1;stroke:#ccaaff;stroke-width:0.264585"
679
+ id="rect2-2-5-0-5-1-5-0-5-0-9-1-66"
680
+ width="3.319839"
681
+ height="5.615335"
682
+ x="433.69946"
683
+ y="65.008125"
684
+ transform="matrix(0,1,1,0,0,0)" />
685
+ <rect
686
+ style="fill:#b380ff;fill-opacity:1;stroke:#e6e6e6;stroke-width:0.264585"
687
+ id="rect2-2-5-0-5-1-5-0-5-0-9-7-4"
688
+ width="3.319839"
689
+ height="5.615335"
690
+ x="428.50839"
691
+ y="80.786118"
692
+ transform="matrix(0,1,1,0,0,0)" />
693
+ <rect
694
+ style="fill:#9955ff;fill-opacity:1;stroke:#9955ff;stroke-width:0.264584"
695
+ id="rect2-2-5-0-5-1-5-0-5-0-2-9-7-6"
696
+ width="1.6066242"
697
+ height="0.58520323"
698
+ x="431.82825"
699
+ y="83.301186"
700
+ transform="matrix(0,1,1,0,0,0)" />
701
+ <rect
702
+ style="fill:#b380ff;fill-opacity:1;stroke:#ccaaff;stroke-width:0.264585"
703
+ id="rect2-2-5-0-5-1-5-0-5-0-9-1-6-2"
704
+ width="3.319839"
705
+ height="5.615335"
706
+ x="433.69946"
707
+ y="80.786118"
708
+ transform="matrix(0,1,1,0,0,0)" />
709
+ <rect
710
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
711
+ id="rect2-6-3-5-8"
712
+ width="9.9789591"
713
+ height="1.3229166"
714
+ x="53.736"
715
+ y="-427.83435"
716
+ transform="scale(1,-1)" />
717
+ <rect
718
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
719
+ id="rect2-6-3-5-4-96"
720
+ width="3.3970261"
721
+ height="1.8520287"
722
+ x="60.033566"
723
+ y="-426.51141"
724
+ transform="scale(1,-1)" />
725
+ <rect
726
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
727
+ id="rect2-6-3-5-4-9-0"
728
+ width="5.2135549"
729
+ height="1.8520287"
730
+ x="419.14221"
731
+ y="-59.656399"
732
+ transform="rotate(90)" />
733
+ <rect
734
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
735
+ id="rect2-6-3-5-4-8-7"
736
+ width="3.3970261"
737
+ height="1.8520287"
738
+ x="60.077778"
739
+ y="-418.7063"
740
+ transform="scale(1,-1)" />
741
+ <rect
742
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
743
+ id="rect2-6-3-5-9-0"
744
+ width="9.9789591"
745
+ height="1.3229166"
746
+ x="-426.37912"
747
+ y="-57.689564"
748
+ transform="matrix(0,-1,-1,0,0,0)" />
749
+ <rect
750
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
751
+ id="rect2-6-3-5-9-5-1"
752
+ width="7.2671313"
753
+ height="1.3229166"
754
+ x="56.366642"
755
+ y="-417.06161"
756
+ transform="scale(1,-1)" />
757
+ <rect
758
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
759
+ id="rect2-6-3-5-5-0"
760
+ width="9.9789591"
761
+ height="1.3229166"
762
+ x="-97.541283"
763
+ y="-427.83438"
764
+ transform="scale(-1)" />
765
+ <rect
766
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
767
+ id="rect2-6-3-5-4-98-1"
768
+ width="3.380156"
769
+ height="1.8520287"
770
+ x="-91.225662"
771
+ y="-426.51141"
772
+ transform="scale(-1)" />
773
+ <rect
774
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
775
+ id="rect2-6-3-5-4-9-4-3"
776
+ width="5.2135549"
777
+ height="1.8520287"
778
+ x="419.14221"
779
+ y="91.620895"
780
+ transform="matrix(0,1,1,0,0,0)" />
781
+ <rect
782
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
783
+ id="rect2-6-3-5-4-8-8-7"
784
+ width="3.380156"
785
+ height="1.8520287"
786
+ x="-91.181664"
787
+ y="-418.70633"
788
+ transform="scale(-1)" />
789
+ <rect
790
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
791
+ id="rect2-6-3-5-9-1-7"
792
+ width="9.9789591"
793
+ height="1.3229166"
794
+ x="-426.37912"
795
+ y="93.587723"
796
+ transform="rotate(-90)" />
797
+ <rect
798
+ style="fill:#00aad4;stroke:#00aad4;stroke-width:0.264582"
799
+ id="rect2-6-3-5-9-5-0-2"
800
+ width="7.2671313"
801
+ height="1.3229166"
802
+ x="-94.910645"
803
+ y="-417.06161"
804
+ transform="scale(-1)" />
805
+ <rect
806
+ style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.264584"
807
+ id="rect2-2-5-0-5-1-5-0-5-6"
808
+ width="5.8207803"
809
+ height="4.0284882"
810
+ x="418.83859"
811
+ y="59.788685"
812
+ transform="matrix(0,1,1,0,0,0)" />
813
+ <rect
814
+ style="fill:#ffffff;stroke:#008000;stroke-width:0.264584"
815
+ id="rect2-2-5-0-5-1-5-0-5-7-4"
816
+ width="4.0771279"
817
+ height="2.5945847"
818
+ x="419.71042"
819
+ y="60.505642"
820
+ transform="matrix(0,1,1,0,0,0)" />
821
+ <rect
822
+ style="fill:#008000;stroke:#008000;stroke-width:0.264584"
823
+ id="rect2-2-5-0-5-1-5-0-5-54-5"
824
+ width="5.8207803"
825
+ height="4.0284882"
826
+ x="418.83859"
827
+ y="87.460114"
828
+ transform="matrix(0,1,1,0,0,0)" />
829
+ <rect
830
+ style="fill:#ffffff;stroke:#008000;stroke-width:0.264584"
831
+ id="rect2-2-5-0-5-1-5-0-5-7-7-2"
832
+ width="4.0771279"
833
+ height="2.5945847"
834
+ x="419.71042"
835
+ y="88.177063"
836
+ transform="matrix(0,1,1,0,0,0)" />
837
+ <path
838
+ style="fill:#00aad4;fill-opacity:1;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
839
+ d="m 53.735999,427.83435 2.82535,0.1323 -2.693061,2.93374 -0.132289,-3.06604"
840
+ id="path3-0" />
841
+ <path
842
+ style="fill:#00aad4;fill-opacity:1;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
843
+ d="m 97.541288,427.83437 -2.82535,0.1323 2.69306,2.93374 0.13229,-3.06604"
844
+ id="path3-4-2" />
845
+ <rect
846
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
847
+ id="rect2-6-3-5-4-9-9-9"
848
+ width="5.2135549"
849
+ height="1.8520287"
850
+ x="358.36029"
851
+ y="-69.629448"
852
+ transform="rotate(90)" />
853
+ <path
854
+ style="fill:#00aad4;fill-opacity:1;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
855
+ d="m 67.675137,357.83975 0.0205,6.09327 h -2.866692 l 1.477293,-6.38574 h 1.26636 z"
856
+ id="path5-0" />
857
+ <rect
858
+ style="fill:#87cdde;stroke:none;stroke-width:0.264582"
859
+ id="rect2-6-3-5-4-9-9-7-9"
860
+ width="5.2135549"
861
+ height="1.8520287"
862
+ x="358.1218"
863
+ y="81.648026"
864
+ transform="matrix(0,1,1,0,0,0)" />
865
+ <path
866
+ style="fill:#00aad4;fill-opacity:1;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
867
+ d="m 83.602331,357.60126 -0.0205,6.09327 h 2.866692 l -1.477293,-6.38574 h -1.26636 z"
868
+ id="path5-8-9" />
869
+ <rect
870
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
871
+ id="rect2-2-5-0-5-1-1-4"
872
+ width="10.004592"
873
+ height="1.5487213"
874
+ x="-72.860519"
875
+ y="342.24762"
876
+ transform="scale(-1,1)" />
877
+ <rect
878
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
879
+ id="rect2-2-5-0-5-1-1-8-5"
880
+ width="10.004592"
881
+ height="1.5487213"
882
+ x="-88.421364"
883
+ y="342.24762"
884
+ transform="scale(-1,1)" />
885
+ <rect
886
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
887
+ id="rect2-2-5-0-5-1-1-9-10"
888
+ width="10.004592"
889
+ height="1.5487213"
890
+ x="-347.24991"
891
+ y="-62.85593"
892
+ transform="matrix(0,-1,-1,0,0,0)" />
893
+ <rect
894
+ style="fill:#008000;stroke:none;stroke-width:0.264584"
895
+ id="rect2-2-5-0-5-1-1-9-3-3"
896
+ width="10.004592"
897
+ height="1.5487213"
898
+ x="-347.24991"
899
+ y="-89.970085"
900
+ transform="matrix(0,-1,-1,0,0,0)" />
901
+ <rect
902
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
903
+ id="rect2-2-5-0-5-1-1-9-0-7"
904
+ width="19.721786"
905
+ height="1.5487213"
906
+ x="-228.33023"
907
+ y="-257.20139"
908
+ transform="matrix(0.61466975,-0.78878457,-0.78878457,-0.61466975,0,0)" />
909
+ <rect
910
+ style="fill:#008000;stroke:none;stroke-width:0.264583"
911
+ id="rect2-2-5-0-5-1-1-9-0-6-8"
912
+ width="19.721786"
913
+ height="1.5487213"
914
+ x="-321.3158"
915
+ y="-137.87621"
916
+ transform="rotate(-127.92793)" />
917
+ <text
918
+ xml:space="preserve"
919
+ transform="matrix(0.26458333,0,0,0.26458333,78.525389,127.48646)"
920
+ id="text9-9"
921
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-8);display:inline"><tspan
922
+ x="95.683594"
923
+ y="1027.2754"
924
+ id="tspan1">pole-static</tspan></text>
925
+ <text
926
+ xml:space="preserve"
927
+ transform="matrix(0.26458333,0,0,0.26458333,50.814639,85.084428)"
928
+ id="text10-7"
929
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-3);display:inline"><tspan
930
+ x="182.75977"
931
+ y="1118.6934"
932
+ id="tspan2">pole-rotor</tspan></text>
933
+ <text
934
+ xml:space="preserve"
935
+ transform="matrix(0.26458333,0,0,0.26458333,-51.925528,106.39905)"
936
+ id="text11-8"
937
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-0);display:inline"><tspan
938
+ x="366.50781"
939
+ y="1083.6895"
940
+ id="tspan3">ring</tspan></text>
941
+ <text
942
+ xml:space="preserve"
943
+ transform="matrix(0.26458333,0,0,0.26458333,-82.595956,139.12987)"
944
+ id="text12-5"
945
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12-1);display:inline"><tspan
946
+ x="441.65039"
947
+ y="1030.6055"
948
+ id="tspan4">bearing</tspan></text>
949
+ <text
950
+ xml:space="preserve"
951
+ transform="matrix(0.26458333,0,0,0.26458333,-19.886501,147.98673)"
952
+ id="text13-3"
953
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13-7);display:inline"><tspan
954
+ x="339.16602"
955
+ y="1135.6836"
956
+ id="tspan5">motors</tspan></text>
957
+ <text
958
+ xml:space="preserve"
959
+ transform="matrix(0.26458333,0,0,0.26458333,-7.8711058,230.25256)"
960
+ id="text14-8"
961
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14-8);display:inline"><tspan
962
+ x="404.02148"
963
+ y="444.09964"
964
+ id="tspan6">rake</tspan></text>
965
+ <text
966
+ xml:space="preserve"
967
+ transform="matrix(0.26458333,0,0,0.26458333,-55.867253,204.93612)"
968
+ id="text15-7"
969
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15-9);display:inline"><tspan
970
+ x="402.1582"
971
+ y="374.5723"
972
+ id="tspan7">swing</tspan></text>
973
+ <text
974
+ xml:space="preserve"
975
+ transform="matrix(0.26458333,0,0,0.26458333,13.661457,174.55145)"
976
+ id="text16-3"
977
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-1);display:inline"><tspan
978
+ x="422.66211"
979
+ y="528.77933"
980
+ id="tspan8">rod</tspan></text>
981
+ <path
982
+ 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-5)"
983
+ d="m 66.152021,302.10714 -3.787522,1.73306"
984
+ id="path4-0-2-9-8"
985
+ sodipodi:nodetypes="cc" />
986
+ <path
987
+ 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-9)"
988
+ d="m 92.278483,338.89448 7.349965,5.40438"
989
+ id="path4-0-2-1-7"
990
+ sodipodi:nodetypes="cc" />
991
+ <path
992
+ 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-5)"
993
+ d="m 83.633449,374.90682 14.924069,5.40437"
994
+ id="path4-0-2-1-8-41"
995
+ sodipodi:nodetypes="cc" />
996
+ <path
997
+ 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-4)"
998
+ d="m 99.396428,407.91236 10.085242,-8.00534"
999
+ id="path4-0-2-1-8-4-9"
1000
+ sodipodi:nodetypes="cc" />
1001
+ <path
1002
+ 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-45)"
1003
+ d="m 71.075621,438.64791 4.113131,6.81883"
1004
+ id="path4-0-2-1-8-4-6-0"
1005
+ sodipodi:nodetypes="cc" />
1006
+ <path
1007
+ 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-3)"
1008
+ d="m 81.532021,438.6824 -4.11313,6.81883"
1009
+ id="path4-0-2-1-8-4-6-3-9"
1010
+ sodipodi:nodetypes="cc" />
1011
+ <path
1012
+ 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-7)"
1013
+ d="m 57.060723,420.31316 -10.66552,-6.81883"
1014
+ id="path4-0-2-1-8-4-6-4-8"
1015
+ sodipodi:nodetypes="cc" />
1016
+ <path
1017
+ 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-8)"
1018
+ d="M 67.466704,416.10127 50.069908,394.8531"
1019
+ id="path4-0-2-1-8-4-6-47-8"
1020
+ sodipodi:nodetypes="cc" />
1021
+ <circle
1022
+ style="opacity:1;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
1023
+ id="path19"
1024
+ cx="75.593842"
1025
+ cy="329.854"
1026
+ r="4.7177734" />
1027
+ <circle
1028
+ style="fill:#d7f4d7;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
1029
+ id="path19-3"
1030
+ cx="75.593842"
1031
+ cy="329.854"
1032
+ r="3.1240234" />
1033
+ <circle
1034
+ style="fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
1035
+ id="path19-9"
1036
+ cx="75.593842"
1037
+ cy="302.33743"
1038
+ r="4.7177734" />
1039
+ <circle
1040
+ style="fill:#7f2aff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
1041
+ id="path19-3-9"
1042
+ cx="75.593842"
1043
+ cy="302.33743"
1044
+ r="3.1240234" />
1045
+ <rect
1046
+ style="opacity:0.8;fill:#008000;stroke:none;stroke-width:0.264582"
1047
+ id="rect2-2-5-0-5-1-1-9-1-7-8"
1048
+ width="21.268524"
1049
+ height="4.0533905"
1050
+ x="-326.72998"
1051
+ y="-77.620537"
1052
+ transform="matrix(0,-1,-1,0,0,0)" />
1053
+ <rect
1054
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1055
+ id="rect2-2-5-0-5-1-1-3-5-5-6-5"
1056
+ width="113.3446"
1057
+ height="2.3034363"
1058
+ x="-132.26614"
1059
+ y="297.42426"
1060
+ transform="scale(-1,1)" />
1061
+ <rect
1062
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1063
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-1"
1064
+ width="5.4144897"
1065
+ height="2.2907634"
1066
+ x="-297.42426"
1067
+ y="-21.203753"
1068
+ transform="matrix(0,-1,-1,0,0,0)" />
1069
+ <rect
1070
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1071
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-7"
1072
+ width="5.3847003"
1073
+ height="0.91546303"
1074
+ x="17.366018"
1075
+ y="-292.00977"
1076
+ transform="scale(1,-1)" />
1077
+ <rect
1078
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1079
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-4"
1080
+ width="5.4144897"
1081
+ height="2.2907634"
1082
+ x="-297.42426"
1083
+ y="-39.715576"
1084
+ transform="matrix(0,-1,-1,0,0,0)" />
1085
+ <rect
1086
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1087
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-17"
1088
+ width="5.3847003"
1089
+ height="0.91546303"
1090
+ x="35.877846"
1091
+ y="-292.00977"
1092
+ transform="scale(1,-1)" />
1093
+ <rect
1094
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1095
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1"
1096
+ width="5.4144897"
1097
+ height="2.2907634"
1098
+ x="-297.42426"
1099
+ y="-58.227413"
1100
+ transform="matrix(0,-1,-1,0,0,0)" />
1101
+ <rect
1102
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1103
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-1-1"
1104
+ width="5.3847003"
1105
+ height="0.91546303"
1106
+ x="54.389671"
1107
+ y="-292.00977"
1108
+ transform="scale(1,-1)" />
1109
+ <rect
1110
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1111
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-3-1"
1112
+ width="5.4144897"
1113
+ height="2.2907634"
1114
+ x="-297.42426"
1115
+ y="-76.739227"
1116
+ transform="matrix(0,-1,-1,0,0,0)" />
1117
+ <rect
1118
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1119
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-4-7"
1120
+ width="5.3847003"
1121
+ height="0.91546303"
1122
+ x="72.901497"
1123
+ y="-292.00977"
1124
+ transform="scale(1,-1)" />
1125
+ <rect
1126
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1127
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-9-0"
1128
+ width="5.4144897"
1129
+ height="2.2907634"
1130
+ x="-297.42426"
1131
+ y="-95.251045"
1132
+ transform="matrix(0,-1,-1,0,0,0)" />
1133
+ <rect
1134
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1135
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-6-4"
1136
+ width="5.3847003"
1137
+ height="0.91546303"
1138
+ x="91.413322"
1139
+ y="-292.00977"
1140
+ transform="scale(1,-1)" />
1141
+ <rect
1142
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1143
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-0-0"
1144
+ width="5.4144897"
1145
+ height="2.2907634"
1146
+ x="-297.42426"
1147
+ y="-113.76288"
1148
+ transform="matrix(0,-1,-1,0,0,0)" />
1149
+ <rect
1150
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1151
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-5-8"
1152
+ width="5.3847003"
1153
+ height="0.91546303"
1154
+ x="109.92516"
1155
+ y="-292.00977"
1156
+ transform="scale(1,-1)" />
1157
+ <rect
1158
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1159
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-04-5"
1160
+ width="5.4144897"
1161
+ height="2.2907634"
1162
+ x="-297.42426"
1163
+ y="-132.2747"
1164
+ transform="matrix(0,-1,-1,0,0,0)" />
1165
+ <rect
1166
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1167
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-2-62-1"
1168
+ width="5.3847003"
1169
+ height="0.91546303"
1170
+ x="128.43697"
1171
+ y="-292.00977"
1172
+ transform="scale(1,-1)" />
1173
+ <rect
1174
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264582"
1175
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-6"
1176
+ width="5.3847003"
1177
+ height="0.91546303"
1178
+ x="17.366018"
1179
+ y="-291.0943"
1180
+ transform="scale(1,-1)" />
1181
+ <rect
1182
+ style="fill:#7f2aff;stroke:none;stroke-width:0.264581"
1183
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-6"
1184
+ width="16.822216"
1185
+ height="0.91546303"
1186
+ x="11.647261"
1187
+ y="-288.06216"
1188
+ transform="scale(1,-1)" />
1189
+ <path
1190
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1191
+ d="m 11.64726,287.14674 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.64726"
1192
+ id="path6-2" />
1193
+ <path
1194
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1195
+ d="m 13.244916,287.83841 h 13.239501 l -5.344726,2.05884 h -2.448486 z"
1196
+ id="path7-19" />
1197
+ <rect
1198
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1199
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-6"
1200
+ width="16.822216"
1201
+ height="0.91546303"
1202
+ x="11.647259"
1203
+ y="-287.1467"
1204
+ transform="scale(1,-1)" />
1205
+ <path
1206
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1207
+ d="m 30.159086,287.14674 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.159086"
1208
+ id="path6-1-4" />
1209
+ <path
1210
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1211
+ d="m 31.756742,287.83841 h 13.239501 l -5.344726,2.05884 h -2.448486 z"
1212
+ id="path7-3-8" />
1213
+ <rect
1214
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1215
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-2-0"
1216
+ width="16.822216"
1217
+ height="0.91546303"
1218
+ x="30.159086"
1219
+ y="-287.1467"
1220
+ transform="scale(1,-1)" />
1221
+ <path
1222
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1223
+ d="m 48.670908,287.14675 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.670908"
1224
+ id="path6-9-8" />
1225
+ <path
1226
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1227
+ d="m 50.268564,287.83842 h 13.239501 l -5.344726,2.05884 h -2.448486 z"
1228
+ id="path7-1-1" />
1229
+ <rect
1230
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1231
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-4-0"
1232
+ width="16.822216"
1233
+ height="0.91546303"
1234
+ x="48.67091"
1235
+ y="-287.1467"
1236
+ transform="scale(1,-1)" />
1237
+ <path
1238
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1239
+ d="m 67.182728,287.14675 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.182728"
1240
+ id="path6-7-2" />
1241
+ <path
1242
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1243
+ d="m 68.780384,287.83842 h 13.239501 l -5.344726,2.05884 h -2.448486 z"
1244
+ id="path7-5-2" />
1245
+ <rect
1246
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1247
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-8-9"
1248
+ width="16.822216"
1249
+ height="0.91546303"
1250
+ x="67.182739"
1251
+ y="-287.1467"
1252
+ transform="scale(1,-1)" />
1253
+ <path
1254
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1255
+ d="m 85.694556,287.14675 v 0.91547 l 5.718753,2.11667 v 0.91547 h 5.384719 v -0.91547 l 5.718752,-2.11667 v -0.91547 H 85.694556"
1256
+ id="path6-8-7" />
1257
+ <path
1258
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1259
+ d="m 87.292209,287.83842 h 13.239521 l -5.344732,2.05884 h -2.448499 z"
1260
+ id="path7-0-5" />
1261
+ <rect
1262
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1263
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-42-6"
1264
+ width="16.822216"
1265
+ height="0.91546303"
1266
+ x="85.694572"
1267
+ y="-287.1467"
1268
+ transform="scale(1,-1)" />
1269
+ <path
1270
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1271
+ d="m 104.20639,287.14674 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"
1272
+ id="path6-0-4" />
1273
+ <path
1274
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1275
+ d="m 105.80404,287.83841 h 13.2395 l -5.34472,2.05884 h -2.44849 z"
1276
+ id="path7-4-6" />
1277
+ <rect
1278
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1279
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-22-3"
1280
+ width="16.822216"
1281
+ height="0.91546303"
1282
+ x="104.20638"
1283
+ y="-287.1467"
1284
+ transform="scale(1,-1)" />
1285
+ <path
1286
+ style="fill:#6f7c91;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1287
+ d="m 122.71822,287.14674 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"
1288
+ id="path6-5-7" />
1289
+ <path
1290
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1291
+ d="m 124.31588,287.83841 h 13.2395 l -5.34473,2.05884 h -2.44848 z"
1292
+ id="path7-2-9" />
1293
+ <rect
1294
+ style="fill:#5599ff;stroke:none;stroke-width:0.264581"
1295
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-7-8-2-0-9-7"
1296
+ width="16.822216"
1297
+ height="0.91546303"
1298
+ x="122.71823"
1299
+ y="-287.1467"
1300
+ transform="scale(1,-1)" />
1301
+ <text
1302
+ xml:space="preserve"
1303
+ transform="matrix(0.26458333,0,0,0.26458333,19.859089,186.31928)"
1304
+ id="text17-4"
1305
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17-4);display:inline"><tspan
1306
+ x="443.26953"
1307
+ y="413.62112"
1308
+ id="tspan9">trapeze</tspan></text>
1309
+ <text
1310
+ xml:space="preserve"
1311
+ transform="matrix(0.26458333,0,0,0.26458333,8.8381671,125.36309)"
1312
+ id="text18-1"
1313
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18-3);display:inline"><tspan
1314
+ x="390.71094"
1315
+ y="580.35159"
1316
+ id="tspan10">solar-panels</tspan></text>
1317
+ <path
1318
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-7)"
1319
+ d="m 114.63485,285.17044 6.4156,-4.8229"
1320
+ id="path4-0-0"
1321
+ sodipodi:nodetypes="cc" />
1322
+ <path
1323
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-9-2)"
1324
+ d="m 128.44033,284.84336 -6.4156,-4.8229"
1325
+ id="path4-0-6-6"
1326
+ sodipodi:nodetypes="cc" />
1327
+ <path
1328
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8-4-2)"
1329
+ d="m 138.26475,290.25566 3.19274,2.57636"
1330
+ id="path4-0-9-0"
1331
+ sodipodi:nodetypes="cc" />
1332
+ <circle
1333
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
1334
+ id="path19-3-9-9"
1335
+ cx="75.593842"
1336
+ cy="302.33743"
1337
+ r="1.9119263" />
1338
+ <path
1339
+ 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-5-5)"
1340
+ d="m 121.63771,300.81973 5.9926,9.64419"
1341
+ id="path4-0-2-9-8-5"
1342
+ sodipodi:nodetypes="cc" />
1343
+ <rect
1344
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1345
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8"
1346
+ width="2.6868806"
1347
+ height="2.9260547"
1348
+ x="-302.44336"
1349
+ y="-70.243408"
1350
+ transform="matrix(0,-1,-1,0,0,0)" />
1351
+ <rect
1352
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1353
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-2"
1354
+ width="2.6868806"
1355
+ height="2.9260547"
1356
+ x="-302.44336"
1357
+ y="-83.870331"
1358
+ transform="matrix(0,-1,-1,0,0,0)" />
1359
+ <rect
1360
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1361
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-0"
1362
+ width="2.6868806"
1363
+ height="2.9260547"
1364
+ x="-302.44336"
1365
+ y="-49.186039"
1366
+ transform="matrix(0,-1,-1,0,0,0)" />
1367
+ <rect
1368
+ style="fill:#9855ff;fill-opacity:0.701961;stroke:none;stroke-width:0.264582"
1369
+ id="rect2-2-5-0-5-1-1-3-5-5-6-6-6-8-1-8-3"
1370
+ width="2.6868806"
1371
+ height="2.9260547"
1372
+ x="-302.44336"
1373
+ y="-105.44283"
1374
+ transform="matrix(0,-1,-1,0,0,0)" />
1375
+ <rect
1376
+ style="opacity:0.7;fill:#9955ff;stroke:none;stroke-width:0.264582"
1377
+ id="rect2-2-5-0-5-1-1-3-5-5-6-5-0"
1378
+ width="59.182842"
1379
+ height="4.1904411"
1380
+ x="-105.44283"
1381
+ y="295.56604"
1382
+ transform="scale(-1,1)" />
1383
+ <circle
1384
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.264584;stroke-linejoin:bevel;stroke-opacity:1"
1385
+ id="path21-5-1-3"
1386
+ cx="257.19769"
1387
+ cy="192.63225"
1388
+ r="3.6867676"
1389
+ inkscape:transform-center-x="0.29434273"
1390
+ inkscape:transform-center-y="-0.084560389"
1391
+ transform="rotate(39.549787)" />
1392
+ <path
1393
+ style="fill:#999999;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1394
+ d="m 41.650224,326.30376 15.215913,-19.5957 15.95066,3.24789 5.1903,-0.49521 17.872631,-2.60416 16.981252,19.1543 -1.17022,1.11117 -16.424042,-17.63582 -16.539611,2.73254 -2.22909,2.73764 -4.29322,-1.92041 -14.92412,-2.51078 -13.86387,16.78847 z"
1395
+ id="path22-5"
1396
+ inkscape:transform-center-x="0.021211884"
1397
+ inkscape:transform-center-y="4.622819"
1398
+ sodipodi:nodetypes="cccccccccccccc" />
1399
+ <circle
1400
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
1401
+ id="path21-5-6"
1402
+ cx="257.19769"
1403
+ cy="192.63225"
1404
+ r="1.6018066"
1405
+ inkscape:transform-center-x="0.29434273"
1406
+ inkscape:transform-center-y="-0.084560389"
1407
+ transform="rotate(39.549787)" />
1408
+ <circle
1409
+ style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
1410
+ id="path23"
1411
+ cx="71.324799"
1412
+ cy="319.36621"
1413
+ r="1.6699219" />
1414
+ <text
1415
+ xml:space="preserve"
1416
+ transform="matrix(0.26458333,0,0,0.26458333,11.709491,-42.738221)"
1417
+ id="text23"
1418
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23);display:inline"><tspan
1419
+ x="54.855469"
1420
+ y="1331.1875"
1421
+ id="tspan11">spider</tspan></text>
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-0-1-5-5-9)"
1424
+ d="M 47.281969,315.26791 38.932924,309.0827"
1425
+ id="path4-0-2-9-8-5-6"
1426
+ sodipodi:nodetypes="cc" />
1427
+ <path
1428
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1429
+ d="m 46.259982,302.44335 -4.609759,23.86039 1.766583,1.00994 16.745662,8.40523 11.162331,-14.68278"
1430
+ id="path24"
1431
+ sodipodi:nodetypes="ccccc" />
1432
+ <circle
1433
+ style="fill:#4d4d4d;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
1434
+ id="path23-1"
1435
+ cx="79.818642"
1436
+ cy="319.39822"
1437
+ r="1.6699219" />
1438
+ <path
1439
+ style="fill:none;stroke:#4d4d4d;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1440
+ d="m 105.44283,302.44335 7.41815,23.56753 -1.17022,1.11117 -20.620843,8.78625 -11.251273,-14.84016"
1441
+ id="path25"
1442
+ sodipodi:nodetypes="ccccc" />
1443
+ <text
1444
+ xml:space="preserve"
1445
+ transform="matrix(0.26458333,0,0,0.26458333,-2.0829412,7.9286847)"
1446
+ id="text25"
1447
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25);display:inline"><tspan
1448
+ x="156.30078"
1449
+ y="1277.5"
1450
+ id="tspan12">cable</tspan></text>
1451
+ <path
1452
+ 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-5-5-9-6)"
1453
+ d="m 52.582565,334.62398 -2.964261,8.29249"
1454
+ id="path4-0-2-9-8-5-6-8"
1455
+ sodipodi:nodetypes="cc" />
1456
+ <text
1457
+ xml:space="preserve"
1458
+ transform="matrix(0.26458333,0,0,0.26458333,-35.01043,16.051486)"
1459
+ id="text13-3-8"
1460
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13-7-4);display:inline"><tspan
1461
+ x="339.16602"
1462
+ y="1135.6836"
1463
+ id="tspan13">motors</tspan></text>
1464
+ <path
1465
+ 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-3-0)"
1466
+ d="m 67.885143,319.04536 -3.723669,-1.71647"
1467
+ id="path4-0-2-1-8-4-6-3-9-3"
1468
+ sodipodi:nodetypes="cc" />
1469
+ </g>
1470
+ </svg>