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,265 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="443.44458"
6
+ height="290.28046"
7
+ viewBox="0 0 117.32805 76.803371"
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="446.71436"
16
+ y="1010.391"
17
+ width="58.53727"
18
+ height="41.249344"
19
+ id="rect24" />
20
+ <rect
21
+ x="150.8622"
22
+ y="977.53772"
23
+ width="49.225174"
24
+ height="46.90498"
25
+ id="rect23" />
26
+ <rect
27
+ x="479.34277"
28
+ y="995.30841"
29
+ width="54.52784"
30
+ height="59.936172"
31
+ id="rect12" />
32
+ <marker
33
+ style="overflow:visible"
34
+ id="RoundedArrow-7-8-7"
35
+ refX="0"
36
+ refY="0"
37
+ orient="auto-start-reverse"
38
+ markerWidth="1"
39
+ markerHeight="1"
40
+ viewBox="0 0 1 1"
41
+ preserveAspectRatio="xMidYMid">
42
+ <path
43
+ transform="scale(0.7)"
44
+ 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"
45
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
46
+ id="path8-5-1-7" />
47
+ </marker>
48
+ <rect
49
+ x="24.711763"
50
+ y="134.63503"
51
+ width="47.599213"
52
+ height="27.599791"
53
+ id="rect8-0-6" />
54
+ <marker
55
+ style="overflow:visible"
56
+ id="RoundedArrow-7-8-7-9"
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-5-1-7-2" />
69
+ </marker>
70
+ <rect
71
+ x="24.711763"
72
+ y="134.63503"
73
+ width="47.599213"
74
+ height="27.599791"
75
+ id="rect8-0-6-5" />
76
+ <marker
77
+ style="overflow:visible"
78
+ id="RoundedArrow-7-8-7-9-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-5-1-7-2-1" />
91
+ </marker>
92
+ <marker
93
+ style="overflow:visible"
94
+ id="RoundedArrow-7-8-7-9-2-5"
95
+ refX="0"
96
+ refY="0"
97
+ orient="auto-start-reverse"
98
+ markerWidth="1"
99
+ markerHeight="1"
100
+ viewBox="0 0 1 1"
101
+ preserveAspectRatio="xMidYMid">
102
+ <path
103
+ transform="scale(0.7)"
104
+ 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"
105
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
106
+ id="path8-5-1-7-2-1-8" />
107
+ </marker>
108
+ <marker
109
+ style="overflow:visible"
110
+ id="RoundedArrow-3-1-5-7"
111
+ refX="0"
112
+ refY="0"
113
+ orient="auto-start-reverse"
114
+ markerWidth="1"
115
+ markerHeight="1"
116
+ viewBox="0 0 1 1"
117
+ preserveAspectRatio="xMidYMid">
118
+ <path
119
+ transform="scale(0.7)"
120
+ 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"
121
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
122
+ id="path8-6-2-9-2" />
123
+ </marker>
124
+ <marker
125
+ style="overflow:visible"
126
+ id="RoundedArrow-94-8-4"
127
+ refX="0"
128
+ refY="0"
129
+ orient="auto-start-reverse"
130
+ markerWidth="1"
131
+ markerHeight="1"
132
+ viewBox="0 0 1 1"
133
+ preserveAspectRatio="xMidYMid">
134
+ <path
135
+ transform="scale(0.7)"
136
+ 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"
137
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
138
+ id="path8-8-3-0" />
139
+ </marker>
140
+ </defs>
141
+ <g
142
+ id="layer1"
143
+ transform="translate(-24.057508,-219.74892)">
144
+ <rect
145
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
146
+ id="rect22"
147
+ width="117.06347"
148
+ height="76.53878"
149
+ x="24.1898"
150
+ y="219.8812" />
151
+ <rect
152
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
153
+ id="rect20"
154
+ width="22.852528"
155
+ height="30.600313"
156
+ x="63.232193"
157
+ y="246.2375" />
158
+ <rect
159
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
160
+ id="rect20-3"
161
+ width="15.861562"
162
+ height="21.447977"
163
+ x="66.727676"
164
+ y="250.81367" />
165
+ <rect
166
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
167
+ id="rect21"
168
+ width="81.344826"
169
+ height="6.0256095"
170
+ x="33.986046"
171
+ y="239.94731" />
172
+ <path
173
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
174
+ d="m 33.986046,227.66752 v 12.1475"
175
+ id="path3-2-8-0-4-6" />
176
+ <path
177
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
178
+ d="m 115.33087,227.66752 v 12.1475"
179
+ id="path3-2-8-0-4-8" />
180
+ <path
181
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8-7);marker-end:url(#RoundedArrow-7-8-7)"
182
+ d="M 35.119502,228.45207 H 114.19741"
183
+ id="path5-2-4-3" />
184
+ <text
185
+ xml:space="preserve"
186
+ transform="matrix(0.26458333,0,0,0.26458333,65.723423,188.61201)"
187
+ id="text7-4-0"
188
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-0-6);display:inline"><tspan
189
+ x="24.710938"
190
+ y="147.61136"
191
+ id="tspan1">L4</tspan></text>
192
+ <path
193
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
194
+ d="m 63.099901,276.97011 v 12.1475"
195
+ id="path3-2-8-0-4-6-5" />
196
+ <path
197
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
198
+ d="m 86.349304,276.97011 v 12.1475"
199
+ id="path3-2-8-0-4-6-9" />
200
+ <path
201
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8-7-9);marker-end:url(#RoundedArrow-7-8-7-9)"
202
+ d="M 64.262527,289.11761 H 85.186678"
203
+ id="path5-2-4-3-4" />
204
+ <text
205
+ xml:space="preserve"
206
+ transform="matrix(0.26458333,0,0,0.26458333,65.78957,254.37781)"
207
+ id="text7-4-0-8"
208
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-0-6-5);display:inline"><tspan
209
+ x="24.710938"
210
+ y="147.61136"
211
+ id="tspan2">L2</tspan></text>
212
+ <path
213
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
214
+ d="M 86.481595,277.1024 H 98.629093"
215
+ id="path3-2-8-0-4-6-9-6" />
216
+ <path
217
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8-7-9-2);marker-end:url(#RoundedArrow-7-8-7-9-2)"
218
+ d="M 98.629093,275.73299 V 247.34233"
219
+ id="path5-2-4-3-4-5" />
220
+ <path
221
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
222
+ d="m 115.46316,239.81502 h 12.1475"
223
+ id="path3-2-8-0-4-6-9-6-8" />
224
+ <path
225
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
226
+ d="m 115.46316,246.10521 h 12.1475"
227
+ id="path3-2-8-0-4-6-9-6-8-4" />
228
+ <path
229
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8-7-9-2-5);marker-end:url(#RoundedArrow-7-8-7-9-2-5)"
230
+ d="m 127.61066,244.99949 v -3.84462"
231
+ id="path5-2-4-3-4-5-2" />
232
+ <path
233
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-94-8-4)"
234
+ d="m 56.611909,261.54786 h 5.24316"
235
+ id="path6-9-8-2" />
236
+ <path
237
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3-1-5-7)"
238
+ d="M 72.04439,261.53766 H 67.84812"
239
+ id="path6-6-0-5-9" />
240
+ <text
241
+ xml:space="preserve"
242
+ transform="matrix(0.26458333,0,0,0.26458333,-26.889392,-3.1598833)"
243
+ id="text2"
244
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12)"><tspan
245
+ x="479.34375"
246
+ y="1008.2852"
247
+ id="tspan3">H1</tspan></text>
248
+ <text
249
+ xml:space="preserve"
250
+ transform="matrix(0.26458333,0,0,0.26458333,11.34202,1.2899174)"
251
+ id="text19"
252
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23)"><tspan
253
+ x="150.86133"
254
+ y="990.5137"
255
+ id="tspan4">E1</tspan></text>
256
+ <text
257
+ xml:space="preserve"
258
+ transform="matrix(0.26458333,0,0,0.26458333,10.891101,-26.419829)"
259
+ id="text23"
260
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect24)"><tspan
261
+ x="446.71484"
262
+ y="1023.3672"
263
+ id="tspan5">E2</tspan></text>
264
+ </g>
265
+ </svg>
@@ -0,0 +1,409 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="207.95863"
6
+ height="158.04419"
7
+ viewBox="0 0 55.022388 41.815858"
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="138.54515"
16
+ y="670.40106"
17
+ width="43.617741"
18
+ height="31.707062"
19
+ id="rect18" />
20
+ <rect
21
+ x="149.90958"
22
+ y="508.47931"
23
+ width="56.803638"
24
+ height="35.829845"
25
+ id="rect17" />
26
+ <rect
27
+ x="363.35876"
28
+ y="611.63013"
29
+ width="45.859989"
30
+ height="37.983513"
31
+ id="rect16" />
32
+ <rect
33
+ x="339.81421"
34
+ y="548.84717"
35
+ width="50.754181"
36
+ height="38.24926"
37
+ id="rect15" />
38
+ <marker
39
+ style="overflow:visible"
40
+ id="RoundedArrow"
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" />
53
+ </marker>
54
+ <marker
55
+ style="overflow:visible"
56
+ id="RoundedArrow-94"
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-8" />
69
+ </marker>
70
+ <marker
71
+ style="overflow:visible"
72
+ id="RoundedArrow-3-1"
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-6-2" />
85
+ </marker>
86
+ <rect
87
+ x="71.455765"
88
+ y="144.44237"
89
+ width="35.475517"
90
+ height="24.699802"
91
+ id="rect7-9" />
92
+ <marker
93
+ style="overflow:visible"
94
+ id="RoundedArrow-96"
95
+ refX="0"
96
+ refY="0"
97
+ orient="auto-start-reverse"
98
+ markerWidth="1"
99
+ markerHeight="1"
100
+ viewBox="0 0 1 1"
101
+ preserveAspectRatio="xMidYMid">
102
+ <path
103
+ transform="scale(0.7)"
104
+ 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"
105
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
106
+ id="path8-3" />
107
+ </marker>
108
+ <rect
109
+ x="48.042259"
110
+ y="128.98006"
111
+ width="33.214813"
112
+ height="22.711306"
113
+ id="rect6-8" />
114
+ <marker
115
+ style="overflow:visible"
116
+ id="RoundedArrow-7-8"
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-5-1" />
129
+ </marker>
130
+ <rect
131
+ x="24.711763"
132
+ y="134.63503"
133
+ width="47.599213"
134
+ height="27.599791"
135
+ id="rect8-0" />
136
+ <rect
137
+ x="34.340961"
138
+ y="228.7422"
139
+ width="49.172977"
140
+ height="44.536987"
141
+ id="rect9-1" />
142
+ <marker
143
+ style="overflow:visible"
144
+ id="RoundedArrow-75"
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="path8-9" />
157
+ </marker>
158
+ <marker
159
+ style="overflow:visible"
160
+ id="RoundedArrow-3-1-5"
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="path8-6-2-9" />
173
+ </marker>
174
+ <marker
175
+ style="overflow:visible"
176
+ id="RoundedArrow-94-8"
177
+ refX="0"
178
+ refY="0"
179
+ orient="auto-start-reverse"
180
+ markerWidth="1"
181
+ markerHeight="1"
182
+ viewBox="0 0 1 1"
183
+ preserveAspectRatio="xMidYMid">
184
+ <path
185
+ transform="scale(0.7)"
186
+ 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"
187
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
188
+ id="path8-8-3" />
189
+ </marker>
190
+ </defs>
191
+ <g
192
+ id="layer1"
193
+ transform="translate(-41.790558,-141.8765)">
194
+ <rect
195
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
196
+ id="rect19"
197
+ width="54.757809"
198
+ height="41.55127"
199
+ x="41.922848"
200
+ y="142.00879" />
201
+ <rect
202
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
203
+ id="rect3-2-3"
204
+ width="17.476725"
205
+ height="12.750316"
206
+ x="61.646652"
207
+ y="156.44162"
208
+ ry="3.5049865" />
209
+ <ellipse
210
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
211
+ id="path11"
212
+ cx="63.369957"
213
+ cy="165.15404"
214
+ rx="1.4769961"
215
+ ry="1.484723" />
216
+ <ellipse
217
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
218
+ id="path11-7"
219
+ cx="63.32859"
220
+ cy="160.81442"
221
+ rx="1.4769961"
222
+ ry="1.484723" />
223
+ <ellipse
224
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
225
+ id="path11-0"
226
+ cx="77.566521"
227
+ cy="164.93547"
228
+ rx="1.4769961"
229
+ ry="1.484723" />
230
+ <ellipse
231
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
232
+ id="path11-7-3"
233
+ cx="77.525146"
234
+ cy="160.59586"
235
+ rx="1.4769961"
236
+ ry="1.484723" />
237
+ <ellipse
238
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
239
+ id="path11-6"
240
+ cx="-157.91026"
241
+ cy="73.203583"
242
+ transform="rotate(-90)"
243
+ rx="1.484723"
244
+ ry="1.4769961" />
245
+ <ellipse
246
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
247
+ id="path11-7-32"
248
+ cx="-157.95187"
249
+ cy="67.856873"
250
+ transform="rotate(-90)"
251
+ rx="1.484723"
252
+ ry="1.4769961" />
253
+ <ellipse
254
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
255
+ id="path11-6-5"
256
+ cx="-167.54147"
257
+ cy="73.155472"
258
+ transform="rotate(-90)"
259
+ rx="1.484723"
260
+ ry="1.4769961" />
261
+ <ellipse
262
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264582"
263
+ id="path11-7-32-5"
264
+ cx="-167.58307"
265
+ cy="67.808762"
266
+ transform="rotate(-90)"
267
+ rx="1.484723"
268
+ ry="1.4769961" />
269
+ <rect
270
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
271
+ id="rect2-5"
272
+ width="1.7166672"
273
+ height="32.205509"
274
+ x="69.52668"
275
+ y="148.93814" />
276
+ <path
277
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-94)"
278
+ d="m 62.911168,179.22832 h 5.243163"
279
+ id="path6-9" />
280
+ <path
281
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-94-8)"
282
+ d="m 54.458721,149.80642 v 5.24316"
283
+ id="path6-9-8" />
284
+ <path
285
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3-1)"
286
+ d="m 76.824644,179.14873 h -4.19627"
287
+ id="path6-6-0" />
288
+ <text
289
+ xml:space="preserve"
290
+ transform="matrix(0.26458333,0,0,0.26458333,39.106867,138.9386)"
291
+ id="text6-8"
292
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-9);display:inline"><tspan
293
+ x="71.455078"
294
+ y="157.418"
295
+ id="tspan1">L2</tspan></text>
296
+ <path
297
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
298
+ d="m 48.957995,156.46715 h 17.28959"
299
+ id="path3-2-6" />
300
+ <path
301
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
302
+ d="m 48.909885,169.33237 h 17.28959"
303
+ id="path3-2-7-1" />
304
+ <path
305
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-96);marker-end:url(#RoundedArrow-96)"
306
+ d="m 48.957994,157.62827 v 10.25467"
307
+ id="path5-1" />
308
+ <text
309
+ xml:space="preserve"
310
+ transform="matrix(0.26458333,0,0,0.26458333,31.141912,126.60871)"
311
+ id="text5-5"
312
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6-8);display:inline"><tspan
313
+ x="48.042969"
314
+ y="141.95706"
315
+ id="tspan2">L3</tspan></text>
316
+ <path
317
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
318
+ d="m 79.194954,147.71214 v 12.1475"
319
+ id="path3-2-8-04" />
320
+ <path
321
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
322
+ d="m 61.575073,147.71214 v 12.1475"
323
+ id="path3-2-8-0-4" />
324
+ <path
325
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-8);marker-end:url(#RoundedArrow-7-8)"
326
+ d="M 62.803241,147.71214 H 77.61702"
327
+ id="path5-2-4" />
328
+ <text
329
+ xml:space="preserve"
330
+ transform="matrix(0.26458333,0,0,0.26458333,61.562383,107.61933)"
331
+ id="text7-4"
332
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-0);display:inline"><tspan
333
+ x="24.710938"
334
+ y="147.61136"
335
+ id="tspan3">L4</tspan></text>
336
+ <text
337
+ xml:space="preserve"
338
+ transform="matrix(0.26458333,0,0,0.26458333,74.351691,109.47087)"
339
+ id="text8-2"
340
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-1);display:inline"><tspan
341
+ x="34.341797"
342
+ y="241.71878"
343
+ id="tspan4">R3</tspan></text>
344
+ <path
345
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-75)"
346
+ d="m 83.388036,172.6118 -3.859351,-3.5583"
347
+ id="path9-7" />
348
+ <path
349
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
350
+ d="M 70.320797,156.22118 82.18652,151.98437"
351
+ id="path12" />
352
+ <path
353
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
354
+ d="m 75.430172,155.93164 6.689453,-4.09669"
355
+ id="path13" />
356
+ <path
357
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
358
+ d="m 80.689938,164.69287 7.830566,-1.24805"
359
+ id="path14" />
360
+ <path
361
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
362
+ d="m 80.807125,161.14257 7.327635,2.05322"
363
+ id="path15" />
364
+ <text
365
+ xml:space="preserve"
366
+ transform="matrix(0.26458333,0,0,0.26458333,-7.3808591,4.3193358)"
367
+ id="text15"
368
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15)"><tspan
369
+ x="339.81445"
370
+ y="561.82425"
371
+ id="tspan5">N4</tspan></text>
372
+ <text
373
+ xml:space="preserve"
374
+ transform="matrix(0.26458333,0,0,0.26458333,-7.1376951,-0.33203124)"
375
+ id="text16"
376
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16)"><tspan
377
+ x="363.35938"
378
+ y="624.60745"
379
+ id="tspan6">N3</tspan></text>
380
+ <path
381
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
382
+ d="M 53.136034,158.03276 H 66.138515"
383
+ id="path3-2-7-1-4" />
384
+ <path
385
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3-1-5)"
386
+ d="m 54.468903,163.58929 v -4.19627"
387
+ id="path6-6-0-5" />
388
+ <text
389
+ xml:space="preserve"
390
+ transform="matrix(0.26458333,0,0,0.26458333,10.608887,13.046875)"
391
+ id="text17"
392
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17)"><tspan
393
+ x="149.91016"
394
+ y="521.45511"
395
+ id="tspan7">L7</tspan></text>
396
+ <text
397
+ xml:space="preserve"
398
+ transform="matrix(0.26458333,0,0,0.26458333,7.4350584,-2.0327148)"
399
+ id="text18"
400
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18)"><tspan
401
+ x="138.54492"
402
+ y="683.37698"
403
+ id="tspan8">D2</tspan></text>
404
+ <path
405
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
406
+ d="m 49.585448,175.84765 c 0.812498,-0.24219 11.524901,-8.76661 11.524901,-8.76661"
407
+ id="path18" />
408
+ </g>
409
+ </svg>