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,1367 @@
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="base.svg"
12
+ inkscape:export-filename="base_hollow.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview1"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ inkscape:zoom="0.52916668"
30
+ inkscape:cx="229.60629"
31
+ inkscape:cy="878.74014"
32
+ inkscape:window-width="1370"
33
+ inkscape:window-height="836"
34
+ inkscape:window-x="0"
35
+ inkscape:window-y="0"
36
+ inkscape:window-maximized="1"
37
+ inkscape:current-layer="layer1" />
38
+ <defs
39
+ id="defs1">
40
+ <rect
41
+ x="397.66143"
42
+ y="808.23138"
43
+ width="83.540035"
44
+ height="62.222437"
45
+ id="rect22" />
46
+ <rect
47
+ x="392.92708"
48
+ y="814.60734"
49
+ width="97.033177"
50
+ height="48.925037"
51
+ id="rect21" />
52
+ <rect
53
+ x="401.47448"
54
+ y="834.37989"
55
+ width="49.246054"
56
+ height="41.786982"
57
+ id="rect20" />
58
+ <rect
59
+ x="396.29123"
60
+ y="830.55074"
61
+ width="54.770928"
62
+ height="38.921451"
63
+ id="rect19" />
64
+ <rect
65
+ x="486.53608"
66
+ y="751.29919"
67
+ width="47.518305"
68
+ height="29.784088"
69
+ id="rect16" />
70
+ <rect
71
+ x="424.65032"
72
+ y="742.72309"
73
+ width="39.605112"
74
+ height="37.504149"
75
+ id="rect15" />
76
+ <rect
77
+ x="470.51134"
78
+ y="713.31221"
79
+ width="59.96227"
80
+ height="50.54578"
81
+ id="rect14" />
82
+ <rect
83
+ x="485.1163"
84
+ y="777.93836"
85
+ width="59.993589"
86
+ height="44.621325"
87
+ id="rect13" />
88
+ <rect
89
+ x="481.4755"
90
+ y="710.74147"
91
+ width="42.246323"
92
+ height="30.175572"
93
+ id="rect6" />
94
+ <rect
95
+ x="414.71446"
96
+ y="774.81171"
97
+ width="77.051844"
98
+ height="32.093843"
99
+ id="rect5" />
100
+ <rect
101
+ x="429.07799"
102
+ y="697.14915"
103
+ width="74.333649"
104
+ height="49.530532"
105
+ id="rect4" />
106
+ <rect
107
+ x="445.25803"
108
+ y="705.61042"
109
+ width="56.016114"
110
+ height="64.208565"
111
+ id="rect3" />
112
+ <rect
113
+ x="11.537894"
114
+ y="11.966043"
115
+ width="322.09399"
116
+ height="79.104332"
117
+ id="rect1" />
118
+ <marker
119
+ style="overflow:visible"
120
+ id="RoundedArrow-7-7-9"
121
+ refX="0"
122
+ refY="0"
123
+ orient="auto-start-reverse"
124
+ inkscape:stockid="Rounded arrow"
125
+ markerWidth="1"
126
+ markerHeight="1"
127
+ viewBox="0 0 1 1"
128
+ inkscape:isstock="true"
129
+ inkscape:collect="always"
130
+ preserveAspectRatio="xMidYMid">
131
+ <path
132
+ transform="scale(0.7)"
133
+ 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"
134
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
135
+ id="path8-67-2-9" />
136
+ </marker>
137
+ <marker
138
+ style="overflow:visible"
139
+ id="RoundedArrow-7-7-9-1"
140
+ refX="0"
141
+ refY="0"
142
+ orient="auto-start-reverse"
143
+ inkscape:stockid="Rounded arrow"
144
+ markerWidth="1"
145
+ markerHeight="1"
146
+ viewBox="0 0 1 1"
147
+ inkscape:isstock="true"
148
+ inkscape:collect="always"
149
+ preserveAspectRatio="xMidYMid">
150
+ <path
151
+ transform="scale(0.7)"
152
+ 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"
153
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
154
+ id="path8-67-2-9-1" />
155
+ </marker>
156
+ <rect
157
+ x="348.78598"
158
+ y="275.76746"
159
+ width="64.57917"
160
+ height="35.918922"
161
+ id="rect5-3-3" />
162
+ <rect
163
+ x="348.78598"
164
+ y="275.76746"
165
+ width="64.57917"
166
+ height="35.918922"
167
+ id="rect5-3-3-3" />
168
+ <rect
169
+ x="348.78598"
170
+ y="275.76746"
171
+ width="64.57917"
172
+ height="35.918922"
173
+ id="rect5-3-3-0" />
174
+ <marker
175
+ style="overflow:visible"
176
+ id="RoundedArrow-7-7"
177
+ refX="0"
178
+ refY="0"
179
+ orient="auto-start-reverse"
180
+ inkscape:stockid="Rounded arrow"
181
+ markerWidth="1"
182
+ markerHeight="1"
183
+ viewBox="0 0 1 1"
184
+ inkscape:isstock="true"
185
+ inkscape:collect="always"
186
+ preserveAspectRatio="xMidYMid">
187
+ <path
188
+ transform="scale(0.7)"
189
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
190
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
191
+ id="path8-67-2" />
192
+ </marker>
193
+ <marker
194
+ style="overflow:visible"
195
+ id="RoundedArrow-7-7-9-2"
196
+ refX="0"
197
+ refY="0"
198
+ orient="auto-start-reverse"
199
+ inkscape:stockid="Rounded arrow"
200
+ markerWidth="1"
201
+ markerHeight="1"
202
+ viewBox="0 0 1 1"
203
+ inkscape:isstock="true"
204
+ inkscape:collect="always"
205
+ preserveAspectRatio="xMidYMid">
206
+ <path
207
+ transform="scale(0.7)"
208
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
209
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
210
+ id="path8-67-2-9-9" />
211
+ </marker>
212
+ <rect
213
+ x="348.78598"
214
+ y="275.76746"
215
+ width="64.57917"
216
+ height="35.918922"
217
+ id="rect5-3-3-3-7" />
218
+ <rect
219
+ x="55.143906"
220
+ y="1137.6799"
221
+ width="45.351578"
222
+ height="36.638477"
223
+ id="rect27" />
224
+ <marker
225
+ style="overflow:visible"
226
+ id="RoundedArrow"
227
+ refX="0"
228
+ refY="0"
229
+ orient="auto-start-reverse"
230
+ inkscape:stockid="Rounded arrow"
231
+ markerWidth="1"
232
+ markerHeight="1"
233
+ viewBox="0 0 1 1"
234
+ inkscape:isstock="true"
235
+ inkscape:collect="always"
236
+ preserveAspectRatio="xMidYMid">
237
+ <path
238
+ transform="scale(0.7)"
239
+ 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"
240
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
241
+ id="path8" />
242
+ </marker>
243
+ <marker
244
+ style="overflow:visible"
245
+ id="RoundedArrow-7-7-9-1-2"
246
+ refX="0"
247
+ refY="0"
248
+ orient="auto-start-reverse"
249
+ inkscape:stockid="Rounded arrow"
250
+ markerWidth="1"
251
+ markerHeight="1"
252
+ viewBox="0 0 1 1"
253
+ inkscape:isstock="true"
254
+ inkscape:collect="always"
255
+ preserveAspectRatio="xMidYMid">
256
+ <path
257
+ transform="scale(0.7)"
258
+ 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"
259
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
260
+ id="path8-67-2-9-1-6" />
261
+ </marker>
262
+ <rect
263
+ x="348.78598"
264
+ y="275.76746"
265
+ width="64.57917"
266
+ height="35.918922"
267
+ id="rect5-3-3-2" />
268
+ <marker
269
+ style="overflow:visible"
270
+ id="RoundedArrow-7-7-2"
271
+ refX="0"
272
+ refY="0"
273
+ orient="auto-start-reverse"
274
+ inkscape:stockid="Rounded arrow"
275
+ markerWidth="1"
276
+ markerHeight="1"
277
+ viewBox="0 0 1 1"
278
+ inkscape:isstock="true"
279
+ inkscape:collect="always"
280
+ preserveAspectRatio="xMidYMid">
281
+ <path
282
+ transform="scale(0.7)"
283
+ 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"
284
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
285
+ id="path8-67-2-0" />
286
+ </marker>
287
+ <marker
288
+ style="overflow:visible"
289
+ id="RoundedArrow-7-7-2-1"
290
+ refX="0"
291
+ refY="0"
292
+ orient="auto-start-reverse"
293
+ inkscape:stockid="Rounded arrow"
294
+ markerWidth="1"
295
+ markerHeight="1"
296
+ viewBox="0 0 1 1"
297
+ inkscape:isstock="true"
298
+ inkscape:collect="always"
299
+ preserveAspectRatio="xMidYMid">
300
+ <path
301
+ transform="scale(0.7)"
302
+ 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"
303
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
304
+ id="path8-67-2-0-2" />
305
+ </marker>
306
+ <marker
307
+ style="overflow:visible"
308
+ id="RoundedArrow-7-7-2-1-4"
309
+ refX="0"
310
+ refY="0"
311
+ orient="auto-start-reverse"
312
+ inkscape:stockid="Rounded arrow"
313
+ markerWidth="1"
314
+ markerHeight="1"
315
+ viewBox="0 0 1 1"
316
+ inkscape:isstock="true"
317
+ inkscape:collect="always"
318
+ preserveAspectRatio="xMidYMid">
319
+ <path
320
+ transform="scale(0.7)"
321
+ 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"
322
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
323
+ id="path8-67-2-0-2-7" />
324
+ </marker>
325
+ <marker
326
+ style="overflow:visible"
327
+ id="RoundedArrow-7-7-2-1-3"
328
+ refX="0"
329
+ refY="0"
330
+ orient="auto-start-reverse"
331
+ inkscape:stockid="Rounded arrow"
332
+ markerWidth="1"
333
+ markerHeight="1"
334
+ viewBox="0 0 1 1"
335
+ inkscape:isstock="true"
336
+ inkscape:collect="always"
337
+ preserveAspectRatio="xMidYMid">
338
+ <path
339
+ transform="scale(0.7)"
340
+ 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"
341
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
342
+ id="path8-67-2-0-2-6" />
343
+ </marker>
344
+ <marker
345
+ style="overflow:visible"
346
+ id="RoundedArrow-7-7-2-1-4-1"
347
+ refX="0"
348
+ refY="0"
349
+ orient="auto-start-reverse"
350
+ inkscape:stockid="Rounded arrow"
351
+ markerWidth="1"
352
+ markerHeight="1"
353
+ viewBox="0 0 1 1"
354
+ inkscape:isstock="true"
355
+ inkscape:collect="always"
356
+ preserveAspectRatio="xMidYMid">
357
+ <path
358
+ transform="scale(0.7)"
359
+ 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"
360
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
361
+ id="path8-67-2-0-2-7-0" />
362
+ </marker>
363
+ <marker
364
+ style="overflow:visible"
365
+ id="RoundedArrow-7-7-2-7"
366
+ refX="0"
367
+ refY="0"
368
+ orient="auto-start-reverse"
369
+ inkscape:stockid="Rounded arrow"
370
+ markerWidth="1"
371
+ markerHeight="1"
372
+ viewBox="0 0 1 1"
373
+ inkscape:isstock="true"
374
+ inkscape:collect="always"
375
+ preserveAspectRatio="xMidYMid">
376
+ <path
377
+ transform="scale(0.7)"
378
+ 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"
379
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
380
+ id="path8-67-2-0-4" />
381
+ </marker>
382
+ <marker
383
+ style="overflow:visible"
384
+ id="RoundedArrow-7-7-2-7-8"
385
+ refX="0"
386
+ refY="0"
387
+ orient="auto-start-reverse"
388
+ inkscape:stockid="Rounded arrow"
389
+ markerWidth="1"
390
+ markerHeight="1"
391
+ viewBox="0 0 1 1"
392
+ inkscape:isstock="true"
393
+ inkscape:collect="always"
394
+ preserveAspectRatio="xMidYMid">
395
+ <path
396
+ transform="scale(0.7)"
397
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
398
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
399
+ id="path8-67-2-0-4-8" />
400
+ </marker>
401
+ <marker
402
+ style="overflow:visible"
403
+ id="RoundedArrow-7-7-2-7-6"
404
+ refX="0"
405
+ refY="0"
406
+ orient="auto-start-reverse"
407
+ inkscape:stockid="Rounded arrow"
408
+ markerWidth="1"
409
+ markerHeight="1"
410
+ viewBox="0 0 1 1"
411
+ inkscape:isstock="true"
412
+ inkscape:collect="always"
413
+ preserveAspectRatio="xMidYMid">
414
+ <path
415
+ transform="scale(0.7)"
416
+ 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"
417
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
418
+ id="path8-67-2-0-4-4" />
419
+ </marker>
420
+ <marker
421
+ style="overflow:visible"
422
+ id="RoundedArrow-7-7-2-7-8-1"
423
+ refX="0"
424
+ refY="0"
425
+ orient="auto-start-reverse"
426
+ inkscape:stockid="Rounded arrow"
427
+ markerWidth="1"
428
+ markerHeight="1"
429
+ viewBox="0 0 1 1"
430
+ inkscape:isstock="true"
431
+ inkscape:collect="always"
432
+ preserveAspectRatio="xMidYMid">
433
+ <path
434
+ transform="scale(0.7)"
435
+ 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"
436
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
437
+ id="path8-67-2-0-4-8-0" />
438
+ </marker>
439
+ <marker
440
+ style="overflow:visible"
441
+ id="RoundedArrow-7-7-2-1-3-4"
442
+ refX="0"
443
+ refY="0"
444
+ orient="auto-start-reverse"
445
+ inkscape:stockid="Rounded arrow"
446
+ markerWidth="1"
447
+ markerHeight="1"
448
+ viewBox="0 0 1 1"
449
+ inkscape:isstock="true"
450
+ inkscape:collect="always"
451
+ preserveAspectRatio="xMidYMid">
452
+ <path
453
+ transform="scale(0.7)"
454
+ 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"
455
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
456
+ id="path8-67-2-0-2-6-9" />
457
+ </marker>
458
+ <marker
459
+ style="overflow:visible"
460
+ id="RoundedArrow-7-7-2-1-4-1-0"
461
+ refX="0"
462
+ refY="0"
463
+ orient="auto-start-reverse"
464
+ inkscape:stockid="Rounded arrow"
465
+ markerWidth="1"
466
+ markerHeight="1"
467
+ viewBox="0 0 1 1"
468
+ inkscape:isstock="true"
469
+ inkscape:collect="always"
470
+ preserveAspectRatio="xMidYMid">
471
+ <path
472
+ transform="scale(0.7)"
473
+ 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"
474
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
475
+ id="path8-67-2-0-2-7-0-9" />
476
+ </marker>
477
+ <marker
478
+ style="overflow:visible"
479
+ id="RoundedArrow-7-7-2-7-8-1-1"
480
+ refX="0"
481
+ refY="0"
482
+ orient="auto-start-reverse"
483
+ inkscape:stockid="Rounded arrow"
484
+ markerWidth="1"
485
+ markerHeight="1"
486
+ viewBox="0 0 1 1"
487
+ inkscape:isstock="true"
488
+ inkscape:collect="always"
489
+ preserveAspectRatio="xMidYMid">
490
+ <path
491
+ transform="scale(0.7)"
492
+ 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"
493
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
494
+ id="path8-67-2-0-4-8-0-8" />
495
+ </marker>
496
+ <marker
497
+ style="overflow:visible"
498
+ id="RoundedArrow-7-7-2-7-8-1-3"
499
+ refX="0"
500
+ refY="0"
501
+ orient="auto-start-reverse"
502
+ inkscape:stockid="Rounded arrow"
503
+ markerWidth="1"
504
+ markerHeight="1"
505
+ viewBox="0 0 1 1"
506
+ inkscape:isstock="true"
507
+ inkscape:collect="always"
508
+ preserveAspectRatio="xMidYMid">
509
+ <path
510
+ transform="scale(0.7)"
511
+ 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"
512
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
513
+ id="path8-67-2-0-4-8-0-88" />
514
+ </marker>
515
+ <marker
516
+ style="overflow:visible"
517
+ id="RoundedArrow-7-7-2-7-8-1-3-8"
518
+ refX="0"
519
+ refY="0"
520
+ orient="auto-start-reverse"
521
+ inkscape:stockid="Rounded arrow"
522
+ markerWidth="1"
523
+ markerHeight="1"
524
+ viewBox="0 0 1 1"
525
+ inkscape:isstock="true"
526
+ inkscape:collect="always"
527
+ preserveAspectRatio="xMidYMid">
528
+ <path
529
+ transform="scale(0.7)"
530
+ 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"
531
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
532
+ id="path8-67-2-0-4-8-0-88-8" />
533
+ </marker>
534
+ <marker
535
+ style="overflow:visible"
536
+ id="RoundedArrow-7-7-2-7-8-1-3-8-5"
537
+ refX="0"
538
+ refY="0"
539
+ orient="auto-start-reverse"
540
+ inkscape:stockid="Rounded arrow"
541
+ markerWidth="1"
542
+ markerHeight="1"
543
+ viewBox="0 0 1 1"
544
+ inkscape:isstock="true"
545
+ inkscape:collect="always"
546
+ preserveAspectRatio="xMidYMid">
547
+ <path
548
+ transform="scale(0.7)"
549
+ 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"
550
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
551
+ id="path8-67-2-0-4-8-0-88-8-4" />
552
+ </marker>
553
+ <marker
554
+ style="overflow:visible"
555
+ id="RoundedArrow-7-7-2-1-3-6"
556
+ refX="0"
557
+ refY="0"
558
+ orient="auto-start-reverse"
559
+ inkscape:stockid="Rounded arrow"
560
+ markerWidth="1"
561
+ markerHeight="1"
562
+ viewBox="0 0 1 1"
563
+ inkscape:isstock="true"
564
+ inkscape:collect="always"
565
+ preserveAspectRatio="xMidYMid">
566
+ <path
567
+ transform="scale(0.7)"
568
+ 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"
569
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
570
+ id="path8-67-2-0-2-6-92" />
571
+ </marker>
572
+ <marker
573
+ style="overflow:visible"
574
+ id="RoundedArrow-7-7-2-1-4-1-2"
575
+ refX="0"
576
+ refY="0"
577
+ orient="auto-start-reverse"
578
+ inkscape:stockid="Rounded arrow"
579
+ markerWidth="1"
580
+ markerHeight="1"
581
+ viewBox="0 0 1 1"
582
+ inkscape:isstock="true"
583
+ inkscape:collect="always"
584
+ preserveAspectRatio="xMidYMid">
585
+ <path
586
+ transform="scale(0.7)"
587
+ 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"
588
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
589
+ id="path8-67-2-0-2-7-0-4" />
590
+ </marker>
591
+ <marker
592
+ style="overflow:visible"
593
+ id="RoundedArrow-7-7-2-7-8-1-3-8-5-2"
594
+ refX="0"
595
+ refY="0"
596
+ orient="auto-start-reverse"
597
+ inkscape:stockid="Rounded arrow"
598
+ markerWidth="1"
599
+ markerHeight="1"
600
+ viewBox="0 0 1 1"
601
+ inkscape:isstock="true"
602
+ inkscape:collect="always"
603
+ preserveAspectRatio="xMidYMid">
604
+ <path
605
+ transform="scale(0.7)"
606
+ 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"
607
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
608
+ id="path8-67-2-0-4-8-0-88-8-4-8" />
609
+ </marker>
610
+ <marker
611
+ style="overflow:visible"
612
+ id="RoundedArrow-7-7-2-7-8-1-3-8-5-0"
613
+ refX="0"
614
+ refY="0"
615
+ orient="auto-start-reverse"
616
+ inkscape:stockid="Rounded arrow"
617
+ markerWidth="1"
618
+ markerHeight="1"
619
+ viewBox="0 0 1 1"
620
+ inkscape:isstock="true"
621
+ inkscape:collect="always"
622
+ preserveAspectRatio="xMidYMid">
623
+ <path
624
+ transform="scale(0.7)"
625
+ 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"
626
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
627
+ id="path8-67-2-0-4-8-0-88-8-4-2" />
628
+ </marker>
629
+ <rect
630
+ x="414.71445"
631
+ y="774.81171"
632
+ width="77.051842"
633
+ height="32.093842"
634
+ id="rect5-1" />
635
+ <rect
636
+ x="429.078"
637
+ y="697.14917"
638
+ width="74.333649"
639
+ height="49.530533"
640
+ id="rect4-6" />
641
+ <rect
642
+ x="445.25803"
643
+ y="705.61041"
644
+ width="56.016113"
645
+ height="64.208565"
646
+ id="rect3-6" />
647
+ <rect
648
+ x="486.53607"
649
+ y="751.29919"
650
+ width="47.518307"
651
+ height="29.784088"
652
+ id="rect16-4" />
653
+ <marker
654
+ style="overflow:visible"
655
+ id="RoundedArrow-7-7-9-8"
656
+ refX="0"
657
+ refY="0"
658
+ orient="auto-start-reverse"
659
+ inkscape:stockid="Rounded arrow"
660
+ markerWidth="1"
661
+ markerHeight="1"
662
+ viewBox="0 0 1 1"
663
+ inkscape:isstock="true"
664
+ inkscape:collect="always"
665
+ preserveAspectRatio="xMidYMid">
666
+ <path
667
+ transform="scale(0.7)"
668
+ 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"
669
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
670
+ id="path8-67-2-9-13" />
671
+ </marker>
672
+ </defs>
673
+ <g
674
+ inkscape:label="Layer 1"
675
+ inkscape:groupmode="layer"
676
+ id="layer1">
677
+ <rect
678
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
679
+ id="rect23"
680
+ width="109.64452"
681
+ height="69.136719"
682
+ x="29.181639"
683
+ y="215.89648"
684
+ inkscape:export-filename="base_hollow.svg"
685
+ inkscape:export-xdpi="96"
686
+ inkscape:export-ydpi="96" />
687
+ <rect
688
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
689
+ id="rect17"
690
+ width="109.25697"
691
+ height="83.310158"
692
+ x="14.606174"
693
+ y="114.81231"
694
+ inkscape:export-filename="base_cut.svg"
695
+ inkscape:export-xdpi="96"
696
+ inkscape:export-ydpi="96" />
697
+ <text
698
+ xml:space="preserve"
699
+ transform="matrix(0.26458333,0,0,0.26458333,12.735949,62.411573)"
700
+ id="text2-8"
701
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-6);display:inline"><tspan
702
+ x="445.25781"
703
+ y="718.58792"
704
+ id="tspan1">H1</tspan></text>
705
+ <rect
706
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
707
+ id="rect28"
708
+ width="121.89443"
709
+ height="63.752167"
710
+ x="21.035742"
711
+ y="24.546438"
712
+ inkscape:export-filename="base_top.svg"
713
+ inkscape:export-xdpi="96"
714
+ inkscape:export-ydpi="96" />
715
+ <circle
716
+ style="fill:#d7eef4;stroke:#d7eef4;stroke-width:0.264583;stroke-dasharray:none"
717
+ id="path24-2"
718
+ cx="64.249168"
719
+ cy="54.359123"
720
+ r="27.756809" />
721
+ <text
722
+ xml:space="preserve"
723
+ transform="scale(0.26458333)"
724
+ id="text1"
725
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1);display:inline"><tspan
726
+ x="11.537109"
727
+ y="24.943389"
728
+ id="tspan2">base.svg</tspan></text>
729
+ <path
730
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9);marker-end:url(#RoundedArrow-7-7-9)"
731
+ d="M 109.86979,73.24192 V 70.05711"
732
+ id="path5-1-0-8" />
733
+ <circle
734
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583;stroke-dasharray:none"
735
+ id="path24"
736
+ cx="64.249168"
737
+ cy="54.359123"
738
+ r="24.985352" />
739
+ <circle
740
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
741
+ id="path24-8"
742
+ cx="64.249168"
743
+ cy="54.359123"
744
+ r="14.411621" />
745
+ <circle
746
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
747
+ id="path26"
748
+ cx="64.141792"
749
+ cy="34.274162"
750
+ r="2.8725588" />
751
+ <circle
752
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
753
+ id="path26-0"
754
+ cx="84.226753"
755
+ cy="54.359123"
756
+ r="2.8725588" />
757
+ <circle
758
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
759
+ id="path26-0-2"
760
+ cx="64.141792"
761
+ cy="74.444084"
762
+ r="2.8725588" />
763
+ <circle
764
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
765
+ id="path26-0-5"
766
+ cx="44.056828"
767
+ cy="54.359123"
768
+ r="2.8725588" />
769
+ <circle
770
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
771
+ id="path26-0-9"
772
+ cx="78.793076"
773
+ cy="40.344383"
774
+ r="2.8725588" />
775
+ <circle
776
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
777
+ id="path26-0-7"
778
+ cx="78.793076"
779
+ cy="68.903038"
780
+ r="2.8725588" />
781
+ <circle
782
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
783
+ id="path26-0-8"
784
+ cx="49.705257"
785
+ cy="68.903038"
786
+ r="2.8725588" />
787
+ <circle
788
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
789
+ id="path26-0-93"
790
+ cx="49.705257"
791
+ cy="39.815208"
792
+ r="2.8725588" />
793
+ <circle
794
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:2, 1;stroke-dashoffset:0"
795
+ id="path24-7"
796
+ cx="64.141792"
797
+ cy="54.359123"
798
+ r="20.084961" />
799
+ <path
800
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
801
+ d="M 64.249163,29.37377 H 120.18618"
802
+ id="path27" />
803
+ <path
804
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
805
+ d="M 64.249164,79.60906 H 120.18618"
806
+ id="path27-2" />
807
+ <path
808
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
809
+ d="M 64.249166,69.03533 H 109.75991"
810
+ id="path27-1" />
811
+ <path
812
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
813
+ d="M 64.249166,39.9475 H 100.46304"
814
+ id="path27-5" />
815
+ <path
816
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
817
+ d="M 64.173044,74.44258 H 109.90104"
818
+ id="path27-62" />
819
+ <path
820
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1);marker-end:url(#RoundedArrow-7-7-9-1)"
821
+ d="M 120.18618,77.92116 V 31.06168"
822
+ id="path5-1-0-8-3" />
823
+ <text
824
+ xml:space="preserve"
825
+ transform="matrix(0.26458333,0,0,0.26458333,28.307136,-20.491)"
826
+ id="text5-2-1"
827
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3);display:inline"><tspan
828
+ x="348.78516"
829
+ y="288.74417"
830
+ id="tspan3">D1</tspan></text>
831
+ <text
832
+ xml:space="preserve"
833
+ transform="matrix(0.26458333,0,0,0.26458333,8.6919901,-21.18194)"
834
+ id="text5-2-1-0"
835
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3);display:inline"><tspan
836
+ x="348.78516"
837
+ y="288.74417"
838
+ id="tspan4">D3</tspan></text>
839
+ <text
840
+ xml:space="preserve"
841
+ transform="matrix(0.26458333,0,0,0.26458333,18.519177,-3.1764197)"
842
+ id="text5-2-1-4"
843
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-0);display:inline"><tspan
844
+ x="348.78516"
845
+ y="288.74417"
846
+ id="tspan5">L1</tspan></text>
847
+ <path
848
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7);marker-end:url(#RoundedArrow-7-7)"
849
+ d="M 100.46304,67.93234 V 41.05049"
850
+ id="path5-1-0" />
851
+ <path
852
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
853
+ d="M 29.052707,51.48656 H 44.056829"
854
+ id="path27-5-5" />
855
+ <path
856
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
857
+ d="M 29.052707,57.23168 H 44.056829"
858
+ id="path27-5-5-7" />
859
+ <path
860
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-2);marker-end:url(#RoundedArrow-7-7-9-2)"
861
+ d="M 29.052707,56.0564 V 52.87159"
862
+ id="path5-1-0-8-6" />
863
+ <text
864
+ xml:space="preserve"
865
+ transform="matrix(0.26458333,0,0,0.26458333,-69.816228,-20.52032)"
866
+ id="text5-2-1-0-1"
867
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3-7);display:inline"><tspan
868
+ x="348.78516"
869
+ y="288.74417"
870
+ id="tspan6">D5</tspan></text>
871
+ <text
872
+ xml:space="preserve"
873
+ transform="matrix(0.26458333,0,0,0.26458333,18.234245,-224.4538)"
874
+ id="text27"
875
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect27);display:inline"><tspan
876
+ x="55.144531"
877
+ y="1150.6563"
878
+ id="tspan7">N1</tspan></text>
879
+ <path
880
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
881
+ d="m 38.616881,78.53918 7.740051,-6.49573"
882
+ id="path28" />
883
+ <path
884
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
885
+ d="M 64.249168,26.337731 H 135.10781"
886
+ id="path27-7" />
887
+ <path
888
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
889
+ d="M 64.249168,82.115932 H 135.10781"
890
+ id="path27-7-6" />
891
+ <path
892
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2);marker-end:url(#RoundedArrow-7-7-9-1-2)"
893
+ d="M 135.1078,80.574872 V 27.878786"
894
+ id="path5-1-0-8-3-8" />
895
+ <text
896
+ xml:space="preserve"
897
+ transform="matrix(0.26458333,0,0,0.26458333,43.590426,-21.641547)"
898
+ id="text5-2-1-2"
899
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-2);display:inline"><tspan
900
+ x="348.78516"
901
+ y="288.74417"
902
+ id="tspan8">D2</tspan></text>
903
+ <rect
904
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
905
+ id="rect2"
906
+ width="11.030589"
907
+ height="3.9740229"
908
+ x="45.557285"
909
+ y="144.48662" />
910
+ <rect
911
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
912
+ id="rect2-5"
913
+ width="3.3649719"
914
+ height="22.070847"
915
+ x="45.557285"
916
+ y="144.48662" />
917
+ <rect
918
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
919
+ id="rect2-2"
920
+ width="17.225868"
921
+ height="3.9740229"
922
+ x="36.290737"
923
+ y="166.82205" />
924
+ <rect
925
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
926
+ id="rect2-7"
927
+ width="11.030589"
928
+ height="3.9740229"
929
+ x="-89.578896"
930
+ y="144.48662"
931
+ transform="scale(-1,1)" />
932
+ <rect
933
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
934
+ id="rect2-5-0"
935
+ width="3.3649719"
936
+ height="22.070847"
937
+ x="-89.578896"
938
+ y="144.48662"
939
+ transform="scale(-1,1)" />
940
+ <rect
941
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
942
+ id="rect2-2-9"
943
+ width="17.225868"
944
+ height="3.9740229"
945
+ x="-98.845444"
946
+ y="166.82205"
947
+ transform="scale(-1,1)" />
948
+ <path
949
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
950
+ d="M 98.977735,170.79607 H 114.31144"
951
+ id="path27-7-6-6" />
952
+ <path
953
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
954
+ d="M 89.711186,144.48662 H 114.31144"
955
+ id="path27-7-6-8" />
956
+ <path
957
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2);marker-end:url(#RoundedArrow-7-7-2)"
958
+ d="M 114.31144,169.69484 V 145.87165"
959
+ id="path5-1-0-3" />
960
+ <text
961
+ xml:space="preserve"
962
+ transform="matrix(0.26458333,0,0,0.26458333,-2.6364509,-31.568187)"
963
+ id="text2"
964
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3);display:inline"><tspan
965
+ x="445.25781"
966
+ y="718.58792"
967
+ id="tspan9">H1</tspan></text>
968
+ <path
969
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
970
+ d="M 24.337494,170.79607 H 36.158446"
971
+ id="path27-7-6-6-2" />
972
+ <path
973
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
974
+ d="M 24.337494,166.82205 H 36.158446"
975
+ id="path27-7-6-6-2-7" />
976
+ <path
977
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1)"
978
+ d="M 24.337494,175.58199 V 172.1811"
979
+ id="path5-1-0-3-3" />
980
+ <path
981
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1-4)"
982
+ d="m 24.337494,162.30072 v 3.40089"
983
+ id="path5-1-0-3-3-4" />
984
+ <path
985
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
986
+ d="M 37.233596,148.46064 H 49.054548"
987
+ id="path27-7-6-6-2-3" />
988
+ <path
989
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
990
+ d="M 37.233596,144.48662 H 49.054548"
991
+ id="path27-7-6-6-2-7-2" />
992
+ <path
993
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1-3)"
994
+ d="m 37.233596,153.24656 v -3.40089"
995
+ id="path5-1-0-3-3-0" />
996
+ <path
997
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1-4-1)"
998
+ d="m 37.233596,139.96529 v 3.40089"
999
+ id="path5-1-0-3-3-4-6" />
1000
+ <path
1001
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1002
+ d="M 56.587874,144.35433 V 132.53338"
1003
+ id="path27-7-6-6-2-4" />
1004
+ <path
1005
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1006
+ d="M 78.548306,144.35433 V 132.53337"
1007
+ id="path27-7-6-6-2-6" />
1008
+ <path
1009
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7);marker-end:url(#RoundedArrow-7-7-2-7)"
1010
+ d="M 77.11032,132.53338 H 58.025859"
1011
+ id="path5-1-0-3-2" />
1012
+ <path
1013
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1014
+ d="M 45.424994,144.35433 V 121.17065"
1015
+ id="path27-7-6-6-2-4-4" />
1016
+ <path
1017
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1018
+ d="M 89.578896,144.35433 V 121.17065"
1019
+ id="path27-7-6-6-2-4-4-7" />
1020
+ <path
1021
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8);marker-end:url(#RoundedArrow-7-7-2-7-8)"
1022
+ d="M 88.180495,120.90538 H 46.592212"
1023
+ id="path5-1-0-3-2-3" />
1024
+ <path
1025
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1026
+ d="M 53.516605,182.74932 V 170.92837"
1027
+ id="path27-7-6-6-2-4-2" />
1028
+ <path
1029
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1030
+ d="M 81.619576,182.61703 V 170.79608"
1031
+ id="path27-7-6-6-2-4-9" />
1032
+ <path
1033
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-6);marker-end:url(#RoundedArrow-7-7-2-7-6)"
1034
+ d="M 80.180822,182.74932 H 54.842032"
1035
+ id="path5-1-0-3-2-5" />
1036
+ <path
1037
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1038
+ d="M 36.290737,194.11205 V 170.92837"
1039
+ id="path27-7-6-6-2-4-4-71" />
1040
+ <path
1041
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1042
+ d="M 98.845444,194.11205 V 170.92837"
1043
+ id="path27-7-6-6-2-4-4-2" />
1044
+ <path
1045
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8-1);marker-end:url(#RoundedArrow-7-7-2-7-8-1)"
1046
+ d="M 97.487657,194.11205 H 37.648525"
1047
+ id="path5-1-0-3-2-3-1" />
1048
+ <path
1049
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1-3-4)"
1050
+ d="m 81.428008,155.52204 h 3.40089"
1051
+ id="path5-1-0-3-3-0-7" />
1052
+ <path
1053
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1-4-1-0)"
1054
+ d="m 94.038119,155.52204 h -3.40089"
1055
+ id="path5-1-0-3-3-4-6-7" />
1056
+ <text
1057
+ xml:space="preserve"
1058
+ transform="matrix(0.26458333,0,0,0.26458333,-48.732362,-68.137746)"
1059
+ id="text3"
1060
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4);display:inline"><tspan
1061
+ x="429.07812"
1062
+ y="710.12503"
1063
+ id="tspan10">D1</tspan></text>
1064
+ <text
1065
+ xml:space="preserve"
1066
+ transform="matrix(0.26458333,0,0,0.26458333,-45.39432,-15.151006)"
1067
+ id="text4"
1068
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
1069
+ x="414.71484"
1070
+ y="787.78909"
1071
+ id="tspan11">D2</tspan></text>
1072
+ <text
1073
+ xml:space="preserve"
1074
+ transform="matrix(0.26458333,0,0,0.26458333,-63.027795,-59.5551)"
1075
+ id="text5"
1076
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
1077
+ x="481.47461"
1078
+ y="723.71878"
1079
+ id="tspan12">D3</tspan></text>
1080
+ <text
1081
+ xml:space="preserve"
1082
+ transform="matrix(0.26458333,0,0,0.26458333,-63.556054,-27.032332)"
1083
+ id="text13"
1084
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13);display:inline"><tspan
1085
+ x="485.11719"
1086
+ y="790.91409"
1087
+ id="tspan13">D4</tspan></text>
1088
+ <text
1089
+ xml:space="preserve"
1090
+ transform="matrix(0.26458333,0,0,0.26458333,-93.961644,-44.741075)"
1091
+ id="text14"
1092
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14);display:inline"><tspan
1093
+ x="470.51172"
1094
+ y="726.28909"
1095
+ id="tspan14">E1</tspan></text>
1096
+ <text
1097
+ xml:space="preserve"
1098
+ transform="matrix(0.26458333,0,0,0.26458333,-17.864113,-43.413179)"
1099
+ id="text15"
1100
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
1101
+ x="424.65039"
1102
+ y="755.69925"
1103
+ id="tspan15">E2</tspan></text>
1104
+ <text
1105
+ xml:space="preserve"
1106
+ transform="matrix(0.26458333,0,0,0.26458333,-111.12418,-32.073921)"
1107
+ id="text16"
1108
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
1109
+ x="486.53516"
1110
+ y="764.27542"
1111
+ id="tspan16">E3</tspan></text>
1112
+ <rect
1113
+ style="fill:#b7c4c8;stroke:#b7c4c8;stroke-width:0.264583"
1114
+ id="rect2-9"
1115
+ width="11.030589"
1116
+ height="3.9740229"
1117
+ x="45.317654"
1118
+ y="237.83646" />
1119
+ <rect
1120
+ style="fill:#b7c4c8;stroke:#b7c4c8;stroke-width:0.264582"
1121
+ id="rect2-5-7"
1122
+ width="3.3649719"
1123
+ height="22.070847"
1124
+ x="45.317654"
1125
+ y="237.83646" />
1126
+ <rect
1127
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1128
+ id="rect2-2-7"
1129
+ width="17.225868"
1130
+ height="3.9740229"
1131
+ x="36.051105"
1132
+ y="260.17191" />
1133
+ <rect
1134
+ style="fill:#b7c4c8;stroke:#b7c4c8;stroke-width:0.264583"
1135
+ id="rect2-7-6"
1136
+ width="11.030589"
1137
+ height="3.9740229"
1138
+ x="-89.339264"
1139
+ y="237.83646"
1140
+ transform="scale(-1,1)" />
1141
+ <rect
1142
+ style="fill:#b7c4c8;stroke:#b7c4c8;stroke-width:0.264582"
1143
+ id="rect2-5-0-7"
1144
+ width="3.3649719"
1145
+ height="22.070847"
1146
+ x="-89.339264"
1147
+ y="237.83646"
1148
+ transform="scale(-1,1)" />
1149
+ <rect
1150
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
1151
+ id="rect2-2-9-3"
1152
+ width="17.225868"
1153
+ height="3.9740229"
1154
+ x="-98.605812"
1155
+ y="260.17191"
1156
+ transform="scale(-1,1)" />
1157
+ <rect
1158
+ style="fill:#93a7ac;stroke:#93a7ac;stroke-width:0.264584"
1159
+ id="rect2-2-7-3"
1160
+ width="62.554707"
1161
+ height="3.9740229"
1162
+ x="36.051105"
1163
+ y="260.17191" />
1164
+ <rect
1165
+ style="fill:#dbe2e3;stroke:#dbe2e3;stroke-width:0.264582;fill-opacity:0.80000001"
1166
+ id="rect2-5-7-1"
1167
+ width="44.021614"
1168
+ height="22.070847"
1169
+ x="45.317657"
1170
+ y="237.83644" />
1171
+ <circle
1172
+ style="fill:#dbe2e3;fill-opacity:0.8;stroke:#b7c4c8;stroke-width:0.264583"
1173
+ id="path17"
1174
+ cx="144.66066"
1175
+ cy="305.67383"
1176
+ r="2.8132353" />
1177
+ <circle
1178
+ style="fill:#dbe2e3;fill-opacity:0.8;stroke:#b7c4c8;stroke-width:0.264583"
1179
+ id="path17-9"
1180
+ cx="144.66066"
1181
+ cy="313.1524"
1182
+ r="2.8132353" />
1183
+ <rect
1184
+ style="fill:#dbe2e3;fill-opacity:0.8;stroke:#b7c4c8;stroke-width:0.264583"
1185
+ id="rect18"
1186
+ width="5.6264648"
1187
+ height="7.3462853"
1188
+ x="141.84743"
1189
+ y="305.67383" />
1190
+ <path
1191
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1192
+ d="m 64.515235,247.4988 c 0,0 0.10568,-0.90197 0.31486,-1.29323 0.232,-0.43393 0.58041,-0.82796 0.99877,-1.08699 0.44236,-0.27389 0.97948,-0.4464 1.4996,-0.43302 0.61205,0.0157 1.23455,0.2485 1.73613,0.5996 0.34098,0.23868 0.6039,0.59563 0.787,0.96941 0.18734,0.38245 0.29011,1.24423 0.29011,1.24423 v 7.47858 c 0,0 -0.0947,0.84494 -0.27801,1.21938 -0.19435,0.39704 -0.47644,0.77492 -0.8403,1.02595 -0.49045,0.33837 -1.10061,0.52521 -1.69493,0.5679 -0.33468,0.024 -0.68498,-0.0411 -0.99038,-0.1801 -0.52819,-0.24039 -1.04051,-0.60249 -1.3599,-1.08701 -0.31941,-0.48456 -0.46295,-1.67842 -0.46295,-1.67842 v -7.34628"
1193
+ id="path18"
1194
+ sodipodi:nodetypes="caaaaaccaaaaacc" />
1195
+ <path
1196
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1197
+ d="m 72.258372,247.56495 c 0,0 0.09457,-0.90197 0.281743,-1.29323 0.207598,-0.43393 0.519363,-0.82796 0.893719,-1.08699 0.395833,-0.27389 0.876459,-0.4464 1.341873,-0.43302 0.547674,0.0157 1.1047,0.2485 1.553524,0.5996 0.305116,0.23868 0.540383,0.59563 0.704224,0.96941 0.167636,0.38245 0.259596,1.24423 0.259596,1.24423 v 7.47858 c 0,0 -0.08474,0.84494 -0.248769,1.21938 -0.173907,0.39704 -0.426328,0.77492 -0.751916,1.02595 -0.438866,0.33837 -0.98485,0.52521 -1.516659,0.5679 -0.299478,0.024 -0.612934,-0.0411 -0.886212,-0.1801 -0.472636,-0.24039 -0.931069,-0.60249 -1.216867,-1.08701 -0.285814,-0.48456 -0.414256,-1.67842 -0.414256,-1.67842 v -7.34628"
1198
+ id="path18-5"
1199
+ sodipodi:nodetypes="caaaaaccaaaaacc" />
1200
+ <path
1201
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1202
+ d="m 79.409718,247.6311 c 0,0 0.08277,-0.90197 0.246593,-1.29323 0.181697,-0.43393 0.454567,-0.82796 0.782219,-1.08699 0.346448,-0.27389 0.767111,-0.4464 1.174461,-0.43302 0.479346,0.0157 0.966877,0.2485 1.359706,0.5996 0.26705,0.23868 0.472964,0.59563 0.616365,0.96941 0.146721,0.38245 0.227209,1.24423 0.227209,1.24423 v 7.47858 c 0,0 -0.07416,0.84494 -0.217733,1.21938 -0.152211,0.39704 -0.37314,0.77492 -0.658106,1.02595 -0.384114,0.33837 -0.86198,0.52521 -1.327441,0.5679 -0.262115,0.024 -0.536464,-0.0411 -0.775649,-0.1801 -0.413669,-0.24039 -0.814908,-0.60249 -1.065049,-1.08701 -0.250157,-0.48456 -0.362574,-1.67842 -0.362574,-1.67842 v -7.34628"
1203
+ id="path18-5-3"
1204
+ sodipodi:nodetypes="caaaaaccaaaaacc" />
1205
+ <path
1206
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1207
+ d="m 85.403775,247.6311 c 0,0 0.05225,-0.90197 0.155667,-1.29323 0.114699,-0.43393 0.286953,-0.82796 0.49379,-1.08699 0.218701,-0.27389 0.484253,-0.4464 0.7414,-0.43302 0.302596,0.0157 0.610359,0.2485 0.858339,0.5996 0.16858,0.23868 0.298567,0.59563 0.389092,0.96941 0.09262,0.38245 0.14343,1.24423 0.14343,1.24423 v 7.47858 c 0,0 -0.04682,0.84494 -0.137448,1.21938 -0.09609,0.39704 -0.235552,0.77492 -0.415442,1.02595 -0.242479,0.33837 -0.54414,0.52521 -0.837971,0.5679 -0.165465,0.024 -0.338653,-0.0411 -0.489643,-0.1801 -0.261136,-0.24039 -0.514426,-0.60249 -0.672332,-1.08701 -0.157916,-0.48456 -0.228881,-1.67842 -0.228881,-1.67842 v -7.34628"
1208
+ id="path18-5-3-1"
1209
+ sodipodi:nodetypes="caaaaaccaaaaacc" />
1210
+ <path
1211
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1212
+ d="m 62.560146,247.21674 c 0,0 -0.09457,-0.90197 -0.281743,-1.29323 -0.207598,-0.43393 -0.519363,-0.82796 -0.893719,-1.08699 -0.395833,-0.27389 -0.876459,-0.4464 -1.341873,-0.43302 -0.547674,0.0157 -1.1047,0.2485 -1.553524,0.5996 -0.305116,0.23868 -0.540383,0.59563 -0.704224,0.96941 -0.167636,0.38245 -0.259596,1.24423 -0.259596,1.24423 v 7.47858 c 0,0 0.08474,0.84494 0.248769,1.21938 0.173907,0.39704 0.426328,0.77492 0.751916,1.02595 0.438866,0.33837 0.98485,0.52521 1.516659,0.5679 0.299478,0.024 0.612934,-0.0411 0.886212,-0.1801 0.472636,-0.24039 0.931069,-0.60249 1.216867,-1.08701 0.285814,-0.48456 0.414256,-1.67842 0.414256,-1.67842 v -7.34628"
1213
+ id="path18-5-8"
1214
+ sodipodi:nodetypes="caaaaaccaaaaacc" />
1215
+ <path
1216
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1217
+ d="m 55.4088,247.28289 c 0,0 -0.08277,-0.90197 -0.246593,-1.29323 -0.181697,-0.43393 -0.454567,-0.82796 -0.782219,-1.08699 -0.346448,-0.27389 -0.767111,-0.4464 -1.174461,-0.43302 -0.479346,0.0157 -0.966877,0.2485 -1.359706,0.5996 -0.26705,0.23868 -0.472964,0.59563 -0.616365,0.96941 -0.146721,0.38245 -0.227209,1.24423 -0.227209,1.24423 v 7.47858 c 0,0 0.07416,0.84494 0.217733,1.21938 0.152211,0.39704 0.37314,0.77492 0.658106,1.02595 0.384114,0.33837 0.86198,0.52521 1.327441,0.5679 0.262115,0.024 0.536464,-0.0411 0.775649,-0.1801 0.413669,-0.24039 0.814908,-0.60249 1.065049,-1.08701 0.250157,-0.48456 0.362574,-1.67842 0.362574,-1.67842 v -7.34628"
1218
+ id="path18-5-3-4"
1219
+ sodipodi:nodetypes="caaaaaccaaaaacc" />
1220
+ <path
1221
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1222
+ d="m 49.414743,247.28289 c 0,0 -0.05225,-0.90197 -0.155667,-1.29323 -0.114699,-0.43393 -0.286953,-0.82796 -0.49379,-1.08699 -0.218701,-0.27389 -0.484253,-0.4464 -0.7414,-0.43302 -0.302596,0.0157 -0.610359,0.2485 -0.858339,0.5996 -0.16858,0.23868 -0.298567,0.59563 -0.389092,0.96941 -0.09262,0.38245 -0.14343,1.24423 -0.14343,1.24423 v 7.47858 c 0,0 0.04682,0.84494 0.137448,1.21938 0.09609,0.39704 0.235552,0.77492 0.415442,1.02595 0.242479,0.33837 0.54414,0.52521 0.837971,0.5679 0.165465,0.024 0.338653,-0.0411 0.489643,-0.1801 0.261136,-0.24039 0.514426,-0.60249 0.672332,-1.08701 0.157916,-0.48456 0.228881,-1.67842 0.228881,-1.67842 v -7.34628"
1223
+ id="path18-5-3-1-8"
1224
+ sodipodi:nodetypes="caaaaaccaaaaacc" />
1225
+ <path
1226
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1227
+ d="m 45.317658,222.39155 v 15.3126"
1228
+ id="path19" />
1229
+ <path
1230
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1231
+ d="m 89.339271,222.39155 v 15.3126"
1232
+ id="path19-0" />
1233
+ <path
1234
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1235
+ d="M 89.471568,237.83645 H 130.14004"
1236
+ id="path19-0-4" />
1237
+ <path
1238
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1239
+ d="M 89.339261,259.90728 H 118.55898"
1240
+ id="path19-0-4-1" />
1241
+ <path
1242
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1243
+ d="M 98.738105,264.41052 H 130.07949"
1244
+ id="path19-0-4-6" />
1245
+ <path
1246
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1247
+ d="m 36.051105,264.27822 v 15.3126"
1248
+ id="path19-8" />
1249
+ <path
1250
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1251
+ d="m 98.605813,264.5428 v 15.3126"
1252
+ id="path19-0-5" />
1253
+ <path
1254
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8-1-1);marker-end:url(#RoundedArrow-7-7-2-7-8-1-1)"
1255
+ d="M 97.275273,279.59082 H 37.436141"
1256
+ id="path5-1-0-3-2-3-1-9" />
1257
+ <path
1258
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8-1-3);marker-end:url(#RoundedArrow-7-7-2-7-8-1-3)"
1259
+ d="M 87.965131,222.39155 H 46.681284"
1260
+ id="path5-1-0-3-2-3-1-1" />
1261
+ <path
1262
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1263
+ d="m 64.676814,232.16717 v 15.3126"
1264
+ id="path19-0-43" />
1265
+ <path
1266
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1267
+ d="m 70.141704,232.16717 v 15.3126"
1268
+ id="path19-0-43-6" />
1269
+ <path
1270
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8-1-3-8);marker-end:url(#RoundedArrow-7-7-2-7-8-1-3-8)"
1271
+ d="M 69.025654,232.16717 H 65.796477"
1272
+ id="path5-1-0-3-2-3-1-1-9" />
1273
+ <path
1274
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1275
+ d="M 86.794634,244.6848 H 99.382002"
1276
+ id="path19-0-4-4" />
1277
+ <path
1278
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1279
+ d="M 86.794632,258.06005 H 118.55898"
1280
+ id="path19-0-4-4-0" />
1281
+ <path
1282
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8-1-3-8-5);marker-end:url(#RoundedArrow-7-7-2-7-8-1-3-8-5)"
1283
+ d="m 99.382006,246.19308 v 10.35871"
1284
+ id="path5-1-0-3-2-3-1-1-9-5" />
1285
+ <path
1286
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1-3-6)"
1287
+ d="m 109.13819,263.21463 v -2.1196"
1288
+ id="path5-1-0-3-3-0-5" />
1289
+ <path
1290
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1-4-1-2)"
1291
+ d="m 109.13819,253.27413 v 3.40089"
1292
+ id="path5-1-0-3-3-4-6-4" />
1293
+ <path
1294
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8-1-3-8-5-2);marker-end:url(#RoundedArrow-7-7-2-7-8-1-3-8-5-2)"
1295
+ d="m 130.14004,239.20318 v 23.84061"
1296
+ id="path5-1-0-3-2-3-1-1-9-5-3" />
1297
+ <path
1298
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8-1-3-8-5-0);marker-end:url(#RoundedArrow-7-7-2-7-8-1-3-8-5-0)"
1299
+ d="m 118.55897,261.17859 v 2.10138"
1300
+ id="path5-1-0-3-2-3-1-1-9-5-0" />
1301
+ <text
1302
+ xml:space="preserve"
1303
+ transform="matrix(0.26458333,0,0,0.26458333,-45.008551,69.894117)"
1304
+ id="text4-8"
1305
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-1);display:inline"><tspan
1306
+ x="414.71484"
1307
+ y="787.78909"
1308
+ id="tspan17">D2</tspan></text>
1309
+ <text
1310
+ xml:space="preserve"
1311
+ transform="matrix(0.26458333,0,0,0.26458333,-48.681669,33.277111)"
1312
+ id="text3-6"
1313
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4-6);display:inline"><tspan
1314
+ x="429.07812"
1315
+ y="710.12503"
1316
+ id="tspan18">D1</tspan></text>
1317
+ <text
1318
+ xml:space="preserve"
1319
+ transform="matrix(0.26458333,0,0,0.26458333,-8.6942566,61.427323)"
1320
+ id="text16-6"
1321
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-4);display:inline"><tspan
1322
+ x="486.53516"
1323
+ y="764.27542"
1324
+ id="tspan19">E3</tspan></text>
1325
+ <text
1326
+ xml:space="preserve"
1327
+ transform="matrix(0.26458333,0,0,0.26458333,4.618291,31.67272)"
1328
+ id="text19"
1329
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19)"><tspan
1330
+ x="396.29102"
1331
+ y="843.52737"
1332
+ id="tspan20">H2</tspan></text>
1333
+ <text
1334
+ xml:space="preserve"
1335
+ transform="matrix(0.26458333,0,0,0.26458333,-6.3743188,28.488668)"
1336
+ id="text20"
1337
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20)"><tspan
1338
+ x="401.47461"
1339
+ y="847.3555"
1340
+ id="tspan21">H3</tspan></text>
1341
+ <text
1342
+ xml:space="preserve"
1343
+ transform="matrix(0.26458333,0,0,0.26458333,-38.576679,11.35445)"
1344
+ id="text21"
1345
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21)"><tspan
1346
+ x="392.92773"
1347
+ y="827.58401"
1348
+ id="tspan22">L2</tspan></text>
1349
+ <text
1350
+ xml:space="preserve"
1351
+ transform="matrix(0.26458333,0,0,0.26458333,-69.602369,17.862042)"
1352
+ id="text22"
1353
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22)"><tspan
1354
+ x="397.66211"
1355
+ y="821.20706"
1356
+ id="tspan23">N2</tspan></text>
1357
+ <path
1358
+ style="fill:none;stroke:#000000;stroke-width:0.26458333;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-9)"
1359
+ d="m 40.138667,236.17642 6.425417,7.30308"
1360
+ id="path22" />
1361
+ <path
1362
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-9-8)"
1363
+ d="m 39.928215,235.81044 10.175707,7.77264"
1364
+ id="path22-1"
1365
+ sodipodi:nodetypes="cc" />
1366
+ </g>
1367
+ </svg>