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,923 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="548.94287"
6
+ height="495.89667"
7
+ viewBox="0 0 145.24113 131.20599"
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="183.22218"
16
+ y="667.30438"
17
+ width="108.47318"
18
+ height="49.624756"
19
+ id="rect11" />
20
+ <rect
21
+ x="232.99828"
22
+ y="693.14838"
23
+ width="86.641243"
24
+ height="36.167568"
25
+ id="rect10" />
26
+ <rect
27
+ x="480.52411"
28
+ y="615.39862"
29
+ width="71.61171"
30
+ height="46.321358"
31
+ id="rect9" />
32
+ <rect
33
+ x="77.347443"
34
+ y="662.31421"
35
+ width="84.73671"
36
+ height="47.255165"
37
+ id="rect8" />
38
+ <rect
39
+ x="463.98499"
40
+ y="599.35779"
41
+ width="90.103348"
42
+ height="49.333168"
43
+ id="rect7" />
44
+ <rect
45
+ x="18.019194"
46
+ y="501.34103"
47
+ width="52.367126"
48
+ height="43.815205"
49
+ id="rect6" />
50
+ <rect
51
+ x="477.34253"
52
+ y="130.60777"
53
+ width="70.286659"
54
+ height="45.62746"
55
+ id="rect5" />
56
+ <marker
57
+ style="overflow:visible"
58
+ id="marker5"
59
+ refX="0"
60
+ refY="0"
61
+ orient="auto-start-reverse"
62
+ markerWidth="1"
63
+ markerHeight="1"
64
+ viewBox="0 0 1 1"
65
+ preserveAspectRatio="xMidYMid">
66
+ <path
67
+ transform="scale(0.7)"
68
+ 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"
69
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
70
+ id="path5" />
71
+ </marker>
72
+ <marker
73
+ style="overflow:visible"
74
+ id="RoundedArrow"
75
+ refX="0"
76
+ refY="0"
77
+ orient="auto-start-reverse"
78
+ markerWidth="1"
79
+ markerHeight="1"
80
+ viewBox="0 0 1 1"
81
+ preserveAspectRatio="xMidYMid">
82
+ <path
83
+ transform="scale(0.7)"
84
+ 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"
85
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
86
+ id="path8" />
87
+ </marker>
88
+ <marker
89
+ style="overflow:visible"
90
+ id="RoundedArrow-6"
91
+ refX="0"
92
+ refY="0"
93
+ orient="auto-start-reverse"
94
+ markerWidth="1"
95
+ markerHeight="1"
96
+ viewBox="0 0 1 1"
97
+ preserveAspectRatio="xMidYMid">
98
+ <path
99
+ transform="scale(0.7)"
100
+ 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"
101
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
102
+ id="path8-5" />
103
+ </marker>
104
+ <marker
105
+ style="overflow:visible"
106
+ id="marker5-6"
107
+ refX="0"
108
+ refY="0"
109
+ orient="auto-start-reverse"
110
+ markerWidth="1"
111
+ markerHeight="1"
112
+ viewBox="0 0 1 1"
113
+ preserveAspectRatio="xMidYMid">
114
+ <path
115
+ transform="scale(0.7)"
116
+ 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"
117
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
118
+ id="path5-3" />
119
+ </marker>
120
+ <marker
121
+ style="overflow:visible"
122
+ id="RoundedArrow-6-2"
123
+ refX="0"
124
+ refY="0"
125
+ orient="auto-start-reverse"
126
+ markerWidth="1"
127
+ markerHeight="1"
128
+ viewBox="0 0 1 1"
129
+ preserveAspectRatio="xMidYMid">
130
+ <path
131
+ transform="scale(0.7)"
132
+ 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"
133
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
134
+ id="path8-5-9" />
135
+ </marker>
136
+ <marker
137
+ style="overflow:visible"
138
+ id="marker5-6-3"
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="path5-3-9" />
151
+ </marker>
152
+ <marker
153
+ style="overflow:visible"
154
+ id="RoundedArrow-6-2-0"
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-5-9-9" />
167
+ </marker>
168
+ <marker
169
+ style="overflow:visible"
170
+ id="marker5-6-3-6"
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="path5-3-9-3" />
183
+ </marker>
184
+ <marker
185
+ style="overflow:visible"
186
+ id="RoundedArrow-6-2-0-1-3"
187
+ refX="0"
188
+ refY="0"
189
+ orient="auto-start-reverse"
190
+ markerWidth="1"
191
+ markerHeight="1"
192
+ viewBox="0 0 1 1"
193
+ preserveAspectRatio="xMidYMid">
194
+ <path
195
+ transform="scale(0.7)"
196
+ 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"
197
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
198
+ id="path8-5-9-9-5-0" />
199
+ </marker>
200
+ <marker
201
+ style="overflow:visible"
202
+ id="marker5-6-3-6-9-4"
203
+ refX="0"
204
+ refY="0"
205
+ orient="auto-start-reverse"
206
+ markerWidth="1"
207
+ markerHeight="1"
208
+ viewBox="0 0 1 1"
209
+ preserveAspectRatio="xMidYMid">
210
+ <path
211
+ transform="scale(0.7)"
212
+ 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"
213
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
214
+ id="path5-3-9-3-8-4" />
215
+ </marker>
216
+ <marker
217
+ style="overflow:visible"
218
+ id="RoundedArrow-6-2-0-1-3-3"
219
+ refX="0"
220
+ refY="0"
221
+ orient="auto-start-reverse"
222
+ markerWidth="1"
223
+ markerHeight="1"
224
+ viewBox="0 0 1 1"
225
+ preserveAspectRatio="xMidYMid">
226
+ <path
227
+ transform="scale(0.7)"
228
+ 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"
229
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
230
+ id="path8-5-9-9-5-0-1" />
231
+ </marker>
232
+ <marker
233
+ style="overflow:visible"
234
+ id="marker5-6-3-6-9-4-7"
235
+ refX="0"
236
+ refY="0"
237
+ orient="auto-start-reverse"
238
+ markerWidth="1"
239
+ markerHeight="1"
240
+ viewBox="0 0 1 1"
241
+ preserveAspectRatio="xMidYMid">
242
+ <path
243
+ transform="scale(0.7)"
244
+ 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"
245
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
246
+ id="path5-3-9-3-8-4-5" />
247
+ </marker>
248
+ <marker
249
+ style="overflow:visible"
250
+ id="RoundedArrow-6-2-0-1-3-3-9"
251
+ refX="0"
252
+ refY="0"
253
+ orient="auto-start-reverse"
254
+ markerWidth="1"
255
+ markerHeight="1"
256
+ viewBox="0 0 1 1"
257
+ preserveAspectRatio="xMidYMid">
258
+ <path
259
+ transform="scale(0.7)"
260
+ 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"
261
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
262
+ id="path8-5-9-9-5-0-1-7" />
263
+ </marker>
264
+ <marker
265
+ style="overflow:visible"
266
+ id="marker5-6-3-6-9-4-7-5"
267
+ refX="0"
268
+ refY="0"
269
+ orient="auto-start-reverse"
270
+ markerWidth="1"
271
+ markerHeight="1"
272
+ viewBox="0 0 1 1"
273
+ preserveAspectRatio="xMidYMid">
274
+ <path
275
+ transform="scale(0.7)"
276
+ 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"
277
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
278
+ id="path5-3-9-3-8-4-5-3" />
279
+ </marker>
280
+ <marker
281
+ style="overflow:visible"
282
+ id="RoundedArrow-6-2-0-1-3-3-9-6"
283
+ refX="0"
284
+ refY="0"
285
+ orient="auto-start-reverse"
286
+ markerWidth="1"
287
+ markerHeight="1"
288
+ viewBox="0 0 1 1"
289
+ preserveAspectRatio="xMidYMid">
290
+ <path
291
+ transform="scale(0.7)"
292
+ 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"
293
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
294
+ id="path8-5-9-9-5-0-1-7-0" />
295
+ </marker>
296
+ <marker
297
+ style="overflow:visible"
298
+ id="marker5-6-3-6-9-4-7-5-4"
299
+ refX="0"
300
+ refY="0"
301
+ orient="auto-start-reverse"
302
+ markerWidth="1"
303
+ markerHeight="1"
304
+ viewBox="0 0 1 1"
305
+ preserveAspectRatio="xMidYMid">
306
+ <path
307
+ transform="scale(0.7)"
308
+ 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"
309
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
310
+ id="path5-3-9-3-8-4-5-3-8" />
311
+ </marker>
312
+ <marker
313
+ style="overflow:visible"
314
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0"
315
+ refX="0"
316
+ refY="0"
317
+ orient="auto-start-reverse"
318
+ markerWidth="1"
319
+ markerHeight="1"
320
+ viewBox="0 0 1 1"
321
+ preserveAspectRatio="xMidYMid">
322
+ <path
323
+ transform="scale(0.7)"
324
+ 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"
325
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
326
+ id="path8-5-9-9-5-0-1-7-0-3" />
327
+ </marker>
328
+ <marker
329
+ style="overflow:visible"
330
+ id="marker5-6-3-6-9-4-7-5-4-0"
331
+ refX="0"
332
+ refY="0"
333
+ orient="auto-start-reverse"
334
+ markerWidth="1"
335
+ markerHeight="1"
336
+ viewBox="0 0 1 1"
337
+ preserveAspectRatio="xMidYMid">
338
+ <path
339
+ transform="scale(0.7)"
340
+ 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"
341
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
342
+ id="path5-3-9-3-8-4-5-3-8-9" />
343
+ </marker>
344
+ <marker
345
+ style="overflow:visible"
346
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0"
347
+ refX="0"
348
+ refY="0"
349
+ orient="auto-start-reverse"
350
+ markerWidth="1"
351
+ markerHeight="1"
352
+ viewBox="0 0 1 1"
353
+ preserveAspectRatio="xMidYMid">
354
+ <path
355
+ transform="scale(0.7)"
356
+ 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"
357
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
358
+ id="path8-5-9-9-5-0-1-7-0-3-2" />
359
+ </marker>
360
+ <marker
361
+ style="overflow:visible"
362
+ id="marker5-6-3-6-9-4-7-5-4-0-1"
363
+ refX="0"
364
+ refY="0"
365
+ orient="auto-start-reverse"
366
+ markerWidth="1"
367
+ markerHeight="1"
368
+ viewBox="0 0 1 1"
369
+ preserveAspectRatio="xMidYMid">
370
+ <path
371
+ transform="scale(0.7)"
372
+ 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"
373
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
374
+ id="path5-3-9-3-8-4-5-3-8-9-0" />
375
+ </marker>
376
+ <marker
377
+ style="overflow:visible"
378
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8"
379
+ refX="0"
380
+ refY="0"
381
+ orient="auto-start-reverse"
382
+ markerWidth="1"
383
+ markerHeight="1"
384
+ viewBox="0 0 1 1"
385
+ preserveAspectRatio="xMidYMid">
386
+ <path
387
+ transform="scale(0.7)"
388
+ 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"
389
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
390
+ id="path8-5-9-9-5-0-1-7-0-3-2-5" />
391
+ </marker>
392
+ <marker
393
+ style="overflow:visible"
394
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0"
395
+ refX="0"
396
+ refY="0"
397
+ orient="auto-start-reverse"
398
+ markerWidth="1"
399
+ markerHeight="1"
400
+ viewBox="0 0 1 1"
401
+ preserveAspectRatio="xMidYMid">
402
+ <path
403
+ transform="scale(0.7)"
404
+ 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"
405
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
406
+ id="path5-3-9-3-8-4-5-3-8-9-0-6" />
407
+ </marker>
408
+ <marker
409
+ style="overflow:visible"
410
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8"
411
+ refX="0"
412
+ refY="0"
413
+ orient="auto-start-reverse"
414
+ markerWidth="1"
415
+ markerHeight="1"
416
+ viewBox="0 0 1 1"
417
+ preserveAspectRatio="xMidYMid">
418
+ <path
419
+ transform="scale(0.7)"
420
+ 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"
421
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
422
+ id="path8-5-9-9-5-0-1-7-0-3-2-5-6" />
423
+ </marker>
424
+ <marker
425
+ style="overflow:visible"
426
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0-2"
427
+ refX="0"
428
+ refY="0"
429
+ orient="auto-start-reverse"
430
+ markerWidth="1"
431
+ markerHeight="1"
432
+ viewBox="0 0 1 1"
433
+ preserveAspectRatio="xMidYMid">
434
+ <path
435
+ transform="scale(0.7)"
436
+ 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"
437
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
438
+ id="path5-3-9-3-8-4-5-3-8-9-0-6-8" />
439
+ </marker>
440
+ <marker
441
+ style="overflow:visible"
442
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-0"
443
+ refX="0"
444
+ refY="0"
445
+ orient="auto-start-reverse"
446
+ markerWidth="1"
447
+ markerHeight="1"
448
+ viewBox="0 0 1 1"
449
+ preserveAspectRatio="xMidYMid">
450
+ <path
451
+ transform="scale(0.7)"
452
+ 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"
453
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
454
+ id="path8-5-9-9-5-0-1-7-0-3-2-6" />
455
+ </marker>
456
+ <marker
457
+ style="overflow:visible"
458
+ id="marker5-6-3-6-9-4-7-5-4-0-1-2"
459
+ refX="0"
460
+ refY="0"
461
+ orient="auto-start-reverse"
462
+ markerWidth="1"
463
+ markerHeight="1"
464
+ viewBox="0 0 1 1"
465
+ preserveAspectRatio="xMidYMid">
466
+ <path
467
+ transform="scale(0.7)"
468
+ 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"
469
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
470
+ id="path5-3-9-3-8-4-5-3-8-9-0-9" />
471
+ </marker>
472
+ <marker
473
+ style="overflow:visible"
474
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-3"
475
+ refX="0"
476
+ refY="0"
477
+ orient="auto-start-reverse"
478
+ markerWidth="1"
479
+ markerHeight="1"
480
+ viewBox="0 0 1 1"
481
+ preserveAspectRatio="xMidYMid">
482
+ <path
483
+ transform="scale(0.7)"
484
+ 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"
485
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
486
+ id="path8-5-9-9-5-0-1-7-0-3-1" />
487
+ </marker>
488
+ <marker
489
+ style="overflow:visible"
490
+ id="marker5-6-3-6-9-4-7-5-4-0-10"
491
+ refX="0"
492
+ refY="0"
493
+ orient="auto-start-reverse"
494
+ markerWidth="1"
495
+ markerHeight="1"
496
+ viewBox="0 0 1 1"
497
+ preserveAspectRatio="xMidYMid">
498
+ <path
499
+ transform="scale(0.7)"
500
+ 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"
501
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
502
+ id="path5-3-9-3-8-4-5-3-8-9-3" />
503
+ </marker>
504
+ <rect
505
+ x="77.347443"
506
+ y="662.31421"
507
+ width="84.73671"
508
+ height="47.255165"
509
+ id="rect8-1" />
510
+ <rect
511
+ x="77.347443"
512
+ y="662.31421"
513
+ width="84.73671"
514
+ height="47.255165"
515
+ id="rect8-1-3" />
516
+ <rect
517
+ x="232.99828"
518
+ y="693.14838"
519
+ width="86.641243"
520
+ height="36.167568"
521
+ id="rect10-4" />
522
+ <rect
523
+ x="232.99828"
524
+ y="693.14838"
525
+ width="86.641243"
526
+ height="36.167568"
527
+ id="rect10-6" />
528
+ <rect
529
+ x="232.99828"
530
+ y="693.14838"
531
+ width="86.641243"
532
+ height="36.167568"
533
+ id="rect10-7" />
534
+ <rect
535
+ x="232.99828"
536
+ y="693.14838"
537
+ width="86.641243"
538
+ height="36.167568"
539
+ id="rect10-60" />
540
+ <rect
541
+ x="232.99828"
542
+ y="693.14838"
543
+ width="86.641243"
544
+ height="36.167568"
545
+ id="rect10-60-1" />
546
+ </defs>
547
+ <g
548
+ id="layer1"
549
+ transform="translate(-4.7446613,-41.271027)">
550
+ <rect
551
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
552
+ id="rect12"
553
+ width="144.97656"
554
+ height="130.94141"
555
+ x="4.8769531"
556
+ y="41.40332" />
557
+ <rect
558
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
559
+ id="rect2-2-6-6"
560
+ width="93.92382"
561
+ height="2.7304668"
562
+ x="30.454166"
563
+ y="145.71739" />
564
+ <rect
565
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
566
+ id="rect2"
567
+ width="93.92382"
568
+ height="8.4765606"
569
+ x="30.454166"
570
+ y="102.45078" />
571
+ <rect
572
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
573
+ id="rect2-2"
574
+ width="93.92382"
575
+ height="2.7304668"
576
+ x="30.454165"
577
+ y="94.463615" />
578
+ <rect
579
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
580
+ id="rect2-2-7"
581
+ width="93.92382"
582
+ height="2.7304668"
583
+ x="30.454165"
584
+ y="116.18404" />
585
+ <rect
586
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
587
+ id="rect2-2-6"
588
+ width="93.92382"
589
+ height="2.7304668"
590
+ x="30.454166"
591
+ y="64.930275" />
592
+ <rect
593
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
594
+ id="rect2-5"
595
+ width="2.5361254"
596
+ height="83.517578"
597
+ x="30.454166"
598
+ y="64.930275" />
599
+ <rect
600
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
601
+ id="rect2-5-9"
602
+ width="2.5361254"
603
+ height="83.517578"
604
+ x="121.84187"
605
+ y="64.930275" />
606
+ <rect
607
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
608
+ id="rect2-5-2"
609
+ width="2.5361254"
610
+ height="83.517578"
611
+ x="67.533714"
612
+ y="64.930275" />
613
+ <rect
614
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
615
+ id="rect2-5-7"
616
+ width="2.5361254"
617
+ height="83.517578"
618
+ x="84.762299"
619
+ y="64.930275" />
620
+ <rect
621
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
622
+ id="rect2-5-7-9"
623
+ width="2.5361254"
624
+ height="83.517578"
625
+ x="91.434235"
626
+ y="64.930275" />
627
+ <rect
628
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
629
+ id="rect2-5-7-9-6"
630
+ width="2.5361254"
631
+ height="83.517578"
632
+ x="60.861774"
633
+ y="64.930275" />
634
+ <rect
635
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
636
+ id="rect2-5-7-9-1"
637
+ width="2.5361254"
638
+ height="83.517578"
639
+ x="104.91379"
640
+ y="64.930275" />
641
+ <rect
642
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
643
+ id="rect2-5-7-9-1-9"
644
+ width="2.5361254"
645
+ height="83.517578"
646
+ x="111.58572"
647
+ y="64.930275" />
648
+ <rect
649
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
650
+ id="rect2-5-7-9-6-7"
651
+ width="2.5361254"
652
+ height="83.517578"
653
+ x="47.382214"
654
+ y="64.930275" />
655
+ <rect
656
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
657
+ id="rect2-5-7-9-6-7-8"
658
+ width="2.5361254"
659
+ height="83.517578"
660
+ x="40.71027"
661
+ y="64.930275" />
662
+ <path
663
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
664
+ d="m 124.51028,64.665692 h 15.24363"
665
+ id="path3" />
666
+ <path
667
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
668
+ d="m 124.51029,148.71244 h 15.24363"
669
+ id="path3-1" />
670
+ <path
671
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
672
+ d="m 15.078245,64.665692 h 15.24363"
673
+ id="path3-0" />
674
+ <path
675
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
676
+ d="m 15.078245,67.925325 h 15.24363"
677
+ id="path3-2" />
678
+ <path
679
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
680
+ d="m 15.078243,94.199033 h 15.24363"
681
+ id="path3-9" />
682
+ <path
683
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
684
+ d="m 15.078243,97.458666 h 15.24363"
685
+ id="path3-8" />
686
+ <path
687
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
688
+ d="m 15.078245,102.45078 h 15.24363"
689
+ id="path3-27" />
690
+ <path
691
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
692
+ d="m 15.078245,110.92734 h 15.24363"
693
+ id="path3-10" />
694
+ <path
695
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
696
+ d="m 124.51029,106.55677 h 6.94599"
697
+ id="path3-94" />
698
+ <path
699
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
700
+ d="m 124.51028,97.458666 h 6.946"
701
+ id="path3-94-1" />
702
+ <path
703
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
704
+ d="M 30.454166,64.533401 V 49.289771"
705
+ id="path3-15" />
706
+ <path
707
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
708
+ d="M 124.37799,64.533401 V 49.289771"
709
+ id="path3-6" />
710
+ <path
711
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#marker5)"
712
+ d="M 31.820707,49.28977 H 123.02944"
713
+ id="path4" />
714
+ <path
715
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6);marker-end:url(#marker5-6)"
716
+ d="M 139.75391,66.026691 V 147.32945"
717
+ id="path4-4" />
718
+ <path
719
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2);marker-end:url(#marker5-6-3)"
720
+ d="m 131.45628,98.783094 v 6.449246"
721
+ id="path4-4-8" />
722
+ <path
723
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0);marker-end:url(#marker5-6-3-6)"
724
+ d="m 15.078245,103.7319 v 5.91432"
725
+ id="path4-4-8-5" />
726
+ <path
727
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3);marker-end:url(#marker5-6-3-6-9-4)"
728
+ d="m 15.078245,65.843994 v 0.903028"
729
+ id="path4-4-8-5-8-4" />
730
+ <path
731
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3);marker-end:url(#marker5-6-3-6-9-4-7)"
732
+ d="m 15.078243,95.319476 v 0.903028"
733
+ id="path4-4-8-5-8-4-6" />
734
+ <path
735
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
736
+ d="M 30.189583,163.82378 V 148.58015"
737
+ id="path3-15-8" />
738
+ <path
739
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
740
+ d="M 33.254875,163.82377 V 148.58014"
741
+ id="path3-15-1" />
742
+ <path
743
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9);marker-end:url(#marker5-6-3-6-9-4-7-5)"
744
+ d="m 31.351226,163.82378 h 0.742005"
745
+ id="path4-4-8-5-8-4-6-8" />
746
+ <path
747
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
748
+ d="M 84.762298,163.82377 V 148.58014"
749
+ id="path3-15-1-9" />
750
+ <path
751
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
752
+ d="M 70.334426,163.82377 V 148.58014"
753
+ id="path3-15-1-3" />
754
+ <path
755
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6);marker-end:url(#marker5-6-3-6-9-4-7-5-4)"
756
+ d="M 71.905924,163.82377 H 83.190799"
757
+ id="path4-4-8-5-8-4-6-8-8" />
758
+ <path
759
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
760
+ d="M 60.597191,163.82377 V 148.58014"
761
+ id="path3-15-1-3-6" />
762
+ <path
763
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0)"
764
+ d="m 42.040381,163.82377 h 7.095937"
765
+ id="path4-4-8-5-8-4-6-8-8-5" />
766
+ <path
767
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
768
+ d="M 50.182922,163.82377 V 148.58014"
769
+ id="path3-15-1-3-6-9" />
770
+ <path
771
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
772
+ d="M 40.71027,163.82377 V 148.58014"
773
+ id="path3-15-1-3-6-2" />
774
+ <path
775
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
776
+ d="M 93.97036,163.69147 V 148.44784"
777
+ id="path3-15-1-3-6-7" />
778
+ <path
779
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
780
+ d="M 104.64921,163.82377 V 148.58014"
781
+ id="path3-15-1-3-6-1" />
782
+ <path
783
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
784
+ d="M 114.12185,163.69147 V 148.44784"
785
+ id="path3-15-1-3-6-3" />
786
+ <path
787
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1)"
788
+ d="M 51.738219,163.82377 H 59.38032"
789
+ id="path4-4-8-5-8-4-6-8-8-5-1" />
790
+ <path
791
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-8);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0)"
792
+ d="m 61.814382,163.82377 h 7.20643"
793
+ id="path4-4-8-5-8-4-6-8-8-5-1-6" />
794
+ <path
795
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0-2)"
796
+ d="m 86.082337,163.82377 h 6.832565"
797
+ id="path4-4-8-5-8-4-6-8-8-5-1-6-7" />
798
+ <path
799
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-0-0);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-2)"
800
+ d="m 95.44528,163.82377 h 7.79399"
801
+ id="path4-4-8-5-8-4-6-8-8-5-1-0" />
802
+ <path
803
+ style="fill:none;stroke:#000000;stroke-width:0.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-0-1-3-3-9-6-0-3);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-10)"
804
+ d="m 105.76965,163.69147 h 7.09594"
805
+ id="path4-4-8-5-8-4-6-8-8-5-0" />
806
+ <text
807
+ xml:space="preserve"
808
+ transform="matrix(0.26458333,0,0,0.26458333,-51.364258,9.9541015)"
809
+ id="text5"
810
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5)"><tspan
811
+ x="477.3418"
812
+ y="143.58401"
813
+ id="tspan2">L1</tspan></text>
814
+ <text
815
+ xml:space="preserve"
816
+ transform="matrix(0.26458333,0,0,0.26458333,4.6464843,-27.546874)"
817
+ id="text6"
818
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6)"><tspan
819
+ x="18.019531"
820
+ y="514.31839"
821
+ id="tspan3">D1</tspan></text>
822
+ <text
823
+ xml:space="preserve"
824
+ transform="matrix(0.26458333,0,0,0.26458333,18.15625,-55.376952)"
825
+ id="text7"
826
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7)"><tspan
827
+ x="463.98438"
828
+ y="612.33401"
829
+ id="tspan4">L2</tspan></text>
830
+ <text
831
+ xml:space="preserve"
832
+ transform="matrix(0.26458333,0,0,0.26458333,8.6923827,-10.050781)"
833
+ id="text8"
834
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8)"><tspan
835
+ x="77.347656"
836
+ y="675.29105"
837
+ id="tspan5">H1</tspan></text>
838
+ <text
839
+ xml:space="preserve"
840
+ transform="matrix(0.26458333,0,0,0.26458333,-12.366135,-110.92879)"
841
+ id="text8-6"
842
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1);display:inline"><tspan
843
+ x="77.347656"
844
+ y="675.29105"
845
+ id="tspan6">H2</tspan></text>
846
+ <text
847
+ xml:space="preserve"
848
+ transform="matrix(0.26458333,0,0,0.26458333,-12.307736,-81.71057)"
849
+ id="text8-6-0"
850
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-1-3);display:inline"><tspan
851
+ x="77.347656"
852
+ y="675.29105"
853
+ id="tspan7">H2</tspan></text>
854
+ <text
855
+ xml:space="preserve"
856
+ transform="matrix(0.26458333,0,0,0.26458333,5.359375,-62.452148)"
857
+ id="text9"
858
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9)"><tspan
859
+ x="480.52344"
860
+ y="628.37503"
861
+ id="tspan8">L3</tspan></text>
862
+ <text
863
+ xml:space="preserve"
864
+ transform="matrix(0.26458333,0,0,0.26458333,-18.757812,-18.874023)"
865
+ id="text10"
866
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10)"><tspan
867
+ x="232.99805"
868
+ y="706.12503"
869
+ id="tspan9">L4</tspan></text>
870
+ <text
871
+ xml:space="preserve"
872
+ transform="matrix(0.26458333,0,0,0.26458333,1.2391278,-18.283501)"
873
+ id="text10-0"
874
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-4);display:inline"><tspan
875
+ x="232.99805"
876
+ y="706.12503"
877
+ id="tspan10">L4</tspan></text>
878
+ <text
879
+ xml:space="preserve"
880
+ transform="matrix(0.26458333,0,0,0.26458333,25.897722,-18.293072)"
881
+ id="text10-5"
882
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-6);display:inline"><tspan
883
+ x="232.99805"
884
+ y="706.12503"
885
+ id="tspan12">L4</tspan></text>
886
+ <text
887
+ xml:space="preserve"
888
+ transform="matrix(0.26458333,0,0,0.26458333,45.025781,-18.818267)"
889
+ id="text10-8"
890
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-7);display:inline"><tspan
891
+ x="232.99805"
892
+ y="706.12503"
893
+ id="tspan13">L4</tspan></text>
894
+ <text
895
+ xml:space="preserve"
896
+ transform="matrix(0.26458333,0,0,0.26458333,26.501953,-17.057617)"
897
+ id="text11"
898
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11)"><tspan
899
+ x="183.22266"
900
+ y="680.28128"
901
+ id="tspan14">L5</tspan></text>
902
+ <text
903
+ xml:space="preserve"
904
+ transform="matrix(0.26458333,0,0,0.26458333,-8.3513017,-24.389165)"
905
+ id="text10-7"
906
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60);display:inline"><tspan
907
+ x="232.99805"
908
+ y="706.12503"
909
+ id="tspan15">L6</tspan></text>
910
+ <text
911
+ xml:space="preserve"
912
+ transform="matrix(0.26458333,0,0,0.26458333,35.992121,-24.419703)"
913
+ id="text10-7-9"
914
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60-1);display:inline"><tspan
915
+ x="232.99805"
916
+ y="706.12503"
917
+ id="tspan16">L6</tspan></text>
918
+ <path
919
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
920
+ d="M 77.548368,156.20195 V 106.68906"
921
+ id="path3-15-1-9-1" />
922
+ </g>
923
+ </svg>