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,514 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="460.86301"
6
+ height="533.62158"
7
+ viewBox="0 0 121.93667 141.18738"
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="354.03186"
16
+ y="1673.1481"
17
+ width="56.65292"
18
+ height="55.247772"
19
+ id="rect12" />
20
+ <rect
21
+ x="272.34225"
22
+ y="1674.8813"
23
+ width="50.344818"
24
+ height="33.864655"
25
+ id="rect11" />
26
+ <rect
27
+ x="350.60654"
28
+ y="1212.2484"
29
+ width="100.99532"
30
+ height="41.836861"
31
+ id="rect9" />
32
+ <marker
33
+ style="overflow:visible"
34
+ id="RoundedArrow-7-7-9"
35
+ refX="0"
36
+ refY="0"
37
+ orient="auto-start-reverse"
38
+ markerWidth="1"
39
+ markerHeight="1"
40
+ viewBox="0 0 1 1"
41
+ preserveAspectRatio="xMidYMid">
42
+ <path
43
+ transform="scale(0.7)"
44
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
45
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
46
+ id="path8-67-2-9" />
47
+ </marker>
48
+ <rect
49
+ x="348.78598"
50
+ y="275.76746"
51
+ width="64.57917"
52
+ height="35.918922"
53
+ id="rect5-3-3-3" />
54
+ <rect
55
+ x="348.78598"
56
+ y="275.76746"
57
+ width="64.57917"
58
+ height="35.918922"
59
+ id="rect5-3-3-0" />
60
+ <marker
61
+ style="overflow:visible"
62
+ id="RoundedArrow-7-7"
63
+ refX="0"
64
+ refY="0"
65
+ orient="auto-start-reverse"
66
+ markerWidth="1"
67
+ markerHeight="1"
68
+ viewBox="0 0 1 1"
69
+ preserveAspectRatio="xMidYMid">
70
+ <path
71
+ transform="scale(0.7)"
72
+ 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"
73
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
74
+ id="path8-67-2" />
75
+ </marker>
76
+ <marker
77
+ style="overflow:visible"
78
+ id="RoundedArrow-7-7-9-2"
79
+ refX="0"
80
+ refY="0"
81
+ orient="auto-start-reverse"
82
+ markerWidth="1"
83
+ markerHeight="1"
84
+ viewBox="0 0 1 1"
85
+ preserveAspectRatio="xMidYMid">
86
+ <path
87
+ transform="scale(0.7)"
88
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
89
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
90
+ id="path8-67-2-9-9" />
91
+ </marker>
92
+ <rect
93
+ x="348.78598"
94
+ y="275.76746"
95
+ width="64.57917"
96
+ height="35.918922"
97
+ id="rect5-3-3-3-7" />
98
+ <rect
99
+ x="55.143906"
100
+ y="1137.6799"
101
+ width="45.351578"
102
+ height="36.638477"
103
+ id="rect27" />
104
+ <marker
105
+ style="overflow:visible"
106
+ id="RoundedArrow"
107
+ refX="0"
108
+ refY="0"
109
+ orient="auto-start-reverse"
110
+ markerWidth="1"
111
+ markerHeight="1"
112
+ viewBox="0 0 1 1"
113
+ preserveAspectRatio="xMidYMid">
114
+ <path
115
+ transform="scale(0.7)"
116
+ 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"
117
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
118
+ id="path8-9" />
119
+ </marker>
120
+ <marker
121
+ style="overflow:visible"
122
+ id="RoundedArrow-7-7-9-1-2"
123
+ refX="0"
124
+ refY="0"
125
+ orient="auto-start-reverse"
126
+ markerWidth="1"
127
+ markerHeight="1"
128
+ viewBox="0 0 1 1"
129
+ preserveAspectRatio="xMidYMid">
130
+ <path
131
+ transform="scale(0.7)"
132
+ 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"
133
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
134
+ id="path8-67-2-9-1-6" />
135
+ </marker>
136
+ <rect
137
+ x="348.78598"
138
+ y="275.76746"
139
+ width="64.57917"
140
+ height="35.918922"
141
+ id="rect5-3-3-2" />
142
+ <marker
143
+ style="overflow:visible"
144
+ id="RoundedArrow-1"
145
+ refX="0"
146
+ refY="0"
147
+ orient="auto-start-reverse"
148
+ markerWidth="1"
149
+ markerHeight="1"
150
+ viewBox="0 0 1 1"
151
+ preserveAspectRatio="xMidYMid">
152
+ <path
153
+ transform="scale(0.7)"
154
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
155
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
156
+ id="path8-9-0" />
157
+ </marker>
158
+ <marker
159
+ style="overflow:visible"
160
+ id="RoundedArrow-1-4"
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-9-0-9" />
173
+ </marker>
174
+ <marker
175
+ style="overflow:visible"
176
+ id="RoundedArrow-7-7-9-1-2-7"
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-9-1-6-3" />
189
+ </marker>
190
+ <marker
191
+ style="overflow:visible"
192
+ id="RoundedArrow-7-7-9-0"
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-9-8" />
205
+ </marker>
206
+ <rect
207
+ x="245.25417"
208
+ y="243.19498"
209
+ width="158.83022"
210
+ height="32.991646"
211
+ id="rect3-03" />
212
+ </defs>
213
+ <g
214
+ id="layer1"
215
+ transform="translate(-25.362225,-405.98593)">
216
+ <rect
217
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
218
+ id="rect14"
219
+ width="121.67209"
220
+ height="140.92279"
221
+ x="25.494514"
222
+ y="406.11823" />
223
+ <circle
224
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
225
+ id="path24-2"
226
+ cx="70.184509"
227
+ cy="468.67624"
228
+ r="27.756809" />
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-7-7-9);marker-end:url(#RoundedArrow-7-7-9)"
231
+ d="m 115.80513,487.55902 v -3.18481"
232
+ id="path5-1-0-8" />
233
+ <circle
234
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#d5f6ff;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
235
+ id="path24"
236
+ cx="70.184509"
237
+ cy="468.67624"
238
+ r="24.985352" />
239
+ <circle
240
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
241
+ id="path24-8"
242
+ cx="70.184509"
243
+ cy="468.67624"
244
+ r="14.411621" />
245
+ <circle
246
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
247
+ id="path26"
248
+ cx="70.077133"
249
+ cy="448.59128"
250
+ r="2.8725588" />
251
+ <circle
252
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
253
+ id="path26-0"
254
+ cx="90.162086"
255
+ cy="468.67624"
256
+ r="2.8725588" />
257
+ <circle
258
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
259
+ id="path26-0-2"
260
+ cx="70.077133"
261
+ cy="488.7612"
262
+ r="2.8725588" />
263
+ <circle
264
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
265
+ id="path26-0-5"
266
+ cx="49.992165"
267
+ cy="468.67624"
268
+ r="2.8725588" />
269
+ <circle
270
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
271
+ id="path26-0-9"
272
+ cx="84.728416"
273
+ cy="454.6615"
274
+ r="2.8725588" />
275
+ <circle
276
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
277
+ id="path26-0-7"
278
+ cx="84.728416"
279
+ cy="483.22015"
280
+ r="2.8725588" />
281
+ <circle
282
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
283
+ id="path26-0-8"
284
+ cx="55.640594"
285
+ cy="483.22015"
286
+ r="2.8725588" />
287
+ <circle
288
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
289
+ id="path26-0-93"
290
+ cx="55.640594"
291
+ cy="454.13232"
292
+ r="2.8725588" />
293
+ <circle
294
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:2, 1;stroke-dashoffset:0"
295
+ id="path24-7"
296
+ cx="70.077133"
297
+ cy="468.67624"
298
+ r="20.084961" />
299
+ <path
300
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
301
+ d="M 70.184507,483.35243 H 115.69525"
302
+ id="path27-1" />
303
+ <path
304
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
305
+ d="M 70.184507,454.2646 H 106.39838"
306
+ id="path27-5" />
307
+ <path
308
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
309
+ d="M 70.108377,488.75968 H 115.83638"
310
+ id="path27-62" />
311
+ <text
312
+ xml:space="preserve"
313
+ transform="matrix(0.26458333,0,0,0.26458333,14.627327,393.13516)"
314
+ id="text5-2-1-0"
315
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3);display:inline"><tspan
316
+ x="348.78516"
317
+ y="288.74417"
318
+ id="tspan1">D3</tspan></text>
319
+ <text
320
+ xml:space="preserve"
321
+ transform="matrix(0.26458333,0,0,0.26458333,24.454514,411.14068)"
322
+ id="text5-2-1-4"
323
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-0);display:inline"><tspan
324
+ x="348.78516"
325
+ y="288.74417"
326
+ id="tspan2">L1</tspan></text>
327
+ <path
328
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7);marker-end:url(#RoundedArrow-7-7)"
329
+ d="M 106.39838,482.24944 V 455.36759"
330
+ id="path5-1-0" />
331
+ <path
332
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
333
+ d="M 34.988044,465.80366 H 49.992166"
334
+ id="path27-5-5" />
335
+ <path
336
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
337
+ d="M 34.988044,471.54878 H 49.992166"
338
+ id="path27-5-5-7" />
339
+ <path
340
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-2);marker-end:url(#RoundedArrow-7-7-9-2)"
341
+ d="m 34.988044,470.3735 v -3.18481"
342
+ id="path5-1-0-8-6" />
343
+ <text
344
+ xml:space="preserve"
345
+ transform="matrix(0.26458333,0,0,0.26458333,-63.880891,393.79678)"
346
+ id="text5-2-1-0-1"
347
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-3-7);display:inline"><tspan
348
+ x="348.78516"
349
+ y="288.74417"
350
+ id="tspan3">D7</tspan></text>
351
+ <text
352
+ xml:space="preserve"
353
+ transform="matrix(0.26458333,0,0,0.26458333,24.169582,189.8633)"
354
+ id="text27"
355
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect27);display:inline"><tspan
356
+ x="55.144531"
357
+ y="1150.6563"
358
+ id="tspan4">N1</tspan></text>
359
+ <path
360
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
361
+ d="m 44.552218,492.85628 7.740051,-6.49573"
362
+ id="path28" />
363
+ <path
364
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
365
+ d="M 70.184507,440.65483 H 125.95259"
366
+ id="path27-7" />
367
+ <path
368
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
369
+ d="M 70.184507,496.43303 H 125.95259"
370
+ id="path27-7-6" />
371
+ <path
372
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2);marker-end:url(#RoundedArrow-7-7-9-1-2)"
373
+ d="M 125.16804,494.89197 V 442.19589"
374
+ id="path5-1-0-8-3-8" />
375
+ <text
376
+ xml:space="preserve"
377
+ transform="matrix(0.26458333,0,0,0.26458333,33.650753,392.67555)"
378
+ id="text5-2-1-2"
379
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-2);display:inline"><tspan
380
+ x="348.78516"
381
+ y="288.74417"
382
+ id="tspan5">D1</tspan></text>
383
+ <path
384
+ style="fill:#9bd4e1;fill-opacity:0.5;stroke:#dbe3de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
385
+ d="m 61.648524,473.17414 v -8.9958"
386
+ id="path6-0" />
387
+ <rect
388
+ style="fill:#5fd3bc;fill-opacity:0.8;stroke:#5fd3bc;stroke-width:0.264583"
389
+ id="rect2-5-6-4"
390
+ width="1.8140326"
391
+ height="116.37032"
392
+ x="-67.960464"
393
+ y="-526.86139"
394
+ transform="scale(-1)" />
395
+ <rect
396
+ style="fill:#5fd3bc;fill-opacity:0.8;stroke:#5fd3bc;stroke-width:0.264583"
397
+ id="rect2-5-6-0-87"
398
+ width="1.8140326"
399
+ height="116.37032"
400
+ x="-74.272453"
401
+ y="-526.86139"
402
+ transform="scale(-1)" />
403
+ <rect
404
+ style="fill:#d7f4ee;fill-opacity:0.3;stroke:#d7f4ee;stroke-width:0.264583;stroke-opacity:1"
405
+ id="rect2-5-6-0-5-1"
406
+ width="4.2333379"
407
+ height="116.37032"
408
+ x="-72.19381"
409
+ y="-526.86139"
410
+ transform="scale(-1)" />
411
+ <circle
412
+ style="fill:none;stroke:#006680;stroke-width:0.264583;stroke-dasharray:none"
413
+ id="path24-8-2"
414
+ cx="70.077133"
415
+ cy="468.67624"
416
+ r="10.012469" />
417
+ <path
418
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-1)"
419
+ d="m 60.157602,453.46403 -3.607239,-4.37464"
420
+ id="path28-1" />
421
+ <path
422
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-1-4)"
423
+ d="m 49.965871,440.37432 3.60724,4.37464"
424
+ id="path28-1-9" />
425
+ <text
426
+ xml:space="preserve"
427
+ transform="matrix(0.26458333,0,0,0.26458333,-46.138912,115.09487)"
428
+ id="text9"
429
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
430
+ x="350.60742"
431
+ y="1225.2246"
432
+ id="tspan6">E1</tspan></text>
433
+ <path
434
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
435
+ d="M 74.404741,410.49105 H 138.24613"
436
+ id="path27-7-1" />
437
+ <path
438
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
439
+ d="M 74.404741,526.86137 H 138.24612"
440
+ id="path27-7-1-7" />
441
+ <path
442
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-7);marker-end:url(#RoundedArrow-7-7-9-1-2-7)"
443
+ d="M 138.6384,525.44292 V 411.62964"
444
+ id="path5-1-0-8-3-8-5" />
445
+ <path
446
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
447
+ d="M 66.146432,539.77636 V 526.99367"
448
+ id="path27-62-4" />
449
+ <path
450
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
451
+ d="M 74.272449,539.77636 V 526.99367"
452
+ id="path27-62-4-9" />
453
+ <path
454
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-0);marker-end:url(#RoundedArrow-7-7-9-0)"
455
+ d="m 67.681607,539.77632 h 5.401322"
456
+ id="path5-1-0-8-5" />
457
+ <text
458
+ xml:space="preserve"
459
+ transform="matrix(0.26458333,0,0,0.26458333,-4.6097801,97.738177)"
460
+ id="text11"
461
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11);display:inline"><tspan
462
+ x="272.3418"
463
+ y="1687.8575"
464
+ id="tspan7">D4</tspan></text>
465
+ <text
466
+ xml:space="preserve"
467
+ transform="matrix(0.26458333,0,0,0.26458333,-57.183686,8.7293855)"
468
+ id="text12"
469
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12);display:inline"><tspan
470
+ x="354.03125"
471
+ y="1686.125"
472
+ id="tspan8">D2</tspan></text>
473
+ <path
474
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-7-7-9)"
475
+ d="m 41.242362,455.25695 18.046414,8.95622"
476
+ id="path12" />
477
+ <rect
478
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
479
+ id="rect13"
480
+ width="8.1260185"
481
+ height="3.0632"
482
+ x="66.146431"
483
+ y="523.79816" />
484
+ <rect
485
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
486
+ id="rect13-3"
487
+ width="8.1260185"
488
+ height="3.0632"
489
+ x="66.146431"
490
+ y="410.49106" />
491
+ <rect
492
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
493
+ id="rect13-1"
494
+ width="8.1260185"
495
+ height="3.0632"
496
+ x="66.121498"
497
+ y="450.21942" />
498
+ <rect
499
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
500
+ id="rect13-1-8"
501
+ width="8.1260185"
502
+ height="3.0632"
503
+ x="66.121498"
504
+ y="483.93753" />
505
+ <text
506
+ xml:space="preserve"
507
+ transform="matrix(0,0.26458333,-0.26458333,0,208.12778,389.3904)"
508
+ id="text2-03"
509
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-03);display:inline"><tspan
510
+ x="245.25391"
511
+ y="256.1719"
512
+ id="tspan9">4*L4+L5+2*L6</tspan></text>
513
+ </g>
514
+ </svg>