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,1945 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="3000"
7
+ viewBox="0 0 158.75 793.75"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3 (1:1.3+202307231459+0e150ed6c4)"
11
+ sodipodi:docname="pole_stator.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.7483547"
27
+ inkscape:cx="146.32099"
28
+ inkscape:cy="2152.7225"
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
+ <defs
36
+ id="defs1">
37
+ <rect
38
+ x="42.288081"
39
+ y="2128.1973"
40
+ width="177.37349"
41
+ height="56.472845"
42
+ id="rect51" />
43
+ <rect
44
+ x="94.301793"
45
+ y="1986.699"
46
+ width="45.896898"
47
+ height="28.089935"
48
+ id="rect50" />
49
+ <rect
50
+ x="77.434176"
51
+ y="1892.9472"
52
+ width="43.208045"
53
+ height="31.210629"
54
+ id="rect49" />
55
+ <rect
56
+ x="84.077876"
57
+ y="1949.3134"
58
+ width="57.119216"
59
+ height="34.436515"
60
+ id="rect48" />
61
+ <rect
62
+ x="28.319939"
63
+ y="2100.6969"
64
+ width="165.5585"
65
+ height="53.322705"
66
+ id="rect47" />
67
+ <rect
68
+ x="159.60568"
69
+ y="2001.6344"
70
+ width="20.699741"
71
+ height="17.250553"
72
+ id="rect46" />
73
+ <rect
74
+ x="103.86066"
75
+ y="2026.0135"
76
+ width="157.52396"
77
+ height="50.450519"
78
+ id="rect45" />
79
+ <rect
80
+ x="191.18373"
81
+ y="2036.5236"
82
+ width="28.720557"
83
+ height="23.743493"
84
+ id="rect44" />
85
+ <rect
86
+ x="155.78315"
87
+ y="2081.3811"
88
+ width="28.853662"
89
+ height="25.368151"
90
+ id="rect43" />
91
+ <rect
92
+ x="145.67374"
93
+ y="2006.4067"
94
+ width="34.749408"
95
+ height="25.297684"
96
+ id="rect42" />
97
+ <rect
98
+ x="165.1892"
99
+ y="2054.1782"
100
+ width="30.017674"
101
+ height="24.607367"
102
+ id="rect41" />
103
+ <rect
104
+ x="233.15329"
105
+ y="1826.6947"
106
+ width="124.6026"
107
+ height="33.373523"
108
+ id="rect37" />
109
+ <rect
110
+ x="361.7292"
111
+ y="1975.8439"
112
+ width="45.33772"
113
+ height="32.397268"
114
+ id="rect36" />
115
+ <rect
116
+ x="89.038506"
117
+ y="2092.1364"
118
+ width="49.855436"
119
+ height="42.824187"
120
+ id="rect35" />
121
+ <rect
122
+ x="57.746676"
123
+ y="1453.1157"
124
+ width="46.595616"
125
+ height="34.390378"
126
+ id="rect32" />
127
+ <marker
128
+ inkscape:stockid="Distance start"
129
+ orient="auto"
130
+ refY="0"
131
+ refX="0"
132
+ id="DistanceStart"
133
+ style="overflow:visible"
134
+ markerWidth="1"
135
+ markerHeight="1"
136
+ viewBox="0 0 1 1"
137
+ inkscape:isstock="true"
138
+ inkscape:collect="always"
139
+ preserveAspectRatio="xMidYMid">
140
+ <g
141
+ transform="scale(0.6)"
142
+ id="g13">
143
+ <path
144
+ d="m 0,-40 v 0"
145
+ id="path11" />
146
+ <path
147
+ d="M 0,0 8,5 V -5 Z"
148
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
149
+ sodipodi:nodetypes="ccccc"
150
+ id="path12" />
151
+ <path
152
+ d="M 0,-8 V 40"
153
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:square"
154
+ id="path13" />
155
+ </g>
156
+ </marker>
157
+ <rect
158
+ x="280.18213"
159
+ y="884.82045"
160
+ width="40.667558"
161
+ height="26.089168"
162
+ id="rect9" />
163
+ <marker
164
+ style="overflow:visible"
165
+ id="Triangle"
166
+ refX="0"
167
+ refY="0"
168
+ orient="auto-start-reverse"
169
+ inkscape:stockid="Triangle arrow"
170
+ markerWidth="1"
171
+ markerHeight="1"
172
+ viewBox="0 0 1 1"
173
+ inkscape:isstock="true"
174
+ inkscape:collect="always"
175
+ preserveAspectRatio="xMidYMid">
176
+ <path
177
+ transform="scale(0.5)"
178
+ style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
179
+ d="M 5.77,0 -2.88,5 V -5 Z"
180
+ id="path135" />
181
+ </marker>
182
+ <marker
183
+ inkscape:stockid="Distance end"
184
+ orient="auto"
185
+ refY="0"
186
+ refX="0"
187
+ id="DistanceEnd"
188
+ style="overflow:visible"
189
+ markerWidth="1"
190
+ markerHeight="1"
191
+ viewBox="0 0 1 1"
192
+ inkscape:isstock="true"
193
+ inkscape:collect="always"
194
+ preserveAspectRatio="xMidYMid">
195
+ <g
196
+ transform="scale(0.6)"
197
+ id="g16">
198
+ <path
199
+ d="m 0,-40 v 0"
200
+ id="path14" />
201
+ <path
202
+ d="M 0,0 -8,5 V -5 Z"
203
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
204
+ id="path15" />
205
+ <path
206
+ d="M 0,-8 V 40"
207
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:square"
208
+ id="path16" />
209
+ </g>
210
+ </marker>
211
+ <rect
212
+ x="55.143904"
213
+ y="1137.6799"
214
+ width="45.351579"
215
+ height="36.638478"
216
+ id="rect27" />
217
+ <rect
218
+ x="16.064838"
219
+ y="934.69673"
220
+ width="37.464936"
221
+ height="22.095842"
222
+ id="rect24" />
223
+ <rect
224
+ x="33.098548"
225
+ y="733.44058"
226
+ width="37.01095"
227
+ height="28.180364"
228
+ id="rect23" />
229
+ <rect
230
+ x="25.87906"
231
+ y="893.83981"
232
+ width="32.231176"
233
+ height="22.823106"
234
+ id="rect22" />
235
+ <rect
236
+ x="411.64002"
237
+ y="305.32345"
238
+ width="71.022995"
239
+ height="39.359784"
240
+ id="rect19" />
241
+ <rect
242
+ x="378.972"
243
+ y="381.03904"
244
+ width="85.090314"
245
+ height="36.193345"
246
+ id="rect18" />
247
+ <rect
248
+ x="433.15858"
249
+ y="296.91438"
250
+ width="48.267346"
251
+ height="45.717481"
252
+ id="rect8" />
253
+ <rect
254
+ x="407.76694"
255
+ y="207.25415"
256
+ width="46.965009"
257
+ height="45.649624"
258
+ id="rect7" />
259
+ <rect
260
+ x="359.14064"
261
+ y="358.88627"
262
+ width="76.62"
263
+ height="27.985055"
264
+ id="rect6" />
265
+ <rect
266
+ x="348.78599"
267
+ y="275.76745"
268
+ width="64.579172"
269
+ height="35.918923"
270
+ id="rect5" />
271
+ <marker
272
+ style="overflow:visible"
273
+ id="RoundedArrow"
274
+ refX="0"
275
+ refY="0"
276
+ orient="auto-start-reverse"
277
+ inkscape:stockid="Rounded arrow"
278
+ markerWidth="1"
279
+ markerHeight="1"
280
+ viewBox="0 0 1 1"
281
+ inkscape:isstock="true"
282
+ inkscape:collect="always"
283
+ preserveAspectRatio="xMidYMid">
284
+ <path
285
+ transform="scale(0.7)"
286
+ 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"
287
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
288
+ id="path8" />
289
+ </marker>
290
+ <rect
291
+ x="9.6259843"
292
+ y="22.433563"
293
+ width="282.18012"
294
+ height="41.560039"
295
+ id="rect1" />
296
+ <marker
297
+ style="overflow:visible"
298
+ id="RoundedArrow-9"
299
+ refX="0"
300
+ refY="0"
301
+ orient="auto-start-reverse"
302
+ inkscape:stockid="Rounded arrow"
303
+ markerWidth="1"
304
+ markerHeight="1"
305
+ viewBox="0 0 1 1"
306
+ inkscape:isstock="true"
307
+ inkscape:collect="always"
308
+ preserveAspectRatio="xMidYMid">
309
+ <path
310
+ transform="scale(0.7)"
311
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
312
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
313
+ id="path8-2" />
314
+ </marker>
315
+ <marker
316
+ style="overflow:visible"
317
+ id="RoundedArrow-9-3"
318
+ refX="0"
319
+ refY="0"
320
+ orient="auto-start-reverse"
321
+ inkscape:stockid="Rounded arrow"
322
+ markerWidth="1"
323
+ markerHeight="1"
324
+ viewBox="0 0 1 1"
325
+ inkscape:isstock="true"
326
+ inkscape:collect="always"
327
+ preserveAspectRatio="xMidYMid">
328
+ <path
329
+ transform="scale(0.7)"
330
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
331
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
332
+ id="path8-2-6" />
333
+ </marker>
334
+ <marker
335
+ style="overflow:visible"
336
+ id="RoundedArrow-1"
337
+ refX="0"
338
+ refY="0"
339
+ orient="auto-start-reverse"
340
+ inkscape:stockid="Rounded arrow"
341
+ markerWidth="1"
342
+ markerHeight="1"
343
+ viewBox="0 0 1 1"
344
+ inkscape:isstock="true"
345
+ inkscape:collect="always"
346
+ preserveAspectRatio="xMidYMid">
347
+ <path
348
+ transform="scale(0.7)"
349
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
350
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
351
+ id="path8-9" />
352
+ </marker>
353
+ <marker
354
+ style="overflow:visible"
355
+ id="RoundedArrow-5"
356
+ refX="0"
357
+ refY="0"
358
+ orient="auto-start-reverse"
359
+ inkscape:stockid="Rounded arrow"
360
+ markerWidth="1"
361
+ markerHeight="1"
362
+ viewBox="0 0 1 1"
363
+ inkscape:isstock="true"
364
+ inkscape:collect="always"
365
+ preserveAspectRatio="xMidYMid">
366
+ <path
367
+ transform="scale(0.7)"
368
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
369
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
370
+ id="path8-6" />
371
+ </marker>
372
+ <rect
373
+ x="348.78598"
374
+ y="275.76746"
375
+ width="64.57917"
376
+ height="35.918922"
377
+ id="rect5-5" />
378
+ <marker
379
+ style="overflow:visible"
380
+ id="RoundedArrow-4"
381
+ refX="0"
382
+ refY="0"
383
+ orient="auto-start-reverse"
384
+ inkscape:stockid="Rounded arrow"
385
+ markerWidth="1"
386
+ markerHeight="1"
387
+ viewBox="0 0 1 1"
388
+ inkscape:isstock="true"
389
+ inkscape:collect="always"
390
+ preserveAspectRatio="xMidYMid">
391
+ <path
392
+ transform="scale(0.7)"
393
+ 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"
394
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
395
+ id="path8-3" />
396
+ </marker>
397
+ <marker
398
+ style="overflow:visible"
399
+ id="RoundedArrow-8"
400
+ refX="0"
401
+ refY="0"
402
+ orient="auto-start-reverse"
403
+ inkscape:stockid="Rounded arrow"
404
+ markerWidth="1"
405
+ markerHeight="1"
406
+ viewBox="0 0 1 1"
407
+ inkscape:isstock="true"
408
+ inkscape:collect="always"
409
+ preserveAspectRatio="xMidYMid">
410
+ <path
411
+ transform="scale(0.7)"
412
+ 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"
413
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
414
+ id="path8-8" />
415
+ </marker>
416
+ <marker
417
+ style="overflow:visible"
418
+ id="RoundedArrow-4-4"
419
+ refX="0"
420
+ refY="0"
421
+ orient="auto-start-reverse"
422
+ inkscape:stockid="Rounded arrow"
423
+ markerWidth="1"
424
+ markerHeight="1"
425
+ viewBox="0 0 1 1"
426
+ inkscape:isstock="true"
427
+ inkscape:collect="always"
428
+ preserveAspectRatio="xMidYMid">
429
+ <path
430
+ transform="scale(0.7)"
431
+ 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"
432
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
433
+ id="path8-3-3" />
434
+ </marker>
435
+ <marker
436
+ style="overflow:visible"
437
+ id="RoundedArrow-6"
438
+ refX="0"
439
+ refY="0"
440
+ orient="auto-start-reverse"
441
+ inkscape:stockid="Rounded arrow"
442
+ markerWidth="1"
443
+ markerHeight="1"
444
+ viewBox="0 0 1 1"
445
+ inkscape:isstock="true"
446
+ inkscape:collect="always"
447
+ preserveAspectRatio="xMidYMid">
448
+ <path
449
+ transform="scale(0.7)"
450
+ 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"
451
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
452
+ id="path8-89" />
453
+ </marker>
454
+ <marker
455
+ style="overflow:visible"
456
+ id="RoundedArrow-4-2"
457
+ refX="0"
458
+ refY="0"
459
+ orient="auto-start-reverse"
460
+ inkscape:stockid="Rounded arrow"
461
+ markerWidth="1"
462
+ markerHeight="1"
463
+ viewBox="0 0 1 1"
464
+ inkscape:isstock="true"
465
+ inkscape:collect="always"
466
+ preserveAspectRatio="xMidYMid">
467
+ <path
468
+ transform="scale(0.7)"
469
+ 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"
470
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
471
+ id="path8-3-6" />
472
+ </marker>
473
+ <rect
474
+ x="411.64001"
475
+ y="305.32346"
476
+ width="71.022995"
477
+ height="39.359783"
478
+ id="rect19-8" />
479
+ <marker
480
+ style="overflow:visible"
481
+ id="RoundedArrow-9-2"
482
+ refX="0"
483
+ refY="0"
484
+ orient="auto-start-reverse"
485
+ inkscape:stockid="Rounded arrow"
486
+ markerWidth="1"
487
+ markerHeight="1"
488
+ viewBox="0 0 1 1"
489
+ inkscape:isstock="true"
490
+ inkscape:collect="always"
491
+ preserveAspectRatio="xMidYMid">
492
+ <path
493
+ transform="scale(0.7)"
494
+ 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"
495
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
496
+ id="path8-2-2" />
497
+ </marker>
498
+ <marker
499
+ style="overflow:visible"
500
+ id="RoundedArrow-9-3-6"
501
+ refX="0"
502
+ refY="0"
503
+ orient="auto-start-reverse"
504
+ inkscape:stockid="Rounded arrow"
505
+ markerWidth="1"
506
+ markerHeight="1"
507
+ viewBox="0 0 1 1"
508
+ inkscape:isstock="true"
509
+ inkscape:collect="always"
510
+ preserveAspectRatio="xMidYMid">
511
+ <path
512
+ transform="scale(0.7)"
513
+ 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"
514
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
515
+ id="path8-2-6-1" />
516
+ </marker>
517
+ <rect
518
+ x="407.76694"
519
+ y="207.25415"
520
+ width="46.965008"
521
+ height="45.649624"
522
+ id="rect7-6" />
523
+ <rect
524
+ x="433.15857"
525
+ y="296.91437"
526
+ width="48.267345"
527
+ height="45.71748"
528
+ id="rect8-1" />
529
+ <marker
530
+ style="overflow:visible"
531
+ id="RoundedArrow-7"
532
+ refX="0"
533
+ refY="0"
534
+ orient="auto-start-reverse"
535
+ inkscape:stockid="Rounded arrow"
536
+ markerWidth="1"
537
+ markerHeight="1"
538
+ viewBox="0 0 1 1"
539
+ inkscape:isstock="true"
540
+ inkscape:collect="always"
541
+ preserveAspectRatio="xMidYMid">
542
+ <path
543
+ transform="scale(0.7)"
544
+ 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"
545
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
546
+ id="path8-67" />
547
+ </marker>
548
+ <rect
549
+ x="348.78598"
550
+ y="275.76746"
551
+ width="64.57917"
552
+ height="35.918922"
553
+ id="rect5-3" />
554
+ <rect
555
+ x="348.78598"
556
+ y="275.76746"
557
+ width="64.57917"
558
+ height="35.918922"
559
+ id="rect5-5-6" />
560
+ <marker
561
+ style="overflow:visible"
562
+ id="RoundedArrow-1-9"
563
+ refX="0"
564
+ refY="0"
565
+ orient="auto-start-reverse"
566
+ inkscape:stockid="Rounded arrow"
567
+ markerWidth="1"
568
+ markerHeight="1"
569
+ viewBox="0 0 1 1"
570
+ inkscape:isstock="true"
571
+ inkscape:collect="always"
572
+ preserveAspectRatio="xMidYMid">
573
+ <path
574
+ transform="scale(0.7)"
575
+ 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"
576
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
577
+ id="path8-9-6" />
578
+ </marker>
579
+ <rect
580
+ x="359.14062"
581
+ y="358.88626"
582
+ width="76.620003"
583
+ height="27.985056"
584
+ id="rect6-3" />
585
+ <marker
586
+ style="overflow:visible"
587
+ id="RoundedArrow-7-9"
588
+ refX="0"
589
+ refY="0"
590
+ orient="auto-start-reverse"
591
+ inkscape:stockid="Rounded arrow"
592
+ markerWidth="1"
593
+ markerHeight="1"
594
+ viewBox="0 0 1 1"
595
+ inkscape:isstock="true"
596
+ inkscape:collect="always"
597
+ preserveAspectRatio="xMidYMid">
598
+ <path
599
+ transform="scale(0.7)"
600
+ 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"
601
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
602
+ id="path8-67-7" />
603
+ </marker>
604
+ <marker
605
+ style="overflow:visible"
606
+ id="RoundedArrow-7-9-3"
607
+ refX="0"
608
+ refY="0"
609
+ orient="auto-start-reverse"
610
+ inkscape:stockid="Rounded arrow"
611
+ markerWidth="1"
612
+ markerHeight="1"
613
+ viewBox="0 0 1 1"
614
+ inkscape:isstock="true"
615
+ inkscape:collect="always"
616
+ preserveAspectRatio="xMidYMid">
617
+ <path
618
+ transform="scale(0.7)"
619
+ 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"
620
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
621
+ id="path8-67-7-1" />
622
+ </marker>
623
+ <marker
624
+ style="overflow:visible"
625
+ id="RoundedArrow-7-9-33"
626
+ refX="0"
627
+ refY="0"
628
+ orient="auto-start-reverse"
629
+ inkscape:stockid="Rounded arrow"
630
+ markerWidth="1"
631
+ markerHeight="1"
632
+ viewBox="0 0 1 1"
633
+ inkscape:isstock="true"
634
+ inkscape:collect="always"
635
+ preserveAspectRatio="xMidYMid">
636
+ <path
637
+ transform="scale(0.7)"
638
+ 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"
639
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
640
+ id="path8-67-7-3" />
641
+ </marker>
642
+ <marker
643
+ style="overflow:visible"
644
+ id="RoundedArrow-7-7"
645
+ refX="0"
646
+ refY="0"
647
+ orient="auto-start-reverse"
648
+ inkscape:stockid="Rounded arrow"
649
+ markerWidth="1"
650
+ markerHeight="1"
651
+ viewBox="0 0 1 1"
652
+ inkscape:isstock="true"
653
+ inkscape:collect="always"
654
+ preserveAspectRatio="xMidYMid">
655
+ <path
656
+ transform="scale(0.7)"
657
+ 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"
658
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
659
+ id="path8-67-2" />
660
+ </marker>
661
+ <marker
662
+ style="overflow:visible"
663
+ id="RoundedArrow-7-7-9"
664
+ refX="0"
665
+ refY="0"
666
+ orient="auto-start-reverse"
667
+ inkscape:stockid="Rounded arrow"
668
+ markerWidth="1"
669
+ markerHeight="1"
670
+ viewBox="0 0 1 1"
671
+ inkscape:isstock="true"
672
+ inkscape:collect="always"
673
+ preserveAspectRatio="xMidYMid">
674
+ <path
675
+ transform="scale(0.7)"
676
+ 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"
677
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
678
+ id="path8-67-2-9" />
679
+ </marker>
680
+ <marker
681
+ style="overflow:visible"
682
+ id="RoundedArrow-7-7-9-1"
683
+ refX="0"
684
+ refY="0"
685
+ orient="auto-start-reverse"
686
+ inkscape:stockid="Rounded arrow"
687
+ markerWidth="1"
688
+ markerHeight="1"
689
+ viewBox="0 0 1 1"
690
+ inkscape:isstock="true"
691
+ inkscape:collect="always"
692
+ preserveAspectRatio="xMidYMid">
693
+ <path
694
+ transform="scale(0.7)"
695
+ 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"
696
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
697
+ id="path8-67-2-9-1" />
698
+ </marker>
699
+ <rect
700
+ x="348.78598"
701
+ y="275.76746"
702
+ width="64.57917"
703
+ height="35.918922"
704
+ id="rect5-3-3" />
705
+ <rect
706
+ x="348.78598"
707
+ y="275.76746"
708
+ width="64.57917"
709
+ height="35.918922"
710
+ id="rect5-3-3-3" />
711
+ <rect
712
+ x="348.78598"
713
+ y="275.76746"
714
+ width="64.57917"
715
+ height="35.918922"
716
+ id="rect5-3-3-0" />
717
+ <marker
718
+ style="overflow:visible"
719
+ id="RoundedArrow-7-7-9-2"
720
+ refX="0"
721
+ refY="0"
722
+ orient="auto-start-reverse"
723
+ inkscape:stockid="Rounded arrow"
724
+ markerWidth="1"
725
+ markerHeight="1"
726
+ viewBox="0 0 1 1"
727
+ inkscape:isstock="true"
728
+ inkscape:collect="always"
729
+ preserveAspectRatio="xMidYMid">
730
+ <path
731
+ transform="scale(0.7)"
732
+ 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"
733
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
734
+ id="path8-67-2-9-9" />
735
+ </marker>
736
+ <rect
737
+ x="348.78598"
738
+ y="275.76746"
739
+ width="64.57917"
740
+ height="35.918922"
741
+ id="rect5-3-3-3-7" />
742
+ <marker
743
+ style="overflow:visible"
744
+ id="RoundedArrow-9-2-3"
745
+ refX="0"
746
+ refY="0"
747
+ orient="auto-start-reverse"
748
+ inkscape:stockid="Rounded arrow"
749
+ markerWidth="1"
750
+ markerHeight="1"
751
+ viewBox="0 0 1 1"
752
+ inkscape:isstock="true"
753
+ inkscape:collect="always"
754
+ preserveAspectRatio="xMidYMid">
755
+ <path
756
+ transform="scale(0.7)"
757
+ 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"
758
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
759
+ id="path8-2-2-6" />
760
+ </marker>
761
+ <marker
762
+ style="overflow:visible"
763
+ id="RoundedArrow-9-3-6-6"
764
+ refX="0"
765
+ refY="0"
766
+ orient="auto-start-reverse"
767
+ inkscape:stockid="Rounded arrow"
768
+ markerWidth="1"
769
+ markerHeight="1"
770
+ viewBox="0 0 1 1"
771
+ inkscape:isstock="true"
772
+ inkscape:collect="always"
773
+ preserveAspectRatio="xMidYMid">
774
+ <path
775
+ transform="scale(0.7)"
776
+ 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"
777
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
778
+ id="path8-2-6-1-2" />
779
+ </marker>
780
+ <rect
781
+ x="407.76694"
782
+ y="207.25415"
783
+ width="46.965008"
784
+ height="45.649624"
785
+ id="rect7-6-1" />
786
+ <rect
787
+ x="433.15857"
788
+ y="296.91437"
789
+ width="48.267345"
790
+ height="45.71748"
791
+ id="rect8-1-8" />
792
+ <marker
793
+ style="overflow:visible"
794
+ id="RoundedArrow-7-79"
795
+ refX="0"
796
+ refY="0"
797
+ orient="auto-start-reverse"
798
+ inkscape:stockid="Rounded arrow"
799
+ markerWidth="1"
800
+ markerHeight="1"
801
+ viewBox="0 0 1 1"
802
+ inkscape:isstock="true"
803
+ inkscape:collect="always"
804
+ preserveAspectRatio="xMidYMid">
805
+ <path
806
+ transform="scale(0.7)"
807
+ 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"
808
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
809
+ id="path8-67-20" />
810
+ </marker>
811
+ <rect
812
+ x="348.78598"
813
+ y="275.76746"
814
+ width="64.57917"
815
+ height="35.918922"
816
+ id="rect5-3-37" />
817
+ <marker
818
+ style="overflow:visible"
819
+ id="RoundedArrow-1-9-5"
820
+ refX="0"
821
+ refY="0"
822
+ orient="auto-start-reverse"
823
+ inkscape:stockid="Rounded arrow"
824
+ markerWidth="1"
825
+ markerHeight="1"
826
+ viewBox="0 0 1 1"
827
+ inkscape:isstock="true"
828
+ inkscape:collect="always"
829
+ preserveAspectRatio="xMidYMid">
830
+ <path
831
+ transform="scale(0.7)"
832
+ 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"
833
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
834
+ id="path8-9-6-9" />
835
+ </marker>
836
+ <rect
837
+ x="359.14062"
838
+ y="358.88626"
839
+ width="76.620003"
840
+ height="27.985056"
841
+ id="rect6-3-8" />
842
+ <marker
843
+ style="overflow:visible"
844
+ id="RoundedArrow-7-9-3-1"
845
+ refX="0"
846
+ refY="0"
847
+ orient="auto-start-reverse"
848
+ inkscape:stockid="Rounded arrow"
849
+ markerWidth="1"
850
+ markerHeight="1"
851
+ viewBox="0 0 1 1"
852
+ inkscape:isstock="true"
853
+ inkscape:collect="always"
854
+ preserveAspectRatio="xMidYMid">
855
+ <path
856
+ transform="scale(0.7)"
857
+ 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"
858
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
859
+ id="path8-67-7-1-2" />
860
+ </marker>
861
+ <marker
862
+ style="overflow:visible"
863
+ id="RoundedArrow-7-9-33-3"
864
+ refX="0"
865
+ refY="0"
866
+ orient="auto-start-reverse"
867
+ inkscape:stockid="Rounded arrow"
868
+ markerWidth="1"
869
+ markerHeight="1"
870
+ viewBox="0 0 1 1"
871
+ inkscape:isstock="true"
872
+ inkscape:collect="always"
873
+ preserveAspectRatio="xMidYMid">
874
+ <path
875
+ transform="scale(0.7)"
876
+ 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"
877
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
878
+ id="path8-67-7-3-1" />
879
+ </marker>
880
+ <rect
881
+ x="25.879061"
882
+ y="893.83978"
883
+ width="32.231174"
884
+ height="22.823107"
885
+ id="rect22-9" />
886
+ <rect
887
+ x="33.098549"
888
+ y="733.44055"
889
+ width="37.010948"
890
+ height="28.180365"
891
+ id="rect23-4" />
892
+ <rect
893
+ x="16.064838"
894
+ y="934.69672"
895
+ width="37.464935"
896
+ height="22.095842"
897
+ id="rect24-7" />
898
+ <rect
899
+ x="280.18213"
900
+ y="884.82043"
901
+ width="40.667557"
902
+ height="26.089169"
903
+ id="rect9-0" />
904
+ <marker
905
+ style="overflow:visible"
906
+ id="RoundedArrow-2"
907
+ refX="0"
908
+ refY="0"
909
+ orient="auto-start-reverse"
910
+ inkscape:stockid="Rounded arrow"
911
+ markerWidth="1"
912
+ markerHeight="1"
913
+ viewBox="0 0 1 1"
914
+ inkscape:isstock="true"
915
+ inkscape:collect="always"
916
+ preserveAspectRatio="xMidYMid">
917
+ <path
918
+ transform="scale(0.7)"
919
+ 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"
920
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
921
+ id="path8-61" />
922
+ </marker>
923
+ <rect
924
+ x="89.038506"
925
+ y="2092.1365"
926
+ width="49.855434"
927
+ height="42.824188"
928
+ id="rect35-7" />
929
+ <marker
930
+ style="overflow:visible"
931
+ id="RoundedArrow-3"
932
+ refX="0"
933
+ refY="0"
934
+ orient="auto-start-reverse"
935
+ inkscape:stockid="Rounded arrow"
936
+ markerWidth="1"
937
+ markerHeight="1"
938
+ viewBox="0 0 1 1"
939
+ inkscape:isstock="true"
940
+ inkscape:collect="always"
941
+ preserveAspectRatio="xMidYMid">
942
+ <path
943
+ transform="scale(0.7)"
944
+ 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"
945
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
946
+ id="path8-90" />
947
+ </marker>
948
+ <marker
949
+ style="overflow:visible"
950
+ id="RoundedArrow-3-9"
951
+ refX="0"
952
+ refY="0"
953
+ orient="auto-start-reverse"
954
+ inkscape:stockid="Rounded arrow"
955
+ markerWidth="1"
956
+ markerHeight="1"
957
+ viewBox="0 0 1 1"
958
+ inkscape:isstock="true"
959
+ inkscape:collect="always"
960
+ preserveAspectRatio="xMidYMid">
961
+ <path
962
+ transform="scale(0.7)"
963
+ 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"
964
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
965
+ id="path8-90-8" />
966
+ </marker>
967
+ </defs>
968
+ <g
969
+ inkscape:label="Layer 1"
970
+ inkscape:groupmode="layer"
971
+ id="layer1">
972
+ <rect
973
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.529167;stroke-dasharray:none;stroke-dashoffset:0"
974
+ id="rect52"
975
+ width="89.980705"
976
+ height="96.39164"
977
+ x="8.8264055"
978
+ y="485.20093"
979
+ inkscape:export-filename="pole_stator_E2.svg"
980
+ inkscape:export-xdpi="96"
981
+ inkscape:export-ydpi="96" />
982
+ <path
983
+ style="fill:#f9f9f9;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
984
+ d="m 64.987304,559.08 14.387698,0.13229 -3e-6,-23.20403 -9.968897,-20.52783 -12.958077,6.25252 8.406987,17.56048 0.132292,19.78657"
985
+ id="path37" />
986
+ <rect
987
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
988
+ id="rect30"
989
+ width="76.055412"
990
+ height="95.490479"
991
+ x="14.10968"
992
+ y="25.286663"
993
+ inkscape:export-filename="pole_stator_cut.svg"
994
+ inkscape:export-xdpi="96"
995
+ inkscape:export-ydpi="96" />
996
+ <rect
997
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
998
+ id="rect29"
999
+ width="80.158562"
1000
+ height="94.605225"
1001
+ x="12.136825"
1002
+ y="151.16039"
1003
+ inkscape:export-filename="pole_stator_face.svg"
1004
+ inkscape:export-xdpi="96"
1005
+ inkscape:export-ydpi="96" />
1006
+ <rect
1007
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1008
+ id="rect28"
1009
+ width="109.77625"
1010
+ height="63.752167"
1011
+ x="6.5731926"
1012
+ y="253.64969"
1013
+ inkscape:export-filename="pole_stator_bottom.svg"
1014
+ inkscape:export-xdpi="96"
1015
+ inkscape:export-ydpi="96" />
1016
+ <text
1017
+ xml:space="preserve"
1018
+ transform="matrix(0.26458333,0,0,0.26458333,1.4550781,-2.1445313)"
1019
+ id="text1"
1020
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1);display:inline"><tspan
1021
+ x="9.6269531"
1022
+ y="35.410186"
1023
+ id="tspan1">pole_stator.svg</tspan></text>
1024
+ <rect
1025
+ style="fill:#ececec;stroke:#333333;stroke-width:0.264583;stroke-dasharray:none"
1026
+ id="rect2"
1027
+ width="21.021925"
1028
+ height="2.7220848"
1029
+ x="38.408436"
1030
+ y="99.455536" />
1031
+ <path
1032
+ style="fill:#cccccc;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1033
+ d="m 59.430357,99.455537 h 5.31181 V 85.452888 L 54.048558,43.614815 h 2.177254 l 11.180757,41.727154 0.04318,16.967951 -8.019392,-0.1323 z"
1034
+ id="path2"
1035
+ sodipodi:nodetypes="ccccccccc" />
1036
+ <path
1037
+ style="fill:#cccccc;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1038
+ d="m 38.408434,99.455539 h -5.31181 V 85.45289 L 43.790233,43.614817 h -2.177254 l -11.180757,41.727154 -0.04318,16.967949 8.019392,-0.1323 z"
1039
+ id="path2-5"
1040
+ sodipodi:nodetypes="ccccccccc" />
1041
+ <path
1042
+ style="fill:#f2f2f2;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1043
+ d="m 43.790233,43.614817 10.258325,-2e-6 10.693609,41.838073 V 99.455537 H 33.096624 V 85.45289 Z"
1044
+ id="path3" />
1045
+ <path
1046
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1047
+ d="M 67.406568,85.341969 H 79.642981"
1048
+ id="path4" />
1049
+ <path
1050
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1051
+ d="M 67.449749,102.30992 H 79.686162"
1052
+ id="path4-2" />
1053
+ <path
1054
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1055
+ d="m 23.602026,102.44442 h 7.66585"
1056
+ id="path4-2-0" />
1057
+ <path
1058
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1059
+ d="M 56.22581,43.614814 H 79.642979"
1060
+ id="path4-7" />
1061
+ <path
1062
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1063
+ d="M 56.358101,43.482523 V 31.246113"
1064
+ id="path4-6" />
1065
+ <path
1066
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1067
+ d="M 41.612979,43.614817 V 31.378407"
1068
+ id="path4-6-6" />
1069
+ <path
1070
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1071
+ d="M 67.714675,114.68083 V 102.44442"
1072
+ id="path4-6-9" />
1073
+ <path
1074
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1075
+ d="M 30.388699,114.68083 V 102.44442"
1076
+ id="path4-6-3" />
1077
+ <path
1078
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
1079
+ d="M 31.727282,114.68083 H 66.419653"
1080
+ id="path5" />
1081
+ <path
1082
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9);marker-end:url(#RoundedArrow-9)"
1083
+ d="M 79.642981,101.10697 V 86.544922"
1084
+ id="path5-8" />
1085
+ <path
1086
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-3);marker-end:url(#RoundedArrow-9-3)"
1087
+ d="M 79.642975,83.850477 V 45.1063"
1088
+ id="path5-8-2" />
1089
+ <path
1090
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-1);marker-end:url(#RoundedArrow-1)"
1091
+ d="M 42.646573,31.378407 H 55.324506"
1092
+ id="path5-7" />
1093
+ <text
1094
+ xml:space="preserve"
1095
+ transform="matrix(0.26458333,0,0,0.26458333,-45.539674,42.005181)"
1096
+ id="text5"
1097
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
1098
+ x="348.78516"
1099
+ y="288.74417"
1100
+ id="tspan2">D1</tspan></text>
1101
+ <text
1102
+ xml:space="preserve"
1103
+ transform="matrix(0.26458333,0,0,0.26458333,-45.706794,32.661003)"
1104
+ id="text5-5"
1105
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-5);display:inline"><tspan
1106
+ x="348.78516"
1107
+ y="288.74417"
1108
+ id="tspan3">D3</tspan></text>
1109
+ <text
1110
+ xml:space="preserve"
1111
+ transform="matrix(0.26458333,0,0,0.26458333,-48.05633,-67.776599)"
1112
+ id="text6"
1113
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
1114
+ x="359.14062"
1115
+ y="371.86331"
1116
+ id="tspan4">D2</tspan></text>
1117
+ <text
1118
+ xml:space="preserve"
1119
+ transform="matrix(0.26458333,0,0,0.26458333,-27.434224,36.698428)"
1120
+ id="text7"
1121
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
1122
+ x="407.76758"
1123
+ y="220.2305"
1124
+ id="tspan5">H1</tspan></text>
1125
+ <text
1126
+ xml:space="preserve"
1127
+ transform="matrix(0.26458333,0,0,0.26458333,-33.708416,-15.923713)"
1128
+ id="text8"
1129
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8);display:inline"><tspan
1130
+ x="433.1582"
1131
+ y="309.89065"
1132
+ id="tspan6">H2</tspan></text>
1133
+ <path
1134
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1135
+ d="m 23.602027,99.720124 h 9.362307"
1136
+ id="path4-2-06" />
1137
+ <path
1138
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1139
+ d="M 38.408436,109.60818 V 102.3595"
1140
+ id="path4-6-3-6" />
1141
+ <path
1142
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1143
+ d="m 59.430357,109.4263 v -7.24868"
1144
+ id="path4-6-3-6-4" />
1145
+ <path
1146
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-5);marker-end:url(#RoundedArrow-5)"
1147
+ d="m 39.524598,109.60818 h 19.09774"
1148
+ id="path5-3" />
1149
+ <path
1150
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
1151
+ d="m 23.840831,106.55375 10e-7,-2.7243"
1152
+ id="path18" />
1153
+ <path
1154
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4)"
1155
+ d="m 23.840832,95.610798 1e-6,2.7243"
1156
+ id="path18-7" />
1157
+ <text
1158
+ xml:space="preserve"
1159
+ transform="matrix(0.26458333,0,0,0.26458333,-82.724135,-1.8780535)"
1160
+ id="text18"
1161
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
1162
+ x="378.97266"
1163
+ y="394.01565"
1164
+ id="tspan7">E1</tspan></text>
1165
+ <path
1166
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-8)"
1167
+ d="m 37.277573,90.009015 h -2.7243"
1168
+ id="path18-4" />
1169
+ <path
1170
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4-4)"
1171
+ d="m 26.334613,90.009015 h 2.7243"
1172
+ id="path18-7-9" />
1173
+ <text
1174
+ xml:space="preserve"
1175
+ transform="matrix(0.26458333,0,0,0.26458333,-87.931214,6.7886394)"
1176
+ id="text19"
1177
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19);display:inline"><tspan
1178
+ x="411.64062"
1179
+ y="318.30081"
1180
+ id="tspan8">E2</tspan></text>
1181
+ <path
1182
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-6)"
1183
+ d="m 41.162883,70.529613 -2.64789,-0.640706"
1184
+ id="path18-49" />
1185
+ <path
1186
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4-2)"
1187
+ d="m 30.792383,67.883523 2.64789,0.640696"
1188
+ id="path18-7-5" />
1189
+ <text
1190
+ xml:space="preserve"
1191
+ transform="matrix(0.26458333,0,0,0.26458333,-84.086871,-15.363567)"
1192
+ id="text19-1"
1193
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-8);display:inline"><tspan
1194
+ x="411.64062"
1195
+ y="318.30081"
1196
+ id="tspan9">E2</tspan></text>
1197
+ <path
1198
+ style="fill:#f9f9f9;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1199
+ d="m 42.176528,169.16315 14.61284,0 11.18075,41.72715 0.0432,16.96795 H 30.952592 l 0.04318,-16.96795 11.180756,-41.72715"
1200
+ id="path19" />
1201
+ <path
1202
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1203
+ d="M 30.995772,210.8903 H 67.970118"
1204
+ id="path20" />
1205
+ <path
1206
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1207
+ d="m 67.918018,210.75801 h 12.23641"
1208
+ id="path4-9" />
1209
+ <path
1210
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1211
+ d="m 56.737258,169.03086 h 23.41717"
1212
+ id="path4-7-4" />
1213
+ <path
1214
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-2);marker-end:url(#RoundedArrow-9-2)"
1215
+ d="M 80.154428,226.52301 V 211.96096"
1216
+ id="path5-8-9" />
1217
+ <path
1218
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-3-6);marker-end:url(#RoundedArrow-9-3-6)"
1219
+ d="M 80.154428,209.26652 V 170.52234"
1220
+ id="path5-8-2-0" />
1221
+ <text
1222
+ xml:space="preserve"
1223
+ transform="matrix(0.26458333,0,0,0.26458333,-26.922769,162.11447)"
1224
+ id="text7-9"
1225
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-6);display:inline"><tspan
1226
+ x="407.76758"
1227
+ y="220.2305"
1228
+ id="tspan10">H1</tspan></text>
1229
+ <text
1230
+ xml:space="preserve"
1231
+ transform="matrix(0.26458333,0,0,0.26458333,-33.196961,109.49233)"
1232
+ id="text8-7"
1233
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1);display:inline"><tspan
1234
+ x="433.1582"
1235
+ y="309.89065"
1236
+ id="tspan11">H2</tspan></text>
1237
+ <path
1238
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1239
+ d="m 68.013318,227.85825 h 12.23641"
1240
+ id="path4-2-5" />
1241
+ <path
1242
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1243
+ d="M 67.881028,240.22695 V 227.99054"
1244
+ id="path4-6-9-4" />
1245
+ <path
1246
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1247
+ d="M 30.819963,240.22695 V 227.99054"
1248
+ id="path4-6-3-8" />
1249
+ <path
1250
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7);marker-end:url(#RoundedArrow-7)"
1251
+ d="M 31.893634,240.22695 H 66.586008"
1252
+ id="path5-1" />
1253
+ <path
1254
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9);marker-end:url(#RoundedArrow-7-7-9)"
1255
+ d="m 95.407237,302.34517 v -3.18481"
1256
+ id="path5-1-0-8" />
1257
+ <text
1258
+ xml:space="preserve"
1259
+ transform="matrix(0.26458333,0,0,0.26458333,-45.373322,167.55131)"
1260
+ id="text5-2"
1261
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3);display:inline"><tspan
1262
+ x="348.78516"
1263
+ y="288.74417"
1264
+ id="tspan12">D1</tspan></text>
1265
+ <path
1266
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1267
+ d="M 56.869548,168.89857 V 156.66216"
1268
+ id="path4-6-5" />
1269
+ <path
1270
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1271
+ d="M 42.124418,169.03086 V 156.79445"
1272
+ id="path4-6-6-6" />
1273
+ <path
1274
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-1-9);marker-end:url(#RoundedArrow-1-9)"
1275
+ d="m 43.158018,156.79445 h 12.67793"
1276
+ id="path5-7-1" />
1277
+ <text
1278
+ xml:space="preserve"
1279
+ transform="matrix(0.26458333,0,0,0.26458333,-47.54489,57.639445)"
1280
+ id="text6-1"
1281
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6-3);display:inline"><tspan
1282
+ x="359.14062"
1283
+ y="371.86331"
1284
+ id="tspan13">D2</tspan></text>
1285
+ <circle
1286
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
1287
+ id="path21"
1288
+ cx="117.28076"
1289
+ cy="218.47411"
1290
+ r="4.5415039" />
1291
+ <circle
1292
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
1293
+ id="path21-0"
1294
+ cx="117.28076"
1295
+ cy="223.1479"
1296
+ r="4.5415039" />
1297
+ <path
1298
+ style="fill:#e6e6e6;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1299
+ d="m 51.981926,216.24353 v 3.75912 c 0,0 -0.19411,1.5987 -0.63383,2.17743 -0.62947,0.82844 -1.61964,1.42353 -2.58198,1.47529 -0.77728,0.0418 -1.61345,-0.35087 -2.17525,-0.96243 -0.62258,-0.67774 -1.04056,-2.69029 -1.04056,-2.69029 v -3.75912 c 0,0 0.33389,-1.87685 0.89227,-2.52523 0.58893,-0.68388 1.48189,-1.0921 2.32354,-1.12748 0.69372,-0.0292 1.44962,0.2446 1.9704,0.76599 0.70773,0.70854 1.24541,2.88672 1.24541,2.88672 z"
1300
+ id="path22"
1301
+ sodipodi:nodetypes="ccaaaccaaac" />
1302
+ <path
1303
+ style="fill:#f9f9f9;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1304
+ d="m 51.136017,216.52724 v 3.18885 c 0,0 -0.146979,1.35617 -0.47993,1.84708 -0.47663,0.70278 -1.226378,1.20758 -1.955053,1.25149 -0.58855,0.0354 -1.221691,-0.29763 -1.647081,-0.81642 -0.471412,-0.57492 -0.787903,-2.28215 -0.787903,-2.28215 v -3.18885 c 0,0 0.252819,-1.59213 0.675619,-2.14214 0.445933,-0.58013 1.122074,-0.92643 1.759365,-0.95644 0.525278,-0.0247 1.09764,0.2075 1.491969,0.64979 0.535887,0.60106 0.943014,2.44879 0.943014,2.44879 z"
1305
+ id="path22-5"
1306
+ sodipodi:nodetypes="ccaaaccaaac" />
1307
+ <path
1308
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1309
+ d="m 22.727062,227.99054 h 7.96061"
1310
+ id="path4-2-5-4" />
1311
+ <path
1312
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1313
+ d="M 22.727062,223.79076 H 48.766116"
1314
+ id="path4-2-5-4-1" />
1315
+ <path
1316
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1317
+ d="M 22.727062,212.59082 H 48.766116"
1318
+ id="path4-2-5-4-1-6" />
1319
+ <path
1320
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1321
+ d="M 45.550306,232.23906 V 220.00265"
1322
+ id="path4-6-9-4-8" />
1323
+ <path
1324
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1325
+ d="M 51.981926,232.23906 V 220.00265"
1326
+ id="path4-6-9-4-8-1" />
1327
+ <path
1328
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9);marker-end:url(#RoundedArrow-7-9)"
1329
+ d="M 46.500223,232.23906 H 51.03201"
1330
+ id="path5-1-3" />
1331
+ <path
1332
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9-3);marker-end:url(#RoundedArrow-7-9-3)"
1333
+ d="m 22.727061,222.22363 v -8.06569"
1334
+ id="path5-1-3-9" />
1335
+ <path
1336
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9-33);marker-end:url(#RoundedArrow-7-9-33)"
1337
+ d="m 22.727062,227.2898 v -2.53371"
1338
+ id="path5-1-3-6" />
1339
+ <text
1340
+ xml:space="preserve"
1341
+ transform="matrix(0.26458333,0,0,0.26458333,9.3793946,-12.391601)"
1342
+ id="text22"
1343
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22);display:inline"><tspan
1344
+ x="25.878906"
1345
+ y="906.81644"
1346
+ id="tspan14">H3</tspan></text>
1347
+ <text
1348
+ xml:space="preserve"
1349
+ transform="matrix(0.26458333,0,0,0.26458333,7.8408203,22.115499)"
1350
+ id="text23"
1351
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23);display:inline"><tspan
1352
+ x="33.097656"
1353
+ y="746.418"
1354
+ id="tspan15">H4</tspan></text>
1355
+ <text
1356
+ xml:space="preserve"
1357
+ transform="matrix(0.26458333,0,0,0.26458333,41.781738,-14.567871)"
1358
+ id="text24"
1359
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect24);display:inline"><tspan
1360
+ x="16.064453"
1361
+ y="947.67386"
1362
+ id="tspan16">D4</tspan></text>
1363
+ <circle
1364
+ style="fill:#e6e6e6;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
1365
+ id="path24"
1366
+ cx="49.786617"
1367
+ cy="283.46237"
1368
+ r="24.985352" />
1369
+ <circle
1370
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
1371
+ id="path24-8"
1372
+ cx="49.786617"
1373
+ cy="283.46237"
1374
+ r="14.411621" />
1375
+ <circle
1376
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1377
+ id="path26"
1378
+ cx="49.679241"
1379
+ cy="263.37741"
1380
+ r="2.8725588" />
1381
+ <circle
1382
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1383
+ id="path26-0"
1384
+ cx="69.764206"
1385
+ cy="283.46237"
1386
+ r="2.8725588" />
1387
+ <circle
1388
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1389
+ id="path26-0-2"
1390
+ cx="49.679241"
1391
+ cy="303.54733"
1392
+ r="2.8725588" />
1393
+ <circle
1394
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1395
+ id="path26-0-5"
1396
+ cx="29.59428"
1397
+ cy="283.46237"
1398
+ r="2.8725588" />
1399
+ <circle
1400
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1401
+ id="path26-0-9"
1402
+ cx="64.330528"
1403
+ cy="269.44763"
1404
+ r="2.8725588" />
1405
+ <circle
1406
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1407
+ id="path26-0-7"
1408
+ cx="64.330528"
1409
+ cy="298.00629"
1410
+ r="2.8725588" />
1411
+ <circle
1412
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1413
+ id="path26-0-8"
1414
+ cx="35.242706"
1415
+ cy="298.00629"
1416
+ r="2.8725588" />
1417
+ <circle
1418
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1419
+ id="path26-0-93"
1420
+ cx="35.242706"
1421
+ cy="268.91846"
1422
+ r="2.8725588" />
1423
+ <circle
1424
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:2,1;stroke-dashoffset:0"
1425
+ id="path24-7"
1426
+ cx="49.679241"
1427
+ cy="283.46237"
1428
+ r="20.084961" />
1429
+ <path
1430
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1431
+ d="M 49.786614,258.47702 H 105.72363"
1432
+ id="path27" />
1433
+ <path
1434
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1435
+ d="M 49.786615,308.71231 H 105.72363"
1436
+ id="path27-2" />
1437
+ <path
1438
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1439
+ d="M 49.786617,298.13858 H 95.29736"
1440
+ id="path27-1" />
1441
+ <path
1442
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1443
+ d="M 49.786617,269.05075 H 86.000491"
1444
+ id="path27-5" />
1445
+ <path
1446
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1447
+ d="M 49.710495,303.54583 H 95.438493"
1448
+ id="path27-62" />
1449
+ <path
1450
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1);marker-end:url(#RoundedArrow-7-7-9-1)"
1451
+ d="M 105.72363,307.02441 V 260.16493"
1452
+ id="path5-1-0-8-3" />
1453
+ <text
1454
+ xml:space="preserve"
1455
+ transform="matrix(0.26458333,0,0,0.26458333,13.844587,208.61225)"
1456
+ id="text5-2-1"
1457
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3);display:inline"><tspan
1458
+ x="348.78516"
1459
+ y="288.74417"
1460
+ id="tspan17">D1</tspan></text>
1461
+ <text
1462
+ xml:space="preserve"
1463
+ transform="matrix(0.26458333,0,0,0.26458333,-5.7705588,207.92131)"
1464
+ id="text5-2-1-0"
1465
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3);display:inline"><tspan
1466
+ x="348.78516"
1467
+ y="288.74417"
1468
+ id="tspan18">D3</tspan></text>
1469
+ <text
1470
+ xml:space="preserve"
1471
+ transform="matrix(0.26458333,0,0,0.26458333,4.0566283,225.92683)"
1472
+ id="text5-2-1-4"
1473
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-0);display:inline"><tspan
1474
+ x="348.78516"
1475
+ y="288.74417"
1476
+ id="tspan19">L1</tspan></text>
1477
+ <path
1478
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7);marker-end:url(#RoundedArrow-7-7)"
1479
+ d="M 86.000486,297.03559 V 270.15374"
1480
+ id="path5-1-0" />
1481
+ <path
1482
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1483
+ d="M 14.590158,280.58981 H 29.59428"
1484
+ id="path27-5-5" />
1485
+ <path
1486
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1487
+ d="M 14.590158,286.33493 H 29.59428"
1488
+ id="path27-5-5-7" />
1489
+ <path
1490
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-2);marker-end:url(#RoundedArrow-7-7-9-2)"
1491
+ d="m 14.590158,285.15965 v -3.18481"
1492
+ id="path5-1-0-8-6" />
1493
+ <text
1494
+ xml:space="preserve"
1495
+ transform="matrix(0.26458333,0,0,0.26458333,-84.278777,208.58293)"
1496
+ id="text5-2-1-0-1"
1497
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3-7);display:inline"><tspan
1498
+ x="348.78516"
1499
+ y="288.74417"
1500
+ id="tspan20">D5</tspan></text>
1501
+ <text
1502
+ xml:space="preserve"
1503
+ transform="matrix(0.26458333,0,0,0.26458333,3.7716965,4.6494546)"
1504
+ id="text27"
1505
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect27);display:inline"><tspan
1506
+ x="55.144531"
1507
+ y="1150.6563"
1508
+ id="tspan21">N1</tspan></text>
1509
+ <path
1510
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
1511
+ d="m 24.154332,307.64243 7.740051,-6.49573"
1512
+ id="path28" />
1513
+ <path
1514
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1515
+ d="M 51.96318,216.71998 V 203.1574"
1516
+ id="path4-6-9-4-8-1-2" />
1517
+ <path
1518
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1519
+ d="M 51.037137,216.71998 V 203.1574"
1520
+ id="path4-6-9-4-8-1-7" />
1521
+ <path
1522
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#DistanceEnd)"
1523
+ d="M 51.037137,203.1574 H 61.482335"
1524
+ id="path1" />
1525
+ <path
1526
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Triangle)"
1527
+ d="m 52.492347,203.1574 h 2.975509"
1528
+ id="path6" />
1529
+ <text
1530
+ xml:space="preserve"
1531
+ transform="matrix(0.26458333,0,0,0.26458333,-17.961824,-35.199)"
1532
+ id="text9"
1533
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
1534
+ x="280.18164"
1535
+ y="897.7969"
1536
+ id="tspan22">L2</tspan></text>
1537
+ <rect
1538
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
1539
+ id="rect29-3"
1540
+ width="80.158562"
1541
+ height="94.605225"
1542
+ x="20.842613"
1543
+ y="361.953"
1544
+ inkscape:export-filename="pole_stator_right.svg"
1545
+ inkscape:export-xdpi="96"
1546
+ inkscape:export-ydpi="96" />
1547
+ <path
1548
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1549
+ d="M 37.823818,423.25112 V 401.5796"
1550
+ id="path4-6-3-8-6-48" />
1551
+ <path
1552
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1553
+ d="M 39.697237,423.25112 V 401.5796"
1554
+ id="path4-6-3-8-6-4" />
1555
+ <path
1556
+ style="fill:#f9f9f9;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1557
+ d="m 50.882319,379.95575 h 14.61284 l 11.18075,41.72715 0.0432,16.96795 H 39.658383 l 0.04318,-16.96795 11.180756,-41.72715"
1558
+ id="path19-2" />
1559
+ <path
1560
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1561
+ d="M 39.701563,421.6829 H 76.675909"
1562
+ id="path20-0" />
1563
+ <path
1564
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1565
+ d="M 76.623809,421.55061 H 88.860221"
1566
+ id="path4-9-6" />
1567
+ <path
1568
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1569
+ d="M 65.443049,379.82346 H 88.860221"
1570
+ id="path4-7-4-1" />
1571
+ <path
1572
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-2-3);marker-end:url(#RoundedArrow-9-2-3)"
1573
+ d="M 88.860221,437.31561 V 422.75356"
1574
+ id="path5-8-9-5" />
1575
+ <path
1576
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-3-6-6);marker-end:url(#RoundedArrow-9-3-6-6)"
1577
+ d="M 88.860221,420.05912 V 381.31494"
1578
+ id="path5-8-2-0-5" />
1579
+ <text
1580
+ xml:space="preserve"
1581
+ transform="matrix(0.26458333,0,0,0.26458333,-18.216978,372.90707)"
1582
+ id="text7-9-4"
1583
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-6-1);display:inline"><tspan
1584
+ x="407.76758"
1585
+ y="220.2305"
1586
+ id="tspan23">H1</tspan></text>
1587
+ <text
1588
+ xml:space="preserve"
1589
+ transform="matrix(0.26458333,0,0,0.26458333,-24.49117,320.28493)"
1590
+ id="text8-7-7"
1591
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1-8);display:inline"><tspan
1592
+ x="433.1582"
1593
+ y="309.89065"
1594
+ id="tspan24">H2</tspan></text>
1595
+ <path
1596
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1597
+ d="M 76.719109,438.65085 H 88.955521"
1598
+ id="path4-2-5-6" />
1599
+ <path
1600
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1601
+ d="M 76.586819,451.01955 V 438.78314"
1602
+ id="path4-6-9-4-5" />
1603
+ <path
1604
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1605
+ d="M 39.525754,451.01955 V 438.78314"
1606
+ id="path4-6-3-8-6" />
1607
+ <path
1608
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-79);marker-end:url(#RoundedArrow-7-79)"
1609
+ d="M 40.599425,451.01955 H 75.291799"
1610
+ id="path5-1-9" />
1611
+ <text
1612
+ xml:space="preserve"
1613
+ transform="matrix(0.26458333,0,0,0.26458333,-36.667531,378.34391)"
1614
+ id="text5-2-3"
1615
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-37);display:inline"><tspan
1616
+ x="348.78516"
1617
+ y="288.74417"
1618
+ id="tspan25">D1</tspan></text>
1619
+ <path
1620
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1621
+ d="M 65.575339,379.69117 V 367.45476"
1622
+ id="path4-6-5-4" />
1623
+ <path
1624
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1625
+ d="M 50.830209,379.82346 V 367.58705"
1626
+ id="path4-6-6-6-5" />
1627
+ <path
1628
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-1-9-5);marker-end:url(#RoundedArrow-1-9-5)"
1629
+ d="m 51.863809,367.58705 h 12.67793"
1630
+ id="path5-7-1-2" />
1631
+ <text
1632
+ xml:space="preserve"
1633
+ transform="matrix(0.26458333,0,0,0.26458333,-38.839099,268.43204)"
1634
+ id="text6-1-5"
1635
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6-3-8);display:inline"><tspan
1636
+ x="359.14062"
1637
+ y="371.86331"
1638
+ id="tspan26">D2</tspan></text>
1639
+ <path
1640
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1641
+ d="m 31.432853,438.78314 h 7.96061"
1642
+ id="path4-2-5-4-4" />
1643
+ <path
1644
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1645
+ d="m 31.432853,434.58336 h 8.264382"
1646
+ id="path4-2-5-4-1-3" />
1647
+ <path
1648
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1649
+ d="m 31.432853,423.38342 h 8.264382"
1650
+ id="path4-2-5-4-1-6-0" />
1651
+ <path
1652
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9-3-1);marker-end:url(#RoundedArrow-7-9-3-1)"
1653
+ d="m 31.432852,433.01623 v -8.06569"
1654
+ id="path5-1-3-9-8" />
1655
+ <path
1656
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9-33-3);marker-end:url(#RoundedArrow-7-9-33-3)"
1657
+ d="m 31.432853,438.0824 v -2.53371"
1658
+ id="path5-1-3-6-4" />
1659
+ <text
1660
+ xml:space="preserve"
1661
+ transform="matrix(0.26458333,0,0,0.26458333,18.085186,198.401)"
1662
+ id="text22-3"
1663
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22-9);display:inline"><tspan
1664
+ x="25.878906"
1665
+ y="906.81644"
1666
+ id="tspan27">H3</tspan></text>
1667
+ <text
1668
+ xml:space="preserve"
1669
+ transform="matrix(0.26458333,0,0,0.26458333,16.546611,232.9081)"
1670
+ id="text23-4"
1671
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23-4);display:inline"><tspan
1672
+ x="33.097656"
1673
+ y="746.418"
1674
+ id="tspan28">H4</tspan></text>
1675
+ <rect
1676
+ style="fill:#f9f9f9;fill-opacity:1;stroke:#000000;stroke-width:0.264583"
1677
+ id="rect31"
1678
+ width="1.8734185"
1679
+ height="11.199925"
1680
+ x="37.823818"
1681
+ y="423.38342" />
1682
+ <path
1683
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#DistanceStart)"
1684
+ d="m 30.277634,401.5796 h 9.419603"
1685
+ id="path31" />
1686
+ <path
1687
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Triangle)"
1688
+ d="m 31.787877,401.5796 h 4.964096"
1689
+ id="path32" />
1690
+ <text
1691
+ xml:space="preserve"
1692
+ transform="matrix(0.26458333,0,0,0.26458333,15.907161,12.669601)"
1693
+ id="text32"
1694
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32);display:inline"><tspan
1695
+ x="57.746094"
1696
+ y="1466.0918"
1697
+ id="tspan29">E3</tspan></text>
1698
+ <rect
1699
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.264583"
1700
+ id="rect33"
1701
+ width="14.387697"
1702
+ height="22.939453"
1703
+ x="137.64769"
1704
+ y="518.33502" />
1705
+ <rect
1706
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.264583"
1707
+ id="rect33-2"
1708
+ width="14.387697"
1709
+ height="22.939453"
1710
+ x="-102.71406"
1711
+ y="509.9624"
1712
+ transform="rotate(-25.758191)" />
1713
+ <path
1714
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
1715
+ d="M 65.971611,572.66496 H 78.390695"
1716
+ id="path33" />
1717
+ <path
1718
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-2);marker-end:url(#RoundedArrow-2)"
1719
+ d="m 49.92322,506.84323 11.228634,-5.3058"
1720
+ id="path33-1" />
1721
+ <path
1722
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1723
+ d="M 69.416956,515.47296 62.421485,500.92391"
1724
+ id="path34" />
1725
+ <path
1726
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1727
+ d="M 56.448026,521.73296 49.452555,507.18391"
1728
+ id="path34-9" />
1729
+ <path
1730
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1731
+ d="M 64.987305,572.53267 V 559.08002"
1732
+ id="path35" />
1733
+ <path
1734
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1735
+ d="M 79.375002,572.66496 V 559.21231"
1736
+ id="path35-7" />
1737
+ <text
1738
+ xml:space="preserve"
1739
+ transform="matrix(0.26458333,0,0,0.26458333,46.166284,14.902516)"
1740
+ id="text35"
1741
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35)"><tspan
1742
+ x="89.039062"
1743
+ y="2105.1133"
1744
+ id="tspan30">E2</tspan></text>
1745
+ <text
1746
+ xml:space="preserve"
1747
+ transform="matrix(0.26458333,0,0,0.26458333,28.002805,-53.532645)"
1748
+ id="text35-7"
1749
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35-7);display:inline"><tspan
1750
+ x="89.039062"
1751
+ y="2105.1133"
1752
+ id="tspan31">E2</tspan></text>
1753
+ <path
1754
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1755
+ d="M 79.374999,536.00826 V 494.59932"
1756
+ id="path35-7-3" />
1757
+ <path
1758
+ style="fill:none;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1759
+ d="M 69.416957,515.47297 V 494.59933"
1760
+ id="path35-1" />
1761
+ <path
1762
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3);marker-end:url(#RoundedArrow-3)"
1763
+ d="m 70.697921,495.38388 h 7.396115"
1764
+ id="path33-5" />
1765
+ <path
1766
+ style="fill:none;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1767
+ d="M 90.409822,515.66258 H 56.496047"
1768
+ id="path35-1-3" />
1769
+ <path
1770
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1771
+ d="M 90.409825,536.14056 H 63.345596"
1772
+ id="path35-1-1" />
1773
+ <path
1774
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3-9);marker-end:url(#RoundedArrow-3-9)"
1775
+ d="M 90.409821,534.6619 V 516.98831"
1776
+ id="path33-5-1" />
1777
+ <text
1778
+ xml:space="preserve"
1779
+ transform="matrix(0.26458333,0,0,0.26458333,-4.5244139,1.4355468)"
1780
+ id="text36"
1781
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect36)"><tspan
1782
+ x="361.72852"
1783
+ y="1988.8203"
1784
+ id="tspan32">H2</tspan></text>
1785
+ <text
1786
+ xml:space="preserve"
1787
+ transform="matrix(0.26458333,0,0,0.26458333,6.7724607,6.6049803)"
1788
+ id="text37"
1789
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect37)"><tspan
1790
+ x="233.15234"
1791
+ y="1839.6719"
1792
+ id="tspan33">R1-R2</tspan></text>
1793
+ <path
1794
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:1,1;stroke-dashoffset:0"
1795
+ d="m 64.855012,539.29343 14.519987,-3.28517"
1796
+ id="path38" />
1797
+ <path
1798
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1799
+ d="m 76.887156,530.88492 c 0,0 0.553966,-0.87698 1.004036,-1.06585 0.383716,-0.16103 1.24814,0.0257 1.24814,0.0257"
1800
+ id="path39"
1801
+ sodipodi:nodetypes="cac" />
1802
+ <path
1803
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1804
+ d="m 76.122095,536.19924 -0.0821,-2.70035 3.240641,-0.0572"
1805
+ id="path40" />
1806
+ <path
1807
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1808
+ d="m 79.354601,536.06359 -14.54905,6.99547"
1809
+ id="path34-9-4" />
1810
+ <path
1811
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1812
+ d="m 78.064566,536.72841 -0.659627,-1.12912 1.313956,-0.74839"
1813
+ id="path40-7" />
1814
+ <path
1815
+ style="fill:none;stroke:#ff8080;stroke-width:0.52916667;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1816
+ d="m 75.7533,528.81641 c 0,0 -2.746837,1.00965 -3.522761,2.14445 -0.973625,1.42394 -0.903562,5.09545 -0.903562,5.09545"
1817
+ id="path41"
1818
+ sodipodi:nodetypes="cac" />
1819
+ <path
1820
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1821
+ d="m 73.472038,538.64496 c 0,0 -0.66986,-0.79199 -0.71468,-1.27802 -0.03822,-0.41438 0.39976,-1.18267 0.39976,-1.18267"
1822
+ id="path39-7"
1823
+ sodipodi:nodetypes="cac" />
1824
+ <text
1825
+ xml:space="preserve"
1826
+ transform="matrix(0.26458333,0,0,0.26458333,36.485397,-8.8940772)"
1827
+ id="text41"
1828
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect41)"><tspan
1829
+ x="165.18945"
1830
+ y="2067.1543"
1831
+ id="tspan34">A</tspan></text>
1832
+ <text
1833
+ xml:space="preserve"
1834
+ transform="matrix(0.26458333,0,0,0.26458333,21.050296,2.8331639)"
1835
+ id="text42"
1836
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect42)"><tspan
1837
+ x="145.67383"
1838
+ y="2019.3828"
1839
+ id="tspan35">B</tspan></text>
1840
+ <text
1841
+ xml:space="preserve"
1842
+ transform="matrix(0.26458333,0,0,0.26458333,20.344511,-13.247549)"
1843
+ id="text43"
1844
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect43)"><tspan
1845
+ x="155.7832"
1846
+ y="2094.3575"
1847
+ id="tspan36">C</tspan></text>
1848
+ <text
1849
+ xml:space="preserve"
1850
+ transform="matrix(0.26458333,0,0,0.26458333,14.798488,4.226413)"
1851
+ id="text44"
1852
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect44)"><tspan
1853
+ x="191.18359"
1854
+ y="2049.5"
1855
+ id="tspan37">D</tspan></text>
1856
+ <text
1857
+ xml:space="preserve"
1858
+ transform="matrix(0.26458333,0,0,0.26458333,-14.586839,1.423881)"
1859
+ id="text45"
1860
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect45)"><tspan
1861
+ x="103.86133"
1862
+ y="2038.9903"
1863
+ id="tspan38">BAC=BAD/2&#10;</tspan><tspan
1864
+ x="103.86133"
1865
+ y="2057.3236"
1866
+ id="tspan39">=atan((R1-R2)/H2)/2</tspan></text>
1867
+ <path
1868
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1869
+ d="m 64.855012,539.29343 v -3.0629"
1870
+ id="path35-2" />
1871
+ <text
1872
+ xml:space="preserve"
1873
+ transform="matrix(0.26458333,0,0,0.26458333,22.007079,2.1853027)"
1874
+ id="text46"
1875
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect46)"><tspan
1876
+ x="159.60547"
1877
+ y="2014.6114"
1878
+ id="tspan40">F</tspan></text>
1879
+ <text
1880
+ xml:space="preserve"
1881
+ transform="matrix(0.26458333,0,0,0.26458333,5.0194912,-2.4292984)"
1882
+ id="text47"
1883
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect47)"><tspan
1884
+ x="28.320312"
1885
+ y="2113.6739"
1886
+ id="tspan41">FC=E2*tan(BAC)</tspan></text>
1887
+ <path
1888
+ style="fill:none;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1889
+ d="m 56.448024,521.73295 v -6.08214"
1890
+ id="path35-1-5" />
1891
+ <text
1892
+ xml:space="preserve"
1893
+ transform="matrix(0.26458333,0,0,0.26458333,48.03662,-4.4746092)"
1894
+ id="text48"
1895
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect48)"><tspan
1896
+ x="84.078125"
1897
+ y="1962.2891"
1898
+ id="tspan42">K</tspan></text>
1899
+ <text
1900
+ xml:space="preserve"
1901
+ transform="matrix(0.26458333,0,0,0.26458333,34.522948,10.26123)"
1902
+ id="text49"
1903
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect49)"><tspan
1904
+ x="77.433594"
1905
+ y="1905.9239"
1906
+ id="tspan43">L</tspan></text>
1907
+ <text
1908
+ xml:space="preserve"
1909
+ transform="matrix(0.26458333,0,0,0.26458333,27.399413,-4.064453)"
1910
+ id="text50"
1911
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect50)"><tspan
1912
+ x="94.302734"
1913
+ y="1999.6758"
1914
+ id="tspan44">M</tspan></text>
1915
+ <path
1916
+ style="fill:none;stroke:#ff8080;stroke-width:0.529166;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1917
+ d="m 71.048791,518.45767 c 0,0 1.02775,-0.39271 1.31807,-0.8341 0.36428,-0.55386 0.33807,-1.98192 0.33807,-1.98192"
1918
+ id="path41-8"
1919
+ sodipodi:nodetypes="cac" />
1920
+ <path
1921
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1922
+ d="m 64.247912,517.91203 c 0,0 -0.87698,-0.55396 -1.06585,-1.00403 -0.16103,-0.38372 0.0257,-1.24814 0.0257,-1.24814"
1923
+ id="path39-5"
1924
+ sodipodi:nodetypes="cac" />
1925
+ <path
1926
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1927
+ d="m 69.915841,516.81877 -1.12912,0.65963 -0.74839,-1.31395"
1928
+ id="path40-7-3" />
1929
+ <path
1930
+ style="fill:none;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1931
+ d="m 77.557981,515.74758 -0.04363,1.81039 1.722023,0.0384"
1932
+ id="path40-6" />
1933
+ <text
1934
+ xml:space="preserve"
1935
+ transform="matrix(0.26458333,0,0,0.26458333,1.5012208,-1.2512475)"
1936
+ id="text51"
1937
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect51)"><tspan
1938
+ x="42.287109"
1939
+ y="2141.1739"
1940
+ id="tspan45">LK=E2*cos(BAC)&#10;</tspan><tspan
1941
+ x="42.287109"
1942
+ y="2159.5074"
1943
+ id="tspan46">LM=E2*sin(BAC)</tspan></text>
1944
+ </g>
1945
+ </svg>