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,565 @@
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
+ inkscape:version="1.3.1 (1:1.3.1+202311172155+91b66b0783)"
11
+ sodipodi:docname="rake.svg"
12
+ inkscape:export-filename="rake.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview1"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ inkscape:zoom="0.7483547"
30
+ inkscape:cx="312.01782"
31
+ inkscape:cy="3240.442"
32
+ inkscape:window-width="1370"
33
+ inkscape:window-height="836"
34
+ inkscape:window-x="0"
35
+ inkscape:window-y="0"
36
+ inkscape:window-maximized="1"
37
+ inkscape:current-layer="layer1" />
38
+ <defs
39
+ id="defs1">
40
+ <rect
41
+ x="105.27866"
42
+ y="3719.7017"
43
+ width="57.139301"
44
+ height="41.878517"
45
+ id="rect30" />
46
+ <marker
47
+ style="overflow:visible"
48
+ id="RoundedArrow-7-7-9-1-2-4"
49
+ refX="0"
50
+ refY="0"
51
+ orient="auto-start-reverse"
52
+ inkscape:stockid="Rounded arrow"
53
+ markerWidth="1"
54
+ markerHeight="1"
55
+ viewBox="0 0 1 1"
56
+ inkscape:isstock="true"
57
+ inkscape:collect="always"
58
+ preserveAspectRatio="xMidYMid">
59
+ <path
60
+ transform="scale(0.7)"
61
+ 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"
62
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
63
+ id="path8-67-2-9-1-6-0" />
64
+ </marker>
65
+ <rect
66
+ x="348.78598"
67
+ y="275.76746"
68
+ width="64.57917"
69
+ height="35.918922"
70
+ id="rect5-3-3-2-2" />
71
+ <marker
72
+ style="overflow:visible"
73
+ id="RoundedArrow-7-7-9-0-3"
74
+ refX="0"
75
+ refY="0"
76
+ orient="auto-start-reverse"
77
+ inkscape:stockid="Rounded arrow"
78
+ markerWidth="1"
79
+ markerHeight="1"
80
+ viewBox="0 0 1 1"
81
+ inkscape:isstock="true"
82
+ inkscape:collect="always"
83
+ preserveAspectRatio="xMidYMid">
84
+ <path
85
+ transform="scale(0.7)"
86
+ 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"
87
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
88
+ id="path8-67-2-9-8-4" />
89
+ </marker>
90
+ <rect
91
+ x="272.34225"
92
+ y="1674.8813"
93
+ width="50.344818"
94
+ height="33.864655"
95
+ id="rect11-9" />
96
+ <marker
97
+ style="overflow:visible"
98
+ id="RoundedArrow-7-7-9-1-2-4-4"
99
+ refX="0"
100
+ refY="0"
101
+ orient="auto-start-reverse"
102
+ inkscape:stockid="Rounded arrow"
103
+ markerWidth="1"
104
+ markerHeight="1"
105
+ viewBox="0 0 1 1"
106
+ inkscape:isstock="true"
107
+ inkscape:collect="always"
108
+ preserveAspectRatio="xMidYMid">
109
+ <path
110
+ transform="scale(0.7)"
111
+ 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"
112
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
113
+ id="path8-67-2-9-1-6-0-9" />
114
+ </marker>
115
+ <marker
116
+ style="overflow:visible"
117
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0"
118
+ refX="0"
119
+ refY="0"
120
+ orient="auto-start-reverse"
121
+ inkscape:stockid="Rounded arrow"
122
+ markerWidth="1"
123
+ markerHeight="1"
124
+ viewBox="0 0 1 1"
125
+ inkscape:isstock="true"
126
+ inkscape:collect="always"
127
+ preserveAspectRatio="xMidYMid">
128
+ <path
129
+ transform="scale(0.7)"
130
+ 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"
131
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
132
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-2" />
133
+ </marker>
134
+ <rect
135
+ x="175.91412"
136
+ y="3377.8162"
137
+ width="64.502953"
138
+ height="44.276573"
139
+ id="rect8-7" />
140
+ <rect
141
+ x="175.91412"
142
+ y="3377.8162"
143
+ width="64.502953"
144
+ height="44.276573"
145
+ id="rect8-7-9" />
146
+ <marker
147
+ style="overflow:visible"
148
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4"
149
+ refX="0"
150
+ refY="0"
151
+ orient="auto-start-reverse"
152
+ inkscape:stockid="Rounded arrow"
153
+ markerWidth="1"
154
+ markerHeight="1"
155
+ viewBox="0 0 1 1"
156
+ inkscape:isstock="true"
157
+ inkscape:collect="always"
158
+ preserveAspectRatio="xMidYMid">
159
+ <path
160
+ transform="scale(0.7)"
161
+ 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"
162
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
163
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-2-2" />
164
+ </marker>
165
+ <marker
166
+ style="overflow:visible"
167
+ id="RoundedArrow-7-7-9-1-2-4-6"
168
+ refX="0"
169
+ refY="0"
170
+ orient="auto-start-reverse"
171
+ inkscape:stockid="Rounded arrow"
172
+ markerWidth="1"
173
+ markerHeight="1"
174
+ viewBox="0 0 1 1"
175
+ inkscape:isstock="true"
176
+ inkscape:collect="always"
177
+ preserveAspectRatio="xMidYMid">
178
+ <path
179
+ transform="scale(0.7)"
180
+ 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"
181
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
182
+ id="path8-67-2-9-1-6-0-8" />
183
+ </marker>
184
+ <marker
185
+ style="overflow:visible"
186
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6"
187
+ refX="0"
188
+ refY="0"
189
+ orient="auto-start-reverse"
190
+ inkscape:stockid="Rounded arrow"
191
+ markerWidth="1"
192
+ markerHeight="1"
193
+ viewBox="0 0 1 1"
194
+ inkscape:isstock="true"
195
+ inkscape:collect="always"
196
+ preserveAspectRatio="xMidYMid">
197
+ <path
198
+ transform="scale(0.7)"
199
+ 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"
200
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
201
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-2-2-0" />
202
+ </marker>
203
+ <rect
204
+ x="175.91412"
205
+ y="3377.8162"
206
+ width="64.502953"
207
+ height="44.276573"
208
+ id="rect8-7-9-7" />
209
+ <marker
210
+ style="overflow:visible"
211
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6-9"
212
+ refX="0"
213
+ refY="0"
214
+ orient="auto-start-reverse"
215
+ inkscape:stockid="Rounded arrow"
216
+ markerWidth="1"
217
+ markerHeight="1"
218
+ viewBox="0 0 1 1"
219
+ inkscape:isstock="true"
220
+ inkscape:collect="always"
221
+ preserveAspectRatio="xMidYMid">
222
+ <path
223
+ transform="scale(0.7)"
224
+ 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"
225
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
226
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-8-9-2-2-2-0-1" />
227
+ </marker>
228
+ <rect
229
+ x="175.91412"
230
+ y="3377.8162"
231
+ width="64.502953"
232
+ height="44.276573"
233
+ id="rect8-7-9-7-4" />
234
+ <rect
235
+ x="98.764412"
236
+ y="3387.5896"
237
+ width="64.478706"
238
+ height="48.026573"
239
+ id="rect29-3-8" />
240
+ </defs>
241
+ <g
242
+ inkscape:label="Layer 1"
243
+ inkscape:groupmode="layer"
244
+ id="layer1"
245
+ transform="translate(-20.249479,-893.59161)">
246
+ <rect
247
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583;stroke-opacity:1"
248
+ id="rect14-3"
249
+ width="121.67209"
250
+ height="140.92279"
251
+ x="20.381771"
252
+ y="893.72394"
253
+ inkscape:export-filename="rake_top_stopper.svg"
254
+ inkscape:export-xdpi="96"
255
+ inkscape:export-ydpi="96" />
256
+ <text
257
+ xml:space="preserve"
258
+ transform="matrix(0.26458333,0,0,0.26458333,-14.372969,112.08813)"
259
+ id="text8-3"
260
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-7);display:inline"><tspan
261
+ x="175.91406"
262
+ y="3390.793"
263
+ id="tspan1">S1</tspan></text>
264
+ <path
265
+ 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-9-5-8-2-8-7-7-5-9-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0)"
266
+ d="m 33.061388,1004.7565 h 2.60732"
267
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-3" />
268
+ <text
269
+ xml:space="preserve"
270
+ transform="matrix(0.26458333,0,0,0.26458333,68.333811,122.05731)"
271
+ id="text13-8-9"
272
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29-3-8);display:inline"><tspan
273
+ x="98.763672"
274
+ y="3400.5664"
275
+ id="tspan2">S2</tspan></text>
276
+ <circle
277
+ style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
278
+ id="path24-2-3"
279
+ cx="65.071762"
280
+ cy="956.28198"
281
+ r="27.756809" />
282
+ <circle
283
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#d5f6ff;stroke-width:0.264583;stroke-dasharray:none;stroke-opacity:1"
284
+ id="path24-0"
285
+ cx="65.071762"
286
+ cy="956.28198"
287
+ r="24.985352" />
288
+ <circle
289
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none"
290
+ id="path24-8-5"
291
+ cx="65.071762"
292
+ cy="956.28198"
293
+ r="14.411621" />
294
+ <circle
295
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
296
+ id="path26-6"
297
+ cx="64.964386"
298
+ cy="936.19702"
299
+ r="2.8725588" />
300
+ <circle
301
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
302
+ id="path26-0-6"
303
+ cx="85.049339"
304
+ cy="956.28198"
305
+ r="2.8725588" />
306
+ <circle
307
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
308
+ id="path26-0-2-4"
309
+ cx="64.964386"
310
+ cy="976.36694"
311
+ r="2.8725588" />
312
+ <circle
313
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
314
+ id="path26-0-5-0"
315
+ cx="44.879421"
316
+ cy="956.28198"
317
+ r="2.8725588" />
318
+ <circle
319
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
320
+ id="path26-0-9-0"
321
+ cx="79.615669"
322
+ cy="942.26721"
323
+ r="2.8725588" />
324
+ <circle
325
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
326
+ id="path26-0-7-4"
327
+ cx="79.615669"
328
+ cy="970.82587"
329
+ r="2.8725588" />
330
+ <circle
331
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
332
+ id="path26-0-8-6"
333
+ cx="50.527851"
334
+ cy="970.82587"
335
+ r="2.8725588" />
336
+ <circle
337
+ style="fill:#f9f9f9;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
338
+ id="path26-0-93-2"
339
+ cx="50.527851"
340
+ cy="941.73804"
341
+ r="2.8725588" />
342
+ <circle
343
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-dasharray:2, 1;stroke-dashoffset:0"
344
+ id="path24-7-6"
345
+ cx="64.964386"
346
+ cy="956.28198"
347
+ r="20.084961" />
348
+ <path
349
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
350
+ d="M 65.071763,928.26057 H 133.48399"
351
+ id="path27-7-61" />
352
+ <path
353
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
354
+ d="M 65.071763,984.0388 H 133.48399"
355
+ id="path27-7-6-3" />
356
+ <path
357
+ 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-4);marker-end:url(#RoundedArrow-7-7-9-1-2-4)"
358
+ d="M 133.28455,982.4977 V 929.80163"
359
+ id="path5-1-0-8-3-8-2" />
360
+ <path
361
+ 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-1-2-4-4);marker-end:url(#RoundedArrow-7-7-9-1-2-4-4)"
362
+ d="M 25.85426,1001.8574 V 910.74674"
363
+ id="path5-1-0-8-3-8-2-6" />
364
+ <text
365
+ xml:space="preserve"
366
+ transform="matrix(0.26458333,0,0,0.26458333,41.767184,880.28129)"
367
+ id="text5-2-1-2-1"
368
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-3-3-2-2);display:inline"><tspan
369
+ x="348.78516"
370
+ y="288.74417"
371
+ id="tspan3">D1</tspan></text>
372
+ <path
373
+ style="fill:#9bd4e1;fill-opacity:0.5;stroke:#dbe3de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
374
+ d="m 56.53578,960.77988 v -8.9958"
375
+ id="path6-0-5" />
376
+ <rect
377
+ style="fill:#5fd3bc;fill-opacity:0.8;stroke:#5fd3bc;stroke-width:0.264583"
378
+ id="rect2-5-6-4-9"
379
+ width="1.8140326"
380
+ height="116.37032"
381
+ x="-62.847721"
382
+ y="-1014.4672"
383
+ transform="scale(-1)" />
384
+ <rect
385
+ style="fill:#5fd3bc;fill-opacity:0.8;stroke:#5fd3bc;stroke-width:0.264583"
386
+ id="rect2-5-6-0-87-9"
387
+ width="1.8140326"
388
+ height="116.37032"
389
+ x="-69.159706"
390
+ y="-1014.4672"
391
+ transform="scale(-1)" />
392
+ <rect
393
+ style="fill:#d7f4ee;fill-opacity:0.3;stroke:#d7f4ee;stroke-width:0.264583;stroke-opacity:1"
394
+ id="rect2-5-6-0-5-1-1"
395
+ width="4.2333379"
396
+ height="116.37032"
397
+ x="-67.081062"
398
+ y="-1014.4672"
399
+ transform="scale(-1)" />
400
+ <circle
401
+ style="fill:none;stroke:#006680;stroke-width:0.264583;stroke-dasharray:none"
402
+ id="path24-8-2-4"
403
+ cx="64.964386"
404
+ cy="956.28198"
405
+ r="10.012469" />
406
+ <path
407
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
408
+ d="m 61.033688,1027.3821 v -12.7827"
409
+ id="path27-62-4-48" />
410
+ <path
411
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
412
+ d="m 69.159705,1027.3821 v -12.7827"
413
+ id="path27-62-4-9-0" />
414
+ <path
415
+ 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-3);marker-end:url(#RoundedArrow-7-7-9-0-3)"
416
+ d="m 62.568863,1027.3821 h 5.401322"
417
+ id="path5-1-0-8-5-4" />
418
+ <text
419
+ xml:space="preserve"
420
+ transform="matrix(0.26458333,0,0,0.26458333,-9.7225241,585.34392)"
421
+ id="text11-2"
422
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-9);display:inline"><tspan
423
+ x="272.3418"
424
+ y="1687.8575"
425
+ id="tspan4">D4</tspan></text>
426
+ <rect
427
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
428
+ id="rect13-4"
429
+ width="8.1260185"
430
+ height="3.0632"
431
+ x="61.033688"
432
+ y="1011.4039" />
433
+ <rect
434
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
435
+ id="rect13-3-2"
436
+ width="8.1260185"
437
+ height="3.0632"
438
+ x="61.033688"
439
+ y="898.0968" />
440
+ <rect
441
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
442
+ id="rect13-1-2"
443
+ width="8.1260185"
444
+ height="3.0632"
445
+ x="61.008755"
446
+ y="906.07465" />
447
+ <rect
448
+ style="fill:#2ca089;fill-opacity:0.7;stroke:#2ca089;stroke-width:0.264583;stroke-opacity:1"
449
+ id="rect13-1-8-2"
450
+ width="8.1260185"
451
+ height="3.0632"
452
+ x="61.008755"
453
+ y="1003.2938" />
454
+ <rect
455
+ style="opacity:0.8;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
456
+ id="rect6-5-0"
457
+ width="5.2916665"
458
+ height="94.287834"
459
+ x="31.890995"
460
+ y="909.13812" />
461
+ <rect
462
+ style="opacity:0.8;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
463
+ id="rect6-5-0-8"
464
+ width="5.2916665"
465
+ height="94.023659"
466
+ x="121.93272"
467
+ y="909.27008" />
468
+ <path
469
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
470
+ d="M 25.069711,909.13813 H 60.876463"
471
+ id="path27-7-61-9" />
472
+ <path
473
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
474
+ d="M 25.069711,1003.1613 H 60.876463"
475
+ id="path27-7-61-9-2" />
476
+ <path
477
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
478
+ d="m 127.22438,987.8814 v 30.7654"
479
+ id="path27-7-61-9-2-8" />
480
+ <text
481
+ xml:space="preserve"
482
+ transform="matrix(0.26458333,0,0,0.26458333,-6.8417967,-30.040038)"
483
+ id="text29"
484
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect30)"><tspan
485
+ x="105.2793"
486
+ y="3732.6778"
487
+ id="tspan5">L5</tspan></text>
488
+ <text
489
+ xml:space="preserve"
490
+ transform="matrix(0.26458333,0,0,0.26458333,75.86713,112.05384)"
491
+ id="text8-3-4"
492
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-7-9);display:inline"><tspan
493
+ x="175.91406"
494
+ y="3390.793"
495
+ id="tspan6">S1</tspan></text>
496
+ <path
497
+ 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-9-5-8-2-8-7-7-5-9-0-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4)"
498
+ d="m 123.30149,1004.7222 h 2.60732"
499
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-3-8" />
500
+ <path
501
+ 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-4-6);marker-end:url(#RoundedArrow-7-7-9-1-2-4-6)"
502
+ d="M 66.327213,1018.1175 H 125.83664"
503
+ id="path5-1-0-8-3-8-2-3" />
504
+ <path
505
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
506
+ d="m 64.753718,1006.3572 v 13.6097"
507
+ id="path27-7-61-9-2-8-0" />
508
+ <rect
509
+ style="opacity:0.6;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
510
+ id="rect6-5-0-8-7"
511
+ width="5.2916665"
512
+ height="62.284908"
513
+ x="909.27014"
514
+ y="-127.35667"
515
+ transform="rotate(90)" />
516
+ <rect
517
+ style="opacity:0.6;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
518
+ id="rect6-5-0-8-7-8"
519
+ width="5.2916665"
520
+ height="62.284908"
521
+ x="998.00208"
522
+ y="-127.22438"
523
+ transform="rotate(90)" />
524
+ <path
525
+ 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-9-5-8-2-8-7-7-5-9-0-4-6);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6)"
526
+ d="m 128.55651,1002.0411 v -2.60744"
527
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-3-8-0" />
528
+ <text
529
+ xml:space="preserve"
530
+ transform="matrix(0.26458333,0,0,0.26458333,82.956622,105.00258)"
531
+ id="text8-3-4-8"
532
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-7-9-7);display:inline"><tspan
533
+ x="175.91406"
534
+ y="3390.793"
535
+ id="tspan7">S1</tspan></text>
536
+ <rect
537
+ style="opacity:0.6;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
538
+ id="rect6-5-0-8-7-8-2"
539
+ width="5.2916665"
540
+ height="62.284908"
541
+ x="982.45129"
542
+ y="-127.35667"
543
+ transform="rotate(90)" />
544
+ <rect
545
+ style="opacity:0.6;fill:#0066ff;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
546
+ id="rect6-5-0-8-7-8-2-1"
547
+ width="5.2916665"
548
+ height="62.284908"
549
+ x="924.42413"
550
+ y="-127.35667"
551
+ transform="rotate(90)" />
552
+ <path
553
+ 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-9-5-8-2-8-7-7-5-9-0-4-6-9);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-7-5-9-0-4-6-9)"
554
+ d="m 128.55544,986.50375 v -2.60744"
555
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-15-3-0-3-8-0-2" />
556
+ <text
557
+ xml:space="preserve"
558
+ transform="matrix(0.26458333,0,0,0.26458333,82.955546,90.523576)"
559
+ id="text8-3-4-8-5"
560
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-7-9-7-4);display:inline"><tspan
561
+ x="175.91406"
562
+ y="3390.793"
563
+ id="tspan8">S1</tspan></text>
564
+ </g>
565
+ </svg>