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,617 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="557.04272"
6
+ height="399.98462"
7
+ viewBox="0 0 147.38422 105.82926"
8
+ version="1.1"
9
+ id="svg1"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1">
14
+ <rect
15
+ x="123.23388"
16
+ y="2688.228"
17
+ width="53.513226"
18
+ height="29.457851"
19
+ id="rect56" />
20
+ <rect
21
+ x="488.37866"
22
+ y="2688.1392"
23
+ width="47.797562"
24
+ height="51.957729"
25
+ id="rect55" />
26
+ <rect
27
+ x="434.06421"
28
+ y="2707.7551"
29
+ width="64.96804"
30
+ height="61.194138"
31
+ id="rect54" />
32
+ <rect
33
+ x="491.48965"
34
+ y="2600.2251"
35
+ width="60.390293"
36
+ height="41.014454"
37
+ id="rect53" />
38
+ <marker
39
+ style="overflow:visible"
40
+ id="marker15-7-3"
41
+ refX="0"
42
+ refY="0"
43
+ orient="auto-start-reverse"
44
+ markerWidth="1"
45
+ markerHeight="1"
46
+ viewBox="0 0 1 1"
47
+ preserveAspectRatio="xMidYMid">
48
+ <path
49
+ transform="scale(0.7)"
50
+ 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"
51
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
52
+ id="path15-53-7" />
53
+ </marker>
54
+ <marker
55
+ style="overflow:visible"
56
+ id="marker15-1-5-5"
57
+ refX="0"
58
+ refY="0"
59
+ orient="auto-start-reverse"
60
+ markerWidth="1"
61
+ markerHeight="1"
62
+ viewBox="0 0 1 1"
63
+ preserveAspectRatio="xMidYMid">
64
+ <path
65
+ transform="scale(0.7)"
66
+ 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"
67
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
68
+ id="path15-0-62-9" />
69
+ </marker>
70
+ <rect
71
+ x="453.95419"
72
+ y="1279.0428"
73
+ width="64.279037"
74
+ height="48.515285"
75
+ id="rect15-9-2" />
76
+ <marker
77
+ style="overflow:visible"
78
+ id="RoundedArrow-7-7-9-1-2-9-1-2"
79
+ refX="0"
80
+ refY="0"
81
+ orient="auto-start-reverse"
82
+ markerWidth="1"
83
+ markerHeight="1"
84
+ viewBox="0 0 1 1"
85
+ preserveAspectRatio="xMidYMid">
86
+ <path
87
+ transform="scale(0.7)"
88
+ 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"
89
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
90
+ id="path8-67-2-9-1-6-6-2-8" />
91
+ </marker>
92
+ <rect
93
+ x="269.01959"
94
+ y="1337.4392"
95
+ width="89.479607"
96
+ height="57.232327"
97
+ id="rect16-7-7" />
98
+ <marker
99
+ style="overflow:visible"
100
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-2-9"
101
+ refX="0"
102
+ refY="0"
103
+ orient="auto-start-reverse"
104
+ markerWidth="1"
105
+ markerHeight="1"
106
+ viewBox="0 0 1 1"
107
+ preserveAspectRatio="xMidYMid">
108
+ <path
109
+ transform="scale(0.7)"
110
+ 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"
111
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
112
+ id="path8-67-2-9-1-6-6-3-9-4-6-3" />
113
+ </marker>
114
+ <marker
115
+ style="overflow:visible"
116
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9"
117
+ refX="0"
118
+ refY="0"
119
+ orient="auto-start-reverse"
120
+ markerWidth="1"
121
+ markerHeight="1"
122
+ viewBox="0 0 1 1"
123
+ preserveAspectRatio="xMidYMid">
124
+ <path
125
+ transform="scale(0.7)"
126
+ 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"
127
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
128
+ id="path8-67-2-9-1-6-6-3-9-4-1-79-4" />
129
+ </marker>
130
+ <rect
131
+ x="437.35483"
132
+ y="1313.5138"
133
+ width="49.128159"
134
+ height="36.037956"
135
+ id="rect17-0-8" />
136
+ <rect
137
+ x="492.41345"
138
+ y="1281.6532"
139
+ width="61.664055"
140
+ height="44.836998"
141
+ id="rect18-2-4" />
142
+ <marker
143
+ style="overflow:visible"
144
+ id="marker15-0-37-5"
145
+ refX="0"
146
+ refY="0"
147
+ orient="auto-start-reverse"
148
+ markerWidth="1"
149
+ markerHeight="1"
150
+ viewBox="0 0 1 1"
151
+ preserveAspectRatio="xMidYMid">
152
+ <path
153
+ transform="scale(0.7)"
154
+ 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"
155
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
156
+ id="path15-2-5-0" />
157
+ </marker>
158
+ <marker
159
+ style="overflow:visible"
160
+ id="marker15-1-6-92-3"
161
+ refX="0"
162
+ refY="0"
163
+ orient="auto-start-reverse"
164
+ markerWidth="1"
165
+ markerHeight="1"
166
+ viewBox="0 0 1 1"
167
+ preserveAspectRatio="xMidYMid">
168
+ <path
169
+ transform="scale(0.7)"
170
+ 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"
171
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
172
+ id="path15-0-8-2-6" />
173
+ </marker>
174
+ <rect
175
+ x="90.341415"
176
+ y="1234.4738"
177
+ width="62.011036"
178
+ height="48.429157"
179
+ id="rect19-8-1" />
180
+ <marker
181
+ style="overflow:visible"
182
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29-6"
183
+ refX="0"
184
+ refY="0"
185
+ orient="auto-start-reverse"
186
+ markerWidth="1"
187
+ markerHeight="1"
188
+ viewBox="0 0 1 1"
189
+ preserveAspectRatio="xMidYMid">
190
+ <path
191
+ transform="scale(0.7)"
192
+ 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"
193
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
194
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-31-1" />
195
+ </marker>
196
+ <rect
197
+ x="509.18997"
198
+ y="985.6062"
199
+ width="49.059448"
200
+ height="38.429615"
201
+ id="rect21-47-5" />
202
+ <marker
203
+ style="overflow:visible"
204
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4"
205
+ refX="0"
206
+ refY="0"
207
+ orient="auto-start-reverse"
208
+ markerWidth="1"
209
+ markerHeight="1"
210
+ viewBox="0 0 1 1"
211
+ preserveAspectRatio="xMidYMid">
212
+ <path
213
+ transform="scale(0.7)"
214
+ 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"
215
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
216
+ id="path8-67-2-9-1-6-6-3-9-4-1-79-4-8" />
217
+ </marker>
218
+ <marker
219
+ style="overflow:visible"
220
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4-6"
221
+ refX="0"
222
+ refY="0"
223
+ orient="auto-start-reverse"
224
+ markerWidth="1"
225
+ markerHeight="1"
226
+ viewBox="0 0 1 1"
227
+ preserveAspectRatio="xMidYMid">
228
+ <path
229
+ transform="scale(0.7)"
230
+ 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"
231
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
232
+ id="path8-67-2-9-1-6-6-3-9-4-1-79-4-8-4" />
233
+ </marker>
234
+ <marker
235
+ style="overflow:visible"
236
+ id="RoundedArrow-7-7-9-1-2-9-1-2-9"
237
+ refX="0"
238
+ refY="0"
239
+ orient="auto-start-reverse"
240
+ markerWidth="1"
241
+ markerHeight="1"
242
+ viewBox="0 0 1 1"
243
+ preserveAspectRatio="xMidYMid">
244
+ <path
245
+ transform="scale(0.7)"
246
+ 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"
247
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
248
+ id="path8-67-2-9-1-6-6-2-8-2" />
249
+ </marker>
250
+ <marker
251
+ style="overflow:visible"
252
+ id="marker15-0-37-5-4"
253
+ refX="0"
254
+ refY="0"
255
+ orient="auto-start-reverse"
256
+ markerWidth="1"
257
+ markerHeight="1"
258
+ viewBox="0 0 1 1"
259
+ preserveAspectRatio="xMidYMid">
260
+ <path
261
+ transform="scale(0.7)"
262
+ 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"
263
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
264
+ id="path15-2-5-0-8" />
265
+ </marker>
266
+ <marker
267
+ style="overflow:visible"
268
+ id="marker15-0-37-5-4-3"
269
+ refX="0"
270
+ refY="0"
271
+ orient="auto-start-reverse"
272
+ markerWidth="1"
273
+ markerHeight="1"
274
+ viewBox="0 0 1 1"
275
+ preserveAspectRatio="xMidYMid">
276
+ <path
277
+ transform="scale(0.7)"
278
+ 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"
279
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
280
+ id="path15-2-5-0-8-6" />
281
+ </marker>
282
+ </defs>
283
+ <g
284
+ id="layer1"
285
+ transform="translate(-6.2247643,-604.8114)">
286
+ <rect
287
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel;stroke-opacity:1"
288
+ id="rect57"
289
+ width="147.11964"
290
+ height="105.56469"
291
+ x="6.3570557"
292
+ y="604.94366" />
293
+ <rect
294
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264582;stroke-opacity:1"
295
+ id="rect2-5-6-0-5-4-6"
296
+ width="7.4843745"
297
+ height="133.90753"
298
+ x="-615.74854"
299
+ y="8.5851564"
300
+ transform="rotate(-90)" />
301
+ <path
302
+ style="fill:#d5f6ff;stroke:#d5f6ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
303
+ d="m 67.896418,628.97771 -14.212221,39.69215 3e-6,21.50115 c 0,0 43.709493,2e-5 43.709493,2e-5 V 668.66987 L 83.181436,628.97771 H 67.896418"
304
+ id="path12-4" />
305
+ <rect
306
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
307
+ id="rect2-9"
308
+ width="3.3401127"
309
+ height="21.501156"
310
+ x="53.6842"
311
+ y="668.66986" />
312
+ <rect
313
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
314
+ id="rect2-5-5"
315
+ width="3.3401127"
316
+ height="9.3491392"
317
+ x="-684.83942"
318
+ y="57.288891"
319
+ transform="rotate(-90)" />
320
+ <rect
321
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
322
+ id="rect2-2-0"
323
+ width="3.3401127"
324
+ height="42.159859"
325
+ x="275.95267"
326
+ y="569.27411"
327
+ transform="rotate(19.700481)" />
328
+ <rect
329
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
330
+ id="rect2-7-48"
331
+ width="3.3401127"
332
+ height="21.501156"
333
+ x="-97.393692"
334
+ y="668.66986"
335
+ transform="scale(-1,1)" />
336
+ <rect
337
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
338
+ id="rect2-5-0-7"
339
+ width="3.3401127"
340
+ height="9.3491392"
341
+ x="-684.83942"
342
+ y="-93.788994"
343
+ transform="matrix(0,-1,-1,0,0,0)" />
344
+ <rect
345
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
346
+ id="rect2-2-9-1"
347
+ width="3.3401127"
348
+ height="42.159859"
349
+ x="133.71773"
350
+ y="620.20294"
351
+ transform="matrix(-0.94146771,0.33710316,0.33710316,0.94146771,0,0)" />
352
+ <path
353
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
354
+ d="m 66.638033,681.49929 17.80182,10e-6"
355
+ id="path13" />
356
+ <path
357
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
358
+ d="m 57.155817,669.33267 36.750786,-0.0113"
359
+ id="path15-27" />
360
+ <path
361
+ style="fill:#dbe3de;stroke:#dbe3de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
362
+ d="m 71.041025,630.10368 8.995807,-1e-5"
363
+ id="path16" />
364
+ <rect
365
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
366
+ id="rect2-5-6-2"
367
+ width="1.8140326"
368
+ height="116.37032"
369
+ x="-636.41565"
370
+ y="17.353762"
371
+ transform="rotate(-90)" />
372
+ <rect
373
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
374
+ id="rect2-5-6-0-2"
375
+ width="1.8140326"
376
+ height="116.37032"
377
+ x="-642.7276"
378
+ y="17.353762"
379
+ transform="rotate(-90)" />
380
+ <rect
381
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#d5f6ff;stroke-width:0.264583;stroke-opacity:1"
382
+ id="rect2-5-6-0-5-6"
383
+ width="4.2333379"
384
+ height="116.37032"
385
+ x="-640.64899"
386
+ y="17.353762"
387
+ transform="rotate(-90)" />
388
+ <rect
389
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.265072"
390
+ id="rect2-5-6-0-8-1"
391
+ width="2.0816588"
392
+ height="39.050209"
393
+ x="-509.76694"
394
+ y="350.86679"
395
+ transform="matrix(0.51316435,-0.85829036,0.81115094,0.58483686,0,0)" />
396
+ <rect
397
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.265072"
398
+ id="rect2-5-6-0-8-6-0"
399
+ width="2.0816588"
400
+ height="39.050209"
401
+ x="-598.35657"
402
+ y="220.50082"
403
+ transform="matrix(-0.51316435,-0.85829036,-0.81115094,0.58483686,0,0)" />
404
+ <rect
405
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
406
+ id="rect2-5-3-61"
407
+ width="21.412767"
408
+ height="4.8896708"
409
+ x="-634.60162"
410
+ y="17.353762"
411
+ transform="rotate(-90)" />
412
+ <rect
413
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
414
+ id="rect2-5-3-7-5"
415
+ width="21.412767"
416
+ height="4.8896708"
417
+ x="-634.60162"
418
+ y="128.83441"
419
+ transform="rotate(-90)" />
420
+ <rect
421
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
422
+ id="rect2-5-3-06-9"
423
+ width="21.412767"
424
+ height="4.8896708"
425
+ x="-634.33704"
426
+ y="50.909107"
427
+ transform="rotate(-90)" />
428
+ <rect
429
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
430
+ id="rect2-5-3-6-4"
431
+ width="21.412767"
432
+ height="4.8896708"
433
+ x="-634.33704"
434
+ y="95.014496"
435
+ transform="rotate(-90)" />
436
+ <path
437
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
438
+ d="M 53.419614,703.08601 V 690.30332"
439
+ id="path27-62-4-4-4-9" />
440
+ <path
441
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-7-3)"
442
+ d="m 98.778719,677.02998 h 7.673911"
443
+ id="path14-4-0" />
444
+ <path
445
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-5-5)"
446
+ d="m 92.569079,677.02998 h -5.42465"
447
+ id="path14-0-3-9" />
448
+ <text
449
+ xml:space="preserve"
450
+ transform="matrix(0.26458333,0,0,0.26458333,-13.32463,336.53191)"
451
+ id="text15-0-1"
452
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15-9-2);display:inline"><tspan
453
+ x="453.95508"
454
+ y="1292.0196"
455
+ id="tspan1">E1</tspan></text>
456
+ <path
457
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
458
+ d="M 97.393693,703.08605 V 690.30336"
459
+ id="path27-62-4-1-7-7" />
460
+ <path
461
+ 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-9-1-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-2)"
462
+ d="M 96.287854,703.08601 H 54.797214"
463
+ id="path5-1-0-8-3-8-1-86-1" />
464
+ <text
465
+ xml:space="preserve"
466
+ transform="matrix(0.26458333,0,0,0.26458333,1.4527907,349.51652)"
467
+ id="text16-8-1"
468
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-7-7);display:inline"><tspan
469
+ x="269.01953"
470
+ y="1350.416"
471
+ id="tspan2">D1</tspan></text>
472
+ <path
473
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
474
+ d="M 120.43051,690.43561 H 97.525984"
475
+ id="path27-62-4-1-9-4-3" />
476
+ <path
477
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
478
+ d="M 146.09382,668.53758 H 97.525984"
479
+ id="path27-62-4-1-9-0-9-6" />
480
+ <path
481
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
482
+ d="M 146.09382,628.97151 H 82.972587"
483
+ id="path27-62-4-1-9-6-20-5" />
484
+ <path
485
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-2-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-2-9)"
486
+ d="m 146.09382,630.45613 v 36.69643"
487
+ id="path5-1-0-8-3-8-1-8-6-7-6-6" />
488
+ <path
489
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9)"
490
+ d="m 119.27119,669.60905 v 19.34882"
491
+ id="path5-1-0-8-3-8-1-8-6-7-8-8-3" />
492
+ <text
493
+ xml:space="preserve"
494
+ transform="matrix(0.26458333,0,0,0.26458333,4.3326853,329.88362)"
495
+ id="text17-9-9"
496
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17-0-8);display:inline"><tspan
497
+ x="437.35547"
498
+ y="1326.4903"
499
+ id="tspan3">H1</tspan></text>
500
+ <text
501
+ xml:space="preserve"
502
+ transform="matrix(0.26458333,0,0,0.26458333,16.320177,307.57394)"
503
+ id="text18-2-8"
504
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18-2-4);display:inline"><tspan
505
+ x="492.41406"
506
+ y="1294.6289"
507
+ id="tspan4">H2</tspan></text>
508
+ <path
509
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-37-5)"
510
+ d="m 93.108499,653.7524 7.100161,-2.91144"
511
+ id="path14-05-6-2" />
512
+ <path
513
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-6-92-3)"
514
+ d="m 87.888619,655.6491 -5.01908,2.05809"
515
+ id="path14-0-1-64-9" />
516
+ <path
517
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
518
+ d="m 139.54344,638.24892 h -5.81935"
519
+ id="path27-62-4-1-9-6-2-7-0" />
520
+ <path
521
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29-6);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29-6)"
522
+ d="m 136.75421,630.71376 v 6.26363"
523
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-1-9" />
524
+ <text
525
+ xml:space="preserve"
526
+ transform="matrix(0.26458333,0,0,0.26458333,2.4350647,371.04999)"
527
+ id="text21-7-6"
528
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-47-5);display:inline"><tspan
529
+ x="509.18945"
530
+ y="998.58206"
531
+ id="tspan5">H4</tspan></text>
532
+ <path
533
+ style="fill:#afafe9;fill-opacity:1;stroke:#afafe9;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
534
+ d="m 69.777419,665.2207 11.248797,0.003 c 0,0 0.520163,-0.15262 0.689843,-0.34597 0.234603,-0.26733 0.350446,-1.00783 0.350446,-1.00783 l -2.312596,-12.37988 c 0,0 -0.337685,-0.6103 -0.622173,-0.78515 -0.271403,-0.16681 -0.936363,-0.19129 -0.936363,-0.19129 l -5.140336,-0.0954 c 0,0 -0.83984,0.1134 -1.157679,0.36356 -0.267848,0.21081 -0.52705,0.87628 -0.52705,0.87628 l -2.477119,11.98734 c 0,0 -0.09686,0.7969 0.101854,1.11141 0.161945,0.25631 0.782376,0.46389 0.782376,0.46389 z"
535
+ id="path53" />
536
+ <path
537
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
538
+ d="M 68.534859,665.3595 H 82.54303 l -2.971718,-15.05445 h -8.064743 l -2.97171,15.05445"
539
+ id="path52" />
540
+ <path
541
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
542
+ d="M 127.84469,665.3595 H 82.54303"
543
+ id="path27-62-4-1-9-0-9-6-4" />
544
+ <path
545
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
546
+ d="M 128.13913,650.30505 H 79.571312"
547
+ id="path27-62-4-1-9-0-9-6-4-8" />
548
+ <text
549
+ xml:space="preserve"
550
+ transform="matrix(0.26458333,0,0,0.26458333,76.728229,321.99713)"
551
+ id="text19-9-3"
552
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-8-1);display:inline"><tspan
553
+ x="90.341797"
554
+ y="1247.4512"
555
+ id="tspan6">E1</tspan></text>
556
+ <path
557
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4)"
558
+ d="m 128.13913,651.62313 v 12.41292"
559
+ id="path5-1-0-8-3-8-1-8-6-7-8-8-3-9" />
560
+ <path
561
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4-6);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8-9-4-6)"
562
+ d="m 128.13913,666.46332 v 0.86203"
563
+ id="path5-1-0-8-3-8-1-8-6-7-8-8-3-9-3" />
564
+ <path
565
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
566
+ d="m 82.54303,673.40306 v -8.17585"
567
+ id="path27-62-4-1-7-7-5" />
568
+ <path
569
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
570
+ d="m 68.537363,673.57228 v -8.17585"
571
+ id="path27-62-4-1-7-7-9" />
572
+ <path
573
+ 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-9-1-2-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-2-9)"
574
+ d="M 81.444605,673.57228 H 69.900371"
575
+ id="path5-1-0-8-3-8-1-86-1-7" />
576
+ <text
577
+ xml:space="preserve"
578
+ transform="matrix(0.26458333,0,0,0.26458333,-56.790893,-14.092417)"
579
+ id="text53"
580
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect53)"><tspan
581
+ x="491.49023"
582
+ y="2613.2012"
583
+ id="tspan7">L9</tspan></text>
584
+ <text
585
+ xml:space="preserve"
586
+ transform="matrix(0.26458333,0,0,0.26458333,14.745662,-51.935749)"
587
+ id="text54"
588
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect54)"><tspan
589
+ x="434.06445"
590
+ y="2720.7325"
591
+ id="tspan8">H6</tspan></text>
592
+ <text
593
+ xml:space="preserve"
594
+ transform="matrix(0.26458333,0,0,0.26458333,-0.63321963,-54.928523)"
595
+ id="text55"
596
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect55)"><tspan
597
+ x="488.37891"
598
+ y="2701.1153"
599
+ id="tspan9">H7</tspan></text>
600
+ <text
601
+ xml:space="preserve"
602
+ transform="matrix(0.26458333,0,0,0.26458333,17.854446,-62.344857)"
603
+ id="text56"
604
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect56)"><tspan
605
+ x="123.23438"
606
+ y="2701.2051"
607
+ id="tspan10">R9</tspan></text>
608
+ <path
609
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-37-5-4)"
610
+ d="m 69.345084,651.30831 -13.04911,0.42206"
611
+ id="path14-05-6-2-2" />
612
+ <path
613
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-37-5-4-3)"
614
+ d="M 67.816719,663.64648 55.478168,652.90261"
615
+ id="path14-05-6-2-2-0" />
616
+ </g>
617
+ </svg>