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,459 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="413.93973"
6
+ height="315.87305"
7
+ viewBox="0 0 109.52155 83.574744"
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="486.53607"
16
+ y="751.29919"
17
+ width="47.518307"
18
+ height="29.784088"
19
+ id="rect16" />
20
+ <rect
21
+ x="424.65033"
22
+ y="742.72308"
23
+ width="39.60511"
24
+ height="37.50415"
25
+ id="rect15" />
26
+ <rect
27
+ x="470.51135"
28
+ y="713.31219"
29
+ width="59.962269"
30
+ height="50.54578"
31
+ id="rect14" />
32
+ <rect
33
+ x="485.1163"
34
+ y="777.93835"
35
+ width="59.993587"
36
+ height="44.621326"
37
+ id="rect13" />
38
+ <rect
39
+ x="481.47549"
40
+ y="710.74146"
41
+ width="42.246323"
42
+ height="30.175571"
43
+ id="rect6" />
44
+ <rect
45
+ x="414.71445"
46
+ y="774.81171"
47
+ width="77.051842"
48
+ height="32.093842"
49
+ id="rect5" />
50
+ <rect
51
+ x="429.078"
52
+ y="697.14917"
53
+ width="74.333649"
54
+ height="49.530533"
55
+ id="rect4" />
56
+ <rect
57
+ x="445.25803"
58
+ y="705.61041"
59
+ width="56.016113"
60
+ height="64.208565"
61
+ id="rect3" />
62
+ <marker
63
+ style="overflow:visible"
64
+ id="RoundedArrow-7-7-2"
65
+ refX="0"
66
+ refY="0"
67
+ orient="auto-start-reverse"
68
+ markerWidth="1"
69
+ markerHeight="1"
70
+ viewBox="0 0 1 1"
71
+ preserveAspectRatio="xMidYMid">
72
+ <path
73
+ transform="scale(0.7)"
74
+ 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"
75
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
76
+ id="path8-67-2-0" />
77
+ </marker>
78
+ <marker
79
+ style="overflow:visible"
80
+ id="RoundedArrow-7-7-2-1"
81
+ refX="0"
82
+ refY="0"
83
+ orient="auto-start-reverse"
84
+ markerWidth="1"
85
+ markerHeight="1"
86
+ viewBox="0 0 1 1"
87
+ preserveAspectRatio="xMidYMid">
88
+ <path
89
+ transform="scale(0.7)"
90
+ 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"
91
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
92
+ id="path8-67-2-0-2" />
93
+ </marker>
94
+ <marker
95
+ style="overflow:visible"
96
+ id="RoundedArrow-7-7-2-1-4"
97
+ refX="0"
98
+ refY="0"
99
+ orient="auto-start-reverse"
100
+ markerWidth="1"
101
+ markerHeight="1"
102
+ viewBox="0 0 1 1"
103
+ preserveAspectRatio="xMidYMid">
104
+ <path
105
+ transform="scale(0.7)"
106
+ 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"
107
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
108
+ id="path8-67-2-0-2-7" />
109
+ </marker>
110
+ <marker
111
+ style="overflow:visible"
112
+ id="RoundedArrow-7-7-2-1-3"
113
+ refX="0"
114
+ refY="0"
115
+ orient="auto-start-reverse"
116
+ markerWidth="1"
117
+ markerHeight="1"
118
+ viewBox="0 0 1 1"
119
+ preserveAspectRatio="xMidYMid">
120
+ <path
121
+ transform="scale(0.7)"
122
+ 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"
123
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
124
+ id="path8-67-2-0-2-6" />
125
+ </marker>
126
+ <marker
127
+ style="overflow:visible"
128
+ id="RoundedArrow-7-7-2-1-4-1"
129
+ refX="0"
130
+ refY="0"
131
+ orient="auto-start-reverse"
132
+ markerWidth="1"
133
+ markerHeight="1"
134
+ viewBox="0 0 1 1"
135
+ preserveAspectRatio="xMidYMid">
136
+ <path
137
+ transform="scale(0.7)"
138
+ 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"
139
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
140
+ id="path8-67-2-0-2-7-0" />
141
+ </marker>
142
+ <marker
143
+ style="overflow:visible"
144
+ id="RoundedArrow-7-7-2-7"
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-67-2-0-4" />
157
+ </marker>
158
+ <marker
159
+ style="overflow:visible"
160
+ id="RoundedArrow-7-7-2-7-8"
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-67-2-0-4-8" />
173
+ </marker>
174
+ <marker
175
+ style="overflow:visible"
176
+ id="RoundedArrow-7-7-2-7-6"
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-67-2-0-4-4" />
189
+ </marker>
190
+ <marker
191
+ style="overflow:visible"
192
+ id="RoundedArrow-7-7-2-7-8-1"
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-67-2-0-4-8-0" />
205
+ </marker>
206
+ <marker
207
+ style="overflow:visible"
208
+ id="RoundedArrow-7-7-2-1-3-4"
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-0-2-6-9" />
221
+ </marker>
222
+ <marker
223
+ style="overflow:visible"
224
+ id="RoundedArrow-7-7-2-1-4-1-0"
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-67-2-0-2-7-0-9" />
237
+ </marker>
238
+ </defs>
239
+ <g
240
+ id="layer1"
241
+ transform="translate(-14.473883,-114.68002)">
242
+ <rect
243
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
244
+ id="rect17"
245
+ width="109.25697"
246
+ height="83.310158"
247
+ x="14.606174"
248
+ y="114.81231" />
249
+ <rect
250
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
251
+ id="rect2"
252
+ width="11.030589"
253
+ height="3.9740229"
254
+ x="45.557285"
255
+ y="144.48662" />
256
+ <rect
257
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
258
+ id="rect2-5"
259
+ width="3.3649719"
260
+ height="22.070847"
261
+ x="45.557285"
262
+ y="144.48662" />
263
+ <rect
264
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
265
+ id="rect2-2"
266
+ width="17.225868"
267
+ height="3.9740229"
268
+ x="36.290737"
269
+ y="166.82205" />
270
+ <rect
271
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
272
+ id="rect2-7"
273
+ width="11.030589"
274
+ height="3.9740229"
275
+ x="-89.578896"
276
+ y="144.48662"
277
+ transform="scale(-1,1)" />
278
+ <rect
279
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
280
+ id="rect2-5-0"
281
+ width="3.3649719"
282
+ height="22.070847"
283
+ x="-89.578896"
284
+ y="144.48662"
285
+ transform="scale(-1,1)" />
286
+ <rect
287
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
288
+ id="rect2-2-9"
289
+ width="17.225868"
290
+ height="3.9740229"
291
+ x="-98.845444"
292
+ y="166.82205"
293
+ transform="scale(-1,1)" />
294
+ <path
295
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
296
+ d="M 98.977735,170.79607 H 114.31144"
297
+ id="path27-7-6-6" />
298
+ <path
299
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
300
+ d="M 89.711186,144.48662 H 114.31144"
301
+ id="path27-7-6-8" />
302
+ <path
303
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2);marker-end:url(#RoundedArrow-7-7-2)"
304
+ d="M 114.31144,169.69484 V 145.87165"
305
+ id="path5-1-0-3" />
306
+ <text
307
+ xml:space="preserve"
308
+ transform="matrix(0.26458333,0,0,0.26458333,-2.6364509,-31.568187)"
309
+ id="text2"
310
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3)"><tspan
311
+ x="445.25781"
312
+ y="718.58792"
313
+ id="tspan1">H1</tspan></text>
314
+ <path
315
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
316
+ d="M 24.337494,170.79607 H 36.158446"
317
+ id="path27-7-6-6-2" />
318
+ <path
319
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
320
+ d="M 24.337494,166.82205 H 36.158446"
321
+ id="path27-7-6-6-2-7" />
322
+ <path
323
+ 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)"
324
+ d="M 24.337494,175.58199 V 172.1811"
325
+ id="path5-1-0-3-3" />
326
+ <path
327
+ 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)"
328
+ d="m 24.337494,162.30072 v 3.40089"
329
+ id="path5-1-0-3-3-4" />
330
+ <path
331
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
332
+ d="M 37.233596,148.46064 H 49.054548"
333
+ id="path27-7-6-6-2-3" />
334
+ <path
335
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
336
+ d="M 37.233596,144.48662 H 49.054548"
337
+ id="path27-7-6-6-2-7-2" />
338
+ <path
339
+ 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)"
340
+ d="m 37.233596,153.24656 v -3.40089"
341
+ id="path5-1-0-3-3-0" />
342
+ <path
343
+ 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)"
344
+ d="m 37.233596,139.96529 v 3.40089"
345
+ id="path5-1-0-3-3-4-6" />
346
+ <path
347
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
348
+ d="M 56.587874,144.35433 V 132.53338"
349
+ id="path27-7-6-6-2-4" />
350
+ <path
351
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
352
+ d="M 78.548306,144.35433 V 132.53337"
353
+ id="path27-7-6-6-2-6" />
354
+ <path
355
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7);marker-end:url(#RoundedArrow-7-7-2-7)"
356
+ d="M 77.11032,132.53338 H 58.025859"
357
+ id="path5-1-0-3-2" />
358
+ <path
359
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
360
+ d="M 45.424994,144.35433 V 121.17065"
361
+ id="path27-7-6-6-2-4-4" />
362
+ <path
363
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
364
+ d="M 89.578896,144.35433 V 121.17065"
365
+ id="path27-7-6-6-2-4-4-7" />
366
+ <path
367
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8);marker-end:url(#RoundedArrow-7-7-2-7-8)"
368
+ d="M 88.180495,120.90538 H 46.592212"
369
+ id="path5-1-0-3-2-3" />
370
+ <path
371
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
372
+ d="M 53.516605,182.74932 V 170.92837"
373
+ id="path27-7-6-6-2-4-2" />
374
+ <path
375
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
376
+ d="M 81.619576,182.61703 V 170.79608"
377
+ id="path27-7-6-6-2-4-9" />
378
+ <path
379
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-6);marker-end:url(#RoundedArrow-7-7-2-7-6)"
380
+ d="M 80.180822,182.74932 H 54.842032"
381
+ id="path5-1-0-3-2-5" />
382
+ <path
383
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
384
+ d="M 36.290737,194.11205 V 170.92837"
385
+ id="path27-7-6-6-2-4-4-71" />
386
+ <path
387
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
388
+ d="M 98.845444,194.11205 V 170.92837"
389
+ id="path27-7-6-6-2-4-4-2" />
390
+ <path
391
+ style="fill:none;stroke:#000000;stroke-width:0.264585px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-2-7-8-1);marker-end:url(#RoundedArrow-7-7-2-7-8-1)"
392
+ d="M 97.487657,194.11205 H 37.648525"
393
+ id="path5-1-0-3-2-3-1" />
394
+ <path
395
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1-3-4)"
396
+ d="m 81.428008,155.52204 h 3.40089"
397
+ id="path5-1-0-3-3-0-7" />
398
+ <path
399
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-2-1-4-1-0)"
400
+ d="m 94.038119,155.52204 h -3.40089"
401
+ id="path5-1-0-3-3-4-6-7" />
402
+ <text
403
+ xml:space="preserve"
404
+ transform="matrix(0.26458333,0,0,0.26458333,-48.732362,-68.137746)"
405
+ id="text3"
406
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4)"><tspan
407
+ x="429.07812"
408
+ y="710.12503"
409
+ id="tspan2">D1</tspan></text>
410
+ <text
411
+ xml:space="preserve"
412
+ transform="matrix(0.26458333,0,0,0.26458333,-45.39432,-15.151006)"
413
+ id="text4"
414
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5)"><tspan
415
+ x="414.71484"
416
+ y="787.78909"
417
+ id="tspan3">D2</tspan></text>
418
+ <text
419
+ xml:space="preserve"
420
+ transform="matrix(0.26458333,0,0,0.26458333,-63.027795,-59.5551)"
421
+ id="text5"
422
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6)"><tspan
423
+ x="481.47461"
424
+ y="723.71878"
425
+ id="tspan4">D3</tspan></text>
426
+ <text
427
+ xml:space="preserve"
428
+ transform="matrix(0.26458333,0,0,0.26458333,-63.556054,-27.032332)"
429
+ id="text13"
430
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13)"><tspan
431
+ x="485.11719"
432
+ y="790.91409"
433
+ id="tspan5">D4</tspan></text>
434
+ <text
435
+ xml:space="preserve"
436
+ transform="matrix(0.26458333,0,0,0.26458333,-93.961644,-44.741075)"
437
+ id="text14"
438
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14)"><tspan
439
+ x="470.51172"
440
+ y="726.28909"
441
+ id="tspan6">E1</tspan></text>
442
+ <text
443
+ xml:space="preserve"
444
+ transform="matrix(0.26458333,0,0,0.26458333,-17.864113,-43.413179)"
445
+ id="text15"
446
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15)"><tspan
447
+ x="424.65039"
448
+ y="755.69925"
449
+ id="tspan7">E2</tspan></text>
450
+ <text
451
+ xml:space="preserve"
452
+ transform="matrix(0.26458333,0,0,0.26458333,-111.12418,-32.073921)"
453
+ id="text16"
454
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16)"><tspan
455
+ x="486.53516"
456
+ y="764.27542"
457
+ id="tspan8">E3</tspan></text>
458
+ </g>
459
+ </svg>