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,366 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="225.5238"
6
+ height="190.59821"
7
+ viewBox="0 0 59.66984 50.429109"
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="216.73228"
16
+ y="664.12091"
17
+ width="84.323326"
18
+ height="34.207676"
19
+ id="rect12" />
20
+ <rect
21
+ x="229.33685"
22
+ y="725.18024"
23
+ width="48.674335"
24
+ height="32.592888"
25
+ id="rect11" />
26
+ <rect
27
+ x="194.45915"
28
+ y="765.61707"
29
+ width="47.612263"
30
+ height="26.076738"
31
+ id="rect9" />
32
+ <rect
33
+ x="138.1664"
34
+ y="764.62921"
35
+ width="56.083973"
36
+ height="30.462662"
37
+ id="rect8" />
38
+ <marker
39
+ style="overflow:visible"
40
+ id="RoundedArrow"
41
+ refX="0"
42
+ refY="0"
43
+ orient="auto-start-reverse"
44
+ markerWidth="1"
45
+ markerHeight="1"
46
+ viewBox="0 0 1 1"
47
+ preserveAspectRatio="xMidYMid">
48
+ <path
49
+ transform="scale(0.7)"
50
+ 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"
51
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
52
+ id="path8" />
53
+ </marker>
54
+ <rect
55
+ x="136.93713"
56
+ y="761.20898"
57
+ width="45.678333"
58
+ height="20.555511"
59
+ id="rect7" />
60
+ <marker
61
+ style="overflow:visible"
62
+ id="ArrowWide"
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
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
72
+ d="M 3,-3 0,0 3,3"
73
+ transform="rotate(180,0.125,0)"
74
+ id="path1" />
75
+ </marker>
76
+ <rect
77
+ x="71.691132"
78
+ y="761.3786"
79
+ width="40.146397"
80
+ height="20.284082"
81
+ id="rect6" />
82
+ <marker
83
+ style="overflow:visible"
84
+ id="ArrowWide-5"
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
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
94
+ d="M 3,-3 0,0 3,3"
95
+ transform="rotate(180,0.125,0)"
96
+ id="path1-6" />
97
+ </marker>
98
+ <marker
99
+ style="overflow:visible"
100
+ id="RoundedArrow-6"
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-4" />
113
+ </marker>
114
+ <marker
115
+ style="overflow:visible"
116
+ id="RoundedArrow-3"
117
+ refX="0"
118
+ refY="0"
119
+ orient="auto-start-reverse"
120
+ markerWidth="1"
121
+ markerHeight="1"
122
+ viewBox="0 0 1 1"
123
+ preserveAspectRatio="xMidYMid">
124
+ <path
125
+ transform="scale(0.7)"
126
+ 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"
127
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
128
+ id="path8-7" />
129
+ </marker>
130
+ <marker
131
+ style="overflow:visible"
132
+ id="RoundedArrow-3-3"
133
+ refX="0"
134
+ refY="0"
135
+ orient="auto-start-reverse"
136
+ markerWidth="1"
137
+ markerHeight="1"
138
+ viewBox="0 0 1 1"
139
+ preserveAspectRatio="xMidYMid">
140
+ <path
141
+ transform="scale(0.7)"
142
+ 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"
143
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
144
+ id="path8-7-7" />
145
+ </marker>
146
+ <marker
147
+ style="overflow:visible"
148
+ id="RoundedArrow-3-3-4"
149
+ refX="0"
150
+ refY="0"
151
+ orient="auto-start-reverse"
152
+ markerWidth="1"
153
+ markerHeight="1"
154
+ viewBox="0 0 1 1"
155
+ preserveAspectRatio="xMidYMid">
156
+ <path
157
+ transform="scale(0.7)"
158
+ 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"
159
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
160
+ id="path8-7-7-6" />
161
+ </marker>
162
+ </defs>
163
+ <g
164
+ id="layer1"
165
+ transform="translate(-13.757108,-143.09482)">
166
+ <rect
167
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
168
+ id="rect14"
169
+ width="59.405254"
170
+ height="50.164528"
171
+ x="13.8894"
172
+ y="143.22711" />
173
+ <rect
174
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
175
+ id="rect2-7"
176
+ width="5.2916665"
177
+ height="8.4666662"
178
+ x="31.245995"
179
+ y="-173.41481"
180
+ transform="scale(1,-1)" />
181
+ <rect
182
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
183
+ id="rect2-7-0"
184
+ width="5.2916665"
185
+ height="8.4666662"
186
+ x="31.245995"
187
+ y="-182.67522"
188
+ transform="scale(1,-1)" />
189
+ <rect
190
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
191
+ id="rect2-7-2"
192
+ width="5.2916665"
193
+ height="8.4666662"
194
+ x="38.389748"
195
+ y="-173.41481"
196
+ transform="scale(1,-1)" />
197
+ <rect
198
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
199
+ id="rect2-7-0-1"
200
+ width="5.2916665"
201
+ height="8.4666662"
202
+ x="38.389748"
203
+ y="-182.67522"
204
+ transform="scale(1,-1)" />
205
+ <rect
206
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
207
+ id="rect2-7-3"
208
+ width="5.2916665"
209
+ height="8.4666662"
210
+ x="45.533497"
211
+ y="-173.41481"
212
+ transform="scale(1,-1)" />
213
+ <rect
214
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
215
+ id="rect2-7-0-11"
216
+ width="5.2916665"
217
+ height="8.4666662"
218
+ x="45.533497"
219
+ y="-182.67522"
220
+ transform="scale(1,-1)" />
221
+ <text
222
+ xml:space="preserve"
223
+ transform="matrix(0.26458333,0,0,0.26458333,5.9930404,-14.268457)"
224
+ id="text6"
225
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
226
+ x="71.691406"
227
+ y="774.3555"
228
+ id="tspan1">nx</tspan></text>
229
+ <path
230
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide)"
231
+ d="m 24.35641,187.18343 h 6.87461"
232
+ id="path6" />
233
+ <path
234
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-5)"
235
+ d="m 20.628557,182.43316 v -6.87461"
236
+ id="path6-7" />
237
+ <text
238
+ xml:space="preserve"
239
+ transform="matrix(0.26458333,0,0,0.26458333,-21.130498,-24.323188)"
240
+ id="text7"
241
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
242
+ x="136.9375"
243
+ y="774.18558"
244
+ id="tspan2">ny</tspan></text>
245
+ <path
246
+ 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)"
247
+ d="m 51.75324,175.9442 v 5.29582"
248
+ id="path7" />
249
+ <path
250
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6);marker-end:url(#RoundedArrow-6)"
251
+ d="m 49.360022,183.45859 h -2.47622"
252
+ id="path7-8" />
253
+ <text
254
+ xml:space="preserve"
255
+ transform="matrix(0.26458333,0,0,0.26458333,9.549981,-18.030839)"
256
+ id="text8"
257
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8);display:inline"><tspan
258
+ x="138.16602"
259
+ y="777.6055"
260
+ id="tspan3">LH</tspan></text>
261
+ <text
262
+ xml:space="preserve"
263
+ transform="matrix(0.26458333,0,0,0.26458333,1.4645187,-25.84941)"
264
+ id="text9"
265
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
266
+ x="194.45898"
267
+ y="778.59378"
268
+ id="tspan4">LV</tspan></text>
269
+ <rect
270
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
271
+ id="rect2-7-6"
272
+ width="5.2916665"
273
+ height="8.4666662"
274
+ x="31.245995"
275
+ y="-164.1544"
276
+ transform="scale(1,-1)" />
277
+ <rect
278
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
279
+ id="rect2-7-2-0"
280
+ width="5.2916665"
281
+ height="8.4666662"
282
+ x="38.389744"
283
+ y="-164.1544"
284
+ transform="scale(1,-1)" />
285
+ <rect
286
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
287
+ id="rect2-7-3-6"
288
+ width="5.2916665"
289
+ height="8.4666662"
290
+ x="45.533497"
291
+ y="-164.1544"
292
+ transform="scale(1,-1)" />
293
+ <rect
294
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
295
+ id="rect2-7-28"
296
+ width="5.2916665"
297
+ height="8.4666662"
298
+ x="24.102247"
299
+ y="-173.41481"
300
+ transform="scale(1,-1)" />
301
+ <rect
302
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
303
+ id="rect2-7-0-9"
304
+ width="5.2916665"
305
+ height="8.4666662"
306
+ x="24.102247"
307
+ y="-182.67522"
308
+ transform="scale(1,-1)" />
309
+ <rect
310
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
311
+ id="rect2-7-6-6"
312
+ width="5.2916665"
313
+ height="8.4666662"
314
+ x="24.102247"
315
+ y="-164.1544"
316
+ transform="scale(1,-1)" />
317
+ <path
318
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
319
+ d="M 50.878734,163.89926 H 65.116289"
320
+ id="path9" />
321
+ <path
322
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
323
+ d="M 50.846325,165.23191 H 65.08388"
324
+ id="path9-1" />
325
+ <path
326
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
327
+ d="m 64.999728,166.69045 v 3.96435"
328
+ id="path10" />
329
+ <path
330
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3)"
331
+ d="m 64.948165,162.39634 v -3.96435"
332
+ id="path10-2" />
333
+ <path
334
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
335
+ d="m 43.347396,155.73292 v -6.89269"
336
+ id="path9-1-2" />
337
+ <path
338
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
339
+ d="m 45.835302,155.74136 v -6.89269"
340
+ id="path9-1-2-5" />
341
+ <path
342
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3-3)"
343
+ d="M 41.92619,149.01929 H 37.96184"
344
+ id="path10-2-8" />
345
+ <path
346
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3-3-4)"
347
+ d="m 47.239904,148.97318 h 3.96435"
348
+ id="path10-2-8-6" />
349
+ <text
350
+ xml:space="preserve"
351
+ transform="matrix(0.26458333,0,0,0.26458333,5.4097108,-29.485911)"
352
+ id="text11"
353
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11);display:inline"><tspan
354
+ x="229.33594"
355
+ y="738.15628"
356
+ id="tspan5">EV</tspan></text>
357
+ <text
358
+ xml:space="preserve"
359
+ transform="matrix(0.26458333,0,0,0.26458333,-15.224566,-31.479563)"
360
+ id="text12"
361
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12);display:inline"><tspan
362
+ x="216.73242"
363
+ y="677.09769"
364
+ id="tspan6">EH</tspan></text>
365
+ </g>
366
+ </svg>