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,1314 @@
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="rod.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="1.4967094"
27
+ inkscape:cx="367.80687"
28
+ inkscape:cy="1019.57"
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="446.71435"
39
+ y="1010.391"
40
+ width="58.537269"
41
+ height="41.249344"
42
+ id="rect24" />
43
+ <rect
44
+ x="150.8622"
45
+ y="977.53769"
46
+ width="49.225174"
47
+ height="46.90498"
48
+ id="rect23" />
49
+ <rect
50
+ x="479.34278"
51
+ y="995.30844"
52
+ width="54.527839"
53
+ height="59.936171"
54
+ id="rect12" />
55
+ <rect
56
+ x="138.54515"
57
+ y="670.40106"
58
+ width="43.61774"
59
+ height="31.707061"
60
+ id="rect18" />
61
+ <rect
62
+ x="149.90957"
63
+ y="508.47932"
64
+ width="56.80364"
65
+ height="35.829846"
66
+ id="rect17" />
67
+ <rect
68
+ x="363.35875"
69
+ y="611.63015"
70
+ width="45.859989"
71
+ height="37.983513"
72
+ id="rect16" />
73
+ <rect
74
+ x="339.81421"
75
+ y="548.84718"
76
+ width="50.754182"
77
+ height="38.249261"
78
+ id="rect15" />
79
+ <rect
80
+ x="37.828493"
81
+ y="268.43134"
82
+ width="49.000983"
83
+ height="47.118601"
84
+ id="rect10" />
85
+ <rect
86
+ x="34.34096"
87
+ y="228.7422"
88
+ width="49.172977"
89
+ height="44.536986"
90
+ id="rect9" />
91
+ <rect
92
+ x="24.711763"
93
+ y="134.63502"
94
+ width="47.599212"
95
+ height="27.59979"
96
+ id="rect8" />
97
+ <rect
98
+ x="71.455768"
99
+ y="144.44236"
100
+ width="35.475516"
101
+ height="24.699802"
102
+ id="rect7" />
103
+ <rect
104
+ x="48.04226"
105
+ y="128.98006"
106
+ width="33.214812"
107
+ height="22.711306"
108
+ id="rect6" />
109
+ <rect
110
+ x="236.54496"
111
+ y="204.85496"
112
+ width="68.334804"
113
+ height="56.734522"
114
+ id="rect5" />
115
+ <marker
116
+ style="overflow:visible"
117
+ id="RoundedArrow"
118
+ refX="0"
119
+ refY="0"
120
+ orient="auto-start-reverse"
121
+ inkscape:stockid="Rounded arrow"
122
+ markerWidth="1"
123
+ markerHeight="1"
124
+ viewBox="0 0 1 1"
125
+ inkscape:isstock="true"
126
+ inkscape:collect="always"
127
+ preserveAspectRatio="xMidYMid">
128
+ <path
129
+ transform="scale(0.7)"
130
+ 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"
131
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
132
+ id="path8" />
133
+ </marker>
134
+ <rect
135
+ x="21.008858"
136
+ y="13.346457"
137
+ width="249.41191"
138
+ height="56.035927"
139
+ id="rect1" />
140
+ <marker
141
+ style="overflow:visible"
142
+ id="RoundedArrow-3"
143
+ refX="0"
144
+ refY="0"
145
+ orient="auto-start-reverse"
146
+ inkscape:stockid="Rounded arrow"
147
+ markerWidth="1"
148
+ markerHeight="1"
149
+ viewBox="0 0 1 1"
150
+ inkscape:isstock="true"
151
+ inkscape:collect="always"
152
+ preserveAspectRatio="xMidYMid">
153
+ <path
154
+ transform="scale(0.7)"
155
+ 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"
156
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
157
+ id="path8-6" />
158
+ </marker>
159
+ <marker
160
+ style="overflow:visible"
161
+ id="RoundedArrow-7"
162
+ refX="0"
163
+ refY="0"
164
+ orient="auto-start-reverse"
165
+ inkscape:stockid="Rounded arrow"
166
+ markerWidth="1"
167
+ markerHeight="1"
168
+ viewBox="0 0 1 1"
169
+ inkscape:isstock="true"
170
+ inkscape:collect="always"
171
+ preserveAspectRatio="xMidYMid">
172
+ <path
173
+ transform="scale(0.7)"
174
+ 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"
175
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
176
+ id="path8-5" />
177
+ </marker>
178
+ <marker
179
+ style="overflow:visible"
180
+ id="RoundedArrow-9"
181
+ refX="0"
182
+ refY="0"
183
+ orient="auto-start-reverse"
184
+ inkscape:stockid="Rounded arrow"
185
+ markerWidth="1"
186
+ markerHeight="1"
187
+ viewBox="0 0 1 1"
188
+ inkscape:isstock="true"
189
+ inkscape:collect="always"
190
+ preserveAspectRatio="xMidYMid">
191
+ <path
192
+ transform="scale(0.7)"
193
+ 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"
194
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
195
+ id="path8-7" />
196
+ </marker>
197
+ <marker
198
+ style="overflow:visible"
199
+ id="RoundedArrow-94"
200
+ refX="0"
201
+ refY="0"
202
+ orient="auto-start-reverse"
203
+ inkscape:stockid="Rounded arrow"
204
+ markerWidth="1"
205
+ markerHeight="1"
206
+ viewBox="0 0 1 1"
207
+ inkscape:isstock="true"
208
+ inkscape:collect="always"
209
+ preserveAspectRatio="xMidYMid">
210
+ <path
211
+ transform="scale(0.7)"
212
+ 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"
213
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
214
+ id="path8-8" />
215
+ </marker>
216
+ <marker
217
+ style="overflow:visible"
218
+ id="RoundedArrow-3-1"
219
+ refX="0"
220
+ refY="0"
221
+ orient="auto-start-reverse"
222
+ inkscape:stockid="Rounded arrow"
223
+ markerWidth="1"
224
+ markerHeight="1"
225
+ viewBox="0 0 1 1"
226
+ inkscape:isstock="true"
227
+ inkscape:collect="always"
228
+ preserveAspectRatio="xMidYMid">
229
+ <path
230
+ transform="scale(0.7)"
231
+ 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"
232
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
233
+ id="path8-6-2" />
234
+ </marker>
235
+ <rect
236
+ x="71.455765"
237
+ y="144.44237"
238
+ width="35.475517"
239
+ height="24.699802"
240
+ id="rect7-9" />
241
+ <marker
242
+ style="overflow:visible"
243
+ id="RoundedArrow-96"
244
+ refX="0"
245
+ refY="0"
246
+ orient="auto-start-reverse"
247
+ inkscape:stockid="Rounded arrow"
248
+ markerWidth="1"
249
+ markerHeight="1"
250
+ viewBox="0 0 1 1"
251
+ inkscape:isstock="true"
252
+ inkscape:collect="always"
253
+ preserveAspectRatio="xMidYMid">
254
+ <path
255
+ transform="scale(0.7)"
256
+ 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"
257
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
258
+ id="path8-3" />
259
+ </marker>
260
+ <rect
261
+ x="48.042259"
262
+ y="128.98006"
263
+ width="33.214813"
264
+ height="22.711306"
265
+ id="rect6-8" />
266
+ <marker
267
+ style="overflow:visible"
268
+ id="RoundedArrow-7-8"
269
+ refX="0"
270
+ refY="0"
271
+ orient="auto-start-reverse"
272
+ inkscape:stockid="Rounded arrow"
273
+ markerWidth="1"
274
+ markerHeight="1"
275
+ viewBox="0 0 1 1"
276
+ inkscape:isstock="true"
277
+ inkscape:collect="always"
278
+ preserveAspectRatio="xMidYMid">
279
+ <path
280
+ transform="scale(0.7)"
281
+ 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"
282
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
283
+ id="path8-5-1" />
284
+ </marker>
285
+ <rect
286
+ x="24.711763"
287
+ y="134.63503"
288
+ width="47.599213"
289
+ height="27.599791"
290
+ id="rect8-0" />
291
+ <rect
292
+ x="34.340961"
293
+ y="228.7422"
294
+ width="49.172977"
295
+ height="44.536987"
296
+ id="rect9-1" />
297
+ <marker
298
+ style="overflow:visible"
299
+ id="RoundedArrow-75"
300
+ refX="0"
301
+ refY="0"
302
+ orient="auto-start-reverse"
303
+ inkscape:stockid="Rounded arrow"
304
+ markerWidth="1"
305
+ markerHeight="1"
306
+ viewBox="0 0 1 1"
307
+ inkscape:isstock="true"
308
+ inkscape:collect="always"
309
+ preserveAspectRatio="xMidYMid">
310
+ <path
311
+ transform="scale(0.7)"
312
+ 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"
313
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
314
+ id="path8-9" />
315
+ </marker>
316
+ <marker
317
+ style="overflow:visible"
318
+ id="RoundedArrow-3-1-5"
319
+ refX="0"
320
+ refY="0"
321
+ orient="auto-start-reverse"
322
+ inkscape:stockid="Rounded arrow"
323
+ markerWidth="1"
324
+ markerHeight="1"
325
+ viewBox="0 0 1 1"
326
+ inkscape:isstock="true"
327
+ inkscape:collect="always"
328
+ preserveAspectRatio="xMidYMid">
329
+ <path
330
+ transform="scale(0.7)"
331
+ 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"
332
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
333
+ id="path8-6-2-9" />
334
+ </marker>
335
+ <marker
336
+ style="overflow:visible"
337
+ id="RoundedArrow-94-8"
338
+ refX="0"
339
+ refY="0"
340
+ orient="auto-start-reverse"
341
+ inkscape:stockid="Rounded arrow"
342
+ markerWidth="1"
343
+ markerHeight="1"
344
+ viewBox="0 0 1 1"
345
+ inkscape:isstock="true"
346
+ inkscape:collect="always"
347
+ preserveAspectRatio="xMidYMid">
348
+ <path
349
+ transform="scale(0.7)"
350
+ 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"
351
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
352
+ id="path8-8-3" />
353
+ </marker>
354
+ <marker
355
+ style="overflow:visible"
356
+ id="RoundedArrow-7-8-7"
357
+ refX="0"
358
+ refY="0"
359
+ orient="auto-start-reverse"
360
+ inkscape:stockid="Rounded arrow"
361
+ markerWidth="1"
362
+ markerHeight="1"
363
+ viewBox="0 0 1 1"
364
+ inkscape:isstock="true"
365
+ inkscape:collect="always"
366
+ preserveAspectRatio="xMidYMid">
367
+ <path
368
+ transform="scale(0.7)"
369
+ 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"
370
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
371
+ id="path8-5-1-7" />
372
+ </marker>
373
+ <rect
374
+ x="24.711763"
375
+ y="134.63503"
376
+ width="47.599213"
377
+ height="27.599791"
378
+ id="rect8-0-6" />
379
+ <marker
380
+ style="overflow:visible"
381
+ id="RoundedArrow-7-8-7-9"
382
+ refX="0"
383
+ refY="0"
384
+ orient="auto-start-reverse"
385
+ inkscape:stockid="Rounded arrow"
386
+ markerWidth="1"
387
+ markerHeight="1"
388
+ viewBox="0 0 1 1"
389
+ inkscape:isstock="true"
390
+ inkscape:collect="always"
391
+ preserveAspectRatio="xMidYMid">
392
+ <path
393
+ transform="scale(0.7)"
394
+ 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"
395
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
396
+ id="path8-5-1-7-2" />
397
+ </marker>
398
+ <rect
399
+ x="24.711763"
400
+ y="134.63503"
401
+ width="47.599213"
402
+ height="27.599791"
403
+ id="rect8-0-6-5" />
404
+ <marker
405
+ style="overflow:visible"
406
+ id="RoundedArrow-7-8-7-9-2"
407
+ refX="0"
408
+ refY="0"
409
+ orient="auto-start-reverse"
410
+ inkscape:stockid="Rounded arrow"
411
+ markerWidth="1"
412
+ markerHeight="1"
413
+ viewBox="0 0 1 1"
414
+ inkscape:isstock="true"
415
+ inkscape:collect="always"
416
+ preserveAspectRatio="xMidYMid">
417
+ <path
418
+ transform="scale(0.7)"
419
+ 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"
420
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
421
+ id="path8-5-1-7-2-1" />
422
+ </marker>
423
+ <marker
424
+ style="overflow:visible"
425
+ id="RoundedArrow-7-8-7-9-2-5"
426
+ refX="0"
427
+ refY="0"
428
+ orient="auto-start-reverse"
429
+ inkscape:stockid="Rounded arrow"
430
+ markerWidth="1"
431
+ markerHeight="1"
432
+ viewBox="0 0 1 1"
433
+ inkscape:isstock="true"
434
+ inkscape:collect="always"
435
+ preserveAspectRatio="xMidYMid">
436
+ <path
437
+ transform="scale(0.7)"
438
+ 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"
439
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
440
+ id="path8-5-1-7-2-1-8" />
441
+ </marker>
442
+ <marker
443
+ style="overflow:visible"
444
+ id="RoundedArrow-3-1-5-7"
445
+ refX="0"
446
+ refY="0"
447
+ orient="auto-start-reverse"
448
+ inkscape:stockid="Rounded arrow"
449
+ markerWidth="1"
450
+ markerHeight="1"
451
+ viewBox="0 0 1 1"
452
+ inkscape:isstock="true"
453
+ inkscape:collect="always"
454
+ preserveAspectRatio="xMidYMid">
455
+ <path
456
+ transform="scale(0.7)"
457
+ 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"
458
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
459
+ id="path8-6-2-9-2" />
460
+ </marker>
461
+ <marker
462
+ style="overflow:visible"
463
+ id="RoundedArrow-94-8-4"
464
+ refX="0"
465
+ refY="0"
466
+ orient="auto-start-reverse"
467
+ inkscape:stockid="Rounded arrow"
468
+ markerWidth="1"
469
+ markerHeight="1"
470
+ viewBox="0 0 1 1"
471
+ inkscape:isstock="true"
472
+ inkscape:collect="always"
473
+ preserveAspectRatio="xMidYMid">
474
+ <path
475
+ transform="scale(0.7)"
476
+ 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"
477
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
478
+ id="path8-8-3-0" />
479
+ </marker>
480
+ </defs>
481
+ <g
482
+ inkscape:label="Layer 1"
483
+ inkscape:groupmode="layer"
484
+ id="layer1">
485
+ <rect
486
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
487
+ id="rect22"
488
+ width="117.06347"
489
+ height="76.53878"
490
+ x="24.1898"
491
+ y="219.8812"
492
+ inkscape:export-filename="rod_cut.svg"
493
+ inkscape:export-xdpi="96"
494
+ inkscape:export-ydpi="96" />
495
+ <rect
496
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
497
+ id="rect19"
498
+ width="54.757809"
499
+ height="41.55127"
500
+ x="41.922848"
501
+ y="142.00879"
502
+ inkscape:export-filename="rod_plate.svg"
503
+ inkscape:export-xdpi="96"
504
+ inkscape:export-ydpi="96" />
505
+ <rect
506
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
507
+ id="rect11"
508
+ width="59.428734"
509
+ height="97.370804"
510
+ x="19.028353"
511
+ y="16.08806"
512
+ inkscape:export-filename="rod_top.svg"
513
+ inkscape:export-xdpi="96"
514
+ inkscape:export-ydpi="96" />
515
+ <text
516
+ xml:space="preserve"
517
+ transform="scale(0.26458333)"
518
+ id="text1"
519
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1);display:inline"><tspan
520
+ x="21.009766"
521
+ y="26.322295"
522
+ id="tspan1">rod.svg</tspan></text>
523
+ <rect
524
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
525
+ id="rect2"
526
+ width="1.7166672"
527
+ height="75.97966"
528
+ x="45.825211"
529
+ y="31.766745" />
530
+ <rect
531
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
532
+ id="rect3"
533
+ width="8.9817753"
534
+ height="6.5186405"
535
+ x="102.37062"
536
+ y="30.052729"
537
+ ry="1.7919357" />
538
+ <rect
539
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
540
+ id="rect3-2-0"
541
+ width="8.9817753"
542
+ height="6.5186405"
543
+ x="42.060364"
544
+ y="48.99971"
545
+ ry="1.7919357" />
546
+ <rect
547
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
548
+ id="rect3-5"
549
+ width="8.9817753"
550
+ height="6.5186405"
551
+ x="42.192657"
552
+ y="101.22776"
553
+ ry="1.7919357" />
554
+ <rect
555
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
556
+ id="rect3-2"
557
+ width="8.9817753"
558
+ height="6.5186405"
559
+ x="42.060368"
560
+ y="83.994797"
561
+ ry="1.7919357" />
562
+ <rect
563
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
564
+ id="rect3-2-3"
565
+ width="17.476725"
566
+ height="12.750316"
567
+ x="61.646652"
568
+ y="156.44162"
569
+ ry="3.5049865" />
570
+ <rect
571
+ style="fill:#2ca089;stroke:#2ca089;stroke-width:0.264583"
572
+ id="rect4"
573
+ width="5.2307949"
574
+ height="10.714325"
575
+ x="106.1216"
576
+ y="55.331104"
577
+ ry="0" />
578
+ <rect
579
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
580
+ id="rect3-2-7"
581
+ width="8.9817753"
582
+ height="6.5186405"
583
+ x="42.060364"
584
+ y="66.497253"
585
+ ry="1.7919357" />
586
+ <rect
587
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
588
+ id="rect3-2-8"
589
+ width="8.9817753"
590
+ height="6.5186405"
591
+ x="42.192657"
592
+ y="31.766745"
593
+ ry="1.7919357" />
594
+ <path
595
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
596
+ d="m 47.674172,31.766744 h 17.28959"
597
+ id="path3" />
598
+ <path
599
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
600
+ d="m 47.885619,107.75079 h 17.28959"
601
+ id="path3-5" />
602
+ <path
603
+ 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)"
604
+ d="m 64.963761,33.142614 0.422897,73.223166"
605
+ id="path4" />
606
+ <text
607
+ xml:space="preserve"
608
+ transform="matrix(0.26458333,0,0,0.26458333,3.3580669,16.21719)"
609
+ id="text4"
610
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
611
+ x="236.54492"
612
+ y="217.83206"
613
+ id="tspan2">L1</tspan></text>
614
+ <path
615
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
616
+ d="m 28.403331,31.766745 h 17.28959"
617
+ id="path3-2" />
618
+ <path
619
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
620
+ d="m 28.403331,38.417677 h 17.28959"
621
+ id="path3-2-7" />
622
+ <path
623
+ 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)"
624
+ d="m 28.403331,33.075204 v 4.276023"
625
+ id="path5" />
626
+ <text
627
+ xml:space="preserve"
628
+ transform="matrix(0.26458333,0,0,0.26458333,10.587249,-0.93367803)"
629
+ id="text5"
630
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
631
+ x="48.042969"
632
+ y="141.95706"
633
+ id="tspan3">L3</tspan></text>
634
+ <path
635
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
636
+ d="m 39.192629,43.496919 h 5.243163"
637
+ id="path6" />
638
+ <path
639
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3)"
640
+ d="m 53.106105,43.417329 h -4.19627"
641
+ id="path6-6" />
642
+ <text
643
+ xml:space="preserve"
644
+ transform="matrix(0.26458333,0,0,0.26458333,15.388328,3.207204)"
645
+ id="text6"
646
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
647
+ x="71.455078"
648
+ y="157.418"
649
+ id="tspan4">L2</tspan></text>
650
+ <path
651
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
652
+ d="m 51.306726,22.878565 v 12.1475"
653
+ id="path3-2-8" />
654
+ <path
655
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
656
+ d="m 41.928076,22.878565 v 12.1475"
657
+ id="path3-2-8-0" />
658
+ <path
659
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7);marker-end:url(#RoundedArrow-7)"
660
+ d="m 43.165736,23.028143 h 6.982411"
661
+ id="path5-2" />
662
+ <text
663
+ xml:space="preserve"
664
+ transform="matrix(0.26458333,0,0,0.26458333,38.179967,-17.220286)"
665
+ id="text7"
666
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8);display:inline"><tspan
667
+ x="24.710938"
668
+ y="147.61136"
669
+ id="tspan5">L4</tspan></text>
670
+ <text
671
+ xml:space="preserve"
672
+ transform="matrix(0.26458333,0,0,0.26458333,22.844885,-2.798044)"
673
+ id="text8"
674
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
675
+ x="34.341797"
676
+ y="241.71878"
677
+ id="tspan6">R3</tspan></text>
678
+ <path
679
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
680
+ d="m 37.501492,59.186996 3.859351,-3.558298"
681
+ id="path9" />
682
+ <text
683
+ xml:space="preserve"
684
+ transform="matrix(0.26458333,0,0,0.26458333,13.47061,4.4895956)"
685
+ id="text9"
686
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10);display:inline"><tspan
687
+ x="37.828125"
688
+ y="281.40823"
689
+ id="tspan7">N1</tspan></text>
690
+ <path
691
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
692
+ d="m 29.315823,77.943206 10.600584,7.67871"
693
+ id="path10" />
694
+ <path
695
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-9)"
696
+ d="m 29.303782,78.079043 10.600584,-7.67871"
697
+ id="path10-6" />
698
+ <ellipse
699
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
700
+ id="path11"
701
+ cx="63.369957"
702
+ cy="165.15404"
703
+ rx="1.4769961"
704
+ ry="1.484723" />
705
+ <ellipse
706
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
707
+ id="path11-7"
708
+ cx="63.32859"
709
+ cy="160.81442"
710
+ rx="1.4769961"
711
+ ry="1.484723" />
712
+ <ellipse
713
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
714
+ id="path11-0"
715
+ cx="77.566521"
716
+ cy="164.93547"
717
+ rx="1.4769961"
718
+ ry="1.484723" />
719
+ <ellipse
720
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
721
+ id="path11-7-3"
722
+ cx="77.525146"
723
+ cy="160.59586"
724
+ rx="1.4769961"
725
+ ry="1.484723" />
726
+ <ellipse
727
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
728
+ id="path11-6"
729
+ cx="-157.91026"
730
+ cy="73.203583"
731
+ transform="rotate(-90)"
732
+ rx="1.484723"
733
+ ry="1.4769961" />
734
+ <ellipse
735
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
736
+ id="path11-7-32"
737
+ cx="-157.95187"
738
+ cy="67.856873"
739
+ transform="rotate(-90)"
740
+ rx="1.484723"
741
+ ry="1.4769961" />
742
+ <ellipse
743
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
744
+ id="path11-6-5"
745
+ cx="-167.54147"
746
+ cy="73.155472"
747
+ transform="rotate(-90)"
748
+ rx="1.484723"
749
+ ry="1.4769961" />
750
+ <ellipse
751
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
752
+ id="path11-7-32-5"
753
+ cx="-167.58307"
754
+ cy="67.808762"
755
+ transform="rotate(-90)"
756
+ rx="1.484723"
757
+ ry="1.4769961" />
758
+ <rect
759
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
760
+ id="rect3-2-3-5"
761
+ width="8.9817753"
762
+ height="6.5186405"
763
+ x="42.192657"
764
+ y="101.22776"
765
+ ry="1.7919357" />
766
+ <circle
767
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
768
+ id="path11-69"
769
+ cx="43.078316"
770
+ cy="105.68204"
771
+ r="0.75906944" />
772
+ <circle
773
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
774
+ id="path11-7-37"
775
+ cx="43.057053"
776
+ cy="103.46336"
777
+ r="0.75906944" />
778
+ <circle
779
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
780
+ id="path11-0-4"
781
+ cx="50.374321"
782
+ cy="105.5703"
783
+ r="0.75906944" />
784
+ <circle
785
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
786
+ id="path11-7-3-5"
787
+ cx="50.353058"
788
+ cy="103.35162"
789
+ r="0.75906944" />
790
+ <circle
791
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
792
+ id="path11-6-2"
793
+ cx="-101.97863"
794
+ cy="48.13208"
795
+ r="0.75906944"
796
+ transform="rotate(-90)" />
797
+ <circle
798
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
799
+ id="path11-7-32-54"
800
+ cx="-101.99989"
801
+ cy="45.384262"
802
+ r="0.75906944"
803
+ transform="rotate(-90)" />
804
+ <circle
805
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
806
+ id="path11-6-5-7"
807
+ cx="-106.9026"
808
+ cy="48.107361"
809
+ r="0.75906944"
810
+ transform="rotate(-90)" />
811
+ <circle
812
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
813
+ id="path11-7-32-5-4"
814
+ cx="-106.92387"
815
+ cy="45.359535"
816
+ r="0.75906944"
817
+ transform="rotate(-90)" />
818
+ <rect
819
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
820
+ id="rect3-2-3-7"
821
+ width="8.9817753"
822
+ height="6.5186405"
823
+ x="42.060368"
824
+ y="83.994797"
825
+ ry="1.7919357" />
826
+ <circle
827
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
828
+ id="path11-8"
829
+ cx="42.946026"
830
+ cy="88.449059"
831
+ r="0.75906944" />
832
+ <circle
833
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
834
+ id="path11-7-6"
835
+ cx="42.924763"
836
+ cy="86.230408"
837
+ r="0.75906944" />
838
+ <circle
839
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
840
+ id="path11-0-8"
841
+ cx="50.242031"
842
+ cy="88.337318"
843
+ r="0.75906944" />
844
+ <circle
845
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
846
+ id="path11-7-3-8"
847
+ cx="50.220768"
848
+ cy="86.118668"
849
+ r="0.75906944" />
850
+ <circle
851
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
852
+ id="path11-6-4"
853
+ cx="-84.745644"
854
+ cy="47.99979"
855
+ r="0.75906944"
856
+ transform="rotate(-90)" />
857
+ <circle
858
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
859
+ id="path11-7-32-3"
860
+ cx="-84.766914"
861
+ cy="45.251972"
862
+ r="0.75906944"
863
+ transform="rotate(-90)" />
864
+ <circle
865
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
866
+ id="path11-6-5-1"
867
+ cx="-89.669624"
868
+ cy="47.975071"
869
+ r="0.75906944"
870
+ transform="rotate(-90)" />
871
+ <circle
872
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
873
+ id="path11-7-32-5-49"
874
+ cx="-89.690895"
875
+ cy="45.227245"
876
+ r="0.75906944"
877
+ transform="rotate(-90)" />
878
+ <rect
879
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
880
+ id="rect3-2-3-8"
881
+ width="8.9817753"
882
+ height="6.5186405"
883
+ x="42.192657"
884
+ y="66.497253"
885
+ ry="1.7919357" />
886
+ <circle
887
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
888
+ id="path11-9"
889
+ cx="43.078316"
890
+ cy="70.951515"
891
+ r="0.75906944" />
892
+ <circle
893
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
894
+ id="path11-7-2"
895
+ cx="43.057053"
896
+ cy="68.732864"
897
+ r="0.75906944" />
898
+ <circle
899
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
900
+ id="path11-0-6"
901
+ cx="50.374321"
902
+ cy="70.839775"
903
+ r="0.75906944" />
904
+ <circle
905
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
906
+ id="path11-7-3-6"
907
+ cx="50.353058"
908
+ cy="68.621124"
909
+ r="0.75906944" />
910
+ <circle
911
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
912
+ id="path11-6-49"
913
+ cx="-67.248116"
914
+ cy="48.13208"
915
+ r="0.75906944"
916
+ transform="rotate(-90)" />
917
+ <circle
918
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
919
+ id="path11-7-32-50"
920
+ cx="-67.269386"
921
+ cy="45.384262"
922
+ r="0.75906944"
923
+ transform="rotate(-90)" />
924
+ <circle
925
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
926
+ id="path11-6-5-4"
927
+ cx="-72.172089"
928
+ cy="48.107361"
929
+ r="0.75906944"
930
+ transform="rotate(-90)" />
931
+ <circle
932
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
933
+ id="path11-7-32-5-8"
934
+ cx="-72.193359"
935
+ cy="45.359535"
936
+ r="0.75906944"
937
+ transform="rotate(-90)" />
938
+ <rect
939
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
940
+ id="rect3-2-3-2"
941
+ width="8.9817753"
942
+ height="6.5186405"
943
+ x="42.060364"
944
+ y="48.99971"
945
+ ry="1.7919357" />
946
+ <circle
947
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
948
+ id="path11-72"
949
+ cx="42.946022"
950
+ cy="53.453972"
951
+ r="0.75906944" />
952
+ <circle
953
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
954
+ id="path11-7-26"
955
+ cx="42.924759"
956
+ cy="51.235321"
957
+ r="0.75906944" />
958
+ <circle
959
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
960
+ id="path11-0-1"
961
+ cx="50.242027"
962
+ cy="53.342232"
963
+ r="0.75906944" />
964
+ <circle
965
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
966
+ id="path11-7-3-0"
967
+ cx="50.220764"
968
+ cy="51.123581"
969
+ r="0.75906944" />
970
+ <circle
971
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
972
+ id="path11-6-6"
973
+ cx="-49.750565"
974
+ cy="47.999786"
975
+ r="0.75906944"
976
+ transform="rotate(-90)" />
977
+ <circle
978
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
979
+ id="path11-7-32-1"
980
+ cx="-49.771835"
981
+ cy="45.251968"
982
+ r="0.75906944"
983
+ transform="rotate(-90)" />
984
+ <circle
985
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
986
+ id="path11-6-5-5"
987
+ cx="-54.674545"
988
+ cy="47.975067"
989
+ r="0.75906944"
990
+ transform="rotate(-90)" />
991
+ <circle
992
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
993
+ id="path11-7-32-5-9"
994
+ cx="-54.695816"
995
+ cy="45.227242"
996
+ r="0.75906944"
997
+ transform="rotate(-90)" />
998
+ <rect
999
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1000
+ id="rect3-2-3-9"
1001
+ width="8.9817753"
1002
+ height="6.5186405"
1003
+ x="42.192657"
1004
+ y="31.766745"
1005
+ ry="1.7919357" />
1006
+ <circle
1007
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
1008
+ id="path11-1"
1009
+ cx="43.078316"
1010
+ cy="36.221004"
1011
+ r="0.75906944" />
1012
+ <circle
1013
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
1014
+ id="path11-7-7"
1015
+ cx="43.057053"
1016
+ cy="34.002354"
1017
+ r="0.75906944" />
1018
+ <circle
1019
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
1020
+ id="path11-0-7"
1021
+ cx="50.374321"
1022
+ cy="36.109264"
1023
+ r="0.75906944" />
1024
+ <circle
1025
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
1026
+ id="path11-7-3-1"
1027
+ cx="50.353058"
1028
+ cy="33.890614"
1029
+ r="0.75906944" />
1030
+ <circle
1031
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
1032
+ id="path11-6-1"
1033
+ cx="-32.517601"
1034
+ cy="48.13208"
1035
+ r="0.75906944"
1036
+ transform="rotate(-90)" />
1037
+ <circle
1038
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
1039
+ id="path11-7-32-59"
1040
+ cx="-32.538872"
1041
+ cy="45.384262"
1042
+ r="0.75906944"
1043
+ transform="rotate(-90)" />
1044
+ <circle
1045
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
1046
+ id="path11-6-5-77"
1047
+ cx="-37.441578"
1048
+ cy="48.107361"
1049
+ r="0.75906944"
1050
+ transform="rotate(-90)" />
1051
+ <circle
1052
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
1053
+ id="path11-7-32-5-6"
1054
+ cx="-37.462849"
1055
+ cy="45.359535"
1056
+ r="0.75906944"
1057
+ transform="rotate(-90)" />
1058
+ <rect
1059
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1060
+ id="rect2-5"
1061
+ width="1.7166672"
1062
+ height="32.205509"
1063
+ x="69.52668"
1064
+ y="148.93814" />
1065
+ <path
1066
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-94)"
1067
+ d="m 62.911168,179.22832 h 5.243163"
1068
+ id="path6-9" />
1069
+ <path
1070
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-94-8)"
1071
+ d="m 54.458721,149.80642 v 5.24316"
1072
+ id="path6-9-8" />
1073
+ <path
1074
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3-1)"
1075
+ d="m 76.824644,179.14873 h -4.19627"
1076
+ id="path6-6-0" />
1077
+ <text
1078
+ xml:space="preserve"
1079
+ transform="matrix(0.26458333,0,0,0.26458333,39.106867,138.9386)"
1080
+ id="text6-8"
1081
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-9);display:inline"><tspan
1082
+ x="71.455078"
1083
+ y="157.418"
1084
+ id="tspan8">L2</tspan></text>
1085
+ <path
1086
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1087
+ d="m 48.957995,156.46715 h 17.28959"
1088
+ id="path3-2-6" />
1089
+ <path
1090
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1091
+ d="m 48.909885,169.33237 h 17.28959"
1092
+ id="path3-2-7-1" />
1093
+ <path
1094
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-96);marker-end:url(#RoundedArrow-96)"
1095
+ d="m 48.957994,157.62827 v 10.25467"
1096
+ id="path5-1" />
1097
+ <text
1098
+ xml:space="preserve"
1099
+ transform="matrix(0.26458333,0,0,0.26458333,31.141912,126.60871)"
1100
+ id="text5-5"
1101
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6-8);display:inline"><tspan
1102
+ x="48.042969"
1103
+ y="141.95706"
1104
+ id="tspan9">L3</tspan></text>
1105
+ <path
1106
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1107
+ d="m 79.194954,147.71214 v 12.1475"
1108
+ id="path3-2-8-04" />
1109
+ <path
1110
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1111
+ d="m 61.575073,147.71214 v 12.1475"
1112
+ id="path3-2-8-0-4" />
1113
+ <path
1114
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8);marker-end:url(#RoundedArrow-7-8)"
1115
+ d="M 62.803241,147.71214 H 77.61702"
1116
+ id="path5-2-4" />
1117
+ <text
1118
+ xml:space="preserve"
1119
+ transform="matrix(0.26458333,0,0,0.26458333,61.562383,107.61933)"
1120
+ id="text7-4"
1121
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-0);display:inline"><tspan
1122
+ x="24.710938"
1123
+ y="147.61136"
1124
+ id="tspan10">L4</tspan></text>
1125
+ <text
1126
+ xml:space="preserve"
1127
+ transform="matrix(0.26458333,0,0,0.26458333,74.351691,109.47087)"
1128
+ id="text8-2"
1129
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-1);display:inline"><tspan
1130
+ x="34.341797"
1131
+ y="241.71878"
1132
+ id="tspan11">R3</tspan></text>
1133
+ <path
1134
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-75)"
1135
+ d="m 83.388036,172.6118 -3.859351,-3.5583"
1136
+ id="path9-7" />
1137
+ <path
1138
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
1139
+ d="M 70.320797,156.22118 82.18652,151.98437"
1140
+ id="path12"
1141
+ sodipodi:nodetypes="cc" />
1142
+ <path
1143
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
1144
+ d="m 75.430172,155.93164 6.689453,-4.09669"
1145
+ id="path13"
1146
+ sodipodi:nodetypes="cc" />
1147
+ <path
1148
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
1149
+ d="m 80.689938,164.69287 7.830566,-1.24805"
1150
+ id="path14" />
1151
+ <path
1152
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
1153
+ d="m 80.807125,161.14257 7.327635,2.05322"
1154
+ id="path15" />
1155
+ <text
1156
+ xml:space="preserve"
1157
+ transform="matrix(0.26458333,0,0,0.26458333,-7.3808591,4.3193358)"
1158
+ id="text15"
1159
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
1160
+ x="339.81445"
1161
+ y="561.82425"
1162
+ id="tspan12">N4</tspan></text>
1163
+ <text
1164
+ xml:space="preserve"
1165
+ transform="matrix(0.26458333,0,0,0.26458333,-7.1376951,-0.33203124)"
1166
+ id="text16"
1167
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
1168
+ x="363.35938"
1169
+ y="624.60745"
1170
+ id="tspan13">N3</tspan></text>
1171
+ <path
1172
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1173
+ d="M 53.136034,158.03276 H 66.138515"
1174
+ id="path3-2-7-1-4" />
1175
+ <path
1176
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3-1-5)"
1177
+ d="m 54.468903,163.58929 v -4.19627"
1178
+ id="path6-6-0-5" />
1179
+ <text
1180
+ xml:space="preserve"
1181
+ transform="matrix(0.26458333,0,0,0.26458333,10.608887,13.046875)"
1182
+ id="text17"
1183
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17);display:inline"><tspan
1184
+ x="149.91016"
1185
+ y="521.45511"
1186
+ id="tspan14">L7</tspan></text>
1187
+ <text
1188
+ xml:space="preserve"
1189
+ transform="matrix(0.26458333,0,0,0.26458333,7.4350584,-2.0327148)"
1190
+ id="text18"
1191
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
1192
+ x="138.54492"
1193
+ y="683.37698"
1194
+ id="tspan15">D2</tspan></text>
1195
+ <path
1196
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
1197
+ d="m 49.585448,175.84765 c 0.812498,-0.24219 11.524901,-8.76661 11.524901,-8.76661"
1198
+ id="path18"
1199
+ sodipodi:nodetypes="cc" />
1200
+ <rect
1201
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1202
+ id="rect20"
1203
+ width="22.852528"
1204
+ height="30.600313"
1205
+ x="63.232193"
1206
+ y="246.2375" />
1207
+ <rect
1208
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
1209
+ id="rect20-3"
1210
+ width="15.861562"
1211
+ height="21.447977"
1212
+ x="66.727676"
1213
+ y="250.81367" />
1214
+ <rect
1215
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1216
+ id="rect21"
1217
+ width="81.344826"
1218
+ height="6.0256095"
1219
+ x="33.986046"
1220
+ y="239.94731" />
1221
+ <path
1222
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1223
+ d="m 33.986046,227.66752 v 12.1475"
1224
+ id="path3-2-8-0-4-6" />
1225
+ <path
1226
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1227
+ d="m 115.33087,227.66752 v 12.1475"
1228
+ id="path3-2-8-0-4-8" />
1229
+ <path
1230
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8-7);marker-end:url(#RoundedArrow-7-8-7)"
1231
+ d="M 35.119502,228.45207 H 114.19741"
1232
+ id="path5-2-4-3" />
1233
+ <text
1234
+ xml:space="preserve"
1235
+ transform="matrix(0.26458333,0,0,0.26458333,65.723423,188.61201)"
1236
+ id="text7-4-0"
1237
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-0-6);display:inline"><tspan
1238
+ x="24.710938"
1239
+ y="147.61136"
1240
+ id="tspan16">L4</tspan></text>
1241
+ <path
1242
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1243
+ d="m 63.099901,276.97011 v 12.1475"
1244
+ id="path3-2-8-0-4-6-5" />
1245
+ <path
1246
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1247
+ d="m 86.349304,276.97011 v 12.1475"
1248
+ id="path3-2-8-0-4-6-9" />
1249
+ <path
1250
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8-7-9);marker-end:url(#RoundedArrow-7-8-7-9)"
1251
+ d="M 64.262527,289.11761 H 85.186678"
1252
+ id="path5-2-4-3-4" />
1253
+ <text
1254
+ xml:space="preserve"
1255
+ transform="matrix(0.26458333,0,0,0.26458333,65.78957,254.37781)"
1256
+ id="text7-4-0-8"
1257
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-0-6-5);display:inline"><tspan
1258
+ x="24.710938"
1259
+ y="147.61136"
1260
+ id="tspan17">L2</tspan></text>
1261
+ <path
1262
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1263
+ d="M 86.481595,277.1024 H 98.629093"
1264
+ id="path3-2-8-0-4-6-9-6" />
1265
+ <path
1266
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8-7-9-2);marker-end:url(#RoundedArrow-7-8-7-9-2)"
1267
+ d="M 98.629093,275.73299 V 247.34233"
1268
+ id="path5-2-4-3-4-5" />
1269
+ <path
1270
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1271
+ d="m 115.46316,239.81502 h 12.1475"
1272
+ id="path3-2-8-0-4-6-9-6-8" />
1273
+ <path
1274
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1275
+ d="m 115.46316,246.10521 h 12.1475"
1276
+ id="path3-2-8-0-4-6-9-6-8-4" />
1277
+ <path
1278
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8-7-9-2-5);marker-end:url(#RoundedArrow-7-8-7-9-2-5)"
1279
+ d="m 127.61066,244.99949 v -3.84462"
1280
+ id="path5-2-4-3-4-5-2" />
1281
+ <path
1282
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-94-8-4)"
1283
+ d="m 56.611909,261.54786 h 5.24316"
1284
+ id="path6-9-8-2" />
1285
+ <path
1286
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3-1-5-7)"
1287
+ d="M 72.04439,261.53766 H 67.84812"
1288
+ id="path6-6-0-5-9" />
1289
+ <text
1290
+ xml:space="preserve"
1291
+ transform="matrix(0.26458333,0,0,0.26458333,-26.889392,-3.1598833)"
1292
+ id="text2"
1293
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12)"><tspan
1294
+ x="479.34375"
1295
+ y="1008.2852"
1296
+ id="tspan18">H1</tspan></text>
1297
+ <text
1298
+ xml:space="preserve"
1299
+ transform="matrix(0.26458333,0,0,0.26458333,11.34202,1.2899174)"
1300
+ id="text19"
1301
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23)"><tspan
1302
+ x="150.86133"
1303
+ y="990.5137"
1304
+ id="tspan19">E1</tspan></text>
1305
+ <text
1306
+ xml:space="preserve"
1307
+ transform="matrix(0.26458333,0,0,0.26458333,10.891101,-26.419829)"
1308
+ id="text23"
1309
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect24)"><tspan
1310
+ x="446.71484"
1311
+ y="1023.3672"
1312
+ id="tspan20">E2</tspan></text>
1313
+ </g>
1314
+ </svg>