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,693 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="3000"
7
+ viewBox="0 0 158.75 793.75"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3 (1:1.3+202307231459+0e150ed6c4)"
11
+ sodipodi:docname="spider.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview1"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ inkscape:zoom="1.0583333"
27
+ inkscape:cx="293.38583"
28
+ inkscape:cy="308.97638"
29
+ inkscape:window-width="1370"
30
+ inkscape:window-height="836"
31
+ inkscape:window-x="0"
32
+ inkscape:window-y="0"
33
+ inkscape:window-maximized="1"
34
+ inkscape:current-layer="layer1" />
35
+ <defs
36
+ id="defs1">
37
+ <rect
38
+ x="443.77707"
39
+ y="583.58637"
40
+ width="46.922982"
41
+ height="46.310285"
42
+ id="rect18" />
43
+ <rect
44
+ x="289.62845"
45
+ y="519.07234"
46
+ width="66.665846"
47
+ height="40.124262"
48
+ id="rect17" />
49
+ <rect
50
+ x="241.00394"
51
+ y="802.85433"
52
+ width="69.596457"
53
+ height="73.608514"
54
+ id="rect16" />
55
+ <rect
56
+ x="52.190514"
57
+ y="79.912648"
58
+ width="33.107222"
59
+ height="18.299705"
60
+ id="rect15" />
61
+ <rect
62
+ x="217.92815"
63
+ y="289.91818"
64
+ width="103.90563"
65
+ height="60.450295"
66
+ id="rect14" />
67
+ <rect
68
+ x="200.47552"
69
+ y="308.16622"
70
+ width="65.849249"
71
+ height="40.153789"
72
+ id="rect13" />
73
+ <rect
74
+ x="229.39038"
75
+ y="267.51415"
76
+ width="98.706939"
77
+ height="40.163017"
78
+ id="rect12" />
79
+ <rect
80
+ x="245.59363"
81
+ y="244.87389"
82
+ width="54.00406"
83
+ height="34.659818"
84
+ id="rect11" />
85
+ <rect
86
+ x="241.86024"
87
+ y="255.21592"
88
+ width="59.176919"
89
+ height="38.415354"
90
+ id="rect10" />
91
+ <rect
92
+ x="258.30524"
93
+ y="263.04072"
94
+ width="70.644685"
95
+ height="30.99471"
96
+ id="rect9" />
97
+ <rect
98
+ x="282.23917"
99
+ y="259.52694"
100
+ width="40.963952"
101
+ height="30.39124"
102
+ id="rect8" />
103
+ <rect
104
+ x="384.47281"
105
+ y="255.36725"
106
+ width="49.054503"
107
+ height="37.859867"
108
+ id="rect7" />
109
+ <rect
110
+ x="259.93664"
111
+ y="238.56422"
112
+ width="82.67532"
113
+ height="59.418676"
114
+ id="rect6" />
115
+ <rect
116
+ x="356.63386"
117
+ y="93.00812"
118
+ width="54.775468"
119
+ height="29.438976"
120
+ id="rect5" />
121
+ <marker
122
+ style="overflow:visible"
123
+ id="RoundedArrow"
124
+ refX="0"
125
+ refY="0"
126
+ orient="auto-start-reverse"
127
+ inkscape:stockid="Rounded arrow"
128
+ markerWidth="1"
129
+ markerHeight="1"
130
+ viewBox="0 0 1 1"
131
+ inkscape:isstock="true"
132
+ inkscape:collect="always"
133
+ preserveAspectRatio="xMidYMid">
134
+ <path
135
+ transform="scale(0.7)"
136
+ 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"
137
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
138
+ id="path8" />
139
+ </marker>
140
+ <rect
141
+ x="15.291585"
142
+ y="14.940945"
143
+ width="276.24877"
144
+ height="55.688976"
145
+ id="rect1" />
146
+ <marker
147
+ style="overflow:visible"
148
+ id="RoundedArrow-0"
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-3" />
164
+ </marker>
165
+ <marker
166
+ style="overflow:visible"
167
+ id="RoundedArrow-3"
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-2" />
183
+ </marker>
184
+ <rect
185
+ x="245.59363"
186
+ y="244.87389"
187
+ width="54.004059"
188
+ height="34.659817"
189
+ id="rect11-5" />
190
+ <marker
191
+ style="overflow:visible"
192
+ id="RoundedArrow-3-9"
193
+ refX="0"
194
+ refY="0"
195
+ orient="auto-start-reverse"
196
+ inkscape:stockid="Rounded arrow"
197
+ markerWidth="1"
198
+ markerHeight="1"
199
+ viewBox="0 0 1 1"
200
+ inkscape:isstock="true"
201
+ inkscape:collect="always"
202
+ preserveAspectRatio="xMidYMid">
203
+ <path
204
+ transform="scale(0.7)"
205
+ 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"
206
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
207
+ id="path8-2-3" />
208
+ </marker>
209
+ <marker
210
+ style="overflow:visible"
211
+ id="RoundedArrow-8"
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-6" />
227
+ </marker>
228
+ <marker
229
+ style="overflow:visible"
230
+ id="RoundedArrow-2"
231
+ refX="0"
232
+ refY="0"
233
+ orient="auto-start-reverse"
234
+ inkscape:stockid="Rounded arrow"
235
+ markerWidth="1"
236
+ markerHeight="1"
237
+ viewBox="0 0 1 1"
238
+ inkscape:isstock="true"
239
+ inkscape:collect="always"
240
+ preserveAspectRatio="xMidYMid">
241
+ <path
242
+ transform="scale(0.7)"
243
+ 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"
244
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
245
+ id="path8-66" />
246
+ </marker>
247
+ <marker
248
+ style="overflow:visible"
249
+ id="RoundedArrow-4"
250
+ refX="0"
251
+ refY="0"
252
+ orient="auto-start-reverse"
253
+ inkscape:stockid="Rounded arrow"
254
+ markerWidth="1"
255
+ markerHeight="1"
256
+ viewBox="0 0 1 1"
257
+ inkscape:isstock="true"
258
+ inkscape:collect="always"
259
+ preserveAspectRatio="xMidYMid">
260
+ <path
261
+ transform="scale(0.7)"
262
+ 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"
263
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
264
+ id="path8-8" />
265
+ </marker>
266
+ <marker
267
+ style="overflow:visible"
268
+ id="RoundedArrow-4-4"
269
+ refX="0"
270
+ refY="0"
271
+ orient="auto-start-reverse"
272
+ inkscape:stockid="Rounded arrow"
273
+ markerWidth="1"
274
+ markerHeight="1"
275
+ viewBox="0 0 1 1"
276
+ inkscape:isstock="true"
277
+ inkscape:collect="always"
278
+ preserveAspectRatio="xMidYMid">
279
+ <path
280
+ transform="scale(0.7)"
281
+ 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"
282
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
283
+ id="path8-8-4" />
284
+ </marker>
285
+ <rect
286
+ x="241.00394"
287
+ y="802.85431"
288
+ width="69.596458"
289
+ height="73.608513"
290
+ id="rect16-3" />
291
+ </defs>
292
+ <g
293
+ inkscape:label="Layer 1"
294
+ inkscape:groupmode="layer"
295
+ id="layer1">
296
+ <rect
297
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel"
298
+ id="rect20"
299
+ width="144.68359"
300
+ height="89.029297"
301
+ x="3.2705078"
302
+ y="25.385742"
303
+ inkscape:export-filename="spider_profile.svg"
304
+ inkscape:export-xdpi="96"
305
+ inkscape:export-ydpi="96" />
306
+ <rect
307
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel"
308
+ id="rect19"
309
+ width="96.537109"
310
+ height="78.919922"
311
+ x="25.454102"
312
+ y="131.91406"
313
+ inkscape:export-filename="spider_lateral.svg"
314
+ inkscape:export-xdpi="96"
315
+ inkscape:export-ydpi="96" />
316
+ <text
317
+ xml:space="preserve"
318
+ transform="scale(0.26458333)"
319
+ id="text1"
320
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1);display:inline"><tspan
321
+ x="15.291016"
322
+ y="27.917999"
323
+ id="tspan2">spider.svg</tspan></text>
324
+ <circle
325
+ style="fill:#d45500;stroke:#ffffff;stroke-width:0.264583;stroke-linejoin:bevel"
326
+ id="path2"
327
+ cx="79.375"
328
+ cy="57.18462"
329
+ r="4.5932617" />
330
+ <circle
331
+ style="fill:#ffffff;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
332
+ id="path2-5"
333
+ cx="79.375"
334
+ cy="57.18462"
335
+ r="2.6000977" />
336
+ <rect
337
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
338
+ id="rect2"
339
+ width="1.6816406"
340
+ height="18.017578"
341
+ x="78.53418"
342
+ y="59.784718" />
343
+ <rect
344
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
345
+ id="rect2-2"
346
+ width="1.6816406"
347
+ height="90.66748"
348
+ x="78.066879"
349
+ y="-124.70874"
350
+ transform="rotate(90)" />
351
+ <rect
352
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
353
+ id="rect2-7"
354
+ width="1.6816406"
355
+ height="18.017578"
356
+ x="78.678078"
357
+ y="32.603676"
358
+ transform="rotate(43.931476)" />
359
+ <rect
360
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
361
+ id="rect2-7-6"
362
+ width="1.6816406"
363
+ height="18.017578"
364
+ x="-35.648926"
365
+ y="142.74397"
366
+ transform="matrix(-0.72017008,0.69379757,0.69379757,0.72017008,0,0)" />
367
+ <rect
368
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
369
+ id="rect3"
370
+ width="10.529297"
371
+ height="10.529297"
372
+ x="74.313309"
373
+ y="48.514099"
374
+ transform="rotate(43.998468)" />
375
+ <rect
376
+ style="fill:#f9f9f9;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
377
+ id="rect3-6"
378
+ width="6.5009766"
379
+ height="6.5009766"
380
+ x="76.327454"
381
+ y="50.528259"
382
+ transform="rotate(43.998468)" />
383
+ <rect
384
+ style="fill:#d45500;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
385
+ id="rect3-9"
386
+ width="10.529297"
387
+ height="10.529297"
388
+ x="159.90002"
389
+ y="-34.243057"
390
+ transform="rotate(43.998468)" />
391
+ <rect
392
+ style="fill:#f9f9f9;stroke:#d45500;stroke-width:0.264583;stroke-linejoin:bevel"
393
+ id="rect3-6-2"
394
+ width="6.5009766"
395
+ height="6.5009766"
396
+ x="161.9142"
397
+ y="-32.228897"
398
+ transform="rotate(43.998468)" />
399
+ <path
400
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
401
+ d="M 79.374999,57.184613 H 110.5332"
402
+ id="path3" />
403
+ <path
404
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
405
+ d="M 33.728279,205.91406 V 193.97135"
406
+ id="path3-9" />
407
+ <path
408
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
409
+ d="M 34.003785,77.842341 76.547322,33.815304"
410
+ id="path4" />
411
+ <path
412
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
413
+ d="M 79.373915,57.183549 89.637507,46.557154"
414
+ id="path4-1" />
415
+ <path
416
+ style="fill:#000000;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
417
+ d="M 88.806149,45.512749 77.564219,34.680622"
418
+ id="path4-1-1" />
419
+ <path
420
+ style="fill:#000000;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-8);marker-end:url(#RoundedArrow-8)"
421
+ d="m 31.651329,110.8777 5.484925,-5.71975"
422
+ id="path4-1-1-8" />
423
+ <path
424
+ style="fill:#000000;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
425
+ d="M 110.5332,76.846064 V 58.415879"
426
+ id="path3-8" />
427
+ <path
428
+ 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)"
429
+ d="m 88.166502,50.233933 c 0,0 1.609612,1.188538 1.958497,2.072753 0.439979,1.115086 -0.01953,3.596193 -0.01953,3.596193"
430
+ id="path5"
431
+ sodipodi:nodetypes="cac" />
432
+ <text
433
+ xml:space="preserve"
434
+ transform="matrix(0.26458333,0,0,0.26458333,-3.9272461,25.255413)"
435
+ id="text5"
436
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
437
+ x="356.63477"
438
+ y="105.9844"
439
+ id="tspan3">45°</tspan></text>
440
+ <text
441
+ xml:space="preserve"
442
+ transform="matrix(0.26458333,0,0,0.26458333,43.205078,2.5766986)"
443
+ id="text6"
444
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
445
+ x="259.9375"
446
+ y="251.54105"
447
+ id="tspan4">L1</tspan></text>
448
+ <text
449
+ xml:space="preserve"
450
+ transform="matrix(0.26458333,0,0,0.26458333,-18.386719,-32.78218)"
451
+ id="text7"
452
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
453
+ x="384.47266"
454
+ y="268.34378"
455
+ id="tspan5">L2</tspan></text>
456
+ <text
457
+ xml:space="preserve"
458
+ transform="matrix(0.26458333,0,0,0.26458333,-4.4467774,-12.999954)"
459
+ id="text8"
460
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8);display:inline"><tspan
461
+ x="282.23828"
462
+ y="272.50394"
463
+ id="tspan6">E1</tspan></text>
464
+ <text
465
+ xml:space="preserve"
466
+ transform="matrix(0.26458333,0,0,0.26458333,12.82373,4.0220107)"
467
+ id="text9"
468
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
469
+ x="258.30469"
470
+ y="276.01761"
471
+ id="tspan7">E2</tspan></text>
472
+ <path
473
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
474
+ d="m 70.881348,63.358445 3.528808,-3.042481"
475
+ id="path9" />
476
+ <text
477
+ xml:space="preserve"
478
+ transform="matrix(0.26458333,0,0,0.26458333,1.7543945,-5.8368704)"
479
+ id="text10"
480
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10);display:inline"><tspan
481
+ x="241.85938"
482
+ y="268.19339"
483
+ id="tspan8">D1</tspan></text>
484
+ <path
485
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-0)"
486
+ d="m 73.447157,73.701899 3.528808,3.042481"
487
+ id="path9-1" />
488
+ <text
489
+ xml:space="preserve"
490
+ transform="matrix(0.26458333,0,0,0.26458333,2.90625,6.2754275)"
491
+ id="text11"
492
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11);display:inline"><tspan
493
+ x="245.59375"
494
+ y="257.84964"
495
+ id="tspan9">R2</tspan></text>
496
+ <path
497
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3)"
498
+ d="M 39.967673,84.417593 36.438865,81.375112"
499
+ id="path9-6" />
500
+ <text
501
+ xml:space="preserve"
502
+ transform="matrix(0.26458333,0,0,0.26458333,-24.344627,18.590273)"
503
+ id="text11-7"
504
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-5);display:inline"><tspan
505
+ x="245.59375"
506
+ y="257.84964"
507
+ id="tspan10">R2</tspan></text>
508
+ <path
509
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-3-9)"
510
+ d="m 28.712558,73.633735 3.528808,3.042481"
511
+ id="path9-6-4" />
512
+ <text
513
+ xml:space="preserve"
514
+ transform="matrix(0.26458333,0,0,0.26458333,-39.48877,-1.4169511)"
515
+ id="text12"
516
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12);display:inline"><tspan
517
+ x="229.39062"
518
+ y="280.49026"
519
+ id="tspan11">R2+E2</tspan></text>
520
+ <path
521
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
522
+ d="M 30.644855,111.67207 20.018459,101.40842"
523
+ id="path4-1-4" />
524
+ <path
525
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
526
+ d="M 37.958916,104.09768 27.33252,93.834072"
527
+ id="path4-1-4-3" />
528
+ <text
529
+ xml:space="preserve"
530
+ transform="matrix(0.26458333,0,0,0.26458333,-17.382813,26.861371)"
531
+ id="text13"
532
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13);display:inline"><tspan
533
+ x="200.47461"
534
+ y="321.14261"
535
+ id="tspan12">L3</tspan></text>
536
+ <text
537
+ xml:space="preserve"
538
+ transform="matrix(0.26458333,0,0,0.26458333,-33.938477,21.052286)"
539
+ id="text14"
540
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14);display:inline"><tspan
541
+ x="217.92773"
542
+ y="302.89456"
543
+ id="tspan13">E3</tspan></text>
544
+ <path
545
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
546
+ d="M 19.797063,86.329035 4.900853,71.93893"
547
+ id="path4-1-4-3-4" />
548
+ <path
549
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
550
+ d="M 79.284598,57.148016 48.372317,27.279324"
551
+ id="path4-1-4-3-4-6" />
552
+ <path
553
+ style="fill:#000000;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-2);marker-end:url(#RoundedArrow-2)"
554
+ d="M 47.35294,27.891962 5.7348611,70.889769"
555
+ id="path4-1-1-9" />
556
+ <text
557
+ xml:space="preserve"
558
+ transform="matrix(0.26458333,0,0,0.26458333,8.8442383,23.60258)"
559
+ id="text15"
560
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
561
+ x="52.191406"
562
+ y="92.888702"
563
+ id="tspan14">L4</tspan></text>
564
+ <rect
565
+ style="fill:#ff7f2a;stroke:#ff7f2a;stroke-width:0.264583;stroke-linejoin:bevel"
566
+ id="rect2-2-8"
567
+ width="4.6522131"
568
+ height="79.226303"
569
+ x="158.92244"
570
+ y="-112.95458"
571
+ transform="rotate(90)" />
572
+ <rect
573
+ style="fill:#ff7f2a;stroke:#ff7f2a;stroke-width:0.264583;stroke-linejoin:bevel"
574
+ id="rect2-2-8-2"
575
+ width="7.2459631"
576
+ height="79.226303"
577
+ x="186.59309"
578
+ y="-112.95458"
579
+ transform="rotate(90)" />
580
+ <rect
581
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
582
+ id="rect2-2-8-2-6"
583
+ width="3.346312"
584
+ height="22.886154"
585
+ x="-37.074593"
586
+ y="-186.59309"
587
+ transform="scale(-1)" />
588
+ <rect
589
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
590
+ id="rect2-2-8-2-6-9"
591
+ width="3.346312"
592
+ height="15.623684"
593
+ x="-165.3801"
594
+ y="-29.421757"
595
+ transform="rotate(-90)" />
596
+ <rect
597
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
598
+ id="rect2-2-8-2-6-7"
599
+ width="3.346312"
600
+ height="22.886154"
601
+ x="-56.04459"
602
+ y="-186.59309"
603
+ transform="scale(-1)" />
604
+ <rect
605
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
606
+ id="rect2-2-8-2-6-7-9"
607
+ width="3.346312"
608
+ height="22.886154"
609
+ x="-75.014587"
610
+ y="-186.59309"
611
+ transform="scale(-1)" />
612
+ <rect
613
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
614
+ id="rect2-2-8-2-6-7-3"
615
+ width="3.346312"
616
+ height="22.886154"
617
+ x="-93.984581"
618
+ y="-186.59311"
619
+ transform="scale(-1)" />
620
+ <rect
621
+ style="fill:#d45500;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel"
622
+ id="rect2-2-8-2-6-7-94"
623
+ width="3.346312"
624
+ height="22.886154"
625
+ x="-112.95458"
626
+ y="-186.59311"
627
+ transform="scale(-1)" />
628
+ <path
629
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
630
+ d="M 113.08687,205.91406 V 193.97135"
631
+ id="path3-9-8" />
632
+ <path
633
+ 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)"
634
+ d="M 35.078374,206.04635 H 111.98213"
635
+ id="path3-9-9" />
636
+ <path
637
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
638
+ d="M 33.860573,163.70695 V 141.04853"
639
+ id="path3-9-5" />
640
+ <path
641
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
642
+ d="M 37.206884,163.70694 V 141.04852"
643
+ id="path3-9-5-5" />
644
+ <path
645
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4)"
646
+ d="m 28.874938,141.04853 h 3.71551"
647
+ id="path3-9-9-0" />
648
+ <path
649
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-4-4)"
650
+ d="M 42.30742,141.04852 H 38.59191"
651
+ id="path3-9-9-0-4" />
652
+ <text
653
+ xml:space="preserve"
654
+ transform="matrix(0.26458333,0,0,0.26458333,7.8811015,-11.313902)"
655
+ id="text16"
656
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
657
+ x="241.00391"
658
+ y="815.83011"
659
+ id="tspan15">L5</tspan></text>
660
+ <text
661
+ xml:space="preserve"
662
+ transform="matrix(0.26458333,0,0,0.26458333,-30.267371,-77.721675)"
663
+ id="text16-7"
664
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-3);display:inline"><tspan
665
+ x="241.00391"
666
+ y="815.83011"
667
+ id="tspan16">L6</tspan></text>
668
+ <text
669
+ xml:space="preserve"
670
+ transform="matrix(0.26458333,0,0,0.26458333,4.1132813,10.448242)"
671
+ id="text17"
672
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17);display:inline"><tspan
673
+ x="289.62891"
674
+ y="532.04886"
675
+ id="tspan19">N1</tspan></text>
676
+ <path
677
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
678
+ d="m 82.560545,152.46679 -6.264648,14.02344"
679
+ id="path17" />
680
+ <path
681
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
682
+ d="m 83.306638,152.24609 6.17383,13.41407"
683
+ id="path18" />
684
+ <text
685
+ xml:space="preserve"
686
+ transform="matrix(0.26458333,0,0,0.26458333,-3.0439453,5.0087891)"
687
+ id="text18"
688
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
689
+ x="443.77734"
690
+ y="596.56253"
691
+ id="tspan20">D1</tspan></text>
692
+ </g>
693
+ </svg>