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,1711 @@
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="trapeze.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="280.94967"
28
+ inkscape:cy="1224.0185"
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="332.58378"
39
+ y="1174.5089"
40
+ width="74.684674"
41
+ height="46.9193"
42
+ id="rect28" />
43
+ <rect
44
+ x="308.43705"
45
+ y="1257.955"
46
+ width="81.376437"
47
+ height="41.758274"
48
+ id="rect3" />
49
+ <rect
50
+ x="424.14401"
51
+ y="526.03681"
52
+ width="56.827792"
53
+ height="43.230254"
54
+ id="rect25" />
55
+ <rect
56
+ x="436.75501"
57
+ y="548.33051"
58
+ width="75.068328"
59
+ height="37.042199"
60
+ id="rect24" />
61
+ <rect
62
+ x="41.13712"
63
+ y="497.1688"
64
+ width="50.457045"
65
+ height="43.854018"
66
+ id="rect23" />
67
+ <rect
68
+ x="224.53424"
69
+ y="1045.4993"
70
+ width="57.694276"
71
+ height="42.35072"
72
+ id="rect22" />
73
+ <rect
74
+ x="436.70021"
75
+ y="995.27976"
76
+ width="71.375331"
77
+ height="65.951975"
78
+ id="rect21" />
79
+ <rect
80
+ x="317.69173"
81
+ y="983.30297"
82
+ width="58.769552"
83
+ height="49.306083"
84
+ id="rect20" />
85
+ <rect
86
+ x="412.64483"
87
+ y="589.21969"
88
+ width="115.30504"
89
+ height="78.463798"
90
+ id="rect19" />
91
+ <rect
92
+ x="409.69565"
93
+ y="521.53475"
94
+ width="95.407218"
95
+ height="74.731652"
96
+ id="rect18" />
97
+ <rect
98
+ x="425.91352"
99
+ y="480.35587"
100
+ width="60.4973"
101
+ height="41.726956"
102
+ id="rect17" />
103
+ <rect
104
+ x="420.58934"
105
+ y="559.72269"
106
+ width="83.135505"
107
+ height="82.404735"
108
+ id="rect16" />
109
+ <rect
110
+ x="426.74869"
111
+ y="572.28671"
112
+ width="62.68439"
113
+ height="50.621468"
114
+ id="rect15" />
115
+ <rect
116
+ x="440.87342"
117
+ y="536.98009"
118
+ width="77.498138"
119
+ height="64.798402"
120
+ id="rect14" />
121
+ <rect
122
+ x="375.38601"
123
+ y="577.19853"
124
+ width="102.41217"
125
+ height="65.868458"
126
+ id="rect13" />
127
+ <rect
128
+ x="418.99731"
129
+ y="586.59414"
130
+ width="60.460762"
131
+ height="43.934925"
132
+ id="rect12" />
133
+ <rect
134
+ x="410.22807"
135
+ y="565.77242"
136
+ width="75.535499"
137
+ height="54.317076"
138
+ id="rect11" />
139
+ <rect
140
+ x="358.10285"
141
+ y="275.21346"
142
+ width="38.385827"
143
+ height="35.765256"
144
+ id="rect10" />
145
+ <rect
146
+ x="473.91466"
147
+ y="515.14953"
148
+ width="60.638234"
149
+ height="64.67455"
150
+ id="rect9" />
151
+ <rect
152
+ x="426.10143"
153
+ y="465.28113"
154
+ width="102.65228"
155
+ height="79.429458"
156
+ id="rect7" />
157
+ <marker
158
+ style="overflow:visible"
159
+ id="RoundedArrow"
160
+ refX="0"
161
+ refY="0"
162
+ orient="auto-start-reverse"
163
+ inkscape:stockid="Rounded arrow"
164
+ markerWidth="1"
165
+ markerHeight="1"
166
+ viewBox="0 0 1 1"
167
+ inkscape:isstock="true"
168
+ inkscape:collect="always"
169
+ preserveAspectRatio="xMidYMid">
170
+ <path
171
+ transform="scale(0.7)"
172
+ 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"
173
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
174
+ id="path8" />
175
+ </marker>
176
+ <rect
177
+ x="18.938238"
178
+ y="17.391732"
179
+ width="318.84227"
180
+ height="103.74877"
181
+ id="rect1" />
182
+ <marker
183
+ style="overflow:visible"
184
+ id="RoundedArrow-7"
185
+ refX="0"
186
+ refY="0"
187
+ orient="auto-start-reverse"
188
+ inkscape:stockid="Rounded arrow"
189
+ markerWidth="1"
190
+ markerHeight="1"
191
+ viewBox="0 0 1 1"
192
+ inkscape:isstock="true"
193
+ inkscape:collect="always"
194
+ preserveAspectRatio="xMidYMid">
195
+ <path
196
+ transform="scale(0.7)"
197
+ 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"
198
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
199
+ id="path8-6" />
200
+ </marker>
201
+ <rect
202
+ x="426.10144"
203
+ y="465.28113"
204
+ width="102.65228"
205
+ height="79.429459"
206
+ id="rect7-9" />
207
+ <marker
208
+ style="overflow:visible"
209
+ id="RoundedArrow-5"
210
+ refX="0"
211
+ refY="0"
212
+ orient="auto-start-reverse"
213
+ inkscape:stockid="Rounded arrow"
214
+ markerWidth="1"
215
+ markerHeight="1"
216
+ viewBox="0 0 1 1"
217
+ inkscape:isstock="true"
218
+ inkscape:collect="always"
219
+ preserveAspectRatio="xMidYMid">
220
+ <path
221
+ transform="scale(0.7)"
222
+ 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"
223
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
224
+ id="path8-7" />
225
+ </marker>
226
+ <marker
227
+ style="overflow:visible"
228
+ id="RoundedArrow-5-9"
229
+ refX="0"
230
+ refY="0"
231
+ orient="auto-start-reverse"
232
+ inkscape:stockid="Rounded arrow"
233
+ markerWidth="1"
234
+ markerHeight="1"
235
+ viewBox="0 0 1 1"
236
+ inkscape:isstock="true"
237
+ inkscape:collect="always"
238
+ preserveAspectRatio="xMidYMid">
239
+ <path
240
+ transform="scale(0.7)"
241
+ 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"
242
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
243
+ id="path8-7-7" />
244
+ </marker>
245
+ <marker
246
+ style="overflow:visible"
247
+ id="RoundedArrow-53"
248
+ refX="0"
249
+ refY="0"
250
+ orient="auto-start-reverse"
251
+ inkscape:stockid="Rounded arrow"
252
+ markerWidth="1"
253
+ markerHeight="1"
254
+ viewBox="0 0 1 1"
255
+ inkscape:isstock="true"
256
+ inkscape:collect="always"
257
+ preserveAspectRatio="xMidYMid">
258
+ <path
259
+ transform="scale(0.7)"
260
+ 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"
261
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
262
+ id="path8-8" />
263
+ </marker>
264
+ <rect
265
+ x="473.91467"
266
+ y="515.14954"
267
+ width="60.638233"
268
+ height="64.674553"
269
+ id="rect9-6" />
270
+ <marker
271
+ style="overflow:visible"
272
+ id="RoundedArrow-6"
273
+ refX="0"
274
+ refY="0"
275
+ orient="auto-start-reverse"
276
+ inkscape:stockid="Rounded arrow"
277
+ markerWidth="1"
278
+ markerHeight="1"
279
+ viewBox="0 0 1 1"
280
+ inkscape:isstock="true"
281
+ inkscape:collect="always"
282
+ preserveAspectRatio="xMidYMid">
283
+ <path
284
+ transform="scale(0.7)"
285
+ 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"
286
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
287
+ id="path8-4" />
288
+ </marker>
289
+ <marker
290
+ style="overflow:visible"
291
+ id="RoundedArrow-6-6"
292
+ refX="0"
293
+ refY="0"
294
+ orient="auto-start-reverse"
295
+ inkscape:stockid="Rounded arrow"
296
+ markerWidth="1"
297
+ markerHeight="1"
298
+ viewBox="0 0 1 1"
299
+ inkscape:isstock="true"
300
+ inkscape:collect="always"
301
+ preserveAspectRatio="xMidYMid">
302
+ <path
303
+ transform="scale(0.7)"
304
+ 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"
305
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
306
+ id="path8-4-9" />
307
+ </marker>
308
+ <rect
309
+ x="473.91467"
310
+ y="515.14954"
311
+ width="60.638233"
312
+ height="64.674553"
313
+ id="rect9-6-7" />
314
+ <marker
315
+ style="overflow:visible"
316
+ id="RoundedArrow-5-9-3-5"
317
+ refX="0"
318
+ refY="0"
319
+ orient="auto-start-reverse"
320
+ inkscape:stockid="Rounded arrow"
321
+ markerWidth="1"
322
+ markerHeight="1"
323
+ viewBox="0 0 1 1"
324
+ inkscape:isstock="true"
325
+ inkscape:collect="always"
326
+ preserveAspectRatio="xMidYMid">
327
+ <path
328
+ transform="scale(0.7)"
329
+ 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"
330
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
331
+ id="path8-7-7-6-1" />
332
+ </marker>
333
+ <marker
334
+ style="overflow:visible"
335
+ id="RoundedArrow-5-9-3-5-0"
336
+ refX="0"
337
+ refY="0"
338
+ orient="auto-start-reverse"
339
+ inkscape:stockid="Rounded arrow"
340
+ markerWidth="1"
341
+ markerHeight="1"
342
+ viewBox="0 0 1 1"
343
+ inkscape:isstock="true"
344
+ inkscape:collect="always"
345
+ preserveAspectRatio="xMidYMid">
346
+ <path
347
+ transform="scale(0.7)"
348
+ 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"
349
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
350
+ id="path8-7-7-6-1-6" />
351
+ </marker>
352
+ <marker
353
+ style="overflow:visible"
354
+ id="RoundedArrow-53-8"
355
+ refX="0"
356
+ refY="0"
357
+ orient="auto-start-reverse"
358
+ inkscape:stockid="Rounded arrow"
359
+ markerWidth="1"
360
+ markerHeight="1"
361
+ viewBox="0 0 1 1"
362
+ inkscape:isstock="true"
363
+ inkscape:collect="always"
364
+ preserveAspectRatio="xMidYMid">
365
+ <path
366
+ transform="scale(0.7)"
367
+ 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"
368
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
369
+ id="path8-8-9" />
370
+ </marker>
371
+ <marker
372
+ style="overflow:visible"
373
+ id="RoundedArrow-5-9-3"
374
+ refX="0"
375
+ refY="0"
376
+ orient="auto-start-reverse"
377
+ inkscape:stockid="Rounded arrow"
378
+ markerWidth="1"
379
+ markerHeight="1"
380
+ viewBox="0 0 1 1"
381
+ inkscape:isstock="true"
382
+ inkscape:collect="always"
383
+ preserveAspectRatio="xMidYMid">
384
+ <path
385
+ transform="scale(0.7)"
386
+ 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"
387
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
388
+ id="path8-7-7-6" />
389
+ </marker>
390
+ <rect
391
+ x="410.22806"
392
+ y="565.7724"
393
+ width="75.5355"
394
+ height="54.317078"
395
+ id="rect11-4" />
396
+ <marker
397
+ style="overflow:visible"
398
+ id="RoundedArrow-5-9-3-5-0-0"
399
+ refX="0"
400
+ refY="0"
401
+ orient="auto-start-reverse"
402
+ inkscape:stockid="Rounded arrow"
403
+ markerWidth="1"
404
+ markerHeight="1"
405
+ viewBox="0 0 1 1"
406
+ inkscape:isstock="true"
407
+ inkscape:collect="always"
408
+ preserveAspectRatio="xMidYMid">
409
+ <path
410
+ transform="scale(0.7)"
411
+ 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"
412
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
413
+ id="path8-7-7-6-1-6-8" />
414
+ </marker>
415
+ <marker
416
+ style="overflow:visible"
417
+ id="RoundedArrow-5-9-3-5-0-0-0"
418
+ refX="0"
419
+ refY="0"
420
+ orient="auto-start-reverse"
421
+ inkscape:stockid="Rounded arrow"
422
+ markerWidth="1"
423
+ markerHeight="1"
424
+ viewBox="0 0 1 1"
425
+ inkscape:isstock="true"
426
+ inkscape:collect="always"
427
+ preserveAspectRatio="xMidYMid">
428
+ <path
429
+ transform="scale(0.7)"
430
+ 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"
431
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
432
+ id="path8-7-7-6-1-6-8-3" />
433
+ </marker>
434
+ <marker
435
+ style="overflow:visible"
436
+ id="RoundedArrow-5-9-3-5-0-0-0-1"
437
+ refX="0"
438
+ refY="0"
439
+ orient="auto-start-reverse"
440
+ inkscape:stockid="Rounded arrow"
441
+ markerWidth="1"
442
+ markerHeight="1"
443
+ viewBox="0 0 1 1"
444
+ inkscape:isstock="true"
445
+ inkscape:collect="always"
446
+ preserveAspectRatio="xMidYMid">
447
+ <path
448
+ transform="scale(0.7)"
449
+ 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"
450
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
451
+ id="path8-7-7-6-1-6-8-3-9" />
452
+ </marker>
453
+ <marker
454
+ style="overflow:visible"
455
+ id="RoundedArrow-5-9-3-5-0-0-6"
456
+ refX="0"
457
+ refY="0"
458
+ orient="auto-start-reverse"
459
+ inkscape:stockid="Rounded arrow"
460
+ markerWidth="1"
461
+ markerHeight="1"
462
+ viewBox="0 0 1 1"
463
+ inkscape:isstock="true"
464
+ inkscape:collect="always"
465
+ preserveAspectRatio="xMidYMid">
466
+ <path
467
+ transform="scale(0.7)"
468
+ 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"
469
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
470
+ id="path8-7-7-6-1-6-8-9" />
471
+ </marker>
472
+ <marker
473
+ style="overflow:visible"
474
+ id="RoundedArrow-5-0"
475
+ refX="0"
476
+ refY="0"
477
+ orient="auto-start-reverse"
478
+ inkscape:stockid="Rounded arrow"
479
+ markerWidth="1"
480
+ markerHeight="1"
481
+ viewBox="0 0 1 1"
482
+ inkscape:isstock="true"
483
+ inkscape:collect="always"
484
+ preserveAspectRatio="xMidYMid">
485
+ <path
486
+ transform="scale(0.7)"
487
+ 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"
488
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
489
+ id="path8-7-4" />
490
+ </marker>
491
+ <marker
492
+ style="overflow:visible"
493
+ id="RoundedArrow-62"
494
+ refX="0"
495
+ refY="0"
496
+ orient="auto-start-reverse"
497
+ inkscape:stockid="Rounded arrow"
498
+ markerWidth="1"
499
+ markerHeight="1"
500
+ viewBox="0 0 1 1"
501
+ inkscape:isstock="true"
502
+ inkscape:collect="always"
503
+ preserveAspectRatio="xMidYMid">
504
+ <path
505
+ transform="scale(0.7)"
506
+ 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"
507
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
508
+ id="path8-67" />
509
+ </marker>
510
+ <marker
511
+ style="overflow:visible"
512
+ id="RoundedArrow-5-0-9"
513
+ refX="0"
514
+ refY="0"
515
+ orient="auto-start-reverse"
516
+ inkscape:stockid="Rounded arrow"
517
+ markerWidth="1"
518
+ markerHeight="1"
519
+ viewBox="0 0 1 1"
520
+ inkscape:isstock="true"
521
+ inkscape:collect="always"
522
+ preserveAspectRatio="xMidYMid">
523
+ <path
524
+ transform="scale(0.7)"
525
+ 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"
526
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
527
+ id="path8-7-4-6" />
528
+ </marker>
529
+ <marker
530
+ style="overflow:visible"
531
+ id="RoundedArrow-62-0"
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-2" />
547
+ </marker>
548
+ <marker
549
+ style="overflow:visible"
550
+ id="RoundedArrow-0"
551
+ refX="0"
552
+ refY="0"
553
+ orient="auto-start-reverse"
554
+ inkscape:stockid="Rounded arrow"
555
+ markerWidth="1"
556
+ markerHeight="1"
557
+ viewBox="0 0 1 1"
558
+ inkscape:isstock="true"
559
+ inkscape:collect="always"
560
+ preserveAspectRatio="xMidYMid">
561
+ <path
562
+ transform="scale(0.7)"
563
+ 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"
564
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
565
+ id="path8-42" />
566
+ </marker>
567
+ <marker
568
+ style="overflow:visible"
569
+ id="RoundedArrow-0-4-5"
570
+ refX="0"
571
+ refY="0"
572
+ orient="auto-start-reverse"
573
+ inkscape:stockid="Rounded arrow"
574
+ markerWidth="1"
575
+ markerHeight="1"
576
+ viewBox="0 0 1 1"
577
+ inkscape:isstock="true"
578
+ inkscape:collect="always"
579
+ preserveAspectRatio="xMidYMid">
580
+ <path
581
+ transform="scale(0.7)"
582
+ 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"
583
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
584
+ id="path8-42-2-2" />
585
+ </marker>
586
+ <marker
587
+ style="overflow:visible"
588
+ id="RoundedArrow-0-4-5-3"
589
+ refX="0"
590
+ refY="0"
591
+ orient="auto-start-reverse"
592
+ inkscape:stockid="Rounded arrow"
593
+ markerWidth="1"
594
+ markerHeight="1"
595
+ viewBox="0 0 1 1"
596
+ inkscape:isstock="true"
597
+ inkscape:collect="always"
598
+ preserveAspectRatio="xMidYMid">
599
+ <path
600
+ transform="scale(0.7)"
601
+ 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"
602
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
603
+ id="path8-42-2-2-8" />
604
+ </marker>
605
+ <marker
606
+ style="overflow:visible"
607
+ id="RoundedArrow-5-9-3-1"
608
+ refX="0"
609
+ refY="0"
610
+ orient="auto-start-reverse"
611
+ inkscape:stockid="Rounded arrow"
612
+ markerWidth="1"
613
+ markerHeight="1"
614
+ viewBox="0 0 1 1"
615
+ inkscape:isstock="true"
616
+ inkscape:collect="always"
617
+ preserveAspectRatio="xMidYMid">
618
+ <path
619
+ transform="scale(0.7)"
620
+ 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"
621
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
622
+ id="path8-7-7-6-9" />
623
+ </marker>
624
+ <marker
625
+ style="overflow:visible"
626
+ id="RoundedArrow-53-8-6"
627
+ refX="0"
628
+ refY="0"
629
+ orient="auto-start-reverse"
630
+ inkscape:stockid="Rounded arrow"
631
+ markerWidth="1"
632
+ markerHeight="1"
633
+ viewBox="0 0 1 1"
634
+ inkscape:isstock="true"
635
+ inkscape:collect="always"
636
+ preserveAspectRatio="xMidYMid">
637
+ <path
638
+ transform="scale(0.7)"
639
+ 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"
640
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
641
+ id="path8-8-9-2" />
642
+ </marker>
643
+ <rect
644
+ x="410.22806"
645
+ y="565.7724"
646
+ width="75.5355"
647
+ height="54.317078"
648
+ id="rect11-4-5" />
649
+ <marker
650
+ style="overflow:visible"
651
+ id="RoundedArrow-7-0"
652
+ refX="0"
653
+ refY="0"
654
+ orient="auto-start-reverse"
655
+ inkscape:stockid="Rounded arrow"
656
+ markerWidth="1"
657
+ markerHeight="1"
658
+ viewBox="0 0 1 1"
659
+ inkscape:isstock="true"
660
+ inkscape:collect="always"
661
+ preserveAspectRatio="xMidYMid">
662
+ <path
663
+ transform="scale(0.7)"
664
+ 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"
665
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
666
+ id="path8-6-2" />
667
+ </marker>
668
+ <rect
669
+ x="426.10144"
670
+ y="465.28113"
671
+ width="102.65228"
672
+ height="79.429459"
673
+ id="rect7-9-9" />
674
+ <marker
675
+ style="overflow:visible"
676
+ id="RoundedArrow-7-0-4"
677
+ refX="0"
678
+ refY="0"
679
+ orient="auto-start-reverse"
680
+ inkscape:stockid="Rounded arrow"
681
+ markerWidth="1"
682
+ markerHeight="1"
683
+ viewBox="0 0 1 1"
684
+ inkscape:isstock="true"
685
+ inkscape:collect="always"
686
+ preserveAspectRatio="xMidYMid">
687
+ <path
688
+ transform="scale(0.7)"
689
+ 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"
690
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
691
+ id="path8-6-2-6" />
692
+ </marker>
693
+ <rect
694
+ x="426.10144"
695
+ y="465.28113"
696
+ width="102.65228"
697
+ height="79.429459"
698
+ id="rect7-9-9-1" />
699
+ <marker
700
+ style="overflow:visible"
701
+ id="RoundedArrow-5-9-3-5-0-8"
702
+ refX="0"
703
+ refY="0"
704
+ orient="auto-start-reverse"
705
+ inkscape:stockid="Rounded arrow"
706
+ markerWidth="1"
707
+ markerHeight="1"
708
+ viewBox="0 0 1 1"
709
+ inkscape:isstock="true"
710
+ inkscape:collect="always"
711
+ preserveAspectRatio="xMidYMid">
712
+ <path
713
+ transform="scale(0.7)"
714
+ 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"
715
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
716
+ id="path8-7-7-6-1-6-86" />
717
+ </marker>
718
+ <marker
719
+ style="overflow:visible"
720
+ id="RoundedArrow-5-9-3-5-0-8-3"
721
+ refX="0"
722
+ refY="0"
723
+ orient="auto-start-reverse"
724
+ inkscape:stockid="Rounded arrow"
725
+ markerWidth="1"
726
+ markerHeight="1"
727
+ viewBox="0 0 1 1"
728
+ inkscape:isstock="true"
729
+ inkscape:collect="always"
730
+ preserveAspectRatio="xMidYMid">
731
+ <path
732
+ transform="scale(0.7)"
733
+ 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"
734
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
735
+ id="path8-7-7-6-1-6-86-8" />
736
+ </marker>
737
+ <marker
738
+ style="overflow:visible"
739
+ id="RoundedArrow-5-9-3-5-0-8-3-8"
740
+ refX="0"
741
+ refY="0"
742
+ orient="auto-start-reverse"
743
+ inkscape:stockid="Rounded arrow"
744
+ markerWidth="1"
745
+ markerHeight="1"
746
+ viewBox="0 0 1 1"
747
+ inkscape:isstock="true"
748
+ inkscape:collect="always"
749
+ preserveAspectRatio="xMidYMid">
750
+ <path
751
+ transform="scale(0.7)"
752
+ 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"
753
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
754
+ id="path8-7-7-6-1-6-86-8-9" />
755
+ </marker>
756
+ <marker
757
+ style="overflow:visible"
758
+ id="RoundedArrow-7-0-9"
759
+ refX="0"
760
+ refY="0"
761
+ orient="auto-start-reverse"
762
+ inkscape:stockid="Rounded arrow"
763
+ markerWidth="1"
764
+ markerHeight="1"
765
+ viewBox="0 0 1 1"
766
+ inkscape:isstock="true"
767
+ inkscape:collect="always"
768
+ preserveAspectRatio="xMidYMid">
769
+ <path
770
+ transform="scale(0.7)"
771
+ 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"
772
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
773
+ id="path8-6-2-2" />
774
+ </marker>
775
+ <marker
776
+ style="overflow:visible"
777
+ id="RoundedArrow-7-0-9-9"
778
+ refX="0"
779
+ refY="0"
780
+ orient="auto-start-reverse"
781
+ inkscape:stockid="Rounded arrow"
782
+ markerWidth="1"
783
+ markerHeight="1"
784
+ viewBox="0 0 1 1"
785
+ inkscape:isstock="true"
786
+ inkscape:collect="always"
787
+ preserveAspectRatio="xMidYMid">
788
+ <path
789
+ transform="scale(0.7)"
790
+ 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"
791
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
792
+ id="path8-6-2-2-2" />
793
+ </marker>
794
+ </defs>
795
+ <g
796
+ inkscape:label="Layer 1"
797
+ inkscape:groupmode="layer"
798
+ id="layer1">
799
+ <rect
800
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
801
+ id="rect30"
802
+ width="29.429867"
803
+ height="52.019997"
804
+ x="29.349075"
805
+ y="290.08435"
806
+ inkscape:export-filename="trapeze_rod.svg"
807
+ inkscape:export-xdpi="96"
808
+ inkscape:export-ydpi="96" />
809
+ <rect
810
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
811
+ id="rect27"
812
+ width="130.99843"
813
+ height="70.659576"
814
+ x="21.157961"
815
+ y="188.55168"
816
+ inkscape:export-filename="trapeze_side.svg"
817
+ inkscape:export-xdpi="96"
818
+ inkscape:export-ydpi="96" />
819
+ <rect
820
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
821
+ id="rect26"
822
+ width="118.73317"
823
+ height="122.8446"
824
+ x="16.28141"
825
+ y="30.785383"
826
+ inkscape:export-filename="trapeze_top.svg"
827
+ inkscape:export-xdpi="96"
828
+ inkscape:export-ydpi="96" />
829
+ <rect
830
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264611"
831
+ id="rect4-0-2-3"
832
+ width="3.6174862"
833
+ height="47.082706"
834
+ x="147.05415"
835
+ y="-212.41861"
836
+ transform="matrix(-0.49349042,0.86975123,-0.88010445,-0.47478012,0,0)" />
837
+ <rect
838
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264611"
839
+ id="rect4-0-2-3-1"
840
+ width="3.6174862"
841
+ height="47.082706"
842
+ x="212.57776"
843
+ y="-92.426781"
844
+ transform="matrix(0.49349042,0.86975123,0.88010445,-0.47478012,0,0)" />
845
+ <text
846
+ xml:space="preserve"
847
+ transform="scale(0.26458333)"
848
+ id="text1"
849
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1);display:inline"><tspan
850
+ x="18.9375"
851
+ y="30.36917"
852
+ id="tspan1">trapeze.svg</tspan></text>
853
+ <rect
854
+ style="fill:#87cdde;stroke:#87cdde;stroke-width:0.264583"
855
+ id="rect2"
856
+ width="66.710938"
857
+ height="80.623047"
858
+ x="32.421337"
859
+ y="48.353729"
860
+ ry="4.6855469" />
861
+ <rect
862
+ style="fill:#ffffff;stroke:#87cdde;stroke-width:0.264583"
863
+ id="rect2-5"
864
+ width="57.21875"
865
+ height="71.656792"
866
+ x="37.167431"
867
+ y="52.836857"
868
+ ry="4.1644578" />
869
+ <rect
870
+ style="fill:#87cdde;stroke:#87cdde;stroke-width:0.264583"
871
+ id="rect2-2"
872
+ width="10.982423"
873
+ height="12.836914"
874
+ x="60.285599"
875
+ y="82.246796"
876
+ ry="2.5070734"
877
+ rx="0" />
878
+ <rect
879
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264626"
880
+ id="rect4"
881
+ width="4.9800673"
882
+ height="41.259033"
883
+ x="-7.0891352"
884
+ y="63.399883"
885
+ transform="matrix(0.79130253,-0.61142481,0.63141223,0.77544735,0,0)" />
886
+ <rect
887
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264626"
888
+ id="rect4-0"
889
+ width="4.9800673"
890
+ height="41.259033"
891
+ x="-109.56459"
892
+ y="-17.012293"
893
+ transform="matrix(-0.79130253,-0.61142481,-0.63141223,0.77544735,0,0)" />
894
+ <rect
895
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264626"
896
+ id="rect4-06"
897
+ width="4.9800673"
898
+ height="41.259033"
899
+ x="105.17347"
900
+ y="-77.224281"
901
+ transform="matrix(0.79130253,0.61142481,0.63141223,-0.77544735,0,0)" />
902
+ <rect
903
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264626"
904
+ id="rect4-0-2"
905
+ width="4.9800673"
906
+ height="41.259033"
907
+ x="2.6330566"
908
+ y="-157.68767"
909
+ transform="matrix(-0.79130253,0.61142481,-0.63141223,-0.77544735,0,0)" />
910
+ <circle
911
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
912
+ id="path4"
913
+ cx="65.700638"
914
+ cy="83.718956"
915
+ r="1.1591797" />
916
+ <circle
917
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
918
+ id="path4-7"
919
+ cx="65.785332"
920
+ cy="93.207443"
921
+ r="1.1591797" />
922
+ <circle
923
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
924
+ id="path4-2"
925
+ cx="61.923748"
926
+ cy="87.098198"
927
+ r="1.1591797" />
928
+ <circle
929
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
930
+ id="path4-9"
931
+ cx="61.958607"
932
+ cy="90.539047"
933
+ r="1.1591797" />
934
+ <circle
935
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
936
+ id="path4-97"
937
+ cx="69.791153"
938
+ cy="86.880356"
939
+ r="1.1591797" />
940
+ <circle
941
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
942
+ id="path4-29"
943
+ cx="69.754822"
944
+ cy="90.653633"
945
+ r="1.1591797" />
946
+ <rect
947
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
948
+ id="rect5"
949
+ width="2.125"
950
+ height="8.0551758"
951
+ x="192.41739"
952
+ y="37.84724" />
953
+ <circle
954
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
955
+ id="path4-97-4"
956
+ cx="192.32071"
957
+ cy="37.84724"
958
+ r="1.1591797" />
959
+ <rect
960
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
961
+ id="rect5-5"
962
+ width="2.125"
963
+ height="8.0551758"
964
+ x="192.41739"
965
+ y="45.902416" />
966
+ <rect
967
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
968
+ id="rect5-1"
969
+ width="2.125"
970
+ height="8.0551758"
971
+ x="192.41739"
972
+ y="53.652122" />
973
+ <rect
974
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
975
+ id="rect5-5-0"
976
+ width="2.125"
977
+ height="8.0551758"
978
+ x="192.41739"
979
+ y="61.707298" />
980
+ <rect
981
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
982
+ id="rect5-0"
983
+ width="2.125"
984
+ height="8.0551758"
985
+ x="192.41739"
986
+ y="69.457001" />
987
+ <rect
988
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
989
+ id="rect5-5-6"
990
+ width="2.125"
991
+ height="8.0551758"
992
+ x="192.41739"
993
+ y="77.512177" />
994
+ <rect
995
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
996
+ id="rect5-1-1"
997
+ width="2.125"
998
+ height="8.0551758"
999
+ x="192.41739"
1000
+ y="85.261879" />
1001
+ <rect
1002
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1003
+ id="rect5-5-0-5"
1004
+ width="2.125"
1005
+ height="8.0551758"
1006
+ x="192.41739"
1007
+ y="93.317055" />
1008
+ <circle
1009
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1010
+ id="path4-97-4-6"
1011
+ cx="192.2851"
1012
+ cy="45.770126"
1013
+ r="1.1591797" />
1014
+ <circle
1015
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1016
+ id="path4-97-4-3"
1017
+ cx="192.41739"
1018
+ cy="53.652122"
1019
+ r="1.1591797" />
1020
+ <circle
1021
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1022
+ id="path4-97-4-2"
1023
+ cx="192.2851"
1024
+ cy="61.575008"
1025
+ r="1.1591797" />
1026
+ <circle
1027
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1028
+ id="path4-97-4-4"
1029
+ cx="192.2851"
1030
+ cy="69.324707"
1031
+ r="1.1591797" />
1032
+ <circle
1033
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1034
+ id="path4-97-4-7"
1035
+ cx="192.41739"
1036
+ cy="77.512177"
1037
+ r="1.1591797" />
1038
+ <circle
1039
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1040
+ id="path4-97-4-8"
1041
+ cx="192.41739"
1042
+ cy="85.261879"
1043
+ r="1.1591797" />
1044
+ <circle
1045
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1046
+ id="path4-97-4-49"
1047
+ cx="192.2851"
1048
+ cy="93.449348"
1049
+ r="1.1591797" />
1050
+ <circle
1051
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1052
+ id="path4-97-4-89"
1053
+ cx="192.32071"
1054
+ cy="101.37223"
1055
+ r="1.1591797" />
1056
+ <circle
1057
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1058
+ id="path4-97-4-495"
1059
+ cx="96.87365"
1060
+ cy="61.146942"
1061
+ r="1.1591797" />
1062
+ <circle
1063
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1064
+ id="path4-97-4-6-0"
1065
+ cx="96.838036"
1066
+ cy="69.069824"
1067
+ r="1.1591797" />
1068
+ <circle
1069
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1070
+ id="path4-97-4-3-4"
1071
+ cx="96.970329"
1072
+ cy="76.95182"
1073
+ r="1.1591797" />
1074
+ <circle
1075
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1076
+ id="path4-97-4-2-8"
1077
+ cx="96.838036"
1078
+ cy="84.87471"
1079
+ r="1.1591797" />
1080
+ <circle
1081
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1082
+ id="path4-97-4-4-7"
1083
+ cx="96.838036"
1084
+ cy="92.624405"
1085
+ r="1.1591797" />
1086
+ <circle
1087
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1088
+ id="path4-97-4-7-1"
1089
+ cx="96.970329"
1090
+ cy="100.81187"
1091
+ r="1.1591797" />
1092
+ <circle
1093
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1094
+ id="path4-97-4-8-7"
1095
+ cx="96.970329"
1096
+ cy="108.56158"
1097
+ r="1.1591797" />
1098
+ <circle
1099
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1100
+ id="path4-97-4-49-2"
1101
+ cx="96.838036"
1102
+ cy="116.74905"
1103
+ r="1.1591797" />
1104
+ <circle
1105
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1106
+ id="path4-97-4-61"
1107
+ cx="34.711868"
1108
+ cy="60.71981"
1109
+ r="1.1591797" />
1110
+ <circle
1111
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1112
+ id="path4-97-4-6-06"
1113
+ cx="34.676254"
1114
+ cy="68.642693"
1115
+ r="1.1591797" />
1116
+ <circle
1117
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1118
+ id="path4-97-4-3-1"
1119
+ cx="34.808548"
1120
+ cy="76.524689"
1121
+ r="1.1591797" />
1122
+ <circle
1123
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1124
+ id="path4-97-4-2-5"
1125
+ cx="34.676254"
1126
+ cy="84.447578"
1127
+ r="1.1591797" />
1128
+ <circle
1129
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1130
+ id="path4-97-4-4-9"
1131
+ cx="34.676254"
1132
+ cy="92.197281"
1133
+ r="1.1591797" />
1134
+ <circle
1135
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1136
+ id="path4-97-4-7-4"
1137
+ cx="34.808548"
1138
+ cy="100.38475"
1139
+ r="1.1591797" />
1140
+ <circle
1141
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1142
+ id="path4-97-4-8-9"
1143
+ cx="34.808548"
1144
+ cy="108.13445"
1145
+ r="1.1591797" />
1146
+ <circle
1147
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1148
+ id="path4-97-4-49-0"
1149
+ cx="34.676254"
1150
+ cy="116.32192"
1151
+ r="1.1591797" />
1152
+ <circle
1153
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1154
+ id="path4-97-4-6-1"
1155
+ cx="50.802307"
1156
+ cy="-90.172844"
1157
+ r="1.1591797"
1158
+ transform="rotate(90)" />
1159
+ <circle
1160
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1161
+ id="path4-97-4-3-5"
1162
+ cx="50.934601"
1163
+ cy="-82.290848"
1164
+ r="1.1591797"
1165
+ transform="rotate(90)" />
1166
+ <circle
1167
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1168
+ id="path4-97-4-2-9"
1169
+ cx="50.802307"
1170
+ cy="-74.367958"
1171
+ r="1.1591797"
1172
+ transform="rotate(90)" />
1173
+ <circle
1174
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1175
+ id="path4-97-4-4-77"
1176
+ cx="50.802307"
1177
+ cy="-66.618256"
1178
+ r="1.1591797"
1179
+ transform="rotate(90)" />
1180
+ <circle
1181
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1182
+ id="path4-97-4-7-6"
1183
+ cx="50.934601"
1184
+ cy="-58.43079"
1185
+ r="1.1591797"
1186
+ transform="rotate(90)" />
1187
+ <circle
1188
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1189
+ id="path4-97-4-8-73"
1190
+ cx="50.934601"
1191
+ cy="-50.681091"
1192
+ r="1.1591797"
1193
+ transform="rotate(90)" />
1194
+ <circle
1195
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1196
+ id="path4-97-4-49-6"
1197
+ cx="50.802307"
1198
+ cy="-42.493622"
1199
+ r="1.1591797"
1200
+ transform="rotate(90)" />
1201
+ <circle
1202
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1203
+ id="path4-97-4-6-4"
1204
+ cx="126.69029"
1205
+ cy="-89.653023"
1206
+ r="1.1591797"
1207
+ transform="rotate(90)" />
1208
+ <circle
1209
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1210
+ id="path4-97-4-3-8"
1211
+ cx="126.82259"
1212
+ cy="-81.771019"
1213
+ r="1.1591797"
1214
+ transform="rotate(90)" />
1215
+ <circle
1216
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1217
+ id="path4-97-4-2-1"
1218
+ cx="126.69029"
1219
+ cy="-73.848137"
1220
+ r="1.1591797"
1221
+ transform="rotate(90)" />
1222
+ <circle
1223
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1224
+ id="path4-97-4-4-2"
1225
+ cx="126.69029"
1226
+ cy="-66.098427"
1227
+ r="1.1591797"
1228
+ transform="rotate(90)" />
1229
+ <circle
1230
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1231
+ id="path4-97-4-7-9"
1232
+ cx="126.82259"
1233
+ cy="-57.910961"
1234
+ r="1.1591797"
1235
+ transform="rotate(90)" />
1236
+ <circle
1237
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1238
+ id="path4-97-4-8-3"
1239
+ cx="126.82259"
1240
+ cy="-50.161263"
1241
+ r="1.1591797"
1242
+ transform="rotate(90)" />
1243
+ <circle
1244
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
1245
+ id="path4-97-4-49-9"
1246
+ cx="126.69029"
1247
+ cy="-41.973801"
1248
+ r="1.1591797"
1249
+ transform="rotate(90)" />
1250
+ <rect
1251
+ style="fill:#87cdde;stroke:#87cdde;stroke-width:0.264583"
1252
+ id="rect6"
1253
+ width="92.382393"
1254
+ height="4.919364"
1255
+ x="22.808338"
1256
+ y="227.88727" />
1257
+ <rect
1258
+ style="fill:#87cdde;stroke:#87cdde;stroke-width:0.264582"
1259
+ id="rect6-5"
1260
+ width="24.500141"
1261
+ height="4.919364"
1262
+ x="56.749462"
1263
+ y="205.71638" />
1264
+ <path
1265
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1266
+ d="M 96.181277,129.04422 H 126.4377"
1267
+ id="path6" />
1268
+ <path
1269
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1270
+ d="M 95.514442,48.076183 H 125.77087"
1271
+ id="path6-8" />
1272
+ <path
1273
+ 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)"
1274
+ d="M 124.41626,49.129373 V 127.36558"
1275
+ id="path7" />
1276
+ <text
1277
+ xml:space="preserve"
1278
+ transform="matrix(0.26458333,0,0,0.26458333,13.309352,-38.762433)"
1279
+ id="text7"
1280
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
1281
+ x="426.10156"
1282
+ y="478.25784"
1283
+ id="tspan2">L1</tspan></text>
1284
+ <path
1285
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1286
+ d="M 32.243939,149.76856 V 126.57044"
1287
+ id="path6-0" />
1288
+ <path
1289
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1290
+ d="M 99.362829,149.66765 V 126.46953"
1291
+ id="path6-0-4" />
1292
+ <path
1293
+ 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)"
1294
+ d="M 34.096849,144.93149 H 97.671606"
1295
+ id="path7-1" />
1296
+ <text
1297
+ xml:space="preserve"
1298
+ transform="matrix(0.26458333,0,0,0.26458333,-46.96898,23.58214)"
1299
+ id="text7-2"
1300
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-9);display:inline"><tspan
1301
+ x="426.10156"
1302
+ y="478.25784"
1303
+ id="tspan3">L2</tspan></text>
1304
+ <path
1305
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
1306
+ d="m 62.85654,37.621668 v 9.38806"
1307
+ id="path9" />
1308
+ <path
1309
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5)"
1310
+ d="m 62.85654,63.136594 v -9.38806"
1311
+ id="path9-1" />
1312
+ <text
1313
+ xml:space="preserve"
1314
+ transform="matrix(0.26458333,0,0,0.26458333,-61.903608,-96.437215)"
1315
+ id="text9"
1316
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
1317
+ x="473.91406"
1318
+ y="528.12698"
1319
+ id="tspan4">L5</tspan></text>
1320
+ <path
1321
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-53)"
1322
+ d="m 21.723808,89.008153 h 9.38806"
1323
+ id="path9-3" />
1324
+ <path
1325
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9)"
1326
+ d="m 47.767905,89.008153 h -9.38806"
1327
+ id="path9-1-1" />
1328
+ <text
1329
+ xml:space="preserve"
1330
+ transform="matrix(0.26458333,0,0,0.26458333,-104.37918,-51.869697)"
1331
+ id="text9-3"
1332
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-6);display:inline"><tspan
1333
+ x="473.91406"
1334
+ y="528.12698"
1335
+ id="tspan5">L5</tspan></text>
1336
+ <path
1337
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1338
+ d="m 66.729847,82.195961 h 20.13458"
1339
+ id="path6-04" />
1340
+ <path
1341
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1342
+ d="m 65.775168,95.208818 h 20.13458"
1343
+ id="path6-04-9" />
1344
+ <path
1345
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6);marker-end:url(#RoundedArrow-6)"
1346
+ d="M 85.341859,83.719393 V 94.125302"
1347
+ id="path7-0" />
1348
+ <path
1349
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1350
+ d="M 60.296406,92.006389 V 112.14097"
1351
+ id="path6-04-2" />
1352
+ <path
1353
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1354
+ d="M 71.495531,91.525653 V 111.66023"
1355
+ id="path6-04-2-5" />
1356
+ <path
1357
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-6);marker-end:url(#RoundedArrow-6-6)"
1358
+ d="m 61.440102,111.26452 h 8.66966"
1359
+ id="path7-0-2" />
1360
+ <text
1361
+ xml:space="preserve"
1362
+ transform="matrix(0.26458333,0,0,0.26458333,-39.323695,-49.701964)"
1363
+ id="text9-3-4"
1364
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-6-7);display:inline"><tspan
1365
+ x="473.91406"
1366
+ y="528.12698"
1367
+ id="tspan6">L3</tspan></text>
1368
+ <text
1369
+ xml:space="preserve"
1370
+ transform="matrix(0.26458333,0,0,0.26458333,-30.651906,38.843964)"
1371
+ id="text10"
1372
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10);display:inline"><tspan
1373
+ x="358.10352"
1374
+ y="288.18948"
1375
+ id="tspan7">L4</tspan></text>
1376
+ <path
1377
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5)"
1378
+ d="m 107.0248,83.925487 -7.798224,-5.22719"
1379
+ id="path9-1-1-2-0" />
1380
+ <text
1381
+ xml:space="preserve"
1382
+ transform="matrix(0.26458333,0,0,0.26458333,-2.4154875,-71.115331)"
1383
+ id="text12"
1384
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12);display:inline"><tspan
1385
+ x="418.99805"
1386
+ y="599.57034"
1387
+ id="tspan8">D1</tspan></text>
1388
+ <path
1389
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0)"
1390
+ d="m 52.060314,93.921971 7.79822,-5.22719"
1391
+ id="path9-1-1-2-0-6" />
1392
+ <path
1393
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1394
+ d="M 47.437732,62.175002 28.8155,38.328308"
1395
+ id="path6-0-6" />
1396
+ <path
1397
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-53-8)"
1398
+ d="m 18.410614,50.275283 7.68897,-5.3866"
1399
+ id="path9-3-0" />
1400
+ <path
1401
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3)"
1402
+ d="m 39.741134,35.331923 -7.68897,5.3866"
1403
+ id="path9-1-1-2" />
1404
+ <text
1405
+ xml:space="preserve"
1406
+ transform="matrix(0.26458333,0,0,0.26458333,-76.910418,-116.3157)"
1407
+ id="text11"
1408
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-4);display:inline"><tspan
1409
+ x="410.22852"
1410
+ y="578.74808"
1411
+ id="tspan9">D3</tspan></text>
1412
+ <path
1413
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1414
+ d="M 44.081484,66.085468 25.459252,42.238774"
1415
+ id="path6-0-6-2" />
1416
+ <text
1417
+ xml:space="preserve"
1418
+ transform="matrix(0.26458333,0,0,0.26458333,-53.463902,-60.38029)"
1419
+ id="text13"
1420
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13);display:inline"><tspan
1421
+ x="375.38672"
1422
+ y="590.17581"
1423
+ id="tspan10">D2</tspan></text>
1424
+ <path
1425
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-0)"
1426
+ d="M 107.08754,114.83039 99.289324,109.6032"
1427
+ id="path9-1-1-2-0-6-3" />
1428
+ <path
1429
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-0-0)"
1430
+ d="M 108.64206,113.92943 99.292911,102.79542"
1431
+ id="path9-1-1-2-0-6-3-0"
1432
+ sodipodi:nodetypes="cc" />
1433
+ <text
1434
+ xml:space="preserve"
1435
+ transform="matrix(0.26458333,0,0,0.26458333,-9.2531555,-28.001152)"
1436
+ id="text14"
1437
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14);display:inline"><tspan
1438
+ x="440.87305"
1439
+ y="549.95706"
1440
+ id="tspan11">N1</tspan></text>
1441
+ <path
1442
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-0-6)"
1443
+ d="m 52.998503,137.10593 5.22719,-7.79822"
1444
+ id="path9-1-1-2-0-6-3-3" />
1445
+ <path
1446
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-0-0-1)"
1447
+ d="m 53.899453,138.66045 11.13402,-9.34915"
1448
+ id="path9-1-1-2-0-6-3-0-8"
1449
+ sodipodi:nodetypes="cc" />
1450
+ <text
1451
+ xml:space="preserve"
1452
+ transform="matrix(0.26458333,0,0,0.26458333,-65.302417,-14.099322)"
1453
+ id="text15"
1454
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
1455
+ x="426.74805"
1456
+ y="585.2637"
1457
+ id="tspan12">N2</tspan></text>
1458
+ <text
1459
+ xml:space="preserve"
1460
+ transform="matrix(0.26458333,0,0,0.26458333,-39.353531,-60.954814)"
1461
+ id="text16"
1462
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
1463
+ x="420.58984"
1464
+ y="572.69925"
1465
+ id="tspan13">N3</tspan></text>
1466
+ <text
1467
+ xml:space="preserve"
1468
+ transform="matrix(0.26458333,0,0,0.26458333,-49.607961,-50.587137)"
1469
+ id="text17"
1470
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17);display:inline"><tspan
1471
+ x="425.91406"
1472
+ y="493.33206"
1473
+ id="tspan14">N4</tspan></text>
1474
+ <path
1475
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1476
+ d="M 91.621765,51.217599 H 116.9533"
1477
+ id="path6-8-6" />
1478
+ <path
1479
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-62)"
1480
+ d="m 113.57125,37.100844 v 9.38806"
1481
+ id="path9-6" />
1482
+ <path
1483
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-0)"
1484
+ d="m 113.57125,61.557436 v -9.38806"
1485
+ id="path9-1-9" />
1486
+ <text
1487
+ xml:space="preserve"
1488
+ transform="matrix(0.26458333,0,0,0.26458333,5.8847305,-99.098525)"
1489
+ id="text18"
1490
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
1491
+ x="409.69531"
1492
+ y="534.51175"
1493
+ id="tspan15">L6</tspan></text>
1494
+ <path
1495
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1496
+ d="M 69.673694,92.770739 V 107.78984"
1497
+ id="path6-04-2-5-8" />
1498
+ <path
1499
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-62-0)"
1500
+ d="m 61.971763,105.49142 h 6.300443"
1501
+ id="path9-6-6" />
1502
+ <path
1503
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-0-9)"
1504
+ d="M 77.473288,105.49142 H 72.43153"
1505
+ id="path9-1-9-1" />
1506
+ <text
1507
+ xml:space="preserve"
1508
+ transform="matrix(0.26458333,0,0,0.26458333,-46.604138,-54.656708)"
1509
+ id="text19"
1510
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19);display:inline"><tspan
1511
+ x="412.64453"
1512
+ y="602.19534"
1513
+ id="tspan16">L7</tspan></text>
1514
+ <path
1515
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1516
+ d="m 115.71384,232.81947 h 30.25642"
1517
+ id="path6-5" />
1518
+ <path
1519
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1520
+ d="m 115.57231,228.03073 h 16.74638"
1521
+ id="path6-5-4" />
1522
+ <path
1523
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1524
+ d="M 81.667996,210.73877 H 132.21713"
1525
+ id="path6-5-7" />
1526
+ <path
1527
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1528
+ d="m 81.65341,205.84642 h 64.21411"
1529
+ id="path6-5-7-0" />
1530
+ <path
1531
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0);marker-end:url(#RoundedArrow-0)"
1532
+ d="m 144.75168,207.37083 v 24.36459"
1533
+ id="path7-6" />
1534
+ <path
1535
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-4-5);marker-end:url(#RoundedArrow-0-4-5)"
1536
+ d="m 130.61647,229.16031 v 2.22786"
1537
+ id="path7-6-2-0" />
1538
+ <path
1539
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-4-5-3);marker-end:url(#RoundedArrow-0-4-5-3)"
1540
+ d="m 130.47378,207.10555 v 2.22786"
1541
+ id="path7-6-2-0-4" />
1542
+ <text
1543
+ xml:space="preserve"
1544
+ transform="matrix(0.26458333,0,0,0.26458333,61.385017,-43.320648)"
1545
+ id="text20"
1546
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20);display:inline"><tspan
1547
+ x="317.69141"
1548
+ y="996.27933"
1549
+ id="tspan17">H1</tspan></text>
1550
+ <text
1551
+ xml:space="preserve"
1552
+ transform="matrix(0.26458333,0,0,0.26458333,16.081155,-34.978308)"
1553
+ id="text21"
1554
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21);display:inline"><tspan
1555
+ x="436.69922"
1556
+ y="1008.2559"
1557
+ id="tspan18">H2</tspan></text>
1558
+ <text
1559
+ xml:space="preserve"
1560
+ transform="matrix(0.26458333,0,0,0.26458333,72.213971,-70.444823)"
1561
+ id="text22"
1562
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22);display:inline"><tspan
1563
+ x="224.53516"
1564
+ y="1058.4766"
1565
+ id="tspan19">H3</tspan></text>
1566
+ <path
1567
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-53-8-6)"
1568
+ d="m 53.602461,223.4397 -2.439928,-3.97219"
1569
+ id="path9-3-0-4" />
1570
+ <path
1571
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-1)"
1572
+ d="m 42.626328,206.42691 5.152325,7.84788"
1573
+ id="path9-1-1-2-9" />
1574
+ <text
1575
+ xml:space="preserve"
1576
+ transform="matrix(0.26458333,0,0,0.26458333,-65.16395,54.195109)"
1577
+ id="text11-9"
1578
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-4-5);display:inline"><tspan
1579
+ x="410.22852"
1580
+ y="578.74808"
1581
+ id="tspan20">D3</tspan></text>
1582
+ <path
1583
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1584
+ d="M 22.981221,253.468 V 233.29165"
1585
+ id="path6-0-3" />
1586
+ <path
1587
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1588
+ d="M 115.25695,253.50036 V 233.324"
1589
+ id="path6-0-4-5" />
1590
+ <path
1591
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-0);marker-end:url(#RoundedArrow-7-0)"
1592
+ d="M 24.593113,251.6527 H 113.72182"
1593
+ id="path7-1-1" />
1594
+ <text
1595
+ xml:space="preserve"
1596
+ transform="matrix(0.26458333,0,0,0.26458333,-43.643954,129.52512)"
1597
+ id="text7-2-7"
1598
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-9-9);display:inline"><tspan
1599
+ x="426.10156"
1600
+ y="478.25784"
1601
+ id="tspan21">L2</tspan></text>
1602
+ <path
1603
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1604
+ d="m 56.68746,193.9017 v 11.49852"
1605
+ id="path6-0-3-4" />
1606
+ <path
1607
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1608
+ d="m 81.254795,193.88326 v 11.49852"
1609
+ id="path6-0-4-5-2" />
1610
+ <path
1611
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-0-4);marker-end:url(#RoundedArrow-7-0-4)"
1612
+ d="M 57.839027,194.93624 H 79.621646"
1613
+ id="path7-1-1-2" />
1614
+ <text
1615
+ xml:space="preserve"
1616
+ transform="matrix(0.26458333,0,0,0.26458333,-46.129109,67.53933)"
1617
+ id="text7-2-7-8"
1618
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-9-9-1);display:inline"><tspan
1619
+ x="426.10156"
1620
+ y="478.25784"
1621
+ id="tspan22">L4</tspan></text>
1622
+ <path
1623
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-8)"
1624
+ d="m 24.694928,133.8182 7.79822,-5.22719"
1625
+ id="path9-1-1-2-0-6-38" />
1626
+ <path
1627
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-8-3)"
1628
+ d="m 48.577941,120.36918 -9.00447,2.65615"
1629
+ id="path9-1-1-2-0-6-38-4" />
1630
+ <text
1631
+ xml:space="preserve"
1632
+ transform="matrix(0.26458333,0,0,0.26458333,8.3216248,0.64288712)"
1633
+ id="text23"
1634
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23);display:inline"><tspan
1635
+ x="41.136719"
1636
+ y="510.14456"
1637
+ id="tspan24">R1</tspan></text>
1638
+ <text
1639
+ xml:space="preserve"
1640
+ transform="matrix(0.26458333,0,0,0.26458333,-66.895478,-26.787194)"
1641
+ id="text24"
1642
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect24);display:inline"><tspan
1643
+ x="436.75586"
1644
+ y="561.30667"
1645
+ id="tspan25">R2</tspan></text>
1646
+ <path
1647
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-8-3-8)"
1648
+ d="m 50.513954,79.973651 9.00447,2.65615"
1649
+ id="path9-1-1-2-0-6-38-4-6" />
1650
+ <text
1651
+ xml:space="preserve"
1652
+ transform="matrix(0.26458333,0,0,0.26458333,-67.097114,-61.309058)"
1653
+ id="text25"
1654
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25);display:inline"><tspan
1655
+ x="424.14453"
1656
+ y="539.0137"
1657
+ id="tspan26">R3</tspan></text>
1658
+ <circle
1659
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264583;fill-opacity:1;stroke-opacity:1"
1660
+ id="path1"
1661
+ cx="44.327446"
1662
+ cy="302.99319"
1663
+ r="11.017469" />
1664
+ <circle
1665
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
1666
+ id="path1-5"
1667
+ cx="44.327446"
1668
+ cy="302.99319"
1669
+ r="5.5884914" />
1670
+ <path
1671
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1672
+ d="M 33.309977,336.77997 V 302.9932"
1673
+ id="path6-0-3-2" />
1674
+ <path
1675
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1676
+ d="M 55.477207,336.77996 V 302.99319"
1677
+ id="path6-0-3-2-7" />
1678
+ <path
1679
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1680
+ d="M 38.738955,323.16954 V 302.99319"
1681
+ id="path6-0-3-2-6" />
1682
+ <path
1683
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1684
+ d="M 50.18052,323.16954 V 302.99319"
1685
+ id="path6-0-3-2-61" />
1686
+ <path
1687
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-0-9);marker-end:url(#RoundedArrow-7-0-9)"
1688
+ d="M 34.933467,336.77997 H 53.721425"
1689
+ id="path7-1-1-3" />
1690
+ <path
1691
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-0-9-9);marker-end:url(#RoundedArrow-7-0-9-9)"
1692
+ d="M 39.981464,323.16954 H 48.93801"
1693
+ id="path7-1-1-3-9" />
1694
+ <text
1695
+ xml:space="preserve"
1696
+ transform="matrix(0.26458333,0,0,0.26458333,-40.471827,-0.2485922)"
1697
+ id="text2"
1698
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3)"><tspan
1699
+ x="308.4375"
1700
+ y="1270.9317"
1701
+ id="tspan27">D3</tspan></text>
1702
+ <text
1703
+ xml:space="preserve"
1704
+ transform="matrix(0.26458333,0,0,0.26458333,-46.130431,8.1075593)"
1705
+ id="text26"
1706
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28)"><tspan
1707
+ x="332.58398"
1708
+ y="1187.4864"
1709
+ id="tspan28">D4</tspan></text>
1710
+ </g>
1711
+ </svg>