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,574 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="433.27237"
6
+ height="237.3681"
7
+ viewBox="0 0 114.63665 62.803644"
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="386.61539"
16
+ y="938.71246"
17
+ width="36.163876"
18
+ height="24.295645"
19
+ id="rect15" />
20
+ <rect
21
+ x="457.96124"
22
+ y="914.39246"
23
+ width="60.51133"
24
+ height="51.02951"
25
+ id="rect4" />
26
+ <rect
27
+ x="377.27731"
28
+ y="898.37415"
29
+ width="52.217644"
30
+ height="35.377708"
31
+ id="rect14" />
32
+ <rect
33
+ x="368.46887"
34
+ y="874.89972"
35
+ width="67.058929"
36
+ height="50.923965"
37
+ id="rect13" />
38
+ <marker
39
+ style="overflow:visible"
40
+ id="RoundedArrow-6-2-04"
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-5-9-2" />
53
+ </marker>
54
+ <marker
55
+ style="overflow:visible"
56
+ id="marker5-6-3-2"
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="path5-3-9-2" />
69
+ </marker>
70
+ <rect
71
+ x="480.52411"
72
+ y="615.39862"
73
+ width="71.61171"
74
+ height="46.321358"
75
+ id="rect9-5" />
76
+ <marker
77
+ style="overflow:visible"
78
+ id="RoundedArrow-6-2-04-4"
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-9-2-9" />
91
+ </marker>
92
+ <marker
93
+ style="overflow:visible"
94
+ id="marker5-6-3-2-9"
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="path5-3-9-2-3" />
107
+ </marker>
108
+ <rect
109
+ x="18.019194"
110
+ y="501.34103"
111
+ width="52.367126"
112
+ height="43.815205"
113
+ id="rect6-2" />
114
+ <marker
115
+ style="overflow:visible"
116
+ id="RoundedArrow-6-2-0-1-3-3-3"
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-9-9-5-0-1-3" />
129
+ </marker>
130
+ <marker
131
+ style="overflow:visible"
132
+ id="RoundedArrow-6-2-0-1-3-3-3-8"
133
+ refX="0"
134
+ refY="0"
135
+ orient="auto-start-reverse"
136
+ markerWidth="1"
137
+ markerHeight="1"
138
+ viewBox="0 0 1 1"
139
+ preserveAspectRatio="xMidYMid">
140
+ <path
141
+ transform="scale(0.7)"
142
+ 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"
143
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
144
+ id="path8-5-9-9-5-0-1-3-9" />
145
+ </marker>
146
+ <rect
147
+ x="77.347443"
148
+ y="662.31421"
149
+ width="84.73671"
150
+ height="47.255165"
151
+ id="rect8-1-3-9" />
152
+ <marker
153
+ style="overflow:visible"
154
+ id="RoundedArrow-6-2-04-4-9"
155
+ refX="0"
156
+ refY="0"
157
+ orient="auto-start-reverse"
158
+ markerWidth="1"
159
+ markerHeight="1"
160
+ viewBox="0 0 1 1"
161
+ preserveAspectRatio="xMidYMid">
162
+ <path
163
+ transform="scale(0.7)"
164
+ 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"
165
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
166
+ id="path8-5-9-2-9-6" />
167
+ </marker>
168
+ <marker
169
+ style="overflow:visible"
170
+ id="marker5-6-3-2-9-0"
171
+ refX="0"
172
+ refY="0"
173
+ orient="auto-start-reverse"
174
+ markerWidth="1"
175
+ markerHeight="1"
176
+ viewBox="0 0 1 1"
177
+ preserveAspectRatio="xMidYMid">
178
+ <path
179
+ transform="scale(0.7)"
180
+ 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"
181
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
182
+ id="path5-3-9-2-3-4" />
183
+ </marker>
184
+ <rect
185
+ x="480.52411"
186
+ y="615.39862"
187
+ width="71.61171"
188
+ height="46.321358"
189
+ id="rect9-5-7" />
190
+ <marker
191
+ style="overflow:visible"
192
+ id="RoundedArrow-6-2-0-1-3-3-3-9"
193
+ refX="0"
194
+ refY="0"
195
+ orient="auto-start-reverse"
196
+ markerWidth="1"
197
+ markerHeight="1"
198
+ viewBox="0 0 1 1"
199
+ preserveAspectRatio="xMidYMid">
200
+ <path
201
+ transform="scale(0.7)"
202
+ 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"
203
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
204
+ id="path8-5-9-9-5-0-1-3-4" />
205
+ </marker>
206
+ <marker
207
+ style="overflow:visible"
208
+ id="RoundedArrow-6-2-0-1-3-3-3-9-7"
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-5-9-9-5-0-1-3-4-0" />
221
+ </marker>
222
+ <marker
223
+ style="overflow:visible"
224
+ id="RoundedArrow-6-2-0-1-3-3-3-7"
225
+ refX="0"
226
+ refY="0"
227
+ orient="auto-start-reverse"
228
+ markerWidth="1"
229
+ markerHeight="1"
230
+ viewBox="0 0 1 1"
231
+ preserveAspectRatio="xMidYMid">
232
+ <path
233
+ transform="scale(0.7)"
234
+ 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"
235
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
236
+ id="path8-5-9-9-5-0-1-3-8" />
237
+ </marker>
238
+ <marker
239
+ style="overflow:visible"
240
+ id="RoundedArrow-6-2-0-1-3-3-3-8-9"
241
+ refX="0"
242
+ refY="0"
243
+ orient="auto-start-reverse"
244
+ markerWidth="1"
245
+ markerHeight="1"
246
+ viewBox="0 0 1 1"
247
+ preserveAspectRatio="xMidYMid">
248
+ <path
249
+ transform="scale(0.7)"
250
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
251
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
252
+ id="path8-5-9-9-5-0-1-3-9-0" />
253
+ </marker>
254
+ <marker
255
+ style="overflow:visible"
256
+ id="RoundedArrow-6-2-04-2"
257
+ refX="0"
258
+ refY="0"
259
+ orient="auto-start-reverse"
260
+ markerWidth="1"
261
+ markerHeight="1"
262
+ viewBox="0 0 1 1"
263
+ preserveAspectRatio="xMidYMid">
264
+ <path
265
+ transform="scale(0.7)"
266
+ 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"
267
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
268
+ id="path8-5-9-2-6" />
269
+ </marker>
270
+ <marker
271
+ style="overflow:visible"
272
+ id="marker5-6-3-2-1"
273
+ refX="0"
274
+ refY="0"
275
+ orient="auto-start-reverse"
276
+ markerWidth="1"
277
+ markerHeight="1"
278
+ viewBox="0 0 1 1"
279
+ preserveAspectRatio="xMidYMid">
280
+ <path
281
+ transform="scale(0.7)"
282
+ 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"
283
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
284
+ id="path5-3-9-2-8" />
285
+ </marker>
286
+ <marker
287
+ style="overflow:visible"
288
+ id="RoundedArrow-6-2-04-2-2"
289
+ refX="0"
290
+ refY="0"
291
+ orient="auto-start-reverse"
292
+ markerWidth="1"
293
+ markerHeight="1"
294
+ viewBox="0 0 1 1"
295
+ preserveAspectRatio="xMidYMid">
296
+ <path
297
+ transform="scale(0.7)"
298
+ 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"
299
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
300
+ id="path8-5-9-2-6-3" />
301
+ </marker>
302
+ <marker
303
+ style="overflow:visible"
304
+ id="marker5-6-3-2-1-7"
305
+ refX="0"
306
+ refY="0"
307
+ orient="auto-start-reverse"
308
+ markerWidth="1"
309
+ markerHeight="1"
310
+ viewBox="0 0 1 1"
311
+ preserveAspectRatio="xMidYMid">
312
+ <path
313
+ transform="scale(0.7)"
314
+ 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"
315
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
316
+ id="path5-3-9-2-8-5" />
317
+ </marker>
318
+ </defs>
319
+ <g
320
+ id="layer1"
321
+ transform="translate(-29.063995,-186.06792)">
322
+ <rect
323
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
324
+ id="rect33"
325
+ width="114.37206"
326
+ height="62.539062"
327
+ x="29.196287"
328
+ y="186.2002" />
329
+ <text
330
+ xml:space="preserve"
331
+ transform="matrix(0.26458333,0,0,0.26458333,17.227228,67.085356)"
332
+ id="text8-6-0-3"
333
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1-3-9);display:inline"><tspan
334
+ x="77.347656"
335
+ y="675.29105"
336
+ id="tspan1">H2</tspan></text>
337
+ <text
338
+ xml:space="preserve"
339
+ transform="matrix(0.26458333,0,0,0.26458333,73.400089,107.26741)"
340
+ id="text6-4"
341
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6-2);display:inline"><tspan
342
+ x="18.019531"
343
+ y="514.31839"
344
+ id="tspan2">D1</tspan></text>
345
+ <rect
346
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
347
+ id="rect2-5-9-8"
348
+ width="5.0156178"
349
+ height="83.517578"
350
+ x="212.23935"
351
+ y="-122.53415"
352
+ transform="rotate(90)" />
353
+ <circle
354
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264583;stroke-opacity:1"
355
+ id="path13"
356
+ cx="80.77536"
357
+ cy="222.44753"
358
+ r="4.9279771" />
359
+ <rect
360
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
361
+ id="rect2-2-6-6-9"
362
+ width="6.3203049"
363
+ height="2.7304668"
364
+ x="217.38725"
365
+ y="-93.000801"
366
+ transform="rotate(90)" />
367
+ <circle
368
+ style="fill:#ffffff;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264583;stroke-opacity:1"
369
+ id="path13-3"
370
+ cx="80.77536"
371
+ cy="222.44754"
372
+ r="3.896239" />
373
+ <path
374
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04);marker-end:url(#marker5-6-3-2)"
375
+ d="m 82.232072,205.16106 h 6.44925"
376
+ id="path4-4-8-0" />
377
+ <text
378
+ xml:space="preserve"
379
+ transform="matrix(0.26458333,0,0,0.26458333,-43.65337,36.659363)"
380
+ id="text9-3"
381
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-5);display:inline"><tspan
382
+ x="480.52344"
383
+ y="628.37503"
384
+ id="tspan3">L3</tspan></text>
385
+ <path
386
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
387
+ d="M 75.5828,239.73399 V 222.44753"
388
+ id="path3-94-1-9-9" />
389
+ <path
390
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
391
+ d="M 85.96792,239.73399 V 222.44753"
392
+ id="path3-94-1-9-9-2" />
393
+ <path
394
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-4);marker-end:url(#marker5-6-3-2-9)"
395
+ d="m 77.167931,239.73398 h 7.479433"
396
+ id="path4-4-8-0-0" />
397
+ <rect
398
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
399
+ id="rect2-2-6-6-9-4"
400
+ width="6.3203049"
401
+ height="2.7304668"
402
+ x="217.25497"
403
+ y="-122.53415"
404
+ transform="rotate(90)" />
405
+ <rect
406
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
407
+ id="rect2-2-6-6-9-6"
408
+ width="6.3203049"
409
+ height="2.7304668"
410
+ x="217.38725"
411
+ y="-41.74704"
412
+ transform="rotate(90)" />
413
+ <rect
414
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
415
+ id="rect2-2-6-6-9-2"
416
+ width="6.3203049"
417
+ height="2.7304668"
418
+ x="217.38725"
419
+ y="-71.280388"
420
+ transform="rotate(90)" />
421
+ <path
422
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
423
+ d="M 39.016571,240.99401 V 223.70755"
424
+ id="path3-94-1-9-9-28" />
425
+ <path
426
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
427
+ d="M 41.74704,240.99401 V 223.70755"
428
+ id="path3-94-1-9-9-8" />
429
+ <path
430
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3)"
431
+ d="m 43.132066,240.99401 h 1.976711"
432
+ id="path4-4-8-5-8-4-6-4" />
433
+ <path
434
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-8)"
435
+ d="M 37.631545,240.99401 H 35.654834"
436
+ id="path4-4-8-5-8-4-6-4-6" />
437
+ <path
438
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
439
+ d="M 39.016571,212.10706 V 194.8206"
440
+ id="path3-94-1-9-6" />
441
+ <path
442
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
443
+ d="M 122.53415,212.10706 V 194.8206"
444
+ id="path3-94-1-9-5" />
445
+ <path
446
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-4-9);marker-end:url(#marker5-6-3-2-9-0)"
447
+ d="M 40.139513,194.82057 H 121.1438"
448
+ id="path4-4-8-0-0-0" />
449
+ <text
450
+ xml:space="preserve"
451
+ transform="matrix(0.26458333,0,0,0.26458333,-48.538827,27.55642)"
452
+ id="text9-3-8"
453
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-5-7);display:inline"><tspan
454
+ x="480.52344"
455
+ y="628.37503"
456
+ id="tspan4">L2</tspan></text>
457
+ <rect
458
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
459
+ id="rect2-2-6-6-9-6-3"
460
+ width="4.9063454"
461
+ height="2.0825176"
462
+ x="218.09424"
463
+ y="-41.423065"
464
+ transform="rotate(90)" />
465
+ <rect
466
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
467
+ id="rect2-2-6-6-9-6-3-8"
468
+ width="4.9063454"
469
+ height="2.0825176"
470
+ x="218.09424"
471
+ y="-70.956413"
472
+ transform="rotate(90)" />
473
+ <rect
474
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
475
+ id="rect2-2-6-6-9-6-3-4"
476
+ width="4.9063454"
477
+ height="2.0825176"
478
+ x="218.09424"
479
+ y="-92.676826"
480
+ transform="rotate(90)" />
481
+ <rect
482
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
483
+ id="rect2-2-6-6-9-6-3-7"
484
+ width="4.9063454"
485
+ height="2.0825176"
486
+ x="217.96196"
487
+ y="-122.21017"
488
+ transform="rotate(90)" />
489
+ <path
490
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-9)"
491
+ d="m 79.688628,224.66645 1.05314,-1.67281"
492
+ id="path4-4-8-5-8-4-6-4-9" />
493
+ <path
494
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-9-7)"
495
+ d="m 77.685735,228.04405 -1.05314,1.67281"
496
+ id="path4-4-8-5-8-4-6-4-9-1" />
497
+ <text
498
+ xml:space="preserve"
499
+ transform="matrix(0.26458333,0,0,0.26458333,-21.085449,-1.9423828)"
500
+ id="text13"
501
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13)"><tspan
502
+ x="368.46875"
503
+ y="887.87698"
504
+ id="tspan6">E1</tspan></text>
505
+ <path
506
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-7)"
507
+ d="m 40.823242,220.88006 h 1.976711"
508
+ id="path4-4-8-5-8-4-6-4-5" />
509
+ <path
510
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-3-8-9)"
511
+ d="M 37.53628,220.95655 H 35.559569"
512
+ id="path4-4-8-5-8-4-6-4-6-0" />
513
+ <text
514
+ xml:space="preserve"
515
+ transform="matrix(0.26458333,0,0,0.26458333,-69.172851,-18.882812)"
516
+ id="text14"
517
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14)"><tspan
518
+ x="377.27734"
519
+ y="911.35159"
520
+ id="tspan7">E2</tspan></text>
521
+ <rect
522
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
523
+ id="rect2-5-9-8-5"
524
+ width="3.639153"
525
+ height="83.517578"
526
+ x="212.92758"
527
+ y="-122.53415"
528
+ transform="rotate(90)" />
529
+ <path
530
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
531
+ d="M 90.005752,217.25496 V 205.16105"
532
+ id="path3-94-2" />
533
+ <path
534
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
535
+ d="M 80.907648,222.44752 V 205.16106"
536
+ id="path3-94-1-9" />
537
+ <path
538
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
539
+ d="m 122.66644,223.57528 h 12.09391"
540
+ id="path3-94-2-2" />
541
+ <path
542
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
543
+ d="m 122.66644,217.25497 h 12.09391"
544
+ id="path3-94-2-2-7" />
545
+ <path
546
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
547
+ d="m 122.66644,212.23935 h 12.09391"
548
+ id="path3-94-2-2-6" />
549
+ <path
550
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2);marker-end:url(#marker5-6-3-2-1)"
551
+ d="m 134.76035,213.50972 v 2.47489"
552
+ id="path4-4-8-0-9" />
553
+ <path
554
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2-2);marker-end:url(#marker5-6-3-2-1-7)"
555
+ d="m 134.76036,218.49236 v 3.71716"
556
+ id="path4-4-8-0-9-2" />
557
+ <text
558
+ xml:space="preserve"
559
+ transform="matrix(0.26458333,0,0,0.26458333,14.74414,-23.580678)"
560
+ id="text2"
561
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4)"><tspan
562
+ x="457.96094"
563
+ y="927.36917"
564
+ id="tspan8">H4</tspan></text>
565
+ <text
566
+ xml:space="preserve"
567
+ transform="matrix(0.26458333,0,0,0.26458333,33.704101,-35.729492)"
568
+ id="text12"
569
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15)"><tspan
570
+ x="386.61523"
571
+ y="951.68948"
572
+ id="tspan9">H3</tspan></text>
573
+ </g>
574
+ </svg>