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,3310 @@
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="swing.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.0583334"
27
+ inkscape:cx="326.45668"
28
+ inkscape:cy="1765.9842"
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="156.62484"
39
+ y="1875.1213"
40
+ width="36.979561"
41
+ height="22.849605"
42
+ id="rect19" />
43
+ <rect
44
+ x="472.6945"
45
+ y="1240.8157"
46
+ width="35.290517"
47
+ height="24.365952"
48
+ id="rect16" />
49
+ <rect
50
+ x="386.6154"
51
+ y="938.71246"
52
+ width="36.163877"
53
+ height="24.295644"
54
+ id="rect15" />
55
+ <rect
56
+ x="457.96123"
57
+ y="914.39247"
58
+ width="60.511328"
59
+ height="51.029509"
60
+ id="rect4" />
61
+ <rect
62
+ x="377.27731"
63
+ y="898.37413"
64
+ width="52.217642"
65
+ height="35.377707"
66
+ id="rect14" />
67
+ <rect
68
+ x="368.46887"
69
+ y="874.89972"
70
+ width="67.058932"
71
+ height="50.923966"
72
+ id="rect13" />
73
+ <rect
74
+ x="183.22219"
75
+ y="667.30438"
76
+ width="108.47318"
77
+ height="49.624754"
78
+ id="rect11" />
79
+ <rect
80
+ x="232.99828"
81
+ y="693.14837"
82
+ width="86.64124"
83
+ height="36.167569"
84
+ id="rect10" />
85
+ <rect
86
+ x="480.52411"
87
+ y="615.39862"
88
+ width="71.611712"
89
+ height="46.321358"
90
+ id="rect9" />
91
+ <rect
92
+ x="77.34744"
93
+ y="662.31422"
94
+ width="84.736712"
95
+ height="47.255167"
96
+ id="rect8" />
97
+ <rect
98
+ x="463.98499"
99
+ y="599.35777"
100
+ width="90.103346"
101
+ height="49.333169"
102
+ id="rect7" />
103
+ <rect
104
+ x="18.019193"
105
+ y="501.34104"
106
+ width="52.367126"
107
+ height="43.815206"
108
+ id="rect6" />
109
+ <rect
110
+ x="477.34252"
111
+ y="130.60777"
112
+ width="70.286663"
113
+ height="45.62746"
114
+ id="rect5" />
115
+ <marker
116
+ style="overflow:visible"
117
+ id="marker5"
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="path5" />
133
+ </marker>
134
+ <marker
135
+ style="overflow:visible"
136
+ id="RoundedArrow"
137
+ refX="0"
138
+ refY="0"
139
+ orient="auto-start-reverse"
140
+ inkscape:stockid="Rounded arrow"
141
+ markerWidth="1"
142
+ markerHeight="1"
143
+ viewBox="0 0 1 1"
144
+ inkscape:isstock="true"
145
+ inkscape:collect="always"
146
+ preserveAspectRatio="xMidYMid">
147
+ <path
148
+ transform="scale(0.7)"
149
+ 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"
150
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
151
+ id="path8" />
152
+ </marker>
153
+ <rect
154
+ x="19.451281"
155
+ y="23.075787"
156
+ width="303.75739"
157
+ height="74.187988"
158
+ id="rect1" />
159
+ <marker
160
+ style="overflow:visible"
161
+ id="RoundedArrow-6"
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="marker5-6"
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="path5-3" />
196
+ </marker>
197
+ <marker
198
+ style="overflow:visible"
199
+ id="RoundedArrow-6-2"
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-5-9" />
215
+ </marker>
216
+ <marker
217
+ style="overflow:visible"
218
+ id="marker5-6-3"
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="path5-3-9" />
234
+ </marker>
235
+ <marker
236
+ style="overflow:visible"
237
+ id="RoundedArrow-6-2-0"
238
+ refX="0"
239
+ refY="0"
240
+ orient="auto-start-reverse"
241
+ inkscape:stockid="Rounded arrow"
242
+ markerWidth="1"
243
+ markerHeight="1"
244
+ viewBox="0 0 1 1"
245
+ inkscape:isstock="true"
246
+ inkscape:collect="always"
247
+ preserveAspectRatio="xMidYMid">
248
+ <path
249
+ transform="scale(0.7)"
250
+ 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"
251
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
252
+ id="path8-5-9-9" />
253
+ </marker>
254
+ <marker
255
+ style="overflow:visible"
256
+ id="marker5-6-3-6"
257
+ refX="0"
258
+ refY="0"
259
+ orient="auto-start-reverse"
260
+ inkscape:stockid="Rounded arrow"
261
+ markerWidth="1"
262
+ markerHeight="1"
263
+ viewBox="0 0 1 1"
264
+ inkscape:isstock="true"
265
+ inkscape:collect="always"
266
+ preserveAspectRatio="xMidYMid">
267
+ <path
268
+ transform="scale(0.7)"
269
+ 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"
270
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
271
+ id="path5-3-9-3" />
272
+ </marker>
273
+ <marker
274
+ style="overflow:visible"
275
+ id="RoundedArrow-6-2-0-1-3"
276
+ refX="0"
277
+ refY="0"
278
+ orient="auto-start-reverse"
279
+ inkscape:stockid="Rounded arrow"
280
+ markerWidth="1"
281
+ markerHeight="1"
282
+ viewBox="0 0 1 1"
283
+ inkscape:isstock="true"
284
+ inkscape:collect="always"
285
+ preserveAspectRatio="xMidYMid">
286
+ <path
287
+ transform="scale(0.7)"
288
+ 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"
289
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
290
+ id="path8-5-9-9-5-0" />
291
+ </marker>
292
+ <marker
293
+ style="overflow:visible"
294
+ id="marker5-6-3-6-9-4"
295
+ refX="0"
296
+ refY="0"
297
+ orient="auto-start-reverse"
298
+ inkscape:stockid="Rounded arrow"
299
+ markerWidth="1"
300
+ markerHeight="1"
301
+ viewBox="0 0 1 1"
302
+ inkscape:isstock="true"
303
+ inkscape:collect="always"
304
+ preserveAspectRatio="xMidYMid">
305
+ <path
306
+ transform="scale(0.7)"
307
+ 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"
308
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
309
+ id="path5-3-9-3-8-4" />
310
+ </marker>
311
+ <marker
312
+ style="overflow:visible"
313
+ id="RoundedArrow-6-2-0-1-3-3"
314
+ refX="0"
315
+ refY="0"
316
+ orient="auto-start-reverse"
317
+ inkscape:stockid="Rounded arrow"
318
+ markerWidth="1"
319
+ markerHeight="1"
320
+ viewBox="0 0 1 1"
321
+ inkscape:isstock="true"
322
+ inkscape:collect="always"
323
+ preserveAspectRatio="xMidYMid">
324
+ <path
325
+ transform="scale(0.7)"
326
+ 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"
327
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
328
+ id="path8-5-9-9-5-0-1" />
329
+ </marker>
330
+ <marker
331
+ style="overflow:visible"
332
+ id="marker5-6-3-6-9-4-7"
333
+ refX="0"
334
+ refY="0"
335
+ orient="auto-start-reverse"
336
+ inkscape:stockid="Rounded arrow"
337
+ markerWidth="1"
338
+ markerHeight="1"
339
+ viewBox="0 0 1 1"
340
+ inkscape:isstock="true"
341
+ inkscape:collect="always"
342
+ preserveAspectRatio="xMidYMid">
343
+ <path
344
+ transform="scale(0.7)"
345
+ 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"
346
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
347
+ id="path5-3-9-3-8-4-5" />
348
+ </marker>
349
+ <marker
350
+ style="overflow:visible"
351
+ id="RoundedArrow-6-2-0-1-3-3-9"
352
+ refX="0"
353
+ refY="0"
354
+ orient="auto-start-reverse"
355
+ inkscape:stockid="Rounded arrow"
356
+ markerWidth="1"
357
+ markerHeight="1"
358
+ viewBox="0 0 1 1"
359
+ inkscape:isstock="true"
360
+ inkscape:collect="always"
361
+ preserveAspectRatio="xMidYMid">
362
+ <path
363
+ transform="scale(0.7)"
364
+ 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"
365
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
366
+ id="path8-5-9-9-5-0-1-7" />
367
+ </marker>
368
+ <marker
369
+ style="overflow:visible"
370
+ id="marker5-6-3-6-9-4-7-5"
371
+ refX="0"
372
+ refY="0"
373
+ orient="auto-start-reverse"
374
+ inkscape:stockid="Rounded arrow"
375
+ markerWidth="1"
376
+ markerHeight="1"
377
+ viewBox="0 0 1 1"
378
+ inkscape:isstock="true"
379
+ inkscape:collect="always"
380
+ preserveAspectRatio="xMidYMid">
381
+ <path
382
+ transform="scale(0.7)"
383
+ 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"
384
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
385
+ id="path5-3-9-3-8-4-5-3" />
386
+ </marker>
387
+ <marker
388
+ style="overflow:visible"
389
+ id="RoundedArrow-6-2-0-1-3-3-9-6"
390
+ refX="0"
391
+ refY="0"
392
+ orient="auto-start-reverse"
393
+ inkscape:stockid="Rounded arrow"
394
+ markerWidth="1"
395
+ markerHeight="1"
396
+ viewBox="0 0 1 1"
397
+ inkscape:isstock="true"
398
+ inkscape:collect="always"
399
+ preserveAspectRatio="xMidYMid">
400
+ <path
401
+ transform="scale(0.7)"
402
+ 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"
403
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
404
+ id="path8-5-9-9-5-0-1-7-0" />
405
+ </marker>
406
+ <marker
407
+ style="overflow:visible"
408
+ id="marker5-6-3-6-9-4-7-5-4"
409
+ refX="0"
410
+ refY="0"
411
+ orient="auto-start-reverse"
412
+ inkscape:stockid="Rounded arrow"
413
+ markerWidth="1"
414
+ markerHeight="1"
415
+ viewBox="0 0 1 1"
416
+ inkscape:isstock="true"
417
+ inkscape:collect="always"
418
+ preserveAspectRatio="xMidYMid">
419
+ <path
420
+ transform="scale(0.7)"
421
+ 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"
422
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
423
+ id="path5-3-9-3-8-4-5-3-8" />
424
+ </marker>
425
+ <marker
426
+ style="overflow:visible"
427
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0"
428
+ refX="0"
429
+ refY="0"
430
+ orient="auto-start-reverse"
431
+ inkscape:stockid="Rounded arrow"
432
+ markerWidth="1"
433
+ markerHeight="1"
434
+ viewBox="0 0 1 1"
435
+ inkscape:isstock="true"
436
+ inkscape:collect="always"
437
+ preserveAspectRatio="xMidYMid">
438
+ <path
439
+ transform="scale(0.7)"
440
+ 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"
441
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
442
+ id="path8-5-9-9-5-0-1-7-0-3" />
443
+ </marker>
444
+ <marker
445
+ style="overflow:visible"
446
+ id="marker5-6-3-6-9-4-7-5-4-0"
447
+ refX="0"
448
+ refY="0"
449
+ orient="auto-start-reverse"
450
+ inkscape:stockid="Rounded arrow"
451
+ markerWidth="1"
452
+ markerHeight="1"
453
+ viewBox="0 0 1 1"
454
+ inkscape:isstock="true"
455
+ inkscape:collect="always"
456
+ preserveAspectRatio="xMidYMid">
457
+ <path
458
+ transform="scale(0.7)"
459
+ 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"
460
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
461
+ id="path5-3-9-3-8-4-5-3-8-9" />
462
+ </marker>
463
+ <marker
464
+ style="overflow:visible"
465
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0"
466
+ refX="0"
467
+ refY="0"
468
+ orient="auto-start-reverse"
469
+ inkscape:stockid="Rounded arrow"
470
+ markerWidth="1"
471
+ markerHeight="1"
472
+ viewBox="0 0 1 1"
473
+ inkscape:isstock="true"
474
+ inkscape:collect="always"
475
+ preserveAspectRatio="xMidYMid">
476
+ <path
477
+ transform="scale(0.7)"
478
+ 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"
479
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
480
+ id="path8-5-9-9-5-0-1-7-0-3-2" />
481
+ </marker>
482
+ <marker
483
+ style="overflow:visible"
484
+ id="marker5-6-3-6-9-4-7-5-4-0-1"
485
+ refX="0"
486
+ refY="0"
487
+ orient="auto-start-reverse"
488
+ inkscape:stockid="Rounded arrow"
489
+ markerWidth="1"
490
+ markerHeight="1"
491
+ viewBox="0 0 1 1"
492
+ inkscape:isstock="true"
493
+ inkscape:collect="always"
494
+ preserveAspectRatio="xMidYMid">
495
+ <path
496
+ transform="scale(0.7)"
497
+ 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"
498
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
499
+ id="path5-3-9-3-8-4-5-3-8-9-0" />
500
+ </marker>
501
+ <marker
502
+ style="overflow:visible"
503
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8"
504
+ refX="0"
505
+ refY="0"
506
+ orient="auto-start-reverse"
507
+ inkscape:stockid="Rounded arrow"
508
+ markerWidth="1"
509
+ markerHeight="1"
510
+ viewBox="0 0 1 1"
511
+ inkscape:isstock="true"
512
+ inkscape:collect="always"
513
+ preserveAspectRatio="xMidYMid">
514
+ <path
515
+ transform="scale(0.7)"
516
+ 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"
517
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
518
+ id="path8-5-9-9-5-0-1-7-0-3-2-5" />
519
+ </marker>
520
+ <marker
521
+ style="overflow:visible"
522
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0"
523
+ refX="0"
524
+ refY="0"
525
+ orient="auto-start-reverse"
526
+ inkscape:stockid="Rounded arrow"
527
+ markerWidth="1"
528
+ markerHeight="1"
529
+ viewBox="0 0 1 1"
530
+ inkscape:isstock="true"
531
+ inkscape:collect="always"
532
+ preserveAspectRatio="xMidYMid">
533
+ <path
534
+ transform="scale(0.7)"
535
+ 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"
536
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
537
+ id="path5-3-9-3-8-4-5-3-8-9-0-6" />
538
+ </marker>
539
+ <marker
540
+ style="overflow:visible"
541
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8"
542
+ refX="0"
543
+ refY="0"
544
+ orient="auto-start-reverse"
545
+ inkscape:stockid="Rounded arrow"
546
+ markerWidth="1"
547
+ markerHeight="1"
548
+ viewBox="0 0 1 1"
549
+ inkscape:isstock="true"
550
+ inkscape:collect="always"
551
+ preserveAspectRatio="xMidYMid">
552
+ <path
553
+ transform="scale(0.7)"
554
+ 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"
555
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
556
+ id="path8-5-9-9-5-0-1-7-0-3-2-5-6" />
557
+ </marker>
558
+ <marker
559
+ style="overflow:visible"
560
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0-2"
561
+ refX="0"
562
+ refY="0"
563
+ orient="auto-start-reverse"
564
+ inkscape:stockid="Rounded arrow"
565
+ markerWidth="1"
566
+ markerHeight="1"
567
+ viewBox="0 0 1 1"
568
+ inkscape:isstock="true"
569
+ inkscape:collect="always"
570
+ preserveAspectRatio="xMidYMid">
571
+ <path
572
+ transform="scale(0.7)"
573
+ 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"
574
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
575
+ id="path5-3-9-3-8-4-5-3-8-9-0-6-8" />
576
+ </marker>
577
+ <marker
578
+ style="overflow:visible"
579
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-0"
580
+ refX="0"
581
+ refY="0"
582
+ orient="auto-start-reverse"
583
+ inkscape:stockid="Rounded arrow"
584
+ markerWidth="1"
585
+ markerHeight="1"
586
+ viewBox="0 0 1 1"
587
+ inkscape:isstock="true"
588
+ inkscape:collect="always"
589
+ preserveAspectRatio="xMidYMid">
590
+ <path
591
+ transform="scale(0.7)"
592
+ 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"
593
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
594
+ id="path8-5-9-9-5-0-1-7-0-3-2-6" />
595
+ </marker>
596
+ <marker
597
+ style="overflow:visible"
598
+ id="marker5-6-3-6-9-4-7-5-4-0-1-2"
599
+ refX="0"
600
+ refY="0"
601
+ orient="auto-start-reverse"
602
+ inkscape:stockid="Rounded arrow"
603
+ markerWidth="1"
604
+ markerHeight="1"
605
+ viewBox="0 0 1 1"
606
+ inkscape:isstock="true"
607
+ inkscape:collect="always"
608
+ preserveAspectRatio="xMidYMid">
609
+ <path
610
+ transform="scale(0.7)"
611
+ 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"
612
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
613
+ id="path5-3-9-3-8-4-5-3-8-9-0-9" />
614
+ </marker>
615
+ <marker
616
+ style="overflow:visible"
617
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-3"
618
+ refX="0"
619
+ refY="0"
620
+ orient="auto-start-reverse"
621
+ inkscape:stockid="Rounded arrow"
622
+ markerWidth="1"
623
+ markerHeight="1"
624
+ viewBox="0 0 1 1"
625
+ inkscape:isstock="true"
626
+ inkscape:collect="always"
627
+ preserveAspectRatio="xMidYMid">
628
+ <path
629
+ transform="scale(0.7)"
630
+ 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"
631
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
632
+ id="path8-5-9-9-5-0-1-7-0-3-1" />
633
+ </marker>
634
+ <marker
635
+ style="overflow:visible"
636
+ id="marker5-6-3-6-9-4-7-5-4-0-10"
637
+ refX="0"
638
+ refY="0"
639
+ orient="auto-start-reverse"
640
+ inkscape:stockid="Rounded arrow"
641
+ markerWidth="1"
642
+ markerHeight="1"
643
+ viewBox="0 0 1 1"
644
+ inkscape:isstock="true"
645
+ inkscape:collect="always"
646
+ preserveAspectRatio="xMidYMid">
647
+ <path
648
+ transform="scale(0.7)"
649
+ 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"
650
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
651
+ id="path5-3-9-3-8-4-5-3-8-9-3" />
652
+ </marker>
653
+ <rect
654
+ x="77.347443"
655
+ y="662.31421"
656
+ width="84.73671"
657
+ height="47.255165"
658
+ id="rect8-1" />
659
+ <rect
660
+ x="77.347443"
661
+ y="662.31421"
662
+ width="84.73671"
663
+ height="47.255165"
664
+ id="rect8-1-3" />
665
+ <rect
666
+ x="232.99828"
667
+ y="693.14838"
668
+ width="86.641243"
669
+ height="36.167568"
670
+ id="rect10-4" />
671
+ <rect
672
+ x="232.99828"
673
+ y="693.14838"
674
+ width="86.641243"
675
+ height="36.167568"
676
+ id="rect10-6" />
677
+ <rect
678
+ x="232.99828"
679
+ y="693.14838"
680
+ width="86.641243"
681
+ height="36.167568"
682
+ id="rect10-7" />
683
+ <rect
684
+ x="232.99828"
685
+ y="693.14838"
686
+ width="86.641243"
687
+ height="36.167568"
688
+ id="rect10-60" />
689
+ <rect
690
+ x="232.99828"
691
+ y="693.14838"
692
+ width="86.641243"
693
+ height="36.167568"
694
+ id="rect10-60-1" />
695
+ <marker
696
+ style="overflow:visible"
697
+ id="RoundedArrow-6-2-04"
698
+ refX="0"
699
+ refY="0"
700
+ orient="auto-start-reverse"
701
+ inkscape:stockid="Rounded arrow"
702
+ markerWidth="1"
703
+ markerHeight="1"
704
+ viewBox="0 0 1 1"
705
+ inkscape:isstock="true"
706
+ inkscape:collect="always"
707
+ preserveAspectRatio="xMidYMid">
708
+ <path
709
+ transform="scale(0.7)"
710
+ 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"
711
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
712
+ id="path8-5-9-2" />
713
+ </marker>
714
+ <marker
715
+ style="overflow:visible"
716
+ id="marker5-6-3-2"
717
+ refX="0"
718
+ refY="0"
719
+ orient="auto-start-reverse"
720
+ inkscape:stockid="Rounded arrow"
721
+ markerWidth="1"
722
+ markerHeight="1"
723
+ viewBox="0 0 1 1"
724
+ inkscape:isstock="true"
725
+ inkscape:collect="always"
726
+ preserveAspectRatio="xMidYMid">
727
+ <path
728
+ transform="scale(0.7)"
729
+ 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"
730
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
731
+ id="path5-3-9-2" />
732
+ </marker>
733
+ <rect
734
+ x="463.98499"
735
+ y="599.35779"
736
+ width="90.103348"
737
+ height="49.333168"
738
+ id="rect7-0" />
739
+ <rect
740
+ x="480.52411"
741
+ y="615.39862"
742
+ width="71.61171"
743
+ height="46.321358"
744
+ id="rect9-5" />
745
+ <marker
746
+ style="overflow:visible"
747
+ id="RoundedArrow-6-2-04-4"
748
+ refX="0"
749
+ refY="0"
750
+ orient="auto-start-reverse"
751
+ inkscape:stockid="Rounded arrow"
752
+ markerWidth="1"
753
+ markerHeight="1"
754
+ viewBox="0 0 1 1"
755
+ inkscape:isstock="true"
756
+ inkscape:collect="always"
757
+ preserveAspectRatio="xMidYMid">
758
+ <path
759
+ transform="scale(0.7)"
760
+ 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"
761
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
762
+ id="path8-5-9-2-9" />
763
+ </marker>
764
+ <marker
765
+ style="overflow:visible"
766
+ id="marker5-6-3-2-9"
767
+ refX="0"
768
+ refY="0"
769
+ orient="auto-start-reverse"
770
+ inkscape:stockid="Rounded arrow"
771
+ markerWidth="1"
772
+ markerHeight="1"
773
+ viewBox="0 0 1 1"
774
+ inkscape:isstock="true"
775
+ inkscape:collect="always"
776
+ preserveAspectRatio="xMidYMid">
777
+ <path
778
+ transform="scale(0.7)"
779
+ 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"
780
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
781
+ id="path5-3-9-2-3" />
782
+ </marker>
783
+ <rect
784
+ x="18.019194"
785
+ y="501.34103"
786
+ width="52.367126"
787
+ height="43.815205"
788
+ id="rect6-2" />
789
+ <marker
790
+ style="overflow:visible"
791
+ id="RoundedArrow-6-2-0-1-3-3-3"
792
+ refX="0"
793
+ refY="0"
794
+ orient="auto-start-reverse"
795
+ inkscape:stockid="Rounded arrow"
796
+ markerWidth="1"
797
+ markerHeight="1"
798
+ viewBox="0 0 1 1"
799
+ inkscape:isstock="true"
800
+ inkscape:collect="always"
801
+ preserveAspectRatio="xMidYMid">
802
+ <path
803
+ transform="scale(0.7)"
804
+ 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"
805
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
806
+ id="path8-5-9-9-5-0-1-3" />
807
+ </marker>
808
+ <marker
809
+ style="overflow:visible"
810
+ id="RoundedArrow-6-2-0-1-3-3-3-8"
811
+ refX="0"
812
+ refY="0"
813
+ orient="auto-start-reverse"
814
+ inkscape:stockid="Rounded arrow"
815
+ markerWidth="1"
816
+ markerHeight="1"
817
+ viewBox="0 0 1 1"
818
+ inkscape:isstock="true"
819
+ inkscape:collect="always"
820
+ preserveAspectRatio="xMidYMid">
821
+ <path
822
+ transform="scale(0.7)"
823
+ 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"
824
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
825
+ id="path8-5-9-9-5-0-1-3-9" />
826
+ </marker>
827
+ <rect
828
+ x="77.347443"
829
+ y="662.31421"
830
+ width="84.73671"
831
+ height="47.255165"
832
+ id="rect8-1-3-9" />
833
+ <marker
834
+ style="overflow:visible"
835
+ id="RoundedArrow-6-2-04-4-9"
836
+ refX="0"
837
+ refY="0"
838
+ orient="auto-start-reverse"
839
+ inkscape:stockid="Rounded arrow"
840
+ markerWidth="1"
841
+ markerHeight="1"
842
+ viewBox="0 0 1 1"
843
+ inkscape:isstock="true"
844
+ inkscape:collect="always"
845
+ preserveAspectRatio="xMidYMid">
846
+ <path
847
+ transform="scale(0.7)"
848
+ 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"
849
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
850
+ id="path8-5-9-2-9-6" />
851
+ </marker>
852
+ <marker
853
+ style="overflow:visible"
854
+ id="marker5-6-3-2-9-0"
855
+ refX="0"
856
+ refY="0"
857
+ orient="auto-start-reverse"
858
+ inkscape:stockid="Rounded arrow"
859
+ markerWidth="1"
860
+ markerHeight="1"
861
+ viewBox="0 0 1 1"
862
+ inkscape:isstock="true"
863
+ inkscape:collect="always"
864
+ preserveAspectRatio="xMidYMid">
865
+ <path
866
+ transform="scale(0.7)"
867
+ 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"
868
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
869
+ id="path5-3-9-2-3-4" />
870
+ </marker>
871
+ <rect
872
+ x="480.52411"
873
+ y="615.39862"
874
+ width="71.61171"
875
+ height="46.321358"
876
+ id="rect9-5-7" />
877
+ <marker
878
+ style="overflow:visible"
879
+ id="RoundedArrow-6-2-0-1-3-3-3-9"
880
+ refX="0"
881
+ refY="0"
882
+ orient="auto-start-reverse"
883
+ inkscape:stockid="Rounded arrow"
884
+ markerWidth="1"
885
+ markerHeight="1"
886
+ viewBox="0 0 1 1"
887
+ inkscape:isstock="true"
888
+ inkscape:collect="always"
889
+ preserveAspectRatio="xMidYMid">
890
+ <path
891
+ transform="scale(0.7)"
892
+ 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"
893
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
894
+ id="path8-5-9-9-5-0-1-3-4" />
895
+ </marker>
896
+ <marker
897
+ style="overflow:visible"
898
+ id="RoundedArrow-6-2-0-1-3-3-3-9-7"
899
+ refX="0"
900
+ refY="0"
901
+ orient="auto-start-reverse"
902
+ inkscape:stockid="Rounded arrow"
903
+ markerWidth="1"
904
+ markerHeight="1"
905
+ viewBox="0 0 1 1"
906
+ inkscape:isstock="true"
907
+ inkscape:collect="always"
908
+ preserveAspectRatio="xMidYMid">
909
+ <path
910
+ transform="scale(0.7)"
911
+ 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"
912
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
913
+ id="path8-5-9-9-5-0-1-3-4-0" />
914
+ </marker>
915
+ <marker
916
+ style="overflow:visible"
917
+ id="RoundedArrow-6-2-0-1-3-3-3-7"
918
+ refX="0"
919
+ refY="0"
920
+ orient="auto-start-reverse"
921
+ inkscape:stockid="Rounded arrow"
922
+ markerWidth="1"
923
+ markerHeight="1"
924
+ viewBox="0 0 1 1"
925
+ inkscape:isstock="true"
926
+ inkscape:collect="always"
927
+ preserveAspectRatio="xMidYMid">
928
+ <path
929
+ transform="scale(0.7)"
930
+ 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"
931
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
932
+ id="path8-5-9-9-5-0-1-3-8" />
933
+ </marker>
934
+ <marker
935
+ style="overflow:visible"
936
+ id="RoundedArrow-6-2-0-1-3-3-3-8-9"
937
+ refX="0"
938
+ refY="0"
939
+ orient="auto-start-reverse"
940
+ inkscape:stockid="Rounded arrow"
941
+ markerWidth="1"
942
+ markerHeight="1"
943
+ viewBox="0 0 1 1"
944
+ inkscape:isstock="true"
945
+ inkscape:collect="always"
946
+ preserveAspectRatio="xMidYMid">
947
+ <path
948
+ transform="scale(0.7)"
949
+ 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"
950
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
951
+ id="path8-5-9-9-5-0-1-3-9-0" />
952
+ </marker>
953
+ <marker
954
+ style="overflow:visible"
955
+ id="RoundedArrow-6-2-04-2"
956
+ refX="0"
957
+ refY="0"
958
+ orient="auto-start-reverse"
959
+ inkscape:stockid="Rounded arrow"
960
+ markerWidth="1"
961
+ markerHeight="1"
962
+ viewBox="0 0 1 1"
963
+ inkscape:isstock="true"
964
+ inkscape:collect="always"
965
+ preserveAspectRatio="xMidYMid">
966
+ <path
967
+ transform="scale(0.7)"
968
+ 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"
969
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
970
+ id="path8-5-9-2-6" />
971
+ </marker>
972
+ <marker
973
+ style="overflow:visible"
974
+ id="marker5-6-3-2-1"
975
+ refX="0"
976
+ refY="0"
977
+ orient="auto-start-reverse"
978
+ inkscape:stockid="Rounded arrow"
979
+ markerWidth="1"
980
+ markerHeight="1"
981
+ viewBox="0 0 1 1"
982
+ inkscape:isstock="true"
983
+ inkscape:collect="always"
984
+ preserveAspectRatio="xMidYMid">
985
+ <path
986
+ transform="scale(0.7)"
987
+ 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"
988
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
989
+ id="path5-3-9-2-8" />
990
+ </marker>
991
+ <marker
992
+ style="overflow:visible"
993
+ id="RoundedArrow-6-2-04-2-2"
994
+ refX="0"
995
+ refY="0"
996
+ orient="auto-start-reverse"
997
+ inkscape:stockid="Rounded arrow"
998
+ markerWidth="1"
999
+ markerHeight="1"
1000
+ viewBox="0 0 1 1"
1001
+ inkscape:isstock="true"
1002
+ inkscape:collect="always"
1003
+ preserveAspectRatio="xMidYMid">
1004
+ <path
1005
+ transform="scale(0.7)"
1006
+ 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"
1007
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1008
+ id="path8-5-9-2-6-3" />
1009
+ </marker>
1010
+ <marker
1011
+ style="overflow:visible"
1012
+ id="marker5-6-3-2-1-7"
1013
+ refX="0"
1014
+ refY="0"
1015
+ orient="auto-start-reverse"
1016
+ inkscape:stockid="Rounded arrow"
1017
+ markerWidth="1"
1018
+ markerHeight="1"
1019
+ viewBox="0 0 1 1"
1020
+ inkscape:isstock="true"
1021
+ inkscape:collect="always"
1022
+ preserveAspectRatio="xMidYMid">
1023
+ <path
1024
+ transform="scale(0.7)"
1025
+ 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"
1026
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1027
+ id="path5-3-9-2-8-5" />
1028
+ </marker>
1029
+ <marker
1030
+ style="overflow:visible"
1031
+ id="RoundedArrow-6-2-0-1-3-3-3-7-7"
1032
+ refX="0"
1033
+ refY="0"
1034
+ orient="auto-start-reverse"
1035
+ inkscape:stockid="Rounded arrow"
1036
+ markerWidth="1"
1037
+ markerHeight="1"
1038
+ viewBox="0 0 1 1"
1039
+ inkscape:isstock="true"
1040
+ inkscape:collect="always"
1041
+ preserveAspectRatio="xMidYMid">
1042
+ <path
1043
+ transform="scale(0.7)"
1044
+ 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"
1045
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1046
+ id="path8-5-9-9-5-0-1-3-8-5" />
1047
+ </marker>
1048
+ <marker
1049
+ style="overflow:visible"
1050
+ id="RoundedArrow-6-2-0-1-3-3-3-8-9-3"
1051
+ refX="0"
1052
+ refY="0"
1053
+ orient="auto-start-reverse"
1054
+ inkscape:stockid="Rounded arrow"
1055
+ markerWidth="1"
1056
+ markerHeight="1"
1057
+ viewBox="0 0 1 1"
1058
+ inkscape:isstock="true"
1059
+ inkscape:collect="always"
1060
+ preserveAspectRatio="xMidYMid">
1061
+ <path
1062
+ transform="scale(0.7)"
1063
+ 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"
1064
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1065
+ id="path8-5-9-9-5-0-1-3-9-0-5" />
1066
+ </marker>
1067
+ <rect
1068
+ x="377.27731"
1069
+ y="898.37415"
1070
+ width="52.217644"
1071
+ height="35.377708"
1072
+ id="rect14-6" />
1073
+ <rect
1074
+ x="77.347443"
1075
+ y="662.31421"
1076
+ width="84.73671"
1077
+ height="47.255165"
1078
+ id="rect8-2" />
1079
+ <marker
1080
+ style="overflow:visible"
1081
+ id="RoundedArrow-6-2-0-1-3-3-3-8-9-3-3"
1082
+ refX="0"
1083
+ refY="0"
1084
+ orient="auto-start-reverse"
1085
+ inkscape:stockid="Rounded arrow"
1086
+ markerWidth="1"
1087
+ markerHeight="1"
1088
+ viewBox="0 0 1 1"
1089
+ inkscape:isstock="true"
1090
+ inkscape:collect="always"
1091
+ preserveAspectRatio="xMidYMid">
1092
+ <path
1093
+ transform="scale(0.7)"
1094
+ 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"
1095
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1096
+ id="path8-5-9-9-5-0-1-3-9-0-5-7" />
1097
+ </marker>
1098
+ <marker
1099
+ style="overflow:visible"
1100
+ id="RoundedArrow-6-2-0-1-3-3-3-7-7-5"
1101
+ refX="0"
1102
+ refY="0"
1103
+ orient="auto-start-reverse"
1104
+ inkscape:stockid="Rounded arrow"
1105
+ markerWidth="1"
1106
+ markerHeight="1"
1107
+ viewBox="0 0 1 1"
1108
+ inkscape:isstock="true"
1109
+ inkscape:collect="always"
1110
+ preserveAspectRatio="xMidYMid">
1111
+ <path
1112
+ transform="scale(0.7)"
1113
+ 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"
1114
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1115
+ id="path8-5-9-9-5-0-1-3-8-5-9" />
1116
+ </marker>
1117
+ <marker
1118
+ style="overflow:visible"
1119
+ id="RoundedArrow-6-2-04-2-3"
1120
+ refX="0"
1121
+ refY="0"
1122
+ orient="auto-start-reverse"
1123
+ inkscape:stockid="Rounded arrow"
1124
+ markerWidth="1"
1125
+ markerHeight="1"
1126
+ viewBox="0 0 1 1"
1127
+ inkscape:isstock="true"
1128
+ inkscape:collect="always"
1129
+ preserveAspectRatio="xMidYMid">
1130
+ <path
1131
+ transform="scale(0.7)"
1132
+ 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"
1133
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1134
+ id="path8-5-9-2-6-6" />
1135
+ </marker>
1136
+ <marker
1137
+ style="overflow:visible"
1138
+ id="marker5-6-3-2-1-1"
1139
+ refX="0"
1140
+ refY="0"
1141
+ orient="auto-start-reverse"
1142
+ inkscape:stockid="Rounded arrow"
1143
+ markerWidth="1"
1144
+ markerHeight="1"
1145
+ viewBox="0 0 1 1"
1146
+ inkscape:isstock="true"
1147
+ inkscape:collect="always"
1148
+ preserveAspectRatio="xMidYMid">
1149
+ <path
1150
+ transform="scale(0.7)"
1151
+ 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"
1152
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1153
+ id="path5-3-9-2-8-2" />
1154
+ </marker>
1155
+ <marker
1156
+ style="overflow:visible"
1157
+ id="RoundedArrow-6-2-04-2-2-9"
1158
+ refX="0"
1159
+ refY="0"
1160
+ orient="auto-start-reverse"
1161
+ inkscape:stockid="Rounded arrow"
1162
+ markerWidth="1"
1163
+ markerHeight="1"
1164
+ viewBox="0 0 1 1"
1165
+ inkscape:isstock="true"
1166
+ inkscape:collect="always"
1167
+ preserveAspectRatio="xMidYMid">
1168
+ <path
1169
+ transform="scale(0.7)"
1170
+ 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"
1171
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1172
+ id="path8-5-9-2-6-3-3" />
1173
+ </marker>
1174
+ <marker
1175
+ style="overflow:visible"
1176
+ id="marker5-6-3-2-1-7-1"
1177
+ refX="0"
1178
+ refY="0"
1179
+ orient="auto-start-reverse"
1180
+ inkscape:stockid="Rounded arrow"
1181
+ markerWidth="1"
1182
+ markerHeight="1"
1183
+ viewBox="0 0 1 1"
1184
+ inkscape:isstock="true"
1185
+ inkscape:collect="always"
1186
+ preserveAspectRatio="xMidYMid">
1187
+ <path
1188
+ transform="scale(0.7)"
1189
+ 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"
1190
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1191
+ id="path5-3-9-2-8-5-9" />
1192
+ </marker>
1193
+ <rect
1194
+ x="457.96124"
1195
+ y="914.39246"
1196
+ width="60.51133"
1197
+ height="51.02951"
1198
+ id="rect4-4" />
1199
+ <rect
1200
+ x="386.61539"
1201
+ y="938.71246"
1202
+ width="36.163876"
1203
+ height="24.295645"
1204
+ id="rect15-7" />
1205
+ <marker
1206
+ style="overflow:visible"
1207
+ id="RoundedArrow-6-2-04-2-3-4"
1208
+ refX="0"
1209
+ refY="0"
1210
+ orient="auto-start-reverse"
1211
+ inkscape:stockid="Rounded arrow"
1212
+ markerWidth="1"
1213
+ markerHeight="1"
1214
+ viewBox="0 0 1 1"
1215
+ inkscape:isstock="true"
1216
+ inkscape:collect="always"
1217
+ preserveAspectRatio="xMidYMid">
1218
+ <path
1219
+ transform="scale(0.7)"
1220
+ 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"
1221
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1222
+ id="path8-5-9-2-6-6-7" />
1223
+ </marker>
1224
+ <marker
1225
+ style="overflow:visible"
1226
+ id="marker5-6-3-2-1-1-6"
1227
+ refX="0"
1228
+ refY="0"
1229
+ orient="auto-start-reverse"
1230
+ inkscape:stockid="Rounded arrow"
1231
+ markerWidth="1"
1232
+ markerHeight="1"
1233
+ viewBox="0 0 1 1"
1234
+ inkscape:isstock="true"
1235
+ inkscape:collect="always"
1236
+ preserveAspectRatio="xMidYMid">
1237
+ <path
1238
+ transform="scale(0.7)"
1239
+ 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"
1240
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1241
+ id="path5-3-9-2-8-2-5" />
1242
+ </marker>
1243
+ <marker
1244
+ style="overflow:visible"
1245
+ id="RoundedArrow-4"
1246
+ refX="0"
1247
+ refY="0"
1248
+ orient="auto-start-reverse"
1249
+ inkscape:stockid="Rounded arrow"
1250
+ markerWidth="1"
1251
+ markerHeight="1"
1252
+ viewBox="0 0 1 1"
1253
+ inkscape:isstock="true"
1254
+ inkscape:collect="always"
1255
+ preserveAspectRatio="xMidYMid">
1256
+ <path
1257
+ transform="scale(0.7)"
1258
+ 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"
1259
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1260
+ id="path8-52" />
1261
+ </marker>
1262
+ <marker
1263
+ style="overflow:visible"
1264
+ id="marker5-5"
1265
+ refX="0"
1266
+ refY="0"
1267
+ orient="auto-start-reverse"
1268
+ inkscape:stockid="Rounded arrow"
1269
+ markerWidth="1"
1270
+ markerHeight="1"
1271
+ viewBox="0 0 1 1"
1272
+ inkscape:isstock="true"
1273
+ inkscape:collect="always"
1274
+ preserveAspectRatio="xMidYMid">
1275
+ <path
1276
+ transform="scale(0.7)"
1277
+ 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"
1278
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1279
+ id="path5-4" />
1280
+ </marker>
1281
+ <rect
1282
+ x="477.34253"
1283
+ y="130.60777"
1284
+ width="70.286659"
1285
+ height="45.62746"
1286
+ id="rect5-7" />
1287
+ <marker
1288
+ style="overflow:visible"
1289
+ id="RoundedArrow-6-2-0-1-3-3-9-6-9"
1290
+ refX="0"
1291
+ refY="0"
1292
+ orient="auto-start-reverse"
1293
+ inkscape:stockid="Rounded arrow"
1294
+ markerWidth="1"
1295
+ markerHeight="1"
1296
+ viewBox="0 0 1 1"
1297
+ inkscape:isstock="true"
1298
+ inkscape:collect="always"
1299
+ preserveAspectRatio="xMidYMid">
1300
+ <path
1301
+ transform="scale(0.7)"
1302
+ 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"
1303
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1304
+ id="path8-5-9-9-5-0-1-7-0-4" />
1305
+ </marker>
1306
+ <marker
1307
+ style="overflow:visible"
1308
+ id="marker5-6-3-6-9-4-7-5-4-9"
1309
+ refX="0"
1310
+ refY="0"
1311
+ orient="auto-start-reverse"
1312
+ inkscape:stockid="Rounded arrow"
1313
+ markerWidth="1"
1314
+ markerHeight="1"
1315
+ viewBox="0 0 1 1"
1316
+ inkscape:isstock="true"
1317
+ inkscape:collect="always"
1318
+ preserveAspectRatio="xMidYMid">
1319
+ <path
1320
+ transform="scale(0.7)"
1321
+ 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"
1322
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1323
+ id="path5-3-9-3-8-4-5-3-8-0" />
1324
+ </marker>
1325
+ <marker
1326
+ style="overflow:visible"
1327
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-9"
1328
+ refX="0"
1329
+ refY="0"
1330
+ orient="auto-start-reverse"
1331
+ inkscape:stockid="Rounded arrow"
1332
+ markerWidth="1"
1333
+ markerHeight="1"
1334
+ viewBox="0 0 1 1"
1335
+ inkscape:isstock="true"
1336
+ inkscape:collect="always"
1337
+ preserveAspectRatio="xMidYMid">
1338
+ <path
1339
+ transform="scale(0.7)"
1340
+ 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"
1341
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1342
+ id="path8-5-9-9-5-0-1-7-0-3-17" />
1343
+ </marker>
1344
+ <marker
1345
+ style="overflow:visible"
1346
+ id="marker5-6-3-6-9-4-7-5-4-0-7"
1347
+ refX="0"
1348
+ refY="0"
1349
+ orient="auto-start-reverse"
1350
+ inkscape:stockid="Rounded arrow"
1351
+ markerWidth="1"
1352
+ markerHeight="1"
1353
+ viewBox="0 0 1 1"
1354
+ inkscape:isstock="true"
1355
+ inkscape:collect="always"
1356
+ preserveAspectRatio="xMidYMid">
1357
+ <path
1358
+ transform="scale(0.7)"
1359
+ 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"
1360
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1361
+ id="path5-3-9-3-8-4-5-3-8-9-1" />
1362
+ </marker>
1363
+ <marker
1364
+ style="overflow:visible"
1365
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-1"
1366
+ refX="0"
1367
+ refY="0"
1368
+ orient="auto-start-reverse"
1369
+ inkscape:stockid="Rounded arrow"
1370
+ markerWidth="1"
1371
+ markerHeight="1"
1372
+ viewBox="0 0 1 1"
1373
+ inkscape:isstock="true"
1374
+ inkscape:collect="always"
1375
+ preserveAspectRatio="xMidYMid">
1376
+ <path
1377
+ transform="scale(0.7)"
1378
+ 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"
1379
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1380
+ id="path8-5-9-9-5-0-1-7-0-3-2-59" />
1381
+ </marker>
1382
+ <marker
1383
+ style="overflow:visible"
1384
+ id="marker5-6-3-6-9-4-7-5-4-0-1-7"
1385
+ refX="0"
1386
+ refY="0"
1387
+ orient="auto-start-reverse"
1388
+ inkscape:stockid="Rounded arrow"
1389
+ markerWidth="1"
1390
+ markerHeight="1"
1391
+ viewBox="0 0 1 1"
1392
+ inkscape:isstock="true"
1393
+ inkscape:collect="always"
1394
+ preserveAspectRatio="xMidYMid">
1395
+ <path
1396
+ transform="scale(0.7)"
1397
+ 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"
1398
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1399
+ id="path5-3-9-3-8-4-5-3-8-9-0-7" />
1400
+ </marker>
1401
+ <marker
1402
+ style="overflow:visible"
1403
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-6"
1404
+ refX="0"
1405
+ refY="0"
1406
+ orient="auto-start-reverse"
1407
+ inkscape:stockid="Rounded arrow"
1408
+ markerWidth="1"
1409
+ markerHeight="1"
1410
+ viewBox="0 0 1 1"
1411
+ inkscape:isstock="true"
1412
+ inkscape:collect="always"
1413
+ preserveAspectRatio="xMidYMid">
1414
+ <path
1415
+ transform="scale(0.7)"
1416
+ 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"
1417
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1418
+ id="path8-5-9-9-5-0-1-7-0-3-2-5-7" />
1419
+ </marker>
1420
+ <marker
1421
+ style="overflow:visible"
1422
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0-3"
1423
+ refX="0"
1424
+ refY="0"
1425
+ orient="auto-start-reverse"
1426
+ inkscape:stockid="Rounded arrow"
1427
+ markerWidth="1"
1428
+ markerHeight="1"
1429
+ viewBox="0 0 1 1"
1430
+ inkscape:isstock="true"
1431
+ inkscape:collect="always"
1432
+ preserveAspectRatio="xMidYMid">
1433
+ <path
1434
+ transform="scale(0.7)"
1435
+ 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"
1436
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1437
+ id="path5-3-9-3-8-4-5-3-8-9-0-6-6" />
1438
+ </marker>
1439
+ <marker
1440
+ style="overflow:visible"
1441
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8-5"
1442
+ refX="0"
1443
+ refY="0"
1444
+ orient="auto-start-reverse"
1445
+ inkscape:stockid="Rounded arrow"
1446
+ markerWidth="1"
1447
+ markerHeight="1"
1448
+ viewBox="0 0 1 1"
1449
+ inkscape:isstock="true"
1450
+ inkscape:collect="always"
1451
+ preserveAspectRatio="xMidYMid">
1452
+ <path
1453
+ transform="scale(0.7)"
1454
+ 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"
1455
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1456
+ id="path8-5-9-9-5-0-1-7-0-3-2-5-6-6" />
1457
+ </marker>
1458
+ <marker
1459
+ style="overflow:visible"
1460
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0-2-3"
1461
+ refX="0"
1462
+ refY="0"
1463
+ orient="auto-start-reverse"
1464
+ inkscape:stockid="Rounded arrow"
1465
+ markerWidth="1"
1466
+ markerHeight="1"
1467
+ viewBox="0 0 1 1"
1468
+ inkscape:isstock="true"
1469
+ inkscape:collect="always"
1470
+ preserveAspectRatio="xMidYMid">
1471
+ <path
1472
+ transform="scale(0.7)"
1473
+ 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"
1474
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1475
+ id="path5-3-9-3-8-4-5-3-8-9-0-6-8-9" />
1476
+ </marker>
1477
+ <marker
1478
+ style="overflow:visible"
1479
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-0-4"
1480
+ refX="0"
1481
+ refY="0"
1482
+ orient="auto-start-reverse"
1483
+ inkscape:stockid="Rounded arrow"
1484
+ markerWidth="1"
1485
+ markerHeight="1"
1486
+ viewBox="0 0 1 1"
1487
+ inkscape:isstock="true"
1488
+ inkscape:collect="always"
1489
+ preserveAspectRatio="xMidYMid">
1490
+ <path
1491
+ transform="scale(0.7)"
1492
+ 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"
1493
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1494
+ id="path8-5-9-9-5-0-1-7-0-3-2-6-8" />
1495
+ </marker>
1496
+ <marker
1497
+ style="overflow:visible"
1498
+ id="marker5-6-3-6-9-4-7-5-4-0-1-2-1"
1499
+ refX="0"
1500
+ refY="0"
1501
+ orient="auto-start-reverse"
1502
+ inkscape:stockid="Rounded arrow"
1503
+ markerWidth="1"
1504
+ markerHeight="1"
1505
+ viewBox="0 0 1 1"
1506
+ inkscape:isstock="true"
1507
+ inkscape:collect="always"
1508
+ preserveAspectRatio="xMidYMid">
1509
+ <path
1510
+ transform="scale(0.7)"
1511
+ 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"
1512
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1513
+ id="path5-3-9-3-8-4-5-3-8-9-0-9-2" />
1514
+ </marker>
1515
+ <marker
1516
+ style="overflow:visible"
1517
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-3-9"
1518
+ refX="0"
1519
+ refY="0"
1520
+ orient="auto-start-reverse"
1521
+ inkscape:stockid="Rounded arrow"
1522
+ markerWidth="1"
1523
+ markerHeight="1"
1524
+ viewBox="0 0 1 1"
1525
+ inkscape:isstock="true"
1526
+ inkscape:collect="always"
1527
+ preserveAspectRatio="xMidYMid">
1528
+ <path
1529
+ transform="scale(0.7)"
1530
+ 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"
1531
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1532
+ id="path8-5-9-9-5-0-1-7-0-3-1-3" />
1533
+ </marker>
1534
+ <marker
1535
+ style="overflow:visible"
1536
+ id="marker5-6-3-6-9-4-7-5-4-0-10-9"
1537
+ refX="0"
1538
+ refY="0"
1539
+ orient="auto-start-reverse"
1540
+ inkscape:stockid="Rounded arrow"
1541
+ markerWidth="1"
1542
+ markerHeight="1"
1543
+ viewBox="0 0 1 1"
1544
+ inkscape:isstock="true"
1545
+ inkscape:collect="always"
1546
+ preserveAspectRatio="xMidYMid">
1547
+ <path
1548
+ transform="scale(0.7)"
1549
+ 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"
1550
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1551
+ id="path5-3-9-3-8-4-5-3-8-9-3-0" />
1552
+ </marker>
1553
+ <rect
1554
+ x="232.99828"
1555
+ y="693.14838"
1556
+ width="86.641243"
1557
+ height="36.167568"
1558
+ id="rect10-8" />
1559
+ <rect
1560
+ x="232.99828"
1561
+ y="693.14838"
1562
+ width="86.641243"
1563
+ height="36.167568"
1564
+ id="rect10-4-8" />
1565
+ <rect
1566
+ x="232.99828"
1567
+ y="693.14838"
1568
+ width="86.641243"
1569
+ height="36.167568"
1570
+ id="rect10-6-5" />
1571
+ <rect
1572
+ x="232.99828"
1573
+ y="693.14838"
1574
+ width="86.641243"
1575
+ height="36.167568"
1576
+ id="rect10-7-0" />
1577
+ <rect
1578
+ x="183.22218"
1579
+ y="667.30438"
1580
+ width="108.47318"
1581
+ height="49.624756"
1582
+ id="rect11-9" />
1583
+ <rect
1584
+ x="232.99828"
1585
+ y="693.14838"
1586
+ width="86.641243"
1587
+ height="36.167568"
1588
+ id="rect10-60-6" />
1589
+ <rect
1590
+ x="232.99828"
1591
+ y="693.14838"
1592
+ width="86.641243"
1593
+ height="36.167568"
1594
+ id="rect10-60-1-3" />
1595
+ <rect
1596
+ x="477.34253"
1597
+ y="130.60777"
1598
+ width="70.286659"
1599
+ height="45.62746"
1600
+ id="rect5-5" />
1601
+ <rect
1602
+ x="18.019194"
1603
+ y="501.34103"
1604
+ width="52.367126"
1605
+ height="43.815205"
1606
+ id="rect6-4" />
1607
+ <rect
1608
+ x="463.98499"
1609
+ y="599.35779"
1610
+ width="90.103348"
1611
+ height="49.333168"
1612
+ id="rect7-7" />
1613
+ <rect
1614
+ x="77.347443"
1615
+ y="662.31421"
1616
+ width="84.73671"
1617
+ height="47.255165"
1618
+ id="rect8-4" />
1619
+ <rect
1620
+ x="77.347443"
1621
+ y="662.31421"
1622
+ width="84.73671"
1623
+ height="47.255165"
1624
+ id="rect8-1-4" />
1625
+ <rect
1626
+ x="77.347443"
1627
+ y="662.31421"
1628
+ width="84.73671"
1629
+ height="47.255165"
1630
+ id="rect8-1-3-3" />
1631
+ <rect
1632
+ x="480.52411"
1633
+ y="615.39862"
1634
+ width="71.61171"
1635
+ height="46.321358"
1636
+ id="rect9-0" />
1637
+ <rect
1638
+ x="232.99828"
1639
+ y="693.14838"
1640
+ width="86.641243"
1641
+ height="36.167568"
1642
+ id="rect10-78" />
1643
+ <rect
1644
+ x="232.99828"
1645
+ y="693.14838"
1646
+ width="86.641243"
1647
+ height="36.167568"
1648
+ id="rect10-4-6" />
1649
+ <rect
1650
+ x="232.99828"
1651
+ y="693.14838"
1652
+ width="86.641243"
1653
+ height="36.167568"
1654
+ id="rect10-6-8" />
1655
+ <rect
1656
+ x="232.99828"
1657
+ y="693.14838"
1658
+ width="86.641243"
1659
+ height="36.167568"
1660
+ id="rect10-7-8" />
1661
+ <rect
1662
+ x="183.22218"
1663
+ y="667.30438"
1664
+ width="108.47318"
1665
+ height="49.624756"
1666
+ id="rect11-4" />
1667
+ <rect
1668
+ x="232.99828"
1669
+ y="693.14838"
1670
+ width="86.641243"
1671
+ height="36.167568"
1672
+ id="rect10-60-3" />
1673
+ <rect
1674
+ x="232.99828"
1675
+ y="693.14838"
1676
+ width="86.641243"
1677
+ height="36.167568"
1678
+ id="rect10-60-1-1" />
1679
+ <marker
1680
+ style="overflow:visible"
1681
+ id="marker5-0"
1682
+ refX="0"
1683
+ refY="0"
1684
+ orient="auto-start-reverse"
1685
+ inkscape:stockid="Rounded arrow"
1686
+ markerWidth="1"
1687
+ markerHeight="1"
1688
+ viewBox="0 0 1 1"
1689
+ inkscape:isstock="true"
1690
+ inkscape:collect="always"
1691
+ preserveAspectRatio="xMidYMid">
1692
+ <path
1693
+ transform="scale(0.7)"
1694
+ 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"
1695
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1696
+ id="path5-39" />
1697
+ </marker>
1698
+ <marker
1699
+ style="overflow:visible"
1700
+ id="marker5-0-3"
1701
+ refX="0"
1702
+ refY="0"
1703
+ orient="auto-start-reverse"
1704
+ inkscape:stockid="Rounded arrow"
1705
+ markerWidth="1"
1706
+ markerHeight="1"
1707
+ viewBox="0 0 1 1"
1708
+ inkscape:isstock="true"
1709
+ inkscape:collect="always"
1710
+ preserveAspectRatio="xMidYMid">
1711
+ <path
1712
+ transform="scale(0.7)"
1713
+ 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"
1714
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1715
+ id="path5-39-3" />
1716
+ </marker>
1717
+ <marker
1718
+ style="overflow:visible"
1719
+ id="marker5-0-3-6"
1720
+ refX="0"
1721
+ refY="0"
1722
+ orient="auto-start-reverse"
1723
+ inkscape:stockid="Rounded arrow"
1724
+ markerWidth="1"
1725
+ markerHeight="1"
1726
+ viewBox="0 0 1 1"
1727
+ inkscape:isstock="true"
1728
+ inkscape:collect="always"
1729
+ preserveAspectRatio="xMidYMid">
1730
+ <path
1731
+ transform="scale(0.7)"
1732
+ 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"
1733
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1734
+ id="path5-39-3-7" />
1735
+ </marker>
1736
+ <marker
1737
+ style="overflow:visible"
1738
+ id="marker5-0-3-7"
1739
+ refX="0"
1740
+ refY="0"
1741
+ orient="auto-start-reverse"
1742
+ inkscape:stockid="Rounded arrow"
1743
+ markerWidth="1"
1744
+ markerHeight="1"
1745
+ viewBox="0 0 1 1"
1746
+ inkscape:isstock="true"
1747
+ inkscape:collect="always"
1748
+ preserveAspectRatio="xMidYMid">
1749
+ <path
1750
+ transform="scale(0.7)"
1751
+ 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"
1752
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1753
+ id="path5-39-3-2" />
1754
+ </marker>
1755
+ <marker
1756
+ style="overflow:visible"
1757
+ id="marker5-0-3-7-6"
1758
+ refX="0"
1759
+ refY="0"
1760
+ orient="auto-start-reverse"
1761
+ inkscape:stockid="Rounded arrow"
1762
+ markerWidth="1"
1763
+ markerHeight="1"
1764
+ viewBox="0 0 1 1"
1765
+ inkscape:isstock="true"
1766
+ inkscape:collect="always"
1767
+ preserveAspectRatio="xMidYMid">
1768
+ <path
1769
+ transform="scale(0.7)"
1770
+ 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"
1771
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
1772
+ id="path5-39-3-2-0" />
1773
+ </marker>
1774
+ <rect
1775
+ x="156.62485"
1776
+ y="1875.1213"
1777
+ width="36.979561"
1778
+ height="22.849606"
1779
+ id="rect19-3" />
1780
+ <rect
1781
+ x="156.62485"
1782
+ y="1875.1213"
1783
+ width="36.979561"
1784
+ height="22.849606"
1785
+ id="rect19-1" />
1786
+ <rect
1787
+ x="156.62485"
1788
+ y="1875.1213"
1789
+ width="36.979561"
1790
+ height="22.849606"
1791
+ id="rect19-5" />
1792
+ </defs>
1793
+ <g
1794
+ inkscape:label="Layer 1"
1795
+ inkscape:groupmode="layer"
1796
+ id="layer1">
1797
+ <rect
1798
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1799
+ id="rect25"
1800
+ width="134.91814"
1801
+ height="66.080246"
1802
+ x="16.108109"
1803
+ y="282.87238"
1804
+ inkscape:export-filename="swing_face.svg"
1805
+ inkscape:export-xdpi="96"
1806
+ inkscape:export-ydpi="96" />
1807
+ <rect
1808
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
1809
+ id="rect33"
1810
+ width="114.37206"
1811
+ height="62.539062"
1812
+ x="29.196287"
1813
+ y="186.2002"
1814
+ inkscape:export-filename="swing_side.svg"
1815
+ inkscape:export-xdpi="96"
1816
+ inkscape:export-ydpi="96" />
1817
+ <rect
1818
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
1819
+ id="rect12"
1820
+ width="144.97656"
1821
+ height="130.94141"
1822
+ x="4.8769531"
1823
+ y="41.40332"
1824
+ inkscape:export-filename="swing_top.svg"
1825
+ inkscape:export-xdpi="96"
1826
+ inkscape:export-ydpi="96" />
1827
+ <text
1828
+ xml:space="preserve"
1829
+ transform="matrix(0.26458333,0,0,0.26458333,17.227228,67.085356)"
1830
+ id="text8-6-0-3"
1831
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1-3-9);display:inline"><tspan
1832
+ x="77.347656"
1833
+ y="675.29105"
1834
+ id="tspan38">H2</tspan></text>
1835
+ <text
1836
+ xml:space="preserve"
1837
+ transform="matrix(0.26458333,0,0,0.26458333,73.400089,107.26741)"
1838
+ id="text6-4"
1839
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6-2);display:inline"><tspan
1840
+ x="18.019531"
1841
+ y="514.31839"
1842
+ id="tspan39">D1</tspan></text>
1843
+ <rect
1844
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1845
+ id="rect2-2-6-6"
1846
+ width="93.92382"
1847
+ height="2.7304668"
1848
+ x="30.454166"
1849
+ y="145.71739" />
1850
+ <text
1851
+ xml:space="preserve"
1852
+ transform="scale(0.26458333)"
1853
+ id="text1"
1854
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1);display:inline"><tspan
1855
+ x="19.451172"
1856
+ y="36.052764"
1857
+ id="tspan40">swing.svg</tspan></text>
1858
+ <rect
1859
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1860
+ id="rect2"
1861
+ width="93.92382"
1862
+ height="8.4765606"
1863
+ x="30.454166"
1864
+ y="102.45078" />
1865
+ <rect
1866
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1867
+ id="rect2-2"
1868
+ width="93.92382"
1869
+ height="2.7304668"
1870
+ x="30.454165"
1871
+ y="94.463615" />
1872
+ <rect
1873
+ style="fill:#5fd38d;stroke:#5fd38d;stroke-width:0.264583"
1874
+ id="rect3"
1875
+ width="11.655273"
1876
+ height="4.7275391"
1877
+ x="140.38417"
1878
+ y="18.293625" />
1879
+ <rect
1880
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1881
+ id="rect2-2-7"
1882
+ width="93.92382"
1883
+ height="2.7304668"
1884
+ x="30.454165"
1885
+ y="116.18404" />
1886
+ <rect
1887
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1888
+ id="rect2-2-6"
1889
+ width="93.92382"
1890
+ height="2.7304668"
1891
+ x="30.454166"
1892
+ y="64.930275" />
1893
+ <rect
1894
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
1895
+ id="rect2-5"
1896
+ width="2.5361254"
1897
+ height="83.517578"
1898
+ x="30.454166"
1899
+ y="64.930275" />
1900
+ <rect
1901
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
1902
+ id="rect2-5-9"
1903
+ width="2.5361254"
1904
+ height="83.517578"
1905
+ x="121.84187"
1906
+ y="64.930275" />
1907
+ <rect
1908
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
1909
+ id="rect2-5-9-8"
1910
+ width="5.0156178"
1911
+ height="83.517578"
1912
+ x="212.23935"
1913
+ y="-122.53415"
1914
+ transform="rotate(90)" />
1915
+ <rect
1916
+ style="fill:#5fd38d;stroke:#5fd38d;stroke-width:0.264583"
1917
+ id="rect3-3"
1918
+ width="14.163292"
1919
+ height="4.7275391"
1920
+ x="64.018021"
1921
+ y="23.309246" />
1922
+ <rect
1923
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
1924
+ id="rect2-5-2"
1925
+ width="2.5361254"
1926
+ height="83.517578"
1927
+ x="67.533714"
1928
+ y="64.930275" />
1929
+ <rect
1930
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
1931
+ id="rect2-5-7"
1932
+ width="2.5361254"
1933
+ height="83.517578"
1934
+ x="84.762299"
1935
+ y="64.930275" />
1936
+ <rect
1937
+ style="fill:#5fd38d;stroke:#5fd38d;stroke-width:0.264583"
1938
+ id="rect3-3-2"
1939
+ width="3.6066513"
1940
+ height="4.7275391"
1941
+ x="81.246597"
1942
+ y="23.309246" />
1943
+ <rect
1944
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
1945
+ id="rect2-5-7-9"
1946
+ width="2.5361254"
1947
+ height="83.517578"
1948
+ x="91.434235"
1949
+ y="64.930275" />
1950
+ <rect
1951
+ style="fill:#5fd38d;stroke:#5fd38d;stroke-width:0.264583"
1952
+ id="rect3-3-2-4"
1953
+ width="3.6066513"
1954
+ height="4.7275391"
1955
+ x="57.346077"
1956
+ y="23.309246" />
1957
+ <rect
1958
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
1959
+ id="rect2-5-7-9-6"
1960
+ width="2.5361254"
1961
+ height="83.517578"
1962
+ x="60.861774"
1963
+ y="64.930275" />
1964
+ <rect
1965
+ style="fill:#5fd38d;stroke:#5fd38d;stroke-width:0.264583"
1966
+ id="rect3-3-3"
1967
+ width="10.414268"
1968
+ height="4.7275391"
1969
+ x="87.918533"
1970
+ y="23.309246" />
1971
+ <rect
1972
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
1973
+ id="rect2-5-7-9-1"
1974
+ width="2.5361254"
1975
+ height="83.517578"
1976
+ x="104.91379"
1977
+ y="64.930275" />
1978
+ <rect
1979
+ style="fill:#5fd38d;stroke:#5fd38d;stroke-width:0.264583"
1980
+ id="rect3-3-2-7"
1981
+ width="3.6066513"
1982
+ height="4.7275391"
1983
+ x="101.39809"
1984
+ y="23.309246" />
1985
+ <rect
1986
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
1987
+ id="rect2-5-7-9-1-9"
1988
+ width="2.5361254"
1989
+ height="83.517578"
1990
+ x="111.58572"
1991
+ y="64.930275" />
1992
+ <rect
1993
+ style="fill:#5fd38d;stroke:#5fd38d;stroke-width:0.264583"
1994
+ id="rect3-3-3-5"
1995
+ width="10.414268"
1996
+ height="4.7275391"
1997
+ x="43.866516"
1998
+ y="23.309246" />
1999
+ <rect
2000
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2001
+ id="rect2-5-7-9-6-7"
2002
+ width="2.5361254"
2003
+ height="83.517578"
2004
+ x="47.382214"
2005
+ y="64.930275" />
2006
+ <rect
2007
+ style="fill:#5fd38d;stroke:#5fd38d;stroke-width:0.264583"
2008
+ id="rect3-3-2-4-0"
2009
+ width="3.6066513"
2010
+ height="4.7275391"
2011
+ x="37.194572"
2012
+ y="23.309246" />
2013
+ <rect
2014
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2015
+ id="rect2-5-7-9-6-7-8"
2016
+ width="2.5361254"
2017
+ height="83.517578"
2018
+ x="40.71027"
2019
+ y="64.930275" />
2020
+ <rect
2021
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2022
+ id="rect2-5-94"
2023
+ width="2.5361254"
2024
+ height="8.310585"
2025
+ x="26.590626"
2026
+ y="307.46964" />
2027
+ <rect
2028
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2029
+ id="rect2-5-9-7"
2030
+ width="2.5361254"
2031
+ height="8.310585"
2032
+ x="117.97834"
2033
+ y="307.46964" />
2034
+ <rect
2035
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2036
+ id="rect2-5-2-8"
2037
+ width="2.5361254"
2038
+ height="8.310585"
2039
+ x="63.670174"
2040
+ y="307.46964" />
2041
+ <rect
2042
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2043
+ id="rect2-5-7-4"
2044
+ width="2.5361254"
2045
+ height="8.310585"
2046
+ x="80.898758"
2047
+ y="307.46964" />
2048
+ <rect
2049
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2050
+ id="rect2-5-7-9-5"
2051
+ width="2.5361254"
2052
+ height="8.310585"
2053
+ x="87.570694"
2054
+ y="307.46964" />
2055
+ <rect
2056
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2057
+ id="rect2-5-7-9-6-0"
2058
+ width="2.5361254"
2059
+ height="8.310585"
2060
+ x="56.99823"
2061
+ y="307.46964" />
2062
+ <rect
2063
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2064
+ id="rect2-5-7-9-1-3"
2065
+ width="2.5361254"
2066
+ height="8.310585"
2067
+ x="101.05025"
2068
+ y="307.46964" />
2069
+ <rect
2070
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2071
+ id="rect2-5-7-9-1-9-6"
2072
+ width="2.5361254"
2073
+ height="8.310585"
2074
+ x="107.72218"
2075
+ y="307.46964" />
2076
+ <rect
2077
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2078
+ id="rect2-5-7-9-6-7-1"
2079
+ width="2.5361254"
2080
+ height="8.310585"
2081
+ x="43.518669"
2082
+ y="307.46964" />
2083
+ <rect
2084
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2085
+ id="rect2-5-7-9-6-7-8-0"
2086
+ width="2.5361254"
2087
+ height="8.310585"
2088
+ x="36.846725"
2089
+ y="307.46964" />
2090
+ <path
2091
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2092
+ d="m 124.51028,64.665692 h 15.24363"
2093
+ id="path3" />
2094
+ <path
2095
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2096
+ d="m 124.51029,148.71244 h 15.24363"
2097
+ id="path3-1" />
2098
+ <path
2099
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2100
+ d="m 15.078245,64.665692 h 15.24363"
2101
+ id="path3-0" />
2102
+ <path
2103
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2104
+ d="m 15.078245,67.925325 h 15.24363"
2105
+ id="path3-2" />
2106
+ <path
2107
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2108
+ d="m 15.078243,94.199033 h 15.24363"
2109
+ id="path3-9" />
2110
+ <path
2111
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2112
+ d="m 15.078243,97.458666 h 15.24363"
2113
+ id="path3-8" />
2114
+ <path
2115
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2116
+ d="m 15.078245,102.45078 h 15.24363"
2117
+ id="path3-27" />
2118
+ <path
2119
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2120
+ d="m 15.078245,110.92734 h 15.24363"
2121
+ id="path3-10" />
2122
+ <path
2123
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2124
+ d="m 124.51029,106.55677 h 6.94599"
2125
+ id="path3-94" />
2126
+ <path
2127
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2128
+ d="m 124.51028,97.458666 h 6.946"
2129
+ id="path3-94-1" />
2130
+ <path
2131
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2132
+ d="M 30.454166,64.533401 V 49.289771"
2133
+ id="path3-15" />
2134
+ <path
2135
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2136
+ d="M 124.37799,64.533401 V 49.289771"
2137
+ id="path3-6" />
2138
+ <path
2139
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#marker5)"
2140
+ d="M 31.820707,49.28977 H 123.02944"
2141
+ id="path4" />
2142
+ <path
2143
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6);marker-end:url(#marker5-6)"
2144
+ d="M 139.75391,66.026691 V 147.32945"
2145
+ id="path4-4" />
2146
+ <path
2147
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2);marker-end:url(#marker5-6-3)"
2148
+ d="m 131.45628,98.783094 v 6.449246"
2149
+ id="path4-4-8" />
2150
+ <path
2151
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0);marker-end:url(#marker5-6-3-6)"
2152
+ d="m 15.078245,103.7319 v 5.91432"
2153
+ id="path4-4-8-5" />
2154
+ <path
2155
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3);marker-end:url(#marker5-6-3-6-9-4)"
2156
+ d="m 15.078245,65.843994 v 0.903028"
2157
+ id="path4-4-8-5-8-4" />
2158
+ <path
2159
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3);marker-end:url(#marker5-6-3-6-9-4-7)"
2160
+ d="m 15.078243,95.319476 v 0.903028"
2161
+ id="path4-4-8-5-8-4-6" />
2162
+ <path
2163
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2164
+ d="M 30.189583,163.82378 V 148.58015"
2165
+ id="path3-15-8" />
2166
+ <path
2167
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2168
+ d="M 33.254875,163.82377 V 148.58014"
2169
+ id="path3-15-1" />
2170
+ <path
2171
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9);marker-end:url(#marker5-6-3-6-9-4-7-5)"
2172
+ d="m 31.351226,163.82378 h 0.742005"
2173
+ id="path4-4-8-5-8-4-6-8" />
2174
+ <path
2175
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2176
+ d="M 84.762298,163.82377 V 148.58014"
2177
+ id="path3-15-1-9" />
2178
+ <path
2179
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2180
+ d="M 70.334426,163.82377 V 148.58014"
2181
+ id="path3-15-1-3" />
2182
+ <path
2183
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6);marker-end:url(#marker5-6-3-6-9-4-7-5-4)"
2184
+ d="M 71.905924,163.82377 H 83.190799"
2185
+ id="path4-4-8-5-8-4-6-8-8" />
2186
+ <path
2187
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2188
+ d="M 60.597191,163.82377 V 148.58014"
2189
+ id="path3-15-1-3-6" />
2190
+ <path
2191
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0)"
2192
+ d="m 42.040381,163.82377 h 7.095937"
2193
+ id="path4-4-8-5-8-4-6-8-8-5" />
2194
+ <path
2195
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2196
+ d="M 50.182922,163.82377 V 148.58014"
2197
+ id="path3-15-1-3-6-9" />
2198
+ <path
2199
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2200
+ d="M 40.71027,163.82377 V 148.58014"
2201
+ id="path3-15-1-3-6-2" />
2202
+ <path
2203
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2204
+ d="M 93.97036,163.69147 V 148.44784"
2205
+ id="path3-15-1-3-6-7" />
2206
+ <path
2207
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2208
+ d="M 104.64921,163.82377 V 148.58014"
2209
+ id="path3-15-1-3-6-1" />
2210
+ <path
2211
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2212
+ d="M 114.12185,163.69147 V 148.44784"
2213
+ id="path3-15-1-3-6-3" />
2214
+ <path
2215
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1)"
2216
+ d="M 51.738219,163.82377 H 59.38032"
2217
+ id="path4-4-8-5-8-4-6-8-8-5-1" />
2218
+ <path
2219
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-8);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0)"
2220
+ d="m 61.814382,163.82377 h 7.20643"
2221
+ id="path4-4-8-5-8-4-6-8-8-5-1-6" />
2222
+ <path
2223
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0-2)"
2224
+ d="m 86.082337,163.82377 h 6.832565"
2225
+ id="path4-4-8-5-8-4-6-8-8-5-1-6-7" />
2226
+ <path
2227
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-0);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-2)"
2228
+ d="m 95.44528,163.82377 h 7.79399"
2229
+ id="path4-4-8-5-8-4-6-8-8-5-1-0" />
2230
+ <path
2231
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-3);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-10)"
2232
+ d="m 105.76965,163.69147 h 7.09594"
2233
+ id="path4-4-8-5-8-4-6-8-8-5-0" />
2234
+ <text
2235
+ xml:space="preserve"
2236
+ transform="matrix(0.26458333,0,0,0.26458333,-51.364258,9.9541015)"
2237
+ id="text5"
2238
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
2239
+ x="477.3418"
2240
+ y="143.58401"
2241
+ id="tspan41">L1</tspan></text>
2242
+ <text
2243
+ xml:space="preserve"
2244
+ transform="matrix(0.26458333,0,0,0.26458333,4.6464843,-28.076041)"
2245
+ id="text6"
2246
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
2247
+ x="18.019531"
2248
+ y="514.31839"
2249
+ id="tspan42">D1</tspan></text>
2250
+ <text
2251
+ xml:space="preserve"
2252
+ transform="matrix(0.26458333,0,0,0.26458333,18.15625,-55.376952)"
2253
+ id="text7"
2254
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
2255
+ x="463.98438"
2256
+ y="612.33401"
2257
+ id="tspan43">L2</tspan></text>
2258
+ <text
2259
+ xml:space="preserve"
2260
+ transform="matrix(0.26458333,0,0,0.26458333,8.6923827,-10.050781)"
2261
+ id="text8"
2262
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8);display:inline"><tspan
2263
+ x="77.347656"
2264
+ y="675.29105"
2265
+ id="tspan44">H1</tspan></text>
2266
+ <text
2267
+ xml:space="preserve"
2268
+ transform="matrix(0.26458333,0,0,0.26458333,-12.366135,-110.92879)"
2269
+ id="text8-6"
2270
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1);display:inline"><tspan
2271
+ x="77.347656"
2272
+ y="675.29105"
2273
+ id="tspan45">H2</tspan></text>
2274
+ <text
2275
+ xml:space="preserve"
2276
+ transform="matrix(0.26458333,0,0,0.26458333,-12.307736,-81.71057)"
2277
+ id="text8-6-0"
2278
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1-3);display:inline"><tspan
2279
+ x="77.347656"
2280
+ y="675.29105"
2281
+ id="tspan46">H2</tspan></text>
2282
+ <text
2283
+ xml:space="preserve"
2284
+ transform="matrix(0.26458333,0,0,0.26458333,5.359375,-62.452148)"
2285
+ id="text9"
2286
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
2287
+ x="480.52344"
2288
+ y="628.37503"
2289
+ id="tspan47">L3</tspan></text>
2290
+ <text
2291
+ xml:space="preserve"
2292
+ transform="matrix(0.26458333,0,0,0.26458333,-18.757812,-18.874023)"
2293
+ id="text10"
2294
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10);display:inline"><tspan
2295
+ x="232.99805"
2296
+ y="706.12503"
2297
+ id="tspan48">L4</tspan></text>
2298
+ <text
2299
+ xml:space="preserve"
2300
+ transform="matrix(0.26458333,0,0,0.26458333,1.2391278,-18.283501)"
2301
+ id="text10-0"
2302
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-4);display:inline"><tspan
2303
+ x="232.99805"
2304
+ y="706.12503"
2305
+ id="tspan49">L4</tspan></text>
2306
+ <text
2307
+ xml:space="preserve"
2308
+ transform="matrix(0.26458333,0,0,0.26458333,25.897722,-18.293072)"
2309
+ id="text10-5"
2310
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-6);display:inline"><tspan
2311
+ x="232.99805"
2312
+ y="706.12503"
2313
+ id="tspan50">L4</tspan></text>
2314
+ <text
2315
+ xml:space="preserve"
2316
+ transform="matrix(0.26458333,0,0,0.26458333,45.025781,-18.818267)"
2317
+ id="text10-8"
2318
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-7);display:inline"><tspan
2319
+ x="232.99805"
2320
+ y="706.12503"
2321
+ id="tspan51">L4</tspan></text>
2322
+ <text
2323
+ xml:space="preserve"
2324
+ transform="matrix(0.26458333,0,0,0.26458333,26.501953,-17.057617)"
2325
+ id="text11"
2326
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11);display:inline"><tspan
2327
+ x="183.22266"
2328
+ y="680.28128"
2329
+ id="tspan52">L5</tspan></text>
2330
+ <text
2331
+ xml:space="preserve"
2332
+ transform="matrix(0.26458333,0,0,0.26458333,-8.3513017,-24.389165)"
2333
+ id="text10-7"
2334
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60);display:inline"><tspan
2335
+ x="232.99805"
2336
+ y="706.12503"
2337
+ id="tspan53">L6</tspan></text>
2338
+ <text
2339
+ xml:space="preserve"
2340
+ transform="matrix(0.26458333,0,0,0.26458333,35.992121,-24.419703)"
2341
+ id="text10-7-9"
2342
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60-1);display:inline"><tspan
2343
+ x="232.99805"
2344
+ y="706.12503"
2345
+ id="tspan54">L6</tspan></text>
2346
+ <path
2347
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2348
+ d="M 77.548368,156.20195 V 106.68906"
2349
+ id="path3-15-1-9-1" />
2350
+ <circle
2351
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264583;stroke-opacity:1"
2352
+ id="path13"
2353
+ cx="80.77536"
2354
+ cy="222.44753"
2355
+ r="4.9279771" />
2356
+ <rect
2357
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2358
+ id="rect2-2-6-6-9"
2359
+ width="6.3203049"
2360
+ height="2.7304668"
2361
+ x="217.38725"
2362
+ y="-93.000801"
2363
+ transform="rotate(90)" />
2364
+ <circle
2365
+ style="fill:#ffffff;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264583;stroke-opacity:1"
2366
+ id="path13-3"
2367
+ cx="80.77536"
2368
+ cy="222.44754"
2369
+ r="3.896239" />
2370
+ <path
2371
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04);marker-end:url(#marker5-6-3-2)"
2372
+ d="m 82.232072,205.16106 h 6.44925"
2373
+ id="path4-4-8-0" />
2374
+ <text
2375
+ xml:space="preserve"
2376
+ transform="matrix(0.26458333,0,0,0.26458333,-43.65337,36.659363)"
2377
+ id="text9-3"
2378
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-5);display:inline"><tspan
2379
+ x="480.52344"
2380
+ y="628.37503"
2381
+ id="tspan55">L3</tspan></text>
2382
+ <path
2383
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2384
+ d="M 75.5828,239.73399 V 222.44753"
2385
+ id="path3-94-1-9-9" />
2386
+ <path
2387
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2388
+ d="M 85.96792,239.73399 V 222.44753"
2389
+ id="path3-94-1-9-9-2" />
2390
+ <path
2391
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-4);marker-end:url(#marker5-6-3-2-9)"
2392
+ d="m 77.167931,239.73398 h 7.479433"
2393
+ id="path4-4-8-0-0" />
2394
+ <rect
2395
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2396
+ id="rect2-2-6-6-9-4"
2397
+ width="6.3203049"
2398
+ height="2.7304668"
2399
+ x="217.25497"
2400
+ y="-122.53415"
2401
+ transform="rotate(90)" />
2402
+ <rect
2403
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2404
+ id="rect2-2-6-6-9-6"
2405
+ width="6.3203049"
2406
+ height="2.7304668"
2407
+ x="217.38725"
2408
+ y="-41.74704"
2409
+ transform="rotate(90)" />
2410
+ <rect
2411
+ style="fill:#5fd38d;stroke:#5fd38d;stroke-width:0.264583"
2412
+ id="rect3-2"
2413
+ width="9.3626738"
2414
+ height="4.7275391"
2415
+ x="8.7032166"
2416
+ y="197.67305" />
2417
+ <rect
2418
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2419
+ id="rect2-2-6-6-9-2"
2420
+ width="6.3203049"
2421
+ height="2.7304668"
2422
+ x="217.38725"
2423
+ y="-71.280388"
2424
+ transform="rotate(90)" />
2425
+ <path
2426
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2427
+ d="M 39.016571,240.99401 V 223.70755"
2428
+ id="path3-94-1-9-9-28" />
2429
+ <path
2430
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2431
+ d="M 41.74704,240.99401 V 223.70755"
2432
+ id="path3-94-1-9-9-8" />
2433
+ <path
2434
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3)"
2435
+ d="m 43.132066,240.99401 h 1.976711"
2436
+ id="path4-4-8-5-8-4-6-4" />
2437
+ <path
2438
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-8)"
2439
+ d="M 37.631545,240.99401 H 35.654834"
2440
+ id="path4-4-8-5-8-4-6-4-6" />
2441
+ <path
2442
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2443
+ d="M 39.016571,212.10706 V 194.8206"
2444
+ id="path3-94-1-9-6" />
2445
+ <path
2446
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2447
+ d="M 122.53415,212.10706 V 194.8206"
2448
+ id="path3-94-1-9-5" />
2449
+ <path
2450
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-4-9);marker-end:url(#marker5-6-3-2-9-0)"
2451
+ d="M 40.139513,194.82057 H 121.1438"
2452
+ id="path4-4-8-0-0-0" />
2453
+ <text
2454
+ xml:space="preserve"
2455
+ transform="matrix(0.26458333,0,0,0.26458333,-48.538827,27.55642)"
2456
+ id="text9-3-8"
2457
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-5-7);display:inline"><tspan
2458
+ x="480.52344"
2459
+ y="628.37503"
2460
+ id="tspan56">L2</tspan></text>
2461
+ <rect
2462
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
2463
+ id="rect2-2-6-6-9-6-3"
2464
+ width="4.9063454"
2465
+ height="2.0825176"
2466
+ x="218.09424"
2467
+ y="-41.423065"
2468
+ transform="rotate(90)" />
2469
+ <rect
2470
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
2471
+ id="rect2-2-6-6-9-6-3-8"
2472
+ width="4.9063454"
2473
+ height="2.0825176"
2474
+ x="218.09424"
2475
+ y="-70.956413"
2476
+ transform="rotate(90)" />
2477
+ <rect
2478
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
2479
+ id="rect2-2-6-6-9-6-3-4"
2480
+ width="4.9063454"
2481
+ height="2.0825176"
2482
+ x="218.09424"
2483
+ y="-92.676826"
2484
+ transform="rotate(90)" />
2485
+ <rect
2486
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
2487
+ id="rect2-2-6-6-9-6-3-7"
2488
+ width="4.9063454"
2489
+ height="2.0825176"
2490
+ x="217.96196"
2491
+ y="-122.21017"
2492
+ transform="rotate(90)" />
2493
+ <path
2494
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-9)"
2495
+ d="m 79.688628,224.66645 1.05314,-1.67281"
2496
+ id="path4-4-8-5-8-4-6-4-9" />
2497
+ <path
2498
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-9-7)"
2499
+ d="m 77.685735,228.04405 -1.05314,1.67281"
2500
+ id="path4-4-8-5-8-4-6-4-9-1" />
2501
+ <text
2502
+ xml:space="preserve"
2503
+ transform="matrix(0.26458333,0,0,0.26458333,-21.085449,-1.9423828)"
2504
+ id="text13"
2505
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13);display:inline"><tspan
2506
+ x="368.46875"
2507
+ y="887.87698"
2508
+ id="tspan57">E1</tspan></text>
2509
+ <path
2510
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-7)"
2511
+ d="m 40.823242,220.88006 h 1.976711"
2512
+ id="path4-4-8-5-8-4-6-4-5" />
2513
+ <path
2514
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-8-9)"
2515
+ d="M 37.53628,220.95655 H 35.559569"
2516
+ id="path4-4-8-5-8-4-6-4-6-0" />
2517
+ <text
2518
+ xml:space="preserve"
2519
+ transform="matrix(0.26458333,0,0,0.26458333,-69.172851,-18.882812)"
2520
+ id="text14"
2521
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14);display:inline"><tspan
2522
+ x="377.27734"
2523
+ y="911.35159"
2524
+ id="tspan58">E2</tspan></text>
2525
+ <rect
2526
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2527
+ id="rect2-5-9-8-5"
2528
+ width="3.639153"
2529
+ height="83.517578"
2530
+ x="212.92758"
2531
+ y="-122.53415"
2532
+ transform="rotate(90)" />
2533
+ <path
2534
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2535
+ d="M 90.005752,217.25496 V 205.16105"
2536
+ id="path3-94-2" />
2537
+ <path
2538
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2539
+ d="M 80.907648,222.44752 V 205.16106"
2540
+ id="path3-94-1-9" />
2541
+ <path
2542
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2543
+ d="m 122.66644,223.57528 h 12.09391"
2544
+ id="path3-94-2-2" />
2545
+ <path
2546
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2547
+ d="m 122.66644,217.25497 h 12.09391"
2548
+ id="path3-94-2-2-7" />
2549
+ <path
2550
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2551
+ d="m 122.66644,212.23935 h 12.09391"
2552
+ id="path3-94-2-2-6" />
2553
+ <path
2554
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2);marker-end:url(#marker5-6-3-2-1)"
2555
+ d="m 134.76035,213.50972 v 2.47489"
2556
+ id="path4-4-8-0-9" />
2557
+ <path
2558
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2-2);marker-end:url(#marker5-6-3-2-1-7)"
2559
+ d="m 134.76036,218.49236 v 3.71716"
2560
+ id="path4-4-8-0-9-2" />
2561
+ <text
2562
+ xml:space="preserve"
2563
+ transform="matrix(0.26458333,0,0,0.26458333,14.74414,-23.580678)"
2564
+ id="text2"
2565
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4);display:inline"><tspan
2566
+ x="457.96094"
2567
+ y="927.36917"
2568
+ id="tspan59">H4</tspan></text>
2569
+ <text
2570
+ xml:space="preserve"
2571
+ transform="matrix(0.26458333,0,0,0.26458333,33.704101,-35.729492)"
2572
+ id="text12"
2573
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
2574
+ x="386.61523"
2575
+ y="951.68948"
2576
+ id="tspan60">H3</tspan></text>
2577
+ <rect
2578
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2579
+ id="rect2-7"
2580
+ width="93.92382"
2581
+ height="8.4765606"
2582
+ x="26.590626"
2583
+ y="316.0448" />
2584
+ <rect
2585
+ style="fill:#2c89a0;stroke:#5fbcd3;stroke-width:0.264583"
2586
+ id="rect2-2-7-2"
2587
+ width="93.92382"
2588
+ height="3.9713562"
2589
+ x="26.590626"
2590
+ y="316.0448" />
2591
+ <rect
2592
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2593
+ id="rect2-5-94-0"
2594
+ width="1.7782087"
2595
+ height="7.6822267"
2596
+ x="26.969584"
2597
+ y="307.78381" />
2598
+ <rect
2599
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2600
+ id="rect2-5-94-0-5"
2601
+ width="1.7782087"
2602
+ height="7.6822267"
2603
+ x="37.225685"
2604
+ y="307.78381" />
2605
+ <rect
2606
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2607
+ id="rect2-5-94-0-56"
2608
+ width="1.7782087"
2609
+ height="7.6822267"
2610
+ x="43.897629"
2611
+ y="307.78381" />
2612
+ <rect
2613
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2614
+ id="rect2-5-94-0-4"
2615
+ width="1.7782087"
2616
+ height="7.6822267"
2617
+ x="57.37719"
2618
+ y="307.78381" />
2619
+ <rect
2620
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2621
+ id="rect2-5-94-0-47"
2622
+ width="1.7782087"
2623
+ height="7.6822267"
2624
+ x="64.049133"
2625
+ y="307.78381" />
2626
+ <rect
2627
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2628
+ id="rect2-5-94-0-0"
2629
+ width="1.7782087"
2630
+ height="7.6822267"
2631
+ x="81.277718"
2632
+ y="307.78381" />
2633
+ <rect
2634
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2635
+ id="rect2-5-94-0-8"
2636
+ width="1.7782087"
2637
+ height="7.6822267"
2638
+ x="87.949654"
2639
+ y="307.78381" />
2640
+ <rect
2641
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2642
+ id="rect2-5-94-0-1"
2643
+ width="1.7782087"
2644
+ height="7.6822267"
2645
+ x="101.42921"
2646
+ y="307.78381" />
2647
+ <rect
2648
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2649
+ id="rect2-5-94-0-06"
2650
+ width="1.7782087"
2651
+ height="7.6822267"
2652
+ x="108.10114"
2653
+ y="307.78381" />
2654
+ <rect
2655
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
2656
+ id="rect2-5-94-0-6"
2657
+ width="1.7782087"
2658
+ height="7.6822267"
2659
+ x="118.3573"
2660
+ y="307.78381" />
2661
+ <path
2662
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-7-7)"
2663
+ d="m 28.330746,311.42377 h 1.976711"
2664
+ id="path4-4-8-5-8-4-6-4-5-9" />
2665
+ <path
2666
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-8-9-3)"
2667
+ d="M 25.043784,311.50026 H 23.067073"
2668
+ id="path4-4-8-5-8-4-6-4-6-0-1" />
2669
+ <text
2670
+ xml:space="preserve"
2671
+ transform="matrix(0.26458333,0,0,0.26458333,-81.665347,71.660901)"
2672
+ id="text14-2"
2673
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14-6);display:inline"><tspan
2674
+ x="377.27734"
2675
+ y="911.35159"
2676
+ id="tspan61">E3</tspan></text>
2677
+ <path
2678
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2679
+ d="m 26.590626,292.09371 v 15.24363"
2680
+ id="path3-15-8-1" />
2681
+ <path
2682
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2683
+ d="m 29.126751,292.09372 v 15.24363"
2684
+ id="path3-15-1-8" />
2685
+ <text
2686
+ xml:space="preserve"
2687
+ transform="matrix(0.26458333,0,0,0.26458333,5.3691629,112.10924)"
2688
+ id="text8-9"
2689
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-2);display:inline"><tspan
2690
+ x="77.347656"
2691
+ y="675.29105"
2692
+ id="tspan62">H1</tspan></text>
2693
+ <path
2694
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-7-7-5)"
2695
+ d="m 30.320802,292.09372 h 1.976711"
2696
+ id="path4-4-8-5-8-4-6-4-5-9-2" />
2697
+ <path
2698
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-8-9-3-3)"
2699
+ d="M 25.2056,292.09371 H 23.228889"
2700
+ id="path4-4-8-5-8-4-6-4-6-0-1-8" />
2701
+ <path
2702
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2703
+ d="m 120.51445,320.01614 h 12.09391"
2704
+ id="path3-94-2-2-4" />
2705
+ <path
2706
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2707
+ d="m 120.64675,316.04479 h 22.40589"
2708
+ id="path3-94-2-2-7-5" />
2709
+ <path
2710
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2711
+ d="m 120.64676,307.46963 h 12.09391"
2712
+ id="path3-94-2-2-6-0" />
2713
+ <path
2714
+ style="fill:none;stroke:#000000;stroke-width:0.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2-3);marker-end:url(#marker5-6-3-2-1-1)"
2715
+ d="m 132.74068,308.8252 v 5.72849"
2716
+ id="path4-4-8-0-9-3" />
2717
+ <path
2718
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2-2-9);marker-end:url(#marker5-6-3-2-1-7-1)"
2719
+ d="m 132.60836,317.08938 v 1.82465"
2720
+ id="path4-4-8-0-9-2-6" />
2721
+ <text
2722
+ xml:space="preserve"
2723
+ transform="matrix(0.26458333,0,0,0.26458333,12.317042,74.049755)"
2724
+ id="text2-1"
2725
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4-4);display:inline"><tspan
2726
+ x="457.96094"
2727
+ y="927.36917"
2728
+ id="tspan63">H4</tspan></text>
2729
+ <text
2730
+ xml:space="preserve"
2731
+ transform="matrix(0.26458333,0,0,0.26458333,30.866481,61.131144)"
2732
+ id="text12-6"
2733
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15-7);display:inline"><tspan
2734
+ x="386.61523"
2735
+ y="951.68948"
2736
+ id="tspan64">H3</tspan></text>
2737
+ <path
2738
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2739
+ d="m 120.64674,324.52136 h 22.40589"
2740
+ id="path3-94-2-2-7-5-1" />
2741
+ <path
2742
+ style="fill:none;stroke:#000000;stroke-width:0.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2-3-4);marker-end:url(#marker5-6-3-2-1-1-6)"
2743
+ d="m 143.05264,317.42981 v 5.72849"
2744
+ id="path4-4-8-0-9-3-9" />
2745
+ <text
2746
+ xml:space="preserve"
2747
+ transform="matrix(0.26458333,0,0,0.26458333,18.389032,-10.024199)"
2748
+ id="text3"
2749
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
2750
+ x="472.69531"
2751
+ y="1253.793"
2752
+ id="tspan65">D1</tspan></text>
2753
+ <path
2754
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2755
+ d="M 26.326043,339.89728 V 324.65365"
2756
+ id="path3-15-4" />
2757
+ <path
2758
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2759
+ d="M 120.24987,339.89728 V 324.65365"
2760
+ id="path3-6-3" />
2761
+ <path
2762
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-4);marker-end:url(#marker5-5)"
2763
+ d="M 27.588154,339.57905 H 118.7969"
2764
+ id="path4-0" />
2765
+ <text
2766
+ xml:space="preserve"
2767
+ transform="matrix(0.26458333,0,0,0.26458333,-55.619599,305.20694)"
2768
+ id="text5-7"
2769
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-7);display:inline"><tspan
2770
+ x="477.3418"
2771
+ y="143.58401"
2772
+ id="tspan66">L1</tspan></text>
2773
+ <path
2774
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2775
+ d="M 66.206299,307.33734 V 292.09371"
2776
+ id="path3-15-4-4" />
2777
+ <path
2778
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2779
+ d="M 56.99823,307.33734 V 292.09371"
2780
+ id="path3-15-4-9" />
2781
+ <path
2782
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2783
+ d="M 46.054795,307.33734 V 292.09371"
2784
+ id="path3-15-4-8" />
2785
+ <path
2786
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2787
+ d="M 36.846725,307.33734 V 292.09371"
2788
+ id="path3-15-4-6" />
2789
+ <path
2790
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2791
+ d="M 80.898758,307.33734 V 292.09371"
2792
+ id="path3-15-4-0" />
2793
+ <path
2794
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2795
+ d="M 90.106819,307.33734 V 292.09371"
2796
+ id="path3-15-4-1" />
2797
+ <path
2798
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2799
+ d="M 101.05025,307.33734 V 292.09371"
2800
+ id="path3-15-4-2" />
2801
+ <path
2802
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2803
+ d="M 110.25831,307.33734 V 292.09371"
2804
+ id="path3-15-4-06" />
2805
+ <path
2806
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-9);marker-end:url(#marker5-6-3-6-9-4-7-5-4-9)"
2807
+ d="M 67.649242,292.0937 H 79.455811"
2808
+ id="path4-4-8-5-8-4-6-8-8-56" />
2809
+ <path
2810
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-9);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-7)"
2811
+ d="m 37.725787,292.09371 h 7.095937"
2812
+ id="path4-4-8-5-8-4-6-8-8-5-11" />
2813
+ <path
2814
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-1);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-7)"
2815
+ d="m 47.523873,292.0937 h 8.253656"
2816
+ id="path4-4-8-5-8-4-6-8-8-5-1-5" />
2817
+ <path
2818
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-6);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0-3)"
2819
+ d="m 58.269302,292.09371 h 6.550875"
2820
+ id="path4-4-8-5-8-4-6-8-8-5-1-6-9" />
2821
+ <path
2822
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8-5);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0-2-3)"
2823
+ d="M 82.100015,292.09371 H 88.65179"
2824
+ id="path4-4-8-5-8-4-6-8-8-5-1-6-7-8" />
2825
+ <path
2826
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-0-4);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-2-1)"
2827
+ d="m 91.557292,292.0937 h 8.177293"
2828
+ id="path4-4-8-5-8-4-6-8-8-5-1-0-4" />
2829
+ <path
2830
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-3-9);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-10-9)"
2831
+ d="m 102.34944,292.09371 h 6.60968"
2832
+ id="path4-4-8-5-8-4-6-8-8-5-0-8" />
2833
+ <text
2834
+ xml:space="preserve"
2835
+ transform="matrix(0.26458333,0,0,0.26458333,-23.072406,109.39592)"
2836
+ id="text10-1"
2837
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-8);display:inline"><tspan
2838
+ x="232.99805"
2839
+ y="706.12503"
2840
+ id="tspan67">L4</tspan></text>
2841
+ <text
2842
+ xml:space="preserve"
2843
+ transform="matrix(0.26458333,0,0,0.26458333,-3.0754656,109.98644)"
2844
+ id="text10-0-0"
2845
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-4-8);display:inline"><tspan
2846
+ x="232.99805"
2847
+ y="706.12503"
2848
+ id="tspan68">L4</tspan></text>
2849
+ <text
2850
+ xml:space="preserve"
2851
+ transform="matrix(0.26458333,0,0,0.26458333,21.583128,109.97687)"
2852
+ id="text10-5-4"
2853
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-6-5);display:inline"><tspan
2854
+ x="232.99805"
2855
+ y="706.12503"
2856
+ id="tspan69">L4</tspan></text>
2857
+ <text
2858
+ xml:space="preserve"
2859
+ transform="matrix(0.26458333,0,0,0.26458333,40.711187,109.45167)"
2860
+ id="text10-8-4"
2861
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-7-0);display:inline"><tspan
2862
+ x="232.99805"
2863
+ y="706.12503"
2864
+ id="tspan70">L4</tspan></text>
2865
+ <text
2866
+ xml:space="preserve"
2867
+ transform="matrix(0.26458333,0,0,0.26458333,22.187359,111.21232)"
2868
+ id="text11-6"
2869
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-9);display:inline"><tspan
2870
+ x="183.22266"
2871
+ y="680.28128"
2872
+ id="tspan71">L5</tspan></text>
2873
+ <text
2874
+ xml:space="preserve"
2875
+ transform="matrix(0.26458333,0,0,0.26458333,-12.665896,103.88078)"
2876
+ id="text10-7-3"
2877
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60-6);display:inline"><tspan
2878
+ x="232.99805"
2879
+ y="706.12503"
2880
+ id="tspan72">L6</tspan></text>
2881
+ <text
2882
+ xml:space="preserve"
2883
+ transform="matrix(0.26458333,0,0,0.26458333,31.677527,103.85024)"
2884
+ id="text10-7-9-7"
2885
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60-1-3);display:inline"><tspan
2886
+ x="232.99805"
2887
+ y="706.12503"
2888
+ id="tspan73">L6</tspan></text>
2889
+ <rect
2890
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
2891
+ id="rect12-9"
2892
+ width="108.27451"
2893
+ height="112.26769"
2894
+ x="27.233948"
2895
+ y="393.53452"
2896
+ inkscape:export-filename="swing_with_rod.svg"
2897
+ inkscape:export-xdpi="96"
2898
+ inkscape:export-ydpi="96" />
2899
+ <rect
2900
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2901
+ id="rect2-2-6-6-2"
2902
+ width="93.92382"
2903
+ height="2.7304668"
2904
+ x="32.400127"
2905
+ y="479.85205" />
2906
+ <rect
2907
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2908
+ id="rect2-0"
2909
+ width="93.92382"
2910
+ height="8.4765606"
2911
+ x="32.400127"
2912
+ y="436.58542" />
2913
+ <rect
2914
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2915
+ id="rect2-2-68"
2916
+ width="93.92382"
2917
+ height="2.7304668"
2918
+ x="32.400127"
2919
+ y="428.59827" />
2920
+ <rect
2921
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2922
+ id="rect2-2-7-9"
2923
+ width="93.92382"
2924
+ height="2.7304668"
2925
+ x="32.400127"
2926
+ y="450.31866" />
2927
+ <rect
2928
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
2929
+ id="rect2-2-6-2"
2930
+ width="93.92382"
2931
+ height="2.7304668"
2932
+ x="32.400127"
2933
+ y="399.06491" />
2934
+ <rect
2935
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2936
+ id="rect2-5-6"
2937
+ width="2.5361254"
2938
+ height="83.517578"
2939
+ x="32.400127"
2940
+ y="399.06491" />
2941
+ <rect
2942
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2943
+ id="rect2-5-9-6"
2944
+ width="2.5361254"
2945
+ height="83.517578"
2946
+ x="123.78784"
2947
+ y="399.06491" />
2948
+ <rect
2949
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2950
+ id="rect2-5-2-4"
2951
+ width="2.5361254"
2952
+ height="83.517578"
2953
+ x="69.479675"
2954
+ y="399.06491" />
2955
+ <rect
2956
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2957
+ id="rect2-5-7-95"
2958
+ width="2.5361254"
2959
+ height="83.517578"
2960
+ x="86.708267"
2961
+ y="399.06491" />
2962
+ <rect
2963
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2964
+ id="rect2-5-7-9-0"
2965
+ width="2.5361254"
2966
+ height="83.517578"
2967
+ x="93.380203"
2968
+ y="399.06491" />
2969
+ <rect
2970
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2971
+ id="rect2-5-7-9-6-4"
2972
+ width="2.5361254"
2973
+ height="83.517578"
2974
+ x="62.807735"
2975
+ y="399.06491" />
2976
+ <rect
2977
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2978
+ id="rect2-5-7-9-1-8"
2979
+ width="2.5361254"
2980
+ height="83.517578"
2981
+ x="106.85976"
2982
+ y="399.06491" />
2983
+ <rect
2984
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2985
+ id="rect2-5-7-9-1-9-7"
2986
+ width="2.5361254"
2987
+ height="83.517578"
2988
+ x="113.53168"
2989
+ y="399.06491" />
2990
+ <rect
2991
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2992
+ id="rect2-5-7-9-6-7-17"
2993
+ width="2.5361254"
2994
+ height="83.517578"
2995
+ x="49.328167"
2996
+ y="399.06491" />
2997
+ <rect
2998
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
2999
+ id="rect2-5-7-9-6-7-8-2"
3000
+ width="2.5361254"
3001
+ height="83.517578"
3002
+ x="42.656231"
3003
+ y="399.06491" />
3004
+ <rect
3005
+ style="fill:#006680;stroke:#006680;stroke-width:0.264583"
3006
+ id="rect18-1"
3007
+ width="5.6609969"
3008
+ height="4.5609765"
3009
+ x="76.480705"
3010
+ y="482.20694"
3011
+ ry="0.9708907" />
3012
+ <rect
3013
+ style="opacity:0.8;fill:#006680;stroke:#006680;stroke-width:0.264583"
3014
+ id="rect18"
3015
+ width="14.716078"
3016
+ height="2.9619138"
3017
+ x="176.37433"
3018
+ y="464.43198" />
3019
+ <rect
3020
+ style="fill:#006680;stroke:#006680;stroke-width:0.264583"
3021
+ id="rect18-1-3"
3022
+ width="5.6609969"
3023
+ height="4.5609765"
3024
+ x="55.83905"
3025
+ y="482.47153"
3026
+ ry="0.9708907" />
3027
+ <rect
3028
+ style="fill:#ffccaa;stroke:#ffccaa;stroke-width:0.264582;fill-opacity:1;stroke-opacity:1;opacity:0.8"
3029
+ id="rect18-7-3-7-0"
3030
+ width="1.7017888"
3031
+ height="91.518517"
3032
+ x="37.176998"
3033
+ y="395.77856"
3034
+ ry="0" />
3035
+ <rect
3036
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3037
+ id="rect18-1-8"
3038
+ width="5.6609969"
3039
+ height="4.5609765"
3040
+ x="35.197395"
3041
+ y="482.73615"
3042
+ ry="0.9708907" />
3043
+ <rect
3044
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3045
+ id="rect18-7-5-7"
3046
+ width="5.6609969"
3047
+ height="4.5609765"
3048
+ x="35.197395"
3049
+ y="426.54361"
3050
+ ry="0.9708907" />
3051
+ <rect
3052
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3053
+ id="rect18-7-3-7"
3054
+ width="5.6609969"
3055
+ height="4.5609765"
3056
+ x="35.197395"
3057
+ y="451.97113"
3058
+ ry="0.9708907" />
3059
+ <rect
3060
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3061
+ id="rect18-7-9"
3062
+ width="5.6609969"
3063
+ height="4.5609765"
3064
+ x="35.197395"
3065
+ y="395.77856"
3066
+ ry="0.9708907" />
3067
+ <rect
3068
+ style="opacity:0.8;fill:#ffccaa;fill-opacity:1;stroke:#ffccaa;stroke-width:0.264582;stroke-opacity:1"
3069
+ id="rect18-7-3-7-0-2"
3070
+ width="1.7017888"
3071
+ height="91.518517"
3072
+ x="57.818653"
3073
+ y="395.51395"
3074
+ ry="0" />
3075
+ <rect
3076
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3077
+ id="rect18-1-8-5"
3078
+ width="5.6609969"
3079
+ height="4.5609765"
3080
+ x="55.83905"
3081
+ y="482.47153"
3082
+ ry="0.9708907" />
3083
+ <rect
3084
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3085
+ id="rect18-7-5-7-4"
3086
+ width="5.6609969"
3087
+ height="4.5609765"
3088
+ x="55.83905"
3089
+ y="426.27899"
3090
+ ry="0.9708907" />
3091
+ <rect
3092
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3093
+ id="rect18-7-3-7-05"
3094
+ width="5.6609969"
3095
+ height="4.5609765"
3096
+ x="55.83905"
3097
+ y="451.70651"
3098
+ ry="0.9708907" />
3099
+ <rect
3100
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3101
+ id="rect18-7-9-9"
3102
+ width="5.6609969"
3103
+ height="4.5609765"
3104
+ x="55.83905"
3105
+ y="395.51395"
3106
+ ry="0.9708907" />
3107
+ <rect
3108
+ style="opacity:0.8;fill:#ffccaa;fill-opacity:1;stroke:#ffccaa;stroke-width:0.264582;stroke-opacity:1"
3109
+ id="rect18-7-3-7-0-22"
3110
+ width="1.7017888"
3111
+ height="91.518517"
3112
+ x="78.460304"
3113
+ y="395.24936"
3114
+ ry="0" />
3115
+ <rect
3116
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3117
+ id="rect18-1-8-4"
3118
+ width="5.6609969"
3119
+ height="4.5609765"
3120
+ x="76.480705"
3121
+ y="482.20694"
3122
+ ry="0.9708907" />
3123
+ <rect
3124
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3125
+ id="rect18-7-5-7-7"
3126
+ width="5.6609969"
3127
+ height="4.5609765"
3128
+ x="76.480705"
3129
+ y="426.0144"
3130
+ ry="0.9708907" />
3131
+ <rect
3132
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3133
+ id="rect18-7-3-7-7"
3134
+ width="5.6609969"
3135
+ height="4.5609765"
3136
+ x="76.480705"
3137
+ y="451.44193"
3138
+ ry="0.9708907" />
3139
+ <rect
3140
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3141
+ id="rect18-7-9-5"
3142
+ width="5.6609969"
3143
+ height="4.5609765"
3144
+ x="76.480705"
3145
+ y="395.24936"
3146
+ ry="0.9708907" />
3147
+ <rect
3148
+ style="opacity:0.8;fill:#ffccaa;fill-opacity:1;stroke:#ffccaa;stroke-width:0.264582;stroke-opacity:1"
3149
+ id="rect18-7-3-7-0-28"
3150
+ width="1.7017888"
3151
+ height="91.518517"
3152
+ x="99.366554"
3153
+ y="395.24936"
3154
+ ry="0" />
3155
+ <rect
3156
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3157
+ id="rect18-1-8-9"
3158
+ width="5.6609969"
3159
+ height="4.5609765"
3160
+ x="97.386948"
3161
+ y="482.20694"
3162
+ ry="0.9708907" />
3163
+ <rect
3164
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3165
+ id="rect18-7-5-7-3"
3166
+ width="5.6609969"
3167
+ height="4.5609765"
3168
+ x="97.386948"
3169
+ y="426.0144"
3170
+ ry="0.9708907" />
3171
+ <rect
3172
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3173
+ id="rect18-7-3-7-6"
3174
+ width="5.6609969"
3175
+ height="4.5609765"
3176
+ x="97.386948"
3177
+ y="451.44193"
3178
+ ry="0.9708907" />
3179
+ <rect
3180
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3181
+ id="rect18-7-9-8"
3182
+ width="5.6609969"
3183
+ height="4.5609765"
3184
+ x="97.386948"
3185
+ y="395.24936"
3186
+ ry="0.9708907" />
3187
+ <rect
3188
+ style="opacity:0.8;fill:#ffccaa;fill-opacity:1;stroke:#ffccaa;stroke-width:0.264582;stroke-opacity:1"
3189
+ id="rect18-7-3-7-0-0"
3190
+ width="1.7017888"
3191
+ height="91.518517"
3192
+ x="120.0082"
3193
+ y="394.98477"
3194
+ ry="0" />
3195
+ <rect
3196
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3197
+ id="rect18-1-8-51"
3198
+ width="5.6609969"
3199
+ height="4.5609765"
3200
+ x="118.0286"
3201
+ y="481.94235"
3202
+ ry="0.9708907" />
3203
+ <rect
3204
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3205
+ id="rect18-7-5-7-1"
3206
+ width="5.6609969"
3207
+ height="4.5609765"
3208
+ x="118.0286"
3209
+ y="425.74982"
3210
+ ry="0.9708907" />
3211
+ <rect
3212
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3213
+ id="rect18-7-3-7-08"
3214
+ width="5.6609969"
3215
+ height="4.5609765"
3216
+ x="118.0286"
3217
+ y="451.17734"
3218
+ ry="0.9708907" />
3219
+ <rect
3220
+ style="fill:#ff9955;stroke:#ff9955;stroke-width:0.264583"
3221
+ id="rect18-7-9-50"
3222
+ width="5.6609969"
3223
+ height="4.5609765"
3224
+ x="118.0286"
3225
+ y="394.98477"
3226
+ ry="0.9708907" />
3227
+ <path
3228
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3229
+ d="m 97.386948,484.48743 v 10.10645"
3230
+ id="path18" />
3231
+ <path
3232
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3233
+ d="m 103.18024,484.48743 v 10.10645"
3234
+ id="path18-2" />
3235
+ <path
3236
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3237
+ d="M 121.76696,481.81008 V 494.5939"
3238
+ id="path18-4" />
3239
+ <path
3240
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3241
+ d="M 119.87591,481.81008 V 494.5939"
3242
+ id="path18-9" />
3243
+ <path
3244
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3245
+ d="M 58.801839,487.16475 V 497.2712"
3246
+ id="path18-1" />
3247
+ <path
3248
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3249
+ d="m 79.178912,486.90021 v 10.10645"
3250
+ id="path18-0" />
3251
+ <path
3252
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker5);marker-end:url(#marker5)"
3253
+ d="m 59.800128,497.2712 h 18.3188"
3254
+ id="path19" />
3255
+ <path
3256
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker5-0);marker-end:url(#marker5-0)"
3257
+ d="m 98.61832,494.59388 h 3.23751"
3258
+ id="path19-9" />
3259
+ <path
3260
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-0-3)"
3261
+ d="m 115.25337,494.5939 h 3.23751"
3262
+ id="path19-9-0" />
3263
+ <path
3264
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-0-3-6)"
3265
+ d="m 126.3895,494.5939 h -3.23751"
3266
+ id="path19-9-0-6" />
3267
+ <path
3268
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-0-3-7)"
3269
+ d="m 45.445068,495.03626 -3.736883,-6.49629"
3270
+ id="path19-9-0-2"
3271
+ sodipodi:nodetypes="cc" />
3272
+ <path
3273
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5-0-3-7-6)"
3274
+ d="m 47.49725,494.80825 7.492007,-6.53289"
3275
+ id="path19-9-0-2-7"
3276
+ sodipodi:nodetypes="cc" />
3277
+ <text
3278
+ xml:space="preserve"
3279
+ transform="matrix(0.26458333,0,0,0.26458333,23.418078,1.5820132)"
3280
+ id="text19"
3281
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19)"><tspan
3282
+ x="156.625"
3283
+ y="1888.0977"
3284
+ id="tspan74">rod2</tspan></text>
3285
+ <text
3286
+ xml:space="preserve"
3287
+ transform="matrix(0.26458333,0,0,0.26458333,55.094797,-0.39570039)"
3288
+ id="text19-9"
3289
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-1);display:inline"><tspan
3290
+ x="156.625"
3291
+ y="1888.0977"
3292
+ id="tspan75">rod3</tspan></text>
3293
+ <text
3294
+ xml:space="preserve"
3295
+ transform="matrix(0.26458333,0,0,0.26458333,1.4895822,-1.0955041)"
3296
+ id="text19-1"
3297
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-3);display:inline"><tspan
3298
+ x="156.625"
3299
+ y="1888.0977"
3300
+ id="tspan76">rod1</tspan></text>
3301
+ <text
3302
+ xml:space="preserve"
3303
+ transform="matrix(0.26458333,0,0,0.26458333,75.598034,-0.56502765)"
3304
+ id="text19-7"
3305
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-5);display:inline"><tspan
3306
+ x="156.625"
3307
+ y="1888.0977"
3308
+ id="tspan77">rod4</tspan></text>
3309
+ </g>
3310
+ </svg>