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,469 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="415.40451"
6
+ height="262.3042"
7
+ viewBox="0 0 109.90911 69.401319"
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="397.66144"
16
+ y="808.23138"
17
+ width="83.540031"
18
+ height="62.222439"
19
+ id="rect22" />
20
+ <rect
21
+ x="392.92709"
22
+ y="814.60736"
23
+ width="97.03318"
24
+ height="48.925037"
25
+ id="rect21" />
26
+ <rect
27
+ x="401.47449"
28
+ y="834.37988"
29
+ width="49.246056"
30
+ height="41.786983"
31
+ id="rect20" />
32
+ <rect
33
+ x="396.29123"
34
+ y="830.55072"
35
+ width="54.770927"
36
+ height="38.921452"
37
+ id="rect19" />
38
+ <marker
39
+ style="overflow:visible"
40
+ id="RoundedArrow-7-7-9"
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="path8-67-2-9" />
53
+ </marker>
54
+ <marker
55
+ style="overflow:visible"
56
+ id="RoundedArrow-7-7-2-7-8-1-1"
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="path8-67-2-0-4-8-0-8" />
69
+ </marker>
70
+ <marker
71
+ style="overflow:visible"
72
+ id="RoundedArrow-7-7-2-7-8-1-3"
73
+ refX="0"
74
+ refY="0"
75
+ orient="auto-start-reverse"
76
+ markerWidth="1"
77
+ markerHeight="1"
78
+ viewBox="0 0 1 1"
79
+ preserveAspectRatio="xMidYMid">
80
+ <path
81
+ transform="scale(0.7)"
82
+ 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"
83
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
84
+ id="path8-67-2-0-4-8-0-88" />
85
+ </marker>
86
+ <marker
87
+ style="overflow:visible"
88
+ id="RoundedArrow-7-7-2-7-8-1-3-8"
89
+ refX="0"
90
+ refY="0"
91
+ orient="auto-start-reverse"
92
+ markerWidth="1"
93
+ markerHeight="1"
94
+ viewBox="0 0 1 1"
95
+ preserveAspectRatio="xMidYMid">
96
+ <path
97
+ transform="scale(0.7)"
98
+ 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"
99
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
100
+ id="path8-67-2-0-4-8-0-88-8" />
101
+ </marker>
102
+ <marker
103
+ style="overflow:visible"
104
+ id="RoundedArrow-7-7-2-7-8-1-3-8-5"
105
+ refX="0"
106
+ refY="0"
107
+ orient="auto-start-reverse"
108
+ markerWidth="1"
109
+ markerHeight="1"
110
+ viewBox="0 0 1 1"
111
+ preserveAspectRatio="xMidYMid">
112
+ <path
113
+ transform="scale(0.7)"
114
+ 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"
115
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
116
+ id="path8-67-2-0-4-8-0-88-8-4" />
117
+ </marker>
118
+ <marker
119
+ style="overflow:visible"
120
+ id="RoundedArrow-7-7-2-1-3-6"
121
+ refX="0"
122
+ refY="0"
123
+ orient="auto-start-reverse"
124
+ markerWidth="1"
125
+ markerHeight="1"
126
+ viewBox="0 0 1 1"
127
+ preserveAspectRatio="xMidYMid">
128
+ <path
129
+ transform="scale(0.7)"
130
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
131
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
132
+ id="path8-67-2-0-2-6-92" />
133
+ </marker>
134
+ <marker
135
+ style="overflow:visible"
136
+ id="RoundedArrow-7-7-2-1-4-1-2"
137
+ refX="0"
138
+ refY="0"
139
+ orient="auto-start-reverse"
140
+ markerWidth="1"
141
+ markerHeight="1"
142
+ viewBox="0 0 1 1"
143
+ preserveAspectRatio="xMidYMid">
144
+ <path
145
+ transform="scale(0.7)"
146
+ 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"
147
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
148
+ id="path8-67-2-0-2-7-0-4" />
149
+ </marker>
150
+ <marker
151
+ style="overflow:visible"
152
+ id="RoundedArrow-7-7-2-7-8-1-3-8-5-2"
153
+ refX="0"
154
+ refY="0"
155
+ orient="auto-start-reverse"
156
+ markerWidth="1"
157
+ markerHeight="1"
158
+ viewBox="0 0 1 1"
159
+ preserveAspectRatio="xMidYMid">
160
+ <path
161
+ transform="scale(0.7)"
162
+ 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"
163
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
164
+ id="path8-67-2-0-4-8-0-88-8-4-8" />
165
+ </marker>
166
+ <marker
167
+ style="overflow:visible"
168
+ id="RoundedArrow-7-7-2-7-8-1-3-8-5-0"
169
+ refX="0"
170
+ refY="0"
171
+ orient="auto-start-reverse"
172
+ markerWidth="1"
173
+ markerHeight="1"
174
+ viewBox="0 0 1 1"
175
+ preserveAspectRatio="xMidYMid">
176
+ <path
177
+ transform="scale(0.7)"
178
+ 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"
179
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
180
+ id="path8-67-2-0-4-8-0-88-8-4-2" />
181
+ </marker>
182
+ <rect
183
+ x="414.71445"
184
+ y="774.81171"
185
+ width="77.051842"
186
+ height="32.093842"
187
+ id="rect5-1" />
188
+ <rect
189
+ x="429.078"
190
+ y="697.14917"
191
+ width="74.333649"
192
+ height="49.530533"
193
+ id="rect4-6" />
194
+ <rect
195
+ x="445.25803"
196
+ y="705.61041"
197
+ width="56.016113"
198
+ height="64.208565"
199
+ id="rect3-6" />
200
+ <rect
201
+ x="486.53607"
202
+ y="751.29919"
203
+ width="47.518307"
204
+ height="29.784088"
205
+ id="rect16-4" />
206
+ <marker
207
+ style="overflow:visible"
208
+ id="RoundedArrow-7-7-9-8"
209
+ refX="0"
210
+ refY="0"
211
+ orient="auto-start-reverse"
212
+ markerWidth="1"
213
+ markerHeight="1"
214
+ viewBox="0 0 1 1"
215
+ preserveAspectRatio="xMidYMid">
216
+ <path
217
+ transform="scale(0.7)"
218
+ 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"
219
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
220
+ id="path8-67-2-9-13" />
221
+ </marker>
222
+ </defs>
223
+ <g
224
+ id="layer1"
225
+ transform="translate(-29.049347,-215.76419)">
226
+ <rect
227
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
228
+ id="rect23"
229
+ width="109.64452"
230
+ height="69.136719"
231
+ x="29.181639"
232
+ y="215.89648" />
233
+ <text
234
+ xml:space="preserve"
235
+ transform="matrix(0.26458333,0,0,0.26458333,12.735949,62.411573)"
236
+ id="text2-8"
237
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-6);display:inline"><tspan
238
+ x="445.25781"
239
+ y="718.58792"
240
+ id="tspan1">H1</tspan></text>
241
+ <rect
242
+ style="fill:#b7c4c8;stroke:#b7c4c8;stroke-width:0.264583"
243
+ id="rect2-9"
244
+ width="11.030589"
245
+ height="3.9740229"
246
+ x="45.317654"
247
+ y="237.83646" />
248
+ <rect
249
+ style="fill:#b7c4c8;stroke:#b7c4c8;stroke-width:0.264582"
250
+ id="rect2-5-7"
251
+ width="3.3649719"
252
+ height="22.070847"
253
+ x="45.317654"
254
+ y="237.83646" />
255
+ <rect
256
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
257
+ id="rect2-2-7"
258
+ width="17.225868"
259
+ height="3.9740229"
260
+ x="36.051105"
261
+ y="260.17191" />
262
+ <rect
263
+ style="fill:#b7c4c8;stroke:#b7c4c8;stroke-width:0.264583"
264
+ id="rect2-7-6"
265
+ width="11.030589"
266
+ height="3.9740229"
267
+ x="-89.339264"
268
+ y="237.83646"
269
+ transform="scale(-1,1)" />
270
+ <rect
271
+ style="fill:#b7c4c8;stroke:#b7c4c8;stroke-width:0.264582"
272
+ id="rect2-5-0-7"
273
+ width="3.3649719"
274
+ height="22.070847"
275
+ x="-89.339264"
276
+ y="237.83646"
277
+ transform="scale(-1,1)" />
278
+ <rect
279
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
280
+ id="rect2-2-9-3"
281
+ width="17.225868"
282
+ height="3.9740229"
283
+ x="-98.605812"
284
+ y="260.17191"
285
+ transform="scale(-1,1)" />
286
+ <rect
287
+ style="fill:#93a7ac;stroke:#93a7ac;stroke-width:0.264584"
288
+ id="rect2-2-7-3"
289
+ width="62.554707"
290
+ height="3.9740229"
291
+ x="36.051105"
292
+ y="260.17191" />
293
+ <rect
294
+ style="fill:#dbe2e3;fill-opacity:0.8;stroke:#dbe2e3;stroke-width:0.264582"
295
+ id="rect2-5-7-1"
296
+ width="44.021614"
297
+ height="22.070847"
298
+ x="45.317657"
299
+ y="237.83644" />
300
+ <path
301
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
302
+ 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"
303
+ id="path18" />
304
+ <path
305
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
306
+ 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"
307
+ id="path18-5" />
308
+ <path
309
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
310
+ 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"
311
+ id="path18-5-3" />
312
+ <path
313
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
314
+ 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"
315
+ id="path18-5-3-1" />
316
+ <path
317
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
318
+ 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"
319
+ id="path18-5-8" />
320
+ <path
321
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
322
+ 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"
323
+ id="path18-5-3-4" />
324
+ <path
325
+ style="fill:#d7eef4;stroke:#216778;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
326
+ 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"
327
+ id="path18-5-3-1-8" />
328
+ <path
329
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
330
+ d="m 45.317658,222.39155 v 15.3126"
331
+ id="path19" />
332
+ <path
333
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
334
+ d="m 89.339271,222.39155 v 15.3126"
335
+ id="path19-0" />
336
+ <path
337
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
338
+ d="M 89.471568,237.83645 H 130.14004"
339
+ id="path19-0-4" />
340
+ <path
341
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
342
+ d="M 89.339261,259.90728 H 118.55898"
343
+ id="path19-0-4-1" />
344
+ <path
345
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
346
+ d="M 98.738105,264.41052 H 130.07949"
347
+ id="path19-0-4-6" />
348
+ <path
349
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
350
+ d="m 36.051105,264.27822 v 15.3126"
351
+ id="path19-8" />
352
+ <path
353
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
354
+ d="m 98.605813,264.5428 v 15.3126"
355
+ id="path19-0-5" />
356
+ <path
357
+ 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)"
358
+ d="M 97.275273,279.59082 H 37.436141"
359
+ id="path5-1-0-3-2-3-1-9" />
360
+ <path
361
+ 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)"
362
+ d="M 87.965131,222.39155 H 46.681284"
363
+ id="path5-1-0-3-2-3-1-1" />
364
+ <path
365
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
366
+ d="m 64.676814,232.16717 v 15.3126"
367
+ id="path19-0-43" />
368
+ <path
369
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
370
+ d="m 70.141704,232.16717 v 15.3126"
371
+ id="path19-0-43-6" />
372
+ <path
373
+ 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)"
374
+ d="M 69.025654,232.16717 H 65.796477"
375
+ id="path5-1-0-3-2-3-1-1-9" />
376
+ <path
377
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
378
+ d="M 86.794634,244.6848 H 99.382002"
379
+ id="path19-0-4-4" />
380
+ <path
381
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
382
+ d="M 86.794632,258.06005 H 118.55898"
383
+ id="path19-0-4-4-0" />
384
+ <path
385
+ 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)"
386
+ d="m 99.382006,246.19308 v 10.35871"
387
+ id="path5-1-0-3-2-3-1-1-9-5" />
388
+ <path
389
+ 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)"
390
+ d="m 109.13819,263.21463 v -2.1196"
391
+ id="path5-1-0-3-3-0-5" />
392
+ <path
393
+ 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)"
394
+ d="m 109.13819,253.27413 v 3.40089"
395
+ id="path5-1-0-3-3-4-6-4" />
396
+ <path
397
+ 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)"
398
+ d="m 130.14004,239.20318 v 23.84061"
399
+ id="path5-1-0-3-2-3-1-1-9-5-3" />
400
+ <path
401
+ 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)"
402
+ d="m 118.55897,261.17859 v 2.10138"
403
+ id="path5-1-0-3-2-3-1-1-9-5-0" />
404
+ <text
405
+ xml:space="preserve"
406
+ transform="matrix(0.26458333,0,0,0.26458333,-45.008551,69.894117)"
407
+ id="text4-8"
408
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-1);display:inline"><tspan
409
+ x="414.71484"
410
+ y="787.78909"
411
+ id="tspan2">D2</tspan></text>
412
+ <text
413
+ xml:space="preserve"
414
+ transform="matrix(0.26458333,0,0,0.26458333,-48.681669,33.277111)"
415
+ id="text3-6"
416
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4-6);display:inline"><tspan
417
+ x="429.07812"
418
+ y="710.12503"
419
+ id="tspan3">D1</tspan></text>
420
+ <text
421
+ xml:space="preserve"
422
+ transform="matrix(0.26458333,0,0,0.26458333,-8.6942566,61.427323)"
423
+ id="text16-6"
424
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-4);display:inline"><tspan
425
+ x="486.53516"
426
+ y="764.27542"
427
+ id="tspan4">E3</tspan></text>
428
+ <text
429
+ xml:space="preserve"
430
+ transform="matrix(0.26458333,0,0,0.26458333,4.618291,31.67272)"
431
+ id="text19"
432
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19)"><tspan
433
+ x="396.29102"
434
+ y="843.52737"
435
+ id="tspan5">H2</tspan></text>
436
+ <text
437
+ xml:space="preserve"
438
+ transform="matrix(0.26458333,0,0,0.26458333,-6.3743188,28.488668)"
439
+ id="text20"
440
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20)"><tspan
441
+ x="401.47461"
442
+ y="847.3555"
443
+ id="tspan6">H3</tspan></text>
444
+ <text
445
+ xml:space="preserve"
446
+ transform="matrix(0.26458333,0,0,0.26458333,-38.576679,11.35445)"
447
+ id="text21"
448
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21)"><tspan
449
+ x="392.92773"
450
+ y="827.58401"
451
+ id="tspan7">L2</tspan></text>
452
+ <text
453
+ xml:space="preserve"
454
+ transform="matrix(0.26458333,0,0,0.26458333,-69.602369,17.862042)"
455
+ id="text22"
456
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22)"><tspan
457
+ x="397.66211"
458
+ y="821.20706"
459
+ id="tspan8">N2</tspan></text>
460
+ <path
461
+ 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)"
462
+ d="m 40.138667,236.17642 6.425417,7.30308"
463
+ id="path22" />
464
+ <path
465
+ 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)"
466
+ d="m 39.928215,235.81044 10.175707,7.77264"
467
+ id="path22-1" />
468
+ </g>
469
+ </svg>