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,357 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="303.96149"
6
+ height="358.56311"
7
+ viewBox="0 0 80.423143 94.869823"
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="57.746677"
16
+ y="1453.1157"
17
+ width="46.595615"
18
+ height="34.390377"
19
+ id="rect32" />
20
+ <marker
21
+ orient="auto"
22
+ refY="0"
23
+ refX="0"
24
+ id="DistanceStart"
25
+ style="overflow:visible"
26
+ markerWidth="1"
27
+ markerHeight="1"
28
+ viewBox="0 0 1 1"
29
+ preserveAspectRatio="xMidYMid">
30
+ <g
31
+ transform="scale(0.6)"
32
+ id="g13">
33
+ <path
34
+ d="m 0,-40 v 0"
35
+ id="path11" />
36
+ <path
37
+ d="M 0,0 8,5 V -5 Z"
38
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
39
+ id="path12" />
40
+ <path
41
+ d="M 0,-8 V 40"
42
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:square"
43
+ id="path13" />
44
+ </g>
45
+ </marker>
46
+ <marker
47
+ style="overflow:visible"
48
+ id="Triangle"
49
+ refX="0"
50
+ refY="0"
51
+ orient="auto-start-reverse"
52
+ markerWidth="1"
53
+ markerHeight="1"
54
+ viewBox="0 0 1 1"
55
+ preserveAspectRatio="xMidYMid">
56
+ <path
57
+ transform="scale(0.5)"
58
+ style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
59
+ d="M 5.77,0 -2.88,5 V -5 Z"
60
+ id="path135" />
61
+ </marker>
62
+ <marker
63
+ style="overflow:visible"
64
+ id="RoundedArrow-9-2-3"
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-2-2-6" />
77
+ </marker>
78
+ <marker
79
+ style="overflow:visible"
80
+ id="RoundedArrow-9-3-6-6"
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-2-6-1-2" />
93
+ </marker>
94
+ <rect
95
+ x="407.76694"
96
+ y="207.25415"
97
+ width="46.965008"
98
+ height="45.649624"
99
+ id="rect7-6-1" />
100
+ <rect
101
+ x="433.15857"
102
+ y="296.91437"
103
+ width="48.267345"
104
+ height="45.71748"
105
+ id="rect8-1-8" />
106
+ <marker
107
+ style="overflow:visible"
108
+ id="RoundedArrow-7-79"
109
+ refX="0"
110
+ refY="0"
111
+ orient="auto-start-reverse"
112
+ markerWidth="1"
113
+ markerHeight="1"
114
+ viewBox="0 0 1 1"
115
+ preserveAspectRatio="xMidYMid">
116
+ <path
117
+ transform="scale(0.7)"
118
+ 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"
119
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
120
+ id="path8-67-20" />
121
+ </marker>
122
+ <rect
123
+ x="348.78598"
124
+ y="275.76746"
125
+ width="64.57917"
126
+ height="35.918922"
127
+ id="rect5-3-37" />
128
+ <marker
129
+ style="overflow:visible"
130
+ id="RoundedArrow-1-9-5"
131
+ refX="0"
132
+ refY="0"
133
+ orient="auto-start-reverse"
134
+ markerWidth="1"
135
+ markerHeight="1"
136
+ viewBox="0 0 1 1"
137
+ preserveAspectRatio="xMidYMid">
138
+ <path
139
+ transform="scale(0.7)"
140
+ 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"
141
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
142
+ id="path8-9-6-9" />
143
+ </marker>
144
+ <rect
145
+ x="359.14062"
146
+ y="358.88626"
147
+ width="76.620003"
148
+ height="27.985056"
149
+ id="rect6-3-8" />
150
+ <marker
151
+ style="overflow:visible"
152
+ id="RoundedArrow-7-9-3-1"
153
+ refX="0"
154
+ refY="0"
155
+ orient="auto-start-reverse"
156
+ markerWidth="1"
157
+ markerHeight="1"
158
+ viewBox="0 0 1 1"
159
+ preserveAspectRatio="xMidYMid">
160
+ <path
161
+ transform="scale(0.7)"
162
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
163
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
164
+ id="path8-67-7-1-2" />
165
+ </marker>
166
+ <marker
167
+ style="overflow:visible"
168
+ id="RoundedArrow-7-9-33-3"
169
+ refX="0"
170
+ refY="0"
171
+ orient="auto-start-reverse"
172
+ markerWidth="1"
173
+ markerHeight="1"
174
+ viewBox="0 0 1 1"
175
+ preserveAspectRatio="xMidYMid">
176
+ <path
177
+ transform="scale(0.7)"
178
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
179
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
180
+ id="path8-67-7-3-1" />
181
+ </marker>
182
+ <rect
183
+ x="25.879061"
184
+ y="893.83978"
185
+ width="32.231174"
186
+ height="22.823107"
187
+ id="rect22-9" />
188
+ <rect
189
+ x="33.098549"
190
+ y="733.44055"
191
+ width="37.010948"
192
+ height="28.180365"
193
+ id="rect23-4" />
194
+ </defs>
195
+ <g
196
+ id="layer1"
197
+ transform="translate(-20.710321,-361.82071)">
198
+ <rect
199
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
200
+ id="rect29-3"
201
+ width="80.158562"
202
+ height="94.605225"
203
+ x="20.842613"
204
+ y="361.953" />
205
+ <path
206
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
207
+ d="M 37.823818,423.25112 V 401.5796"
208
+ id="path4-6-3-8-6-48" />
209
+ <path
210
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
211
+ d="M 39.697237,423.25112 V 401.5796"
212
+ id="path4-6-3-8-6-4" />
213
+ <path
214
+ style="fill:#f9f9f9;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
215
+ d="m 50.882319,379.95575 h 14.61284 l 11.18075,41.72715 0.0432,16.96795 H 39.658383 l 0.04318,-16.96795 11.180756,-41.72715"
216
+ id="path19-2" />
217
+ <path
218
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
219
+ d="M 39.701563,421.6829 H 76.675909"
220
+ id="path20-0" />
221
+ <path
222
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
223
+ d="M 76.623809,421.55061 H 88.860221"
224
+ id="path4-9-6" />
225
+ <path
226
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
227
+ d="M 65.443049,379.82346 H 88.860221"
228
+ id="path4-7-4-1" />
229
+ <path
230
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-2-3);marker-end:url(#RoundedArrow-9-2-3)"
231
+ d="M 88.860221,437.31561 V 422.75356"
232
+ id="path5-8-9-5" />
233
+ <path
234
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-9-3-6-6);marker-end:url(#RoundedArrow-9-3-6-6)"
235
+ d="M 88.860221,420.05912 V 381.31494"
236
+ id="path5-8-2-0-5" />
237
+ <text
238
+ xml:space="preserve"
239
+ transform="matrix(0.26458333,0,0,0.26458333,-18.216978,372.90707)"
240
+ id="text7-9-4"
241
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-6-1);display:inline"><tspan
242
+ x="407.76758"
243
+ y="220.2305"
244
+ id="tspan1">H1</tspan></text>
245
+ <text
246
+ xml:space="preserve"
247
+ transform="matrix(0.26458333,0,0,0.26458333,-24.49117,320.28493)"
248
+ id="text8-7-7"
249
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1-8);display:inline"><tspan
250
+ x="433.1582"
251
+ y="309.89065"
252
+ id="tspan2">H2</tspan></text>
253
+ <path
254
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
255
+ d="M 76.719109,438.65085 H 88.955521"
256
+ id="path4-2-5-6" />
257
+ <path
258
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
259
+ d="M 76.586819,451.01955 V 438.78314"
260
+ id="path4-6-9-4-5" />
261
+ <path
262
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
263
+ d="M 39.525754,451.01955 V 438.78314"
264
+ id="path4-6-3-8-6" />
265
+ <path
266
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-79);marker-end:url(#RoundedArrow-7-79)"
267
+ d="M 40.599425,451.01955 H 75.291799"
268
+ id="path5-1-9" />
269
+ <text
270
+ xml:space="preserve"
271
+ transform="matrix(0.26458333,0,0,0.26458333,-36.667531,378.34391)"
272
+ id="text5-2-3"
273
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-37);display:inline"><tspan
274
+ x="348.78516"
275
+ y="288.74417"
276
+ id="tspan3">D1</tspan></text>
277
+ <path
278
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
279
+ d="M 65.575339,379.69117 V 367.45476"
280
+ id="path4-6-5-4" />
281
+ <path
282
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
283
+ d="M 50.830209,379.82346 V 367.58705"
284
+ id="path4-6-6-6-5" />
285
+ <path
286
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-1-9-5);marker-end:url(#RoundedArrow-1-9-5)"
287
+ d="m 51.863809,367.58705 h 12.67793"
288
+ id="path5-7-1-2" />
289
+ <text
290
+ xml:space="preserve"
291
+ transform="matrix(0.26458333,0,0,0.26458333,-38.839099,268.43204)"
292
+ id="text6-1-5"
293
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6-3-8);display:inline"><tspan
294
+ x="359.14062"
295
+ y="371.86331"
296
+ id="tspan4">D2</tspan></text>
297
+ <path
298
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
299
+ d="m 31.432853,438.78314 h 7.96061"
300
+ id="path4-2-5-4-4" />
301
+ <path
302
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
303
+ d="m 31.432853,434.58336 h 8.264382"
304
+ id="path4-2-5-4-1-3" />
305
+ <path
306
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
307
+ d="m 31.432853,423.38342 h 8.264382"
308
+ id="path4-2-5-4-1-6-0" />
309
+ <path
310
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9-3-1);marker-end:url(#RoundedArrow-7-9-3-1)"
311
+ d="m 31.432852,433.01623 v -8.06569"
312
+ id="path5-1-3-9-8" />
313
+ <path
314
+ style="fill:none;stroke:#000000;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-9-33-3);marker-end:url(#RoundedArrow-7-9-33-3)"
315
+ d="m 31.432853,438.0824 v -2.53371"
316
+ id="path5-1-3-6-4" />
317
+ <text
318
+ xml:space="preserve"
319
+ transform="matrix(0.26458333,0,0,0.26458333,18.085186,198.401)"
320
+ id="text22-3"
321
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22-9);display:inline"><tspan
322
+ x="25.878906"
323
+ y="906.81644"
324
+ id="tspan5">H3</tspan></text>
325
+ <text
326
+ xml:space="preserve"
327
+ transform="matrix(0.26458333,0,0,0.26458333,16.546611,232.9081)"
328
+ id="text23-4"
329
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23-4);display:inline"><tspan
330
+ x="33.097656"
331
+ y="746.418"
332
+ id="tspan6">H4</tspan></text>
333
+ <rect
334
+ style="fill:#f9f9f9;fill-opacity:1;stroke:#000000;stroke-width:0.264583"
335
+ id="rect31"
336
+ width="1.8734185"
337
+ height="11.199925"
338
+ x="37.823818"
339
+ y="423.38342" />
340
+ <path
341
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#DistanceStart)"
342
+ d="m 30.277634,401.5796 h 9.419603"
343
+ id="path31" />
344
+ <path
345
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Triangle)"
346
+ d="m 31.787877,401.5796 h 4.964096"
347
+ id="path32" />
348
+ <text
349
+ xml:space="preserve"
350
+ transform="matrix(0.26458333,0,0,0.26458333,15.907161,12.669601)"
351
+ id="text32"
352
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect32);display:inline"><tspan
353
+ x="57.746094"
354
+ y="1466.0918"
355
+ id="tspan7">E3</tspan></text>
356
+ </g>
357
+ </svg>