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,122 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="112.231"
6
+ height="197.61096"
7
+ viewBox="0 0 29.694451 52.284567"
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="332.58377"
16
+ y="1174.5089"
17
+ width="74.684677"
18
+ height="46.9193"
19
+ id="rect28" />
20
+ <rect
21
+ x="308.43704"
22
+ y="1257.955"
23
+ width="81.376434"
24
+ height="41.758274"
25
+ id="rect3" />
26
+ <marker
27
+ style="overflow:visible"
28
+ id="RoundedArrow-7-0-9"
29
+ refX="0"
30
+ refY="0"
31
+ orient="auto-start-reverse"
32
+ markerWidth="1"
33
+ markerHeight="1"
34
+ viewBox="0 0 1 1"
35
+ preserveAspectRatio="xMidYMid">
36
+ <path
37
+ transform="scale(0.7)"
38
+ 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"
39
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
40
+ id="path8-6-2-2" />
41
+ </marker>
42
+ <marker
43
+ style="overflow:visible"
44
+ id="RoundedArrow-7-0-9-9"
45
+ refX="0"
46
+ refY="0"
47
+ orient="auto-start-reverse"
48
+ markerWidth="1"
49
+ markerHeight="1"
50
+ viewBox="0 0 1 1"
51
+ preserveAspectRatio="xMidYMid">
52
+ <path
53
+ transform="scale(0.7)"
54
+ 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"
55
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
56
+ id="path8-6-2-2-2" />
57
+ </marker>
58
+ </defs>
59
+ <g
60
+ id="layer1"
61
+ transform="translate(-29.216784,-289.95206)">
62
+ <rect
63
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
64
+ id="rect30"
65
+ width="29.429867"
66
+ height="52.019997"
67
+ x="29.349075"
68
+ y="290.08435" />
69
+ <circle
70
+ style="fill:#2c89a0;fill-opacity:1;stroke:#2c89a0;stroke-width:0.264583;stroke-opacity:1"
71
+ id="path1"
72
+ cx="44.327446"
73
+ cy="302.99319"
74
+ r="11.017469" />
75
+ <circle
76
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
77
+ id="path1-5"
78
+ cx="44.327446"
79
+ cy="302.99319"
80
+ r="5.5884914" />
81
+ <path
82
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
83
+ d="M 33.309977,336.77997 V 302.9932"
84
+ id="path6-0-3-2" />
85
+ <path
86
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
87
+ d="M 55.477207,336.77996 V 302.99319"
88
+ id="path6-0-3-2-7" />
89
+ <path
90
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
91
+ d="M 38.738955,323.16954 V 302.99319"
92
+ id="path6-0-3-2-6" />
93
+ <path
94
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
95
+ d="M 50.18052,323.16954 V 302.99319"
96
+ id="path6-0-3-2-61" />
97
+ <path
98
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-0-9);marker-end:url(#RoundedArrow-7-0-9)"
99
+ d="M 34.933467,336.77997 H 53.721425"
100
+ id="path7-1-1-3" />
101
+ <path
102
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-0-9-9);marker-end:url(#RoundedArrow-7-0-9-9)"
103
+ d="M 39.981464,323.16954 H 48.93801"
104
+ id="path7-1-1-3-9" />
105
+ <text
106
+ xml:space="preserve"
107
+ transform="matrix(0.26458333,0,0,0.26458333,-40.471827,-0.2485922)"
108
+ id="text2"
109
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3)"><tspan
110
+ x="308.4375"
111
+ y="1270.9317"
112
+ id="tspan1">D3</tspan></text>
113
+ <text
114
+ xml:space="preserve"
115
+ transform="matrix(0.26458333,0,0,0.26458333,-46.130431,8.1075593)"
116
+ id="text26"
117
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28)"><tspan
118
+ x="332.58398"
119
+ y="1187.4864"
120
+ id="tspan2">D4</tspan></text>
121
+ </g>
122
+ </svg>
@@ -0,0 +1,361 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="496.11218"
6
+ height="268.05981"
7
+ viewBox="0 0 131.26301 70.924159"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3 (1:1.3+202307231459+0e150ed6c4)"
11
+ sodipodi:docname="trapeze.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview1"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ inkscape:zoom="1.4967094"
27
+ inkscape:cx="280.94967"
28
+ inkscape:cy="1224.0185"
29
+ inkscape:window-width="1370"
30
+ inkscape:window-height="836"
31
+ inkscape:window-x="0"
32
+ inkscape:window-y="0"
33
+ inkscape:window-maximized="1"
34
+ inkscape:current-layer="layer1" />
35
+ <defs
36
+ id="defs1">
37
+ <rect
38
+ x="224.53424"
39
+ y="1045.4993"
40
+ width="57.694275"
41
+ height="42.350719"
42
+ id="rect22" />
43
+ <rect
44
+ x="436.7002"
45
+ y="995.27979"
46
+ width="71.375328"
47
+ height="65.951973"
48
+ id="rect21" />
49
+ <rect
50
+ x="317.69174"
51
+ y="983.30298"
52
+ width="58.76955"
53
+ height="49.306084"
54
+ id="rect20" />
55
+ <marker
56
+ style="overflow:visible"
57
+ id="RoundedArrow-0"
58
+ refX="0"
59
+ refY="0"
60
+ orient="auto-start-reverse"
61
+ inkscape:stockid="Rounded arrow"
62
+ markerWidth="1"
63
+ markerHeight="1"
64
+ viewBox="0 0 1 1"
65
+ inkscape:isstock="true"
66
+ inkscape:collect="always"
67
+ preserveAspectRatio="xMidYMid">
68
+ <path
69
+ transform="scale(0.7)"
70
+ 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"
71
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
72
+ id="path8-42" />
73
+ </marker>
74
+ <marker
75
+ style="overflow:visible"
76
+ id="RoundedArrow-0-4-5"
77
+ refX="0"
78
+ refY="0"
79
+ orient="auto-start-reverse"
80
+ inkscape:stockid="Rounded arrow"
81
+ markerWidth="1"
82
+ markerHeight="1"
83
+ viewBox="0 0 1 1"
84
+ inkscape:isstock="true"
85
+ inkscape:collect="always"
86
+ preserveAspectRatio="xMidYMid">
87
+ <path
88
+ transform="scale(0.7)"
89
+ 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"
90
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
91
+ id="path8-42-2-2" />
92
+ </marker>
93
+ <marker
94
+ style="overflow:visible"
95
+ id="RoundedArrow-0-4-5-3"
96
+ refX="0"
97
+ refY="0"
98
+ orient="auto-start-reverse"
99
+ inkscape:stockid="Rounded arrow"
100
+ markerWidth="1"
101
+ markerHeight="1"
102
+ viewBox="0 0 1 1"
103
+ inkscape:isstock="true"
104
+ inkscape:collect="always"
105
+ preserveAspectRatio="xMidYMid">
106
+ <path
107
+ transform="scale(0.7)"
108
+ 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"
109
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
110
+ id="path8-42-2-2-8" />
111
+ </marker>
112
+ <marker
113
+ style="overflow:visible"
114
+ id="RoundedArrow-5-9-3-1"
115
+ refX="0"
116
+ refY="0"
117
+ orient="auto-start-reverse"
118
+ inkscape:stockid="Rounded arrow"
119
+ markerWidth="1"
120
+ markerHeight="1"
121
+ viewBox="0 0 1 1"
122
+ inkscape:isstock="true"
123
+ inkscape:collect="always"
124
+ preserveAspectRatio="xMidYMid">
125
+ <path
126
+ transform="scale(0.7)"
127
+ 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"
128
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
129
+ id="path8-7-7-6-9" />
130
+ </marker>
131
+ <marker
132
+ style="overflow:visible"
133
+ id="RoundedArrow-53-8-6"
134
+ refX="0"
135
+ refY="0"
136
+ orient="auto-start-reverse"
137
+ inkscape:stockid="Rounded arrow"
138
+ markerWidth="1"
139
+ markerHeight="1"
140
+ viewBox="0 0 1 1"
141
+ inkscape:isstock="true"
142
+ inkscape:collect="always"
143
+ preserveAspectRatio="xMidYMid">
144
+ <path
145
+ transform="scale(0.7)"
146
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
147
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
148
+ id="path8-8-9-2" />
149
+ </marker>
150
+ <rect
151
+ x="410.22806"
152
+ y="565.7724"
153
+ width="75.5355"
154
+ height="54.317078"
155
+ id="rect11-4-5" />
156
+ <marker
157
+ style="overflow:visible"
158
+ id="RoundedArrow-7-0"
159
+ refX="0"
160
+ refY="0"
161
+ orient="auto-start-reverse"
162
+ inkscape:stockid="Rounded arrow"
163
+ markerWidth="1"
164
+ markerHeight="1"
165
+ viewBox="0 0 1 1"
166
+ inkscape:isstock="true"
167
+ inkscape:collect="always"
168
+ preserveAspectRatio="xMidYMid">
169
+ <path
170
+ transform="scale(0.7)"
171
+ 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"
172
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
173
+ id="path8-6-2" />
174
+ </marker>
175
+ <rect
176
+ x="426.10144"
177
+ y="465.28113"
178
+ width="102.65228"
179
+ height="79.429459"
180
+ id="rect7-9-9" />
181
+ <marker
182
+ style="overflow:visible"
183
+ id="RoundedArrow-7-0-4"
184
+ refX="0"
185
+ refY="0"
186
+ orient="auto-start-reverse"
187
+ inkscape:stockid="Rounded arrow"
188
+ markerWidth="1"
189
+ markerHeight="1"
190
+ viewBox="0 0 1 1"
191
+ inkscape:isstock="true"
192
+ inkscape:collect="always"
193
+ preserveAspectRatio="xMidYMid">
194
+ <path
195
+ transform="scale(0.7)"
196
+ 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"
197
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
198
+ id="path8-6-2-6" />
199
+ </marker>
200
+ <rect
201
+ x="426.10144"
202
+ y="465.28113"
203
+ width="102.65228"
204
+ height="79.429459"
205
+ id="rect7-9-9-1" />
206
+ </defs>
207
+ <g
208
+ inkscape:label="Layer 1"
209
+ inkscape:groupmode="layer"
210
+ id="layer1"
211
+ transform="translate(-21.025669,-188.41939)">
212
+ <rect
213
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
214
+ id="rect27"
215
+ width="130.99843"
216
+ height="70.659576"
217
+ x="21.157961"
218
+ y="188.55168"
219
+ inkscape:export-filename="trapeze_side.svg"
220
+ inkscape:export-xdpi="96"
221
+ inkscape:export-ydpi="96" />
222
+ <rect
223
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264611"
224
+ id="rect4-0-2-3"
225
+ width="3.6174862"
226
+ height="47.082706"
227
+ x="147.05415"
228
+ y="-212.41861"
229
+ transform="matrix(-0.49349042,0.86975123,-0.88010445,-0.47478012,0,0)" />
230
+ <rect
231
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264611"
232
+ id="rect4-0-2-3-1"
233
+ width="3.6174862"
234
+ height="47.082706"
235
+ x="212.57776"
236
+ y="-92.426781"
237
+ transform="matrix(0.49349042,0.86975123,0.88010445,-0.47478012,0,0)" />
238
+ <rect
239
+ style="fill:#87cdde;stroke:#87cdde;stroke-width:0.264583"
240
+ id="rect6"
241
+ width="92.382393"
242
+ height="4.919364"
243
+ x="22.808338"
244
+ y="227.88727" />
245
+ <rect
246
+ style="fill:#87cdde;stroke:#87cdde;stroke-width:0.264582"
247
+ id="rect6-5"
248
+ width="24.500141"
249
+ height="4.919364"
250
+ x="56.749462"
251
+ y="205.71638" />
252
+ <path
253
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
254
+ d="m 115.71384,232.81947 h 30.25642"
255
+ id="path6-5" />
256
+ <path
257
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
258
+ d="m 115.57231,228.03073 h 16.74638"
259
+ id="path6-5-4" />
260
+ <path
261
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
262
+ d="M 81.667996,210.73877 H 132.21713"
263
+ id="path6-5-7" />
264
+ <path
265
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
266
+ d="m 81.65341,205.84642 h 64.21411"
267
+ id="path6-5-7-0" />
268
+ <path
269
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0);marker-end:url(#RoundedArrow-0)"
270
+ d="m 144.75168,207.37083 v 24.36459"
271
+ id="path7-6" />
272
+ <path
273
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-4-5);marker-end:url(#RoundedArrow-0-4-5)"
274
+ d="m 130.61647,229.16031 v 2.22786"
275
+ id="path7-6-2-0" />
276
+ <path
277
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-0-4-5-3);marker-end:url(#RoundedArrow-0-4-5-3)"
278
+ d="m 130.47378,207.10555 v 2.22786"
279
+ id="path7-6-2-0-4" />
280
+ <text
281
+ xml:space="preserve"
282
+ transform="matrix(0.26458333,0,0,0.26458333,61.385017,-43.320648)"
283
+ id="text20"
284
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20);display:inline"><tspan
285
+ x="317.69141"
286
+ y="996.27933"
287
+ id="tspan1">H1</tspan></text>
288
+ <text
289
+ xml:space="preserve"
290
+ transform="matrix(0.26458333,0,0,0.26458333,16.081155,-34.978308)"
291
+ id="text21"
292
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21);display:inline"><tspan
293
+ x="436.69922"
294
+ y="1008.2559"
295
+ id="tspan2">H2</tspan></text>
296
+ <text
297
+ xml:space="preserve"
298
+ transform="matrix(0.26458333,0,0,0.26458333,72.213971,-70.444823)"
299
+ id="text22"
300
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect22);display:inline"><tspan
301
+ x="224.53516"
302
+ y="1058.4766"
303
+ id="tspan3">H3</tspan></text>
304
+ <path
305
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-53-8-6)"
306
+ d="m 53.602461,223.4397 -2.439928,-3.97219"
307
+ id="path9-3-0-4" />
308
+ <path
309
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-1)"
310
+ d="m 42.626328,206.42691 5.152325,7.84788"
311
+ id="path9-1-1-2-9" />
312
+ <text
313
+ xml:space="preserve"
314
+ transform="matrix(0.26458333,0,0,0.26458333,-65.16395,54.195109)"
315
+ id="text11-9"
316
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-4-5);display:inline"><tspan
317
+ x="410.22852"
318
+ y="578.74808"
319
+ id="tspan4">D3</tspan></text>
320
+ <path
321
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
322
+ d="M 22.981221,253.468 V 233.29165"
323
+ id="path6-0-3" />
324
+ <path
325
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
326
+ d="M 115.25695,253.50036 V 233.324"
327
+ id="path6-0-4-5" />
328
+ <path
329
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-0);marker-end:url(#RoundedArrow-7-0)"
330
+ d="M 24.593113,251.6527 H 113.72182"
331
+ id="path7-1-1" />
332
+ <text
333
+ xml:space="preserve"
334
+ transform="matrix(0.26458333,0,0,0.26458333,-43.643954,129.52512)"
335
+ id="text7-2-7"
336
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-9-9);display:inline"><tspan
337
+ x="426.10156"
338
+ y="478.25784"
339
+ id="tspan5">L2</tspan></text>
340
+ <path
341
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
342
+ d="m 56.68746,193.9017 v 11.49852"
343
+ id="path6-0-3-4" />
344
+ <path
345
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
346
+ d="m 81.254795,193.88326 v 11.49852"
347
+ id="path6-0-4-5-2" />
348
+ <path
349
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-0-4);marker-end:url(#RoundedArrow-7-0-4)"
350
+ d="M 57.839027,194.93624 H 79.621646"
351
+ id="path7-1-1-2" />
352
+ <text
353
+ xml:space="preserve"
354
+ transform="matrix(0.26458333,0,0,0.26458333,-46.129109,67.53933)"
355
+ id="text7-2-7-8"
356
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-9-9-1);display:inline"><tspan
357
+ x="426.10156"
358
+ y="478.25784"
359
+ id="tspan6">L4</tspan></text>
360
+ </g>
361
+ </svg>