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,1057 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="449.75528"
6
+ height="465.29453"
7
+ viewBox="0 0 118.99775 123.10918"
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="424.14401"
16
+ y="526.0368"
17
+ width="56.827793"
18
+ height="43.230255"
19
+ id="rect25" />
20
+ <rect
21
+ x="436.755"
22
+ y="548.33051"
23
+ width="75.068329"
24
+ height="37.042198"
25
+ id="rect24" />
26
+ <rect
27
+ x="41.137119"
28
+ y="497.16879"
29
+ width="50.457047"
30
+ height="43.854019"
31
+ id="rect23" />
32
+ <rect
33
+ x="412.64484"
34
+ y="589.21967"
35
+ width="115.30504"
36
+ height="78.463799"
37
+ id="rect19" />
38
+ <rect
39
+ x="409.69565"
40
+ y="521.53473"
41
+ width="95.407219"
42
+ height="74.731651"
43
+ id="rect18" />
44
+ <rect
45
+ x="425.91351"
46
+ y="480.35587"
47
+ width="60.497299"
48
+ height="41.726955"
49
+ id="rect17" />
50
+ <rect
51
+ x="420.58932"
52
+ y="559.72272"
53
+ width="83.135506"
54
+ height="82.404732"
55
+ id="rect16" />
56
+ <rect
57
+ x="426.74869"
58
+ y="572.28668"
59
+ width="62.684391"
60
+ height="50.621468"
61
+ id="rect15" />
62
+ <rect
63
+ x="440.87341"
64
+ y="536.9801"
65
+ width="77.498138"
66
+ height="64.798401"
67
+ id="rect14" />
68
+ <rect
69
+ x="375.38602"
70
+ y="577.19855"
71
+ width="102.41217"
72
+ height="65.868462"
73
+ id="rect13" />
74
+ <rect
75
+ x="418.99731"
76
+ y="586.59412"
77
+ width="60.460762"
78
+ height="43.934925"
79
+ id="rect12" />
80
+ <rect
81
+ x="358.10284"
82
+ y="275.21347"
83
+ width="38.385826"
84
+ height="35.765255"
85
+ id="rect10" />
86
+ <rect
87
+ x="473.91467"
88
+ y="515.14954"
89
+ width="60.638233"
90
+ height="64.674553"
91
+ id="rect9" />
92
+ <rect
93
+ x="426.10144"
94
+ y="465.28113"
95
+ width="102.65228"
96
+ height="79.429459"
97
+ id="rect7" />
98
+ <marker
99
+ style="overflow:visible"
100
+ id="RoundedArrow"
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" />
113
+ </marker>
114
+ <marker
115
+ style="overflow:visible"
116
+ id="RoundedArrow-7"
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-6" />
129
+ </marker>
130
+ <rect
131
+ x="426.10144"
132
+ y="465.28113"
133
+ width="102.65228"
134
+ height="79.429459"
135
+ id="rect7-9" />
136
+ <marker
137
+ style="overflow:visible"
138
+ id="RoundedArrow-5"
139
+ refX="0"
140
+ refY="0"
141
+ orient="auto-start-reverse"
142
+ markerWidth="1"
143
+ markerHeight="1"
144
+ viewBox="0 0 1 1"
145
+ preserveAspectRatio="xMidYMid">
146
+ <path
147
+ transform="scale(0.7)"
148
+ 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"
149
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
150
+ id="path8-7" />
151
+ </marker>
152
+ <marker
153
+ style="overflow:visible"
154
+ id="RoundedArrow-5-9"
155
+ refX="0"
156
+ refY="0"
157
+ orient="auto-start-reverse"
158
+ markerWidth="1"
159
+ markerHeight="1"
160
+ viewBox="0 0 1 1"
161
+ preserveAspectRatio="xMidYMid">
162
+ <path
163
+ transform="scale(0.7)"
164
+ 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"
165
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
166
+ id="path8-7-7" />
167
+ </marker>
168
+ <marker
169
+ style="overflow:visible"
170
+ id="RoundedArrow-53"
171
+ refX="0"
172
+ refY="0"
173
+ orient="auto-start-reverse"
174
+ markerWidth="1"
175
+ markerHeight="1"
176
+ viewBox="0 0 1 1"
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-8" />
183
+ </marker>
184
+ <rect
185
+ x="473.91467"
186
+ y="515.14954"
187
+ width="60.638233"
188
+ height="64.674553"
189
+ id="rect9-6" />
190
+ <marker
191
+ style="overflow:visible"
192
+ id="RoundedArrow-6"
193
+ refX="0"
194
+ refY="0"
195
+ orient="auto-start-reverse"
196
+ markerWidth="1"
197
+ markerHeight="1"
198
+ viewBox="0 0 1 1"
199
+ preserveAspectRatio="xMidYMid">
200
+ <path
201
+ transform="scale(0.7)"
202
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
203
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
204
+ id="path8-4" />
205
+ </marker>
206
+ <marker
207
+ style="overflow:visible"
208
+ id="RoundedArrow-6-6"
209
+ refX="0"
210
+ refY="0"
211
+ orient="auto-start-reverse"
212
+ markerWidth="1"
213
+ markerHeight="1"
214
+ viewBox="0 0 1 1"
215
+ preserveAspectRatio="xMidYMid">
216
+ <path
217
+ transform="scale(0.7)"
218
+ 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"
219
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
220
+ id="path8-4-9" />
221
+ </marker>
222
+ <rect
223
+ x="473.91467"
224
+ y="515.14954"
225
+ width="60.638233"
226
+ height="64.674553"
227
+ id="rect9-6-7" />
228
+ <marker
229
+ style="overflow:visible"
230
+ id="RoundedArrow-5-9-3-5"
231
+ refX="0"
232
+ refY="0"
233
+ orient="auto-start-reverse"
234
+ markerWidth="1"
235
+ markerHeight="1"
236
+ viewBox="0 0 1 1"
237
+ preserveAspectRatio="xMidYMid">
238
+ <path
239
+ transform="scale(0.7)"
240
+ 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"
241
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
242
+ id="path8-7-7-6-1" />
243
+ </marker>
244
+ <marker
245
+ style="overflow:visible"
246
+ id="RoundedArrow-5-9-3-5-0"
247
+ refX="0"
248
+ refY="0"
249
+ orient="auto-start-reverse"
250
+ markerWidth="1"
251
+ markerHeight="1"
252
+ viewBox="0 0 1 1"
253
+ preserveAspectRatio="xMidYMid">
254
+ <path
255
+ transform="scale(0.7)"
256
+ 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"
257
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
258
+ id="path8-7-7-6-1-6" />
259
+ </marker>
260
+ <marker
261
+ style="overflow:visible"
262
+ id="RoundedArrow-53-8"
263
+ refX="0"
264
+ refY="0"
265
+ orient="auto-start-reverse"
266
+ markerWidth="1"
267
+ markerHeight="1"
268
+ viewBox="0 0 1 1"
269
+ preserveAspectRatio="xMidYMid">
270
+ <path
271
+ transform="scale(0.7)"
272
+ 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"
273
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
274
+ id="path8-8-9" />
275
+ </marker>
276
+ <marker
277
+ style="overflow:visible"
278
+ id="RoundedArrow-5-9-3"
279
+ refX="0"
280
+ refY="0"
281
+ orient="auto-start-reverse"
282
+ markerWidth="1"
283
+ markerHeight="1"
284
+ viewBox="0 0 1 1"
285
+ preserveAspectRatio="xMidYMid">
286
+ <path
287
+ transform="scale(0.7)"
288
+ 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"
289
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
290
+ id="path8-7-7-6" />
291
+ </marker>
292
+ <rect
293
+ x="410.22806"
294
+ y="565.7724"
295
+ width="75.5355"
296
+ height="54.317078"
297
+ id="rect11-4" />
298
+ <marker
299
+ style="overflow:visible"
300
+ id="RoundedArrow-5-9-3-5-0-0"
301
+ refX="0"
302
+ refY="0"
303
+ orient="auto-start-reverse"
304
+ markerWidth="1"
305
+ markerHeight="1"
306
+ viewBox="0 0 1 1"
307
+ preserveAspectRatio="xMidYMid">
308
+ <path
309
+ transform="scale(0.7)"
310
+ 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"
311
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
312
+ id="path8-7-7-6-1-6-8" />
313
+ </marker>
314
+ <marker
315
+ style="overflow:visible"
316
+ id="RoundedArrow-5-9-3-5-0-0-0"
317
+ refX="0"
318
+ refY="0"
319
+ orient="auto-start-reverse"
320
+ markerWidth="1"
321
+ markerHeight="1"
322
+ viewBox="0 0 1 1"
323
+ preserveAspectRatio="xMidYMid">
324
+ <path
325
+ transform="scale(0.7)"
326
+ 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"
327
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
328
+ id="path8-7-7-6-1-6-8-3" />
329
+ </marker>
330
+ <marker
331
+ style="overflow:visible"
332
+ id="RoundedArrow-5-9-3-5-0-0-0-1"
333
+ refX="0"
334
+ refY="0"
335
+ orient="auto-start-reverse"
336
+ markerWidth="1"
337
+ markerHeight="1"
338
+ viewBox="0 0 1 1"
339
+ preserveAspectRatio="xMidYMid">
340
+ <path
341
+ transform="scale(0.7)"
342
+ 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"
343
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
344
+ id="path8-7-7-6-1-6-8-3-9" />
345
+ </marker>
346
+ <marker
347
+ style="overflow:visible"
348
+ id="RoundedArrow-5-9-3-5-0-0-6"
349
+ refX="0"
350
+ refY="0"
351
+ orient="auto-start-reverse"
352
+ markerWidth="1"
353
+ markerHeight="1"
354
+ viewBox="0 0 1 1"
355
+ preserveAspectRatio="xMidYMid">
356
+ <path
357
+ transform="scale(0.7)"
358
+ 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"
359
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
360
+ id="path8-7-7-6-1-6-8-9" />
361
+ </marker>
362
+ <marker
363
+ style="overflow:visible"
364
+ id="RoundedArrow-5-0"
365
+ refX="0"
366
+ refY="0"
367
+ orient="auto-start-reverse"
368
+ markerWidth="1"
369
+ markerHeight="1"
370
+ viewBox="0 0 1 1"
371
+ preserveAspectRatio="xMidYMid">
372
+ <path
373
+ transform="scale(0.7)"
374
+ 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"
375
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
376
+ id="path8-7-4" />
377
+ </marker>
378
+ <marker
379
+ style="overflow:visible"
380
+ id="RoundedArrow-62"
381
+ refX="0"
382
+ refY="0"
383
+ orient="auto-start-reverse"
384
+ markerWidth="1"
385
+ markerHeight="1"
386
+ viewBox="0 0 1 1"
387
+ preserveAspectRatio="xMidYMid">
388
+ <path
389
+ transform="scale(0.7)"
390
+ 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"
391
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
392
+ id="path8-67" />
393
+ </marker>
394
+ <marker
395
+ style="overflow:visible"
396
+ id="RoundedArrow-5-0-9"
397
+ refX="0"
398
+ refY="0"
399
+ orient="auto-start-reverse"
400
+ markerWidth="1"
401
+ markerHeight="1"
402
+ viewBox="0 0 1 1"
403
+ preserveAspectRatio="xMidYMid">
404
+ <path
405
+ transform="scale(0.7)"
406
+ 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"
407
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
408
+ id="path8-7-4-6" />
409
+ </marker>
410
+ <marker
411
+ style="overflow:visible"
412
+ id="RoundedArrow-62-0"
413
+ refX="0"
414
+ refY="0"
415
+ orient="auto-start-reverse"
416
+ markerWidth="1"
417
+ markerHeight="1"
418
+ viewBox="0 0 1 1"
419
+ preserveAspectRatio="xMidYMid">
420
+ <path
421
+ transform="scale(0.7)"
422
+ 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"
423
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
424
+ id="path8-67-2" />
425
+ </marker>
426
+ <marker
427
+ style="overflow:visible"
428
+ id="RoundedArrow-5-9-3-5-0-8"
429
+ refX="0"
430
+ refY="0"
431
+ orient="auto-start-reverse"
432
+ markerWidth="1"
433
+ markerHeight="1"
434
+ viewBox="0 0 1 1"
435
+ preserveAspectRatio="xMidYMid">
436
+ <path
437
+ transform="scale(0.7)"
438
+ 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"
439
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
440
+ id="path8-7-7-6-1-6-86" />
441
+ </marker>
442
+ <marker
443
+ style="overflow:visible"
444
+ id="RoundedArrow-5-9-3-5-0-8-3"
445
+ refX="0"
446
+ refY="0"
447
+ orient="auto-start-reverse"
448
+ markerWidth="1"
449
+ markerHeight="1"
450
+ viewBox="0 0 1 1"
451
+ preserveAspectRatio="xMidYMid">
452
+ <path
453
+ transform="scale(0.7)"
454
+ 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"
455
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
456
+ id="path8-7-7-6-1-6-86-8" />
457
+ </marker>
458
+ <marker
459
+ style="overflow:visible"
460
+ id="RoundedArrow-5-9-3-5-0-8-3-8"
461
+ refX="0"
462
+ refY="0"
463
+ orient="auto-start-reverse"
464
+ markerWidth="1"
465
+ markerHeight="1"
466
+ viewBox="0 0 1 1"
467
+ preserveAspectRatio="xMidYMid">
468
+ <path
469
+ transform="scale(0.7)"
470
+ 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"
471
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
472
+ id="path8-7-7-6-1-6-86-8-9" />
473
+ </marker>
474
+ </defs>
475
+ <g
476
+ id="layer1"
477
+ transform="translate(-16.149118,-30.653091)">
478
+ <rect
479
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
480
+ id="rect26"
481
+ width="118.73317"
482
+ height="122.8446"
483
+ x="16.28141"
484
+ y="30.785383" />
485
+ <rect
486
+ style="fill:#87cdde;stroke:#87cdde;stroke-width:0.264583"
487
+ id="rect2"
488
+ width="66.710938"
489
+ height="80.623047"
490
+ x="32.421337"
491
+ y="48.353729"
492
+ ry="4.6855469" />
493
+ <rect
494
+ style="fill:#ffffff;stroke:#87cdde;stroke-width:0.264583"
495
+ id="rect2-5"
496
+ width="57.21875"
497
+ height="71.656792"
498
+ x="37.167431"
499
+ y="52.836857"
500
+ ry="4.1644578" />
501
+ <rect
502
+ style="fill:#87cdde;stroke:#87cdde;stroke-width:0.264583"
503
+ id="rect2-2"
504
+ width="10.982423"
505
+ height="12.836914"
506
+ x="60.285599"
507
+ y="82.246796"
508
+ ry="2.5070734"
509
+ rx="0" />
510
+ <rect
511
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264626"
512
+ id="rect4"
513
+ width="4.9800673"
514
+ height="41.259033"
515
+ x="-7.0891352"
516
+ y="63.399883"
517
+ transform="matrix(0.79130253,-0.61142481,0.63141223,0.77544735,0,0)" />
518
+ <rect
519
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264626"
520
+ id="rect4-0"
521
+ width="4.9800673"
522
+ height="41.259033"
523
+ x="-109.56459"
524
+ y="-17.012293"
525
+ transform="matrix(-0.79130253,-0.61142481,-0.63141223,0.77544735,0,0)" />
526
+ <rect
527
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264626"
528
+ id="rect4-06"
529
+ width="4.9800673"
530
+ height="41.259033"
531
+ x="105.17347"
532
+ y="-77.224281"
533
+ transform="matrix(0.79130253,0.61142481,0.63141223,-0.77544735,0,0)" />
534
+ <rect
535
+ style="fill:#2c89a0;stroke:#2c89a0;stroke-width:0.264626"
536
+ id="rect4-0-2"
537
+ width="4.9800673"
538
+ height="41.259033"
539
+ x="2.6330566"
540
+ y="-157.68767"
541
+ transform="matrix(-0.79130253,0.61142481,-0.63141223,-0.77544735,0,0)" />
542
+ <circle
543
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
544
+ id="path4"
545
+ cx="65.700638"
546
+ cy="83.718956"
547
+ r="1.1591797" />
548
+ <circle
549
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
550
+ id="path4-7"
551
+ cx="65.785332"
552
+ cy="93.207443"
553
+ r="1.1591797" />
554
+ <circle
555
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
556
+ id="path4-2"
557
+ cx="61.923748"
558
+ cy="87.098198"
559
+ r="1.1591797" />
560
+ <circle
561
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
562
+ id="path4-9"
563
+ cx="61.958607"
564
+ cy="90.539047"
565
+ r="1.1591797" />
566
+ <circle
567
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
568
+ id="path4-97"
569
+ cx="69.791153"
570
+ cy="86.880356"
571
+ r="1.1591797" />
572
+ <circle
573
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
574
+ id="path4-29"
575
+ cx="69.754822"
576
+ cy="90.653633"
577
+ r="1.1591797" />
578
+ <circle
579
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
580
+ id="path4-97-4-495"
581
+ cx="96.87365"
582
+ cy="61.146942"
583
+ r="1.1591797" />
584
+ <circle
585
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
586
+ id="path4-97-4-6-0"
587
+ cx="96.838036"
588
+ cy="69.069824"
589
+ r="1.1591797" />
590
+ <circle
591
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
592
+ id="path4-97-4-3-4"
593
+ cx="96.970329"
594
+ cy="76.95182"
595
+ r="1.1591797" />
596
+ <circle
597
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
598
+ id="path4-97-4-2-8"
599
+ cx="96.838036"
600
+ cy="84.87471"
601
+ r="1.1591797" />
602
+ <circle
603
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
604
+ id="path4-97-4-4-7"
605
+ cx="96.838036"
606
+ cy="92.624405"
607
+ r="1.1591797" />
608
+ <circle
609
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
610
+ id="path4-97-4-7-1"
611
+ cx="96.970329"
612
+ cy="100.81187"
613
+ r="1.1591797" />
614
+ <circle
615
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
616
+ id="path4-97-4-8-7"
617
+ cx="96.970329"
618
+ cy="108.56158"
619
+ r="1.1591797" />
620
+ <circle
621
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
622
+ id="path4-97-4-49-2"
623
+ cx="96.838036"
624
+ cy="116.74905"
625
+ r="1.1591797" />
626
+ <circle
627
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
628
+ id="path4-97-4-61"
629
+ cx="34.711868"
630
+ cy="60.71981"
631
+ r="1.1591797" />
632
+ <circle
633
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
634
+ id="path4-97-4-6-06"
635
+ cx="34.676254"
636
+ cy="68.642693"
637
+ r="1.1591797" />
638
+ <circle
639
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
640
+ id="path4-97-4-3-1"
641
+ cx="34.808548"
642
+ cy="76.524689"
643
+ r="1.1591797" />
644
+ <circle
645
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
646
+ id="path4-97-4-2-5"
647
+ cx="34.676254"
648
+ cy="84.447578"
649
+ r="1.1591797" />
650
+ <circle
651
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
652
+ id="path4-97-4-4-9"
653
+ cx="34.676254"
654
+ cy="92.197281"
655
+ r="1.1591797" />
656
+ <circle
657
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
658
+ id="path4-97-4-7-4"
659
+ cx="34.808548"
660
+ cy="100.38475"
661
+ r="1.1591797" />
662
+ <circle
663
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
664
+ id="path4-97-4-8-9"
665
+ cx="34.808548"
666
+ cy="108.13445"
667
+ r="1.1591797" />
668
+ <circle
669
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
670
+ id="path4-97-4-49-0"
671
+ cx="34.676254"
672
+ cy="116.32192"
673
+ r="1.1591797" />
674
+ <circle
675
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
676
+ id="path4-97-4-6-1"
677
+ cx="50.802307"
678
+ cy="-90.172844"
679
+ r="1.1591797"
680
+ transform="rotate(90)" />
681
+ <circle
682
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
683
+ id="path4-97-4-3-5"
684
+ cx="50.934601"
685
+ cy="-82.290848"
686
+ r="1.1591797"
687
+ transform="rotate(90)" />
688
+ <circle
689
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
690
+ id="path4-97-4-2-9"
691
+ cx="50.802307"
692
+ cy="-74.367958"
693
+ r="1.1591797"
694
+ transform="rotate(90)" />
695
+ <circle
696
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
697
+ id="path4-97-4-4-77"
698
+ cx="50.802307"
699
+ cy="-66.618256"
700
+ r="1.1591797"
701
+ transform="rotate(90)" />
702
+ <circle
703
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
704
+ id="path4-97-4-7-6"
705
+ cx="50.934601"
706
+ cy="-58.43079"
707
+ r="1.1591797"
708
+ transform="rotate(90)" />
709
+ <circle
710
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
711
+ id="path4-97-4-8-73"
712
+ cx="50.934601"
713
+ cy="-50.681091"
714
+ r="1.1591797"
715
+ transform="rotate(90)" />
716
+ <circle
717
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
718
+ id="path4-97-4-49-6"
719
+ cx="50.802307"
720
+ cy="-42.493622"
721
+ r="1.1591797"
722
+ transform="rotate(90)" />
723
+ <circle
724
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
725
+ id="path4-97-4-6-4"
726
+ cx="126.69029"
727
+ cy="-89.653023"
728
+ r="1.1591797"
729
+ transform="rotate(90)" />
730
+ <circle
731
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
732
+ id="path4-97-4-3-8"
733
+ cx="126.82259"
734
+ cy="-81.771019"
735
+ r="1.1591797"
736
+ transform="rotate(90)" />
737
+ <circle
738
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
739
+ id="path4-97-4-2-1"
740
+ cx="126.69029"
741
+ cy="-73.848137"
742
+ r="1.1591797"
743
+ transform="rotate(90)" />
744
+ <circle
745
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
746
+ id="path4-97-4-4-2"
747
+ cx="126.69029"
748
+ cy="-66.098427"
749
+ r="1.1591797"
750
+ transform="rotate(90)" />
751
+ <circle
752
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
753
+ id="path4-97-4-7-9"
754
+ cx="126.82259"
755
+ cy="-57.910961"
756
+ r="1.1591797"
757
+ transform="rotate(90)" />
758
+ <circle
759
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
760
+ id="path4-97-4-8-3"
761
+ cx="126.82259"
762
+ cy="-50.161263"
763
+ r="1.1591797"
764
+ transform="rotate(90)" />
765
+ <circle
766
+ style="fill:#ffffff;stroke:#2c89a0;stroke-width:0.264583"
767
+ id="path4-97-4-49-9"
768
+ cx="126.69029"
769
+ cy="-41.973801"
770
+ r="1.1591797"
771
+ transform="rotate(90)" />
772
+ <path
773
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
774
+ d="M 96.181277,129.04422 H 126.4377"
775
+ id="path6" />
776
+ <path
777
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
778
+ d="M 95.514442,48.076183 H 125.77087"
779
+ id="path6-8" />
780
+ <path
781
+ 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)"
782
+ d="M 124.41626,49.129373 V 127.36558"
783
+ id="path7" />
784
+ <text
785
+ xml:space="preserve"
786
+ transform="matrix(0.26458333,0,0,0.26458333,13.309352,-38.762433)"
787
+ id="text7"
788
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
789
+ x="426.10156"
790
+ y="478.25784"
791
+ id="tspan1">L1</tspan></text>
792
+ <path
793
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
794
+ d="M 32.243939,149.76856 V 126.57044"
795
+ id="path6-0" />
796
+ <path
797
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
798
+ d="M 99.362829,149.66765 V 126.46953"
799
+ id="path6-0-4" />
800
+ <path
801
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7);marker-end:url(#RoundedArrow-7)"
802
+ d="M 34.096849,144.93149 H 97.671606"
803
+ id="path7-1" />
804
+ <text
805
+ xml:space="preserve"
806
+ transform="matrix(0.26458333,0,0,0.26458333,-46.96898,23.58214)"
807
+ id="text7-2"
808
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7-9);display:inline"><tspan
809
+ x="426.10156"
810
+ y="478.25784"
811
+ id="tspan2">L2</tspan></text>
812
+ <path
813
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
814
+ d="m 62.85654,37.621668 v 9.38806"
815
+ id="path9" />
816
+ <path
817
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5)"
818
+ d="m 62.85654,63.136594 v -9.38806"
819
+ id="path9-1" />
820
+ <text
821
+ xml:space="preserve"
822
+ transform="matrix(0.26458333,0,0,0.26458333,-61.903608,-96.437215)"
823
+ id="text9"
824
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
825
+ x="473.91406"
826
+ y="528.12698"
827
+ id="tspan3">L5</tspan></text>
828
+ <path
829
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-53)"
830
+ d="m 21.723808,89.008153 h 9.38806"
831
+ id="path9-3" />
832
+ <path
833
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9)"
834
+ d="m 47.767905,89.008153 h -9.38806"
835
+ id="path9-1-1" />
836
+ <text
837
+ xml:space="preserve"
838
+ transform="matrix(0.26458333,0,0,0.26458333,-104.37918,-51.869697)"
839
+ id="text9-3"
840
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-6);display:inline"><tspan
841
+ x="473.91406"
842
+ y="528.12698"
843
+ id="tspan4">L5</tspan></text>
844
+ <path
845
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
846
+ d="m 66.729847,82.195961 h 20.13458"
847
+ id="path6-04" />
848
+ <path
849
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
850
+ d="m 65.775168,95.208818 h 20.13458"
851
+ id="path6-04-9" />
852
+ <path
853
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6);marker-end:url(#RoundedArrow-6)"
854
+ d="M 85.341859,83.719393 V 94.125302"
855
+ id="path7-0" />
856
+ <path
857
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
858
+ d="M 60.296406,92.006389 V 112.14097"
859
+ id="path6-04-2" />
860
+ <path
861
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
862
+ d="M 71.495531,91.525653 V 111.66023"
863
+ id="path6-04-2-5" />
864
+ <path
865
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-6);marker-end:url(#RoundedArrow-6-6)"
866
+ d="m 61.440102,111.26452 h 8.66966"
867
+ id="path7-0-2" />
868
+ <text
869
+ xml:space="preserve"
870
+ transform="matrix(0.26458333,0,0,0.26458333,-39.323695,-49.701964)"
871
+ id="text9-3-4"
872
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9-6-7);display:inline"><tspan
873
+ x="473.91406"
874
+ y="528.12698"
875
+ id="tspan5">L3</tspan></text>
876
+ <text
877
+ xml:space="preserve"
878
+ transform="matrix(0.26458333,0,0,0.26458333,-30.651906,38.843964)"
879
+ id="text10"
880
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10);display:inline"><tspan
881
+ x="358.10352"
882
+ y="288.18948"
883
+ id="tspan6">L4</tspan></text>
884
+ <path
885
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5)"
886
+ d="m 107.0248,83.925487 -7.798224,-5.22719"
887
+ id="path9-1-1-2-0" />
888
+ <text
889
+ xml:space="preserve"
890
+ transform="matrix(0.26458333,0,0,0.26458333,-2.4154875,-71.115331)"
891
+ id="text12"
892
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12);display:inline"><tspan
893
+ x="418.99805"
894
+ y="599.57034"
895
+ id="tspan7">D1</tspan></text>
896
+ <path
897
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0)"
898
+ d="m 52.060314,93.921971 7.79822,-5.22719"
899
+ id="path9-1-1-2-0-6" />
900
+ <path
901
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
902
+ d="M 47.437732,62.175002 28.8155,38.328308"
903
+ id="path6-0-6" />
904
+ <path
905
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-53-8)"
906
+ d="m 18.410614,50.275283 7.68897,-5.3866"
907
+ id="path9-3-0" />
908
+ <path
909
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3)"
910
+ d="m 39.741134,35.331923 -7.68897,5.3866"
911
+ id="path9-1-1-2" />
912
+ <text
913
+ xml:space="preserve"
914
+ transform="matrix(0.26458333,0,0,0.26458333,-76.910418,-116.3157)"
915
+ id="text11"
916
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-4);display:inline"><tspan
917
+ x="410.22852"
918
+ y="578.74808"
919
+ id="tspan8">D3</tspan></text>
920
+ <path
921
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
922
+ d="M 44.081484,66.085468 25.459252,42.238774"
923
+ id="path6-0-6-2" />
924
+ <text
925
+ xml:space="preserve"
926
+ transform="matrix(0.26458333,0,0,0.26458333,-53.463902,-60.38029)"
927
+ id="text13"
928
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13);display:inline"><tspan
929
+ x="375.38672"
930
+ y="590.17581"
931
+ id="tspan9">D2</tspan></text>
932
+ <path
933
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-0)"
934
+ d="M 107.08754,114.83039 99.289324,109.6032"
935
+ id="path9-1-1-2-0-6-3" />
936
+ <path
937
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-0-0)"
938
+ d="M 108.64206,113.92943 99.292911,102.79542"
939
+ id="path9-1-1-2-0-6-3-0" />
940
+ <text
941
+ xml:space="preserve"
942
+ transform="matrix(0.26458333,0,0,0.26458333,-9.2531555,-28.001152)"
943
+ id="text14"
944
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14);display:inline"><tspan
945
+ x="440.87305"
946
+ y="549.95706"
947
+ id="tspan10">N1</tspan></text>
948
+ <path
949
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-0-6)"
950
+ d="m 52.998503,137.10593 5.22719,-7.79822"
951
+ id="path9-1-1-2-0-6-3-3" />
952
+ <path
953
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-0-0-1)"
954
+ d="m 53.899453,138.66045 11.13402,-9.34915"
955
+ id="path9-1-1-2-0-6-3-0-8" />
956
+ <text
957
+ xml:space="preserve"
958
+ transform="matrix(0.26458333,0,0,0.26458333,-65.302417,-14.099322)"
959
+ id="text15"
960
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15);display:inline"><tspan
961
+ x="426.74805"
962
+ y="585.2637"
963
+ id="tspan11">N2</tspan></text>
964
+ <text
965
+ xml:space="preserve"
966
+ transform="matrix(0.26458333,0,0,0.26458333,-39.353531,-60.954814)"
967
+ id="text16"
968
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
969
+ x="420.58984"
970
+ y="572.69925"
971
+ id="tspan12">N3</tspan></text>
972
+ <text
973
+ xml:space="preserve"
974
+ transform="matrix(0.26458333,0,0,0.26458333,-49.607961,-50.587137)"
975
+ id="text17"
976
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17);display:inline"><tspan
977
+ x="425.91406"
978
+ y="493.33206"
979
+ id="tspan13">N4</tspan></text>
980
+ <path
981
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
982
+ d="M 91.621765,51.217599 H 116.9533"
983
+ id="path6-8-6" />
984
+ <path
985
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-62)"
986
+ d="m 113.57125,37.100844 v 9.38806"
987
+ id="path9-6" />
988
+ <path
989
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-0)"
990
+ d="m 113.57125,61.557436 v -9.38806"
991
+ id="path9-1-9" />
992
+ <text
993
+ xml:space="preserve"
994
+ transform="matrix(0.26458333,0,0,0.26458333,5.8847305,-99.098525)"
995
+ id="text18"
996
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18);display:inline"><tspan
997
+ x="409.69531"
998
+ y="534.51175"
999
+ id="tspan14">L6</tspan></text>
1000
+ <path
1001
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1002
+ d="M 69.673694,92.770739 V 107.78984"
1003
+ id="path6-04-2-5-8" />
1004
+ <path
1005
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-62-0)"
1006
+ d="m 61.971763,105.49142 h 6.300443"
1007
+ id="path9-6-6" />
1008
+ <path
1009
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-0-9)"
1010
+ d="M 77.473288,105.49142 H 72.43153"
1011
+ id="path9-1-9-1" />
1012
+ <text
1013
+ xml:space="preserve"
1014
+ transform="matrix(0.26458333,0,0,0.26458333,-46.604138,-54.656708)"
1015
+ id="text19"
1016
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19);display:inline"><tspan
1017
+ x="412.64453"
1018
+ y="602.19534"
1019
+ id="tspan15">L7</tspan></text>
1020
+ <path
1021
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-8)"
1022
+ d="m 24.694928,133.8182 7.79822,-5.22719"
1023
+ id="path9-1-1-2-0-6-38" />
1024
+ <path
1025
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-8-3)"
1026
+ d="m 48.577941,120.36918 -9.00447,2.65615"
1027
+ id="path9-1-1-2-0-6-38-4" />
1028
+ <text
1029
+ xml:space="preserve"
1030
+ transform="matrix(0.26458333,0,0,0.26458333,8.3216248,0.64288712)"
1031
+ id="text23"
1032
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23);display:inline"><tspan
1033
+ x="41.136719"
1034
+ y="510.14456"
1035
+ id="tspan16">R1</tspan></text>
1036
+ <text
1037
+ xml:space="preserve"
1038
+ transform="matrix(0.26458333,0,0,0.26458333,-66.895478,-26.787194)"
1039
+ id="text24"
1040
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect24);display:inline"><tspan
1041
+ x="436.75586"
1042
+ y="561.30667"
1043
+ id="tspan17">R2</tspan></text>
1044
+ <path
1045
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-5-9-3-5-0-8-3-8)"
1046
+ d="m 50.513954,79.973651 9.00447,2.65615"
1047
+ id="path9-1-1-2-0-6-38-4-6" />
1048
+ <text
1049
+ xml:space="preserve"
1050
+ transform="matrix(0.26458333,0,0,0.26458333,-67.097114,-61.309058)"
1051
+ id="text25"
1052
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25);display:inline"><tspan
1053
+ x="424.14453"
1054
+ y="539.0137"
1055
+ id="tspan18">R3</tspan></text>
1056
+ </g>
1057
+ </svg>