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,577 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="225.61255"
6
+ height="369.01562"
7
+ viewBox="0 0 59.69332 97.635384"
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="37.828491"
16
+ y="268.43134"
17
+ width="49.000984"
18
+ height="47.118603"
19
+ id="rect10" />
20
+ <rect
21
+ x="34.340961"
22
+ y="228.7422"
23
+ width="49.172977"
24
+ height="44.536987"
25
+ id="rect9" />
26
+ <rect
27
+ x="24.711763"
28
+ y="134.63503"
29
+ width="47.599213"
30
+ height="27.599791"
31
+ id="rect8" />
32
+ <rect
33
+ x="71.455765"
34
+ y="144.44237"
35
+ width="35.475517"
36
+ height="24.699802"
37
+ id="rect7" />
38
+ <rect
39
+ x="48.042259"
40
+ y="128.98006"
41
+ width="33.214813"
42
+ height="22.711306"
43
+ id="rect6" />
44
+ <rect
45
+ x="236.54495"
46
+ y="204.85497"
47
+ width="68.334801"
48
+ height="56.734524"
49
+ id="rect5" />
50
+ <marker
51
+ style="overflow:visible"
52
+ id="RoundedArrow"
53
+ refX="0"
54
+ refY="0"
55
+ orient="auto-start-reverse"
56
+ markerWidth="1"
57
+ markerHeight="1"
58
+ viewBox="0 0 1 1"
59
+ preserveAspectRatio="xMidYMid">
60
+ <path
61
+ transform="scale(0.7)"
62
+ 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"
63
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
64
+ id="path8" />
65
+ </marker>
66
+ <marker
67
+ style="overflow:visible"
68
+ id="RoundedArrow-3"
69
+ refX="0"
70
+ refY="0"
71
+ orient="auto-start-reverse"
72
+ markerWidth="1"
73
+ markerHeight="1"
74
+ viewBox="0 0 1 1"
75
+ preserveAspectRatio="xMidYMid">
76
+ <path
77
+ transform="scale(0.7)"
78
+ 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"
79
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
80
+ id="path8-6" />
81
+ </marker>
82
+ <marker
83
+ style="overflow:visible"
84
+ id="RoundedArrow-7"
85
+ refX="0"
86
+ refY="0"
87
+ orient="auto-start-reverse"
88
+ markerWidth="1"
89
+ markerHeight="1"
90
+ viewBox="0 0 1 1"
91
+ preserveAspectRatio="xMidYMid">
92
+ <path
93
+ transform="scale(0.7)"
94
+ 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"
95
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
96
+ id="path8-5" />
97
+ </marker>
98
+ <marker
99
+ style="overflow:visible"
100
+ id="RoundedArrow-9"
101
+ refX="0"
102
+ refY="0"
103
+ orient="auto-start-reverse"
104
+ markerWidth="1"
105
+ markerHeight="1"
106
+ viewBox="0 0 1 1"
107
+ preserveAspectRatio="xMidYMid">
108
+ <path
109
+ transform="scale(0.7)"
110
+ 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"
111
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
112
+ id="path8-7" />
113
+ </marker>
114
+ </defs>
115
+ <g
116
+ id="layer1"
117
+ transform="translate(-18.896061,-15.955769)">
118
+ <rect
119
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
120
+ id="rect11"
121
+ width="59.428734"
122
+ height="97.370804"
123
+ x="19.028353"
124
+ y="16.08806" />
125
+ <rect
126
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
127
+ id="rect2"
128
+ width="1.7166672"
129
+ height="75.97966"
130
+ x="45.825211"
131
+ y="31.766745" />
132
+ <rect
133
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
134
+ id="rect3-2-0"
135
+ width="8.9817753"
136
+ height="6.5186405"
137
+ x="42.060364"
138
+ y="48.99971"
139
+ ry="1.7919357" />
140
+ <rect
141
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
142
+ id="rect3-5"
143
+ width="8.9817753"
144
+ height="6.5186405"
145
+ x="42.192657"
146
+ y="101.22776"
147
+ ry="1.7919357" />
148
+ <rect
149
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
150
+ id="rect3-2"
151
+ width="8.9817753"
152
+ height="6.5186405"
153
+ x="42.060368"
154
+ y="83.994797"
155
+ ry="1.7919357" />
156
+ <rect
157
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
158
+ id="rect3-2-7"
159
+ width="8.9817753"
160
+ height="6.5186405"
161
+ x="42.060364"
162
+ y="66.497253"
163
+ ry="1.7919357" />
164
+ <rect
165
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
166
+ id="rect3-2-8"
167
+ width="8.9817753"
168
+ height="6.5186405"
169
+ x="42.192657"
170
+ y="31.766745"
171
+ ry="1.7919357" />
172
+ <path
173
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
174
+ d="m 47.674172,31.766744 h 17.28959"
175
+ id="path3" />
176
+ <path
177
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
178
+ d="m 47.885619,107.75079 h 17.28959"
179
+ id="path3-5" />
180
+ <path
181
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
182
+ d="m 64.963761,33.142614 0.422897,73.223166"
183
+ id="path4" />
184
+ <text
185
+ xml:space="preserve"
186
+ transform="matrix(0.26458333,0,0,0.26458333,3.3580669,16.21719)"
187
+ id="text4"
188
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5)"><tspan
189
+ x="236.54492"
190
+ y="217.83206"
191
+ id="tspan1">L1</tspan></text>
192
+ <path
193
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
194
+ d="m 28.403331,31.766745 h 17.28959"
195
+ id="path3-2" />
196
+ <path
197
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
198
+ d="m 28.403331,38.417677 h 17.28959"
199
+ id="path3-2-7" />
200
+ <path
201
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
202
+ d="m 28.403331,33.075204 v 4.276023"
203
+ id="path5" />
204
+ <text
205
+ xml:space="preserve"
206
+ transform="matrix(0.26458333,0,0,0.26458333,10.587249,-0.93367803)"
207
+ id="text5"
208
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6)"><tspan
209
+ x="48.042969"
210
+ y="141.95706"
211
+ id="tspan2">L3</tspan></text>
212
+ <path
213
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
214
+ d="m 39.192629,43.496919 h 5.243163"
215
+ id="path6" />
216
+ <path
217
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3)"
218
+ d="m 53.106105,43.417329 h -4.19627"
219
+ id="path6-6" />
220
+ <text
221
+ xml:space="preserve"
222
+ transform="matrix(0.26458333,0,0,0.26458333,15.388328,3.207204)"
223
+ id="text6"
224
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7)"><tspan
225
+ x="71.455078"
226
+ y="157.418"
227
+ id="tspan3">L2</tspan></text>
228
+ <path
229
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
230
+ d="m 51.306726,22.878565 v 12.1475"
231
+ id="path3-2-8" />
232
+ <path
233
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
234
+ d="m 41.928076,22.878565 v 12.1475"
235
+ id="path3-2-8-0" />
236
+ <path
237
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7);marker-end:url(#RoundedArrow-7)"
238
+ d="m 43.165736,23.028143 h 6.982411"
239
+ id="path5-2" />
240
+ <text
241
+ xml:space="preserve"
242
+ transform="matrix(0.26458333,0,0,0.26458333,38.179967,-17.220286)"
243
+ id="text7"
244
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8)"><tspan
245
+ x="24.710938"
246
+ y="147.61136"
247
+ id="tspan4">L4</tspan></text>
248
+ <text
249
+ xml:space="preserve"
250
+ transform="matrix(0.26458333,0,0,0.26458333,22.844885,-2.798044)"
251
+ id="text8"
252
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9)"><tspan
253
+ x="34.341797"
254
+ y="241.71878"
255
+ id="tspan5">R3</tspan></text>
256
+ <path
257
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
258
+ d="m 37.501492,59.186996 3.859351,-3.558298"
259
+ id="path9" />
260
+ <text
261
+ xml:space="preserve"
262
+ transform="matrix(0.26458333,0,0,0.26458333,13.47061,4.4895956)"
263
+ id="text9"
264
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10)"><tspan
265
+ x="37.828125"
266
+ y="281.40823"
267
+ id="tspan6">N1</tspan></text>
268
+ <path
269
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
270
+ d="m 29.315823,77.943206 10.600584,7.67871"
271
+ id="path10" />
272
+ <path
273
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-9)"
274
+ d="m 29.303782,78.079043 10.600584,-7.67871"
275
+ id="path10-6" />
276
+ <rect
277
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
278
+ id="rect3-2-3-5"
279
+ width="8.9817753"
280
+ height="6.5186405"
281
+ x="42.192657"
282
+ y="101.22776"
283
+ ry="1.7919357" />
284
+ <circle
285
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
286
+ id="path11-69"
287
+ cx="43.078316"
288
+ cy="105.68204"
289
+ r="0.75906944" />
290
+ <circle
291
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
292
+ id="path11-7-37"
293
+ cx="43.057053"
294
+ cy="103.46336"
295
+ r="0.75906944" />
296
+ <circle
297
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
298
+ id="path11-0-4"
299
+ cx="50.374321"
300
+ cy="105.5703"
301
+ r="0.75906944" />
302
+ <circle
303
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
304
+ id="path11-7-3-5"
305
+ cx="50.353058"
306
+ cy="103.35162"
307
+ r="0.75906944" />
308
+ <circle
309
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
310
+ id="path11-6-2"
311
+ cx="-101.97863"
312
+ cy="48.13208"
313
+ r="0.75906944"
314
+ transform="rotate(-90)" />
315
+ <circle
316
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
317
+ id="path11-7-32-54"
318
+ cx="-101.99989"
319
+ cy="45.384262"
320
+ r="0.75906944"
321
+ transform="rotate(-90)" />
322
+ <circle
323
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
324
+ id="path11-6-5-7"
325
+ cx="-106.9026"
326
+ cy="48.107361"
327
+ r="0.75906944"
328
+ transform="rotate(-90)" />
329
+ <circle
330
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
331
+ id="path11-7-32-5-4"
332
+ cx="-106.92387"
333
+ cy="45.359535"
334
+ r="0.75906944"
335
+ transform="rotate(-90)" />
336
+ <rect
337
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
338
+ id="rect3-2-3-7"
339
+ width="8.9817753"
340
+ height="6.5186405"
341
+ x="42.060368"
342
+ y="83.994797"
343
+ ry="1.7919357" />
344
+ <circle
345
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
346
+ id="path11-8"
347
+ cx="42.946026"
348
+ cy="88.449059"
349
+ r="0.75906944" />
350
+ <circle
351
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
352
+ id="path11-7-6"
353
+ cx="42.924763"
354
+ cy="86.230408"
355
+ r="0.75906944" />
356
+ <circle
357
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
358
+ id="path11-0-8"
359
+ cx="50.242031"
360
+ cy="88.337318"
361
+ r="0.75906944" />
362
+ <circle
363
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
364
+ id="path11-7-3-8"
365
+ cx="50.220768"
366
+ cy="86.118668"
367
+ r="0.75906944" />
368
+ <circle
369
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
370
+ id="path11-6-4"
371
+ cx="-84.745644"
372
+ cy="47.99979"
373
+ r="0.75906944"
374
+ transform="rotate(-90)" />
375
+ <circle
376
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
377
+ id="path11-7-32-3"
378
+ cx="-84.766914"
379
+ cy="45.251972"
380
+ r="0.75906944"
381
+ transform="rotate(-90)" />
382
+ <circle
383
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
384
+ id="path11-6-5-1"
385
+ cx="-89.669624"
386
+ cy="47.975071"
387
+ r="0.75906944"
388
+ transform="rotate(-90)" />
389
+ <circle
390
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
391
+ id="path11-7-32-5-49"
392
+ cx="-89.690895"
393
+ cy="45.227245"
394
+ r="0.75906944"
395
+ transform="rotate(-90)" />
396
+ <rect
397
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
398
+ id="rect3-2-3-8"
399
+ width="8.9817753"
400
+ height="6.5186405"
401
+ x="42.192657"
402
+ y="66.497253"
403
+ ry="1.7919357" />
404
+ <circle
405
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
406
+ id="path11-9"
407
+ cx="43.078316"
408
+ cy="70.951515"
409
+ r="0.75906944" />
410
+ <circle
411
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
412
+ id="path11-7-2"
413
+ cx="43.057053"
414
+ cy="68.732864"
415
+ r="0.75906944" />
416
+ <circle
417
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
418
+ id="path11-0-6"
419
+ cx="50.374321"
420
+ cy="70.839775"
421
+ r="0.75906944" />
422
+ <circle
423
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
424
+ id="path11-7-3-6"
425
+ cx="50.353058"
426
+ cy="68.621124"
427
+ r="0.75906944" />
428
+ <circle
429
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
430
+ id="path11-6-49"
431
+ cx="-67.248116"
432
+ cy="48.13208"
433
+ r="0.75906944"
434
+ transform="rotate(-90)" />
435
+ <circle
436
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
437
+ id="path11-7-32-50"
438
+ cx="-67.269386"
439
+ cy="45.384262"
440
+ r="0.75906944"
441
+ transform="rotate(-90)" />
442
+ <circle
443
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
444
+ id="path11-6-5-4"
445
+ cx="-72.172089"
446
+ cy="48.107361"
447
+ r="0.75906944"
448
+ transform="rotate(-90)" />
449
+ <circle
450
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
451
+ id="path11-7-32-5-8"
452
+ cx="-72.193359"
453
+ cy="45.359535"
454
+ r="0.75906944"
455
+ transform="rotate(-90)" />
456
+ <rect
457
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
458
+ id="rect3-2-3-2"
459
+ width="8.9817753"
460
+ height="6.5186405"
461
+ x="42.060364"
462
+ y="48.99971"
463
+ ry="1.7919357" />
464
+ <circle
465
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
466
+ id="path11-72"
467
+ cx="42.946022"
468
+ cy="53.453972"
469
+ r="0.75906944" />
470
+ <circle
471
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
472
+ id="path11-7-26"
473
+ cx="42.924759"
474
+ cy="51.235321"
475
+ r="0.75906944" />
476
+ <circle
477
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
478
+ id="path11-0-1"
479
+ cx="50.242027"
480
+ cy="53.342232"
481
+ r="0.75906944" />
482
+ <circle
483
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
484
+ id="path11-7-3-0"
485
+ cx="50.220764"
486
+ cy="51.123581"
487
+ r="0.75906944" />
488
+ <circle
489
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
490
+ id="path11-6-6"
491
+ cx="-49.750565"
492
+ cy="47.999786"
493
+ r="0.75906944"
494
+ transform="rotate(-90)" />
495
+ <circle
496
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
497
+ id="path11-7-32-1"
498
+ cx="-49.771835"
499
+ cy="45.251968"
500
+ r="0.75906944"
501
+ transform="rotate(-90)" />
502
+ <circle
503
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
504
+ id="path11-6-5-5"
505
+ cx="-54.674545"
506
+ cy="47.975067"
507
+ r="0.75906944"
508
+ transform="rotate(-90)" />
509
+ <circle
510
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
511
+ id="path11-7-32-5-9"
512
+ cx="-54.695816"
513
+ cy="45.227242"
514
+ r="0.75906944"
515
+ transform="rotate(-90)" />
516
+ <rect
517
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
518
+ id="rect3-2-3-9"
519
+ width="8.9817753"
520
+ height="6.5186405"
521
+ x="42.192657"
522
+ y="31.766745"
523
+ ry="1.7919357" />
524
+ <circle
525
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
526
+ id="path11-1"
527
+ cx="43.078316"
528
+ cy="36.221004"
529
+ r="0.75906944" />
530
+ <circle
531
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
532
+ id="path11-7-7"
533
+ cx="43.057053"
534
+ cy="34.002354"
535
+ r="0.75906944" />
536
+ <circle
537
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
538
+ id="path11-0-7"
539
+ cx="50.374321"
540
+ cy="36.109264"
541
+ r="0.75906944" />
542
+ <circle
543
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
544
+ id="path11-7-3-1"
545
+ cx="50.353058"
546
+ cy="33.890614"
547
+ r="0.75906944" />
548
+ <circle
549
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
550
+ id="path11-6-1"
551
+ cx="-32.517601"
552
+ cy="48.13208"
553
+ r="0.75906944"
554
+ transform="rotate(-90)" />
555
+ <circle
556
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
557
+ id="path11-7-32-59"
558
+ cx="-32.538872"
559
+ cy="45.384262"
560
+ r="0.75906944"
561
+ transform="rotate(-90)" />
562
+ <circle
563
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
564
+ id="path11-6-5-77"
565
+ cx="-37.441578"
566
+ cy="48.107361"
567
+ r="0.75906944"
568
+ transform="rotate(-90)" />
569
+ <circle
570
+ style="fill:#ffffff;stroke:#5fbcd3;stroke-width:0.264583"
571
+ id="path11-7-32-5-6"
572
+ cx="-37.462849"
573
+ cy="45.359535"
574
+ r="0.75906944"
575
+ transform="rotate(-90)" />
576
+ </g>
577
+ </svg>