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,902 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="510.92682"
6
+ height="250.75218"
7
+ viewBox="0 0 135.18272 66.344848"
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="472.69449"
16
+ y="1240.8157"
17
+ width="35.290516"
18
+ height="24.365952"
19
+ id="rect16" />
20
+ <marker
21
+ style="overflow:visible"
22
+ id="RoundedArrow-6-2-0-1-3-3-3-7-7"
23
+ refX="0"
24
+ refY="0"
25
+ orient="auto-start-reverse"
26
+ markerWidth="1"
27
+ markerHeight="1"
28
+ viewBox="0 0 1 1"
29
+ preserveAspectRatio="xMidYMid">
30
+ <path
31
+ transform="scale(0.7)"
32
+ 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"
33
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
34
+ id="path8-5-9-9-5-0-1-3-8-5" />
35
+ </marker>
36
+ <marker
37
+ style="overflow:visible"
38
+ id="RoundedArrow-6-2-0-1-3-3-3-8-9-3"
39
+ refX="0"
40
+ refY="0"
41
+ orient="auto-start-reverse"
42
+ markerWidth="1"
43
+ markerHeight="1"
44
+ viewBox="0 0 1 1"
45
+ preserveAspectRatio="xMidYMid">
46
+ <path
47
+ transform="scale(0.7)"
48
+ 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"
49
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
50
+ id="path8-5-9-9-5-0-1-3-9-0-5" />
51
+ </marker>
52
+ <rect
53
+ x="377.27731"
54
+ y="898.37415"
55
+ width="52.217644"
56
+ height="35.377708"
57
+ id="rect14-6" />
58
+ <rect
59
+ x="77.347443"
60
+ y="662.31421"
61
+ width="84.73671"
62
+ height="47.255165"
63
+ id="rect8-2" />
64
+ <marker
65
+ style="overflow:visible"
66
+ id="RoundedArrow-6-2-0-1-3-3-3-8-9-3-3"
67
+ refX="0"
68
+ refY="0"
69
+ orient="auto-start-reverse"
70
+ markerWidth="1"
71
+ markerHeight="1"
72
+ viewBox="0 0 1 1"
73
+ preserveAspectRatio="xMidYMid">
74
+ <path
75
+ transform="scale(0.7)"
76
+ 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"
77
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
78
+ id="path8-5-9-9-5-0-1-3-9-0-5-7" />
79
+ </marker>
80
+ <marker
81
+ style="overflow:visible"
82
+ id="RoundedArrow-6-2-0-1-3-3-3-7-7-5"
83
+ refX="0"
84
+ refY="0"
85
+ orient="auto-start-reverse"
86
+ markerWidth="1"
87
+ markerHeight="1"
88
+ viewBox="0 0 1 1"
89
+ preserveAspectRatio="xMidYMid">
90
+ <path
91
+ transform="scale(0.7)"
92
+ 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"
93
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
94
+ id="path8-5-9-9-5-0-1-3-8-5-9" />
95
+ </marker>
96
+ <marker
97
+ style="overflow:visible"
98
+ id="RoundedArrow-6-2-04-2-3"
99
+ refX="0"
100
+ refY="0"
101
+ orient="auto-start-reverse"
102
+ markerWidth="1"
103
+ markerHeight="1"
104
+ viewBox="0 0 1 1"
105
+ preserveAspectRatio="xMidYMid">
106
+ <path
107
+ transform="scale(0.7)"
108
+ 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"
109
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
110
+ id="path8-5-9-2-6-6" />
111
+ </marker>
112
+ <marker
113
+ style="overflow:visible"
114
+ id="marker5-6-3-2-1-1"
115
+ refX="0"
116
+ refY="0"
117
+ orient="auto-start-reverse"
118
+ markerWidth="1"
119
+ markerHeight="1"
120
+ viewBox="0 0 1 1"
121
+ preserveAspectRatio="xMidYMid">
122
+ <path
123
+ transform="scale(0.7)"
124
+ 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"
125
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
126
+ id="path5-3-9-2-8-2" />
127
+ </marker>
128
+ <marker
129
+ style="overflow:visible"
130
+ id="RoundedArrow-6-2-04-2-2-9"
131
+ refX="0"
132
+ refY="0"
133
+ orient="auto-start-reverse"
134
+ markerWidth="1"
135
+ markerHeight="1"
136
+ viewBox="0 0 1 1"
137
+ preserveAspectRatio="xMidYMid">
138
+ <path
139
+ transform="scale(0.7)"
140
+ 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"
141
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
142
+ id="path8-5-9-2-6-3-3" />
143
+ </marker>
144
+ <marker
145
+ style="overflow:visible"
146
+ id="marker5-6-3-2-1-7-1"
147
+ refX="0"
148
+ refY="0"
149
+ orient="auto-start-reverse"
150
+ markerWidth="1"
151
+ markerHeight="1"
152
+ viewBox="0 0 1 1"
153
+ preserveAspectRatio="xMidYMid">
154
+ <path
155
+ transform="scale(0.7)"
156
+ 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"
157
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
158
+ id="path5-3-9-2-8-5-9" />
159
+ </marker>
160
+ <rect
161
+ x="457.96124"
162
+ y="914.39246"
163
+ width="60.51133"
164
+ height="51.02951"
165
+ id="rect4-4" />
166
+ <rect
167
+ x="386.61539"
168
+ y="938.71246"
169
+ width="36.163876"
170
+ height="24.295645"
171
+ id="rect15-7" />
172
+ <marker
173
+ style="overflow:visible"
174
+ id="RoundedArrow-6-2-04-2-3-4"
175
+ refX="0"
176
+ refY="0"
177
+ orient="auto-start-reverse"
178
+ markerWidth="1"
179
+ markerHeight="1"
180
+ viewBox="0 0 1 1"
181
+ preserveAspectRatio="xMidYMid">
182
+ <path
183
+ transform="scale(0.7)"
184
+ 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"
185
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
186
+ id="path8-5-9-2-6-6-7" />
187
+ </marker>
188
+ <marker
189
+ style="overflow:visible"
190
+ id="marker5-6-3-2-1-1-6"
191
+ refX="0"
192
+ refY="0"
193
+ orient="auto-start-reverse"
194
+ markerWidth="1"
195
+ markerHeight="1"
196
+ viewBox="0 0 1 1"
197
+ preserveAspectRatio="xMidYMid">
198
+ <path
199
+ transform="scale(0.7)"
200
+ 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"
201
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
202
+ id="path5-3-9-2-8-2-5" />
203
+ </marker>
204
+ <marker
205
+ style="overflow:visible"
206
+ id="RoundedArrow-4"
207
+ refX="0"
208
+ refY="0"
209
+ orient="auto-start-reverse"
210
+ markerWidth="1"
211
+ markerHeight="1"
212
+ viewBox="0 0 1 1"
213
+ preserveAspectRatio="xMidYMid">
214
+ <path
215
+ transform="scale(0.7)"
216
+ 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"
217
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
218
+ id="path8-52" />
219
+ </marker>
220
+ <marker
221
+ style="overflow:visible"
222
+ id="marker5-5"
223
+ refX="0"
224
+ refY="0"
225
+ orient="auto-start-reverse"
226
+ markerWidth="1"
227
+ markerHeight="1"
228
+ viewBox="0 0 1 1"
229
+ preserveAspectRatio="xMidYMid">
230
+ <path
231
+ transform="scale(0.7)"
232
+ 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"
233
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
234
+ id="path5-4" />
235
+ </marker>
236
+ <rect
237
+ x="477.34253"
238
+ y="130.60777"
239
+ width="70.286659"
240
+ height="45.62746"
241
+ id="rect5-7" />
242
+ <marker
243
+ style="overflow:visible"
244
+ id="RoundedArrow-6-2-0-1-3-3-9-6-9"
245
+ refX="0"
246
+ refY="0"
247
+ orient="auto-start-reverse"
248
+ markerWidth="1"
249
+ markerHeight="1"
250
+ viewBox="0 0 1 1"
251
+ preserveAspectRatio="xMidYMid">
252
+ <path
253
+ transform="scale(0.7)"
254
+ 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"
255
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
256
+ id="path8-5-9-9-5-0-1-7-0-4" />
257
+ </marker>
258
+ <marker
259
+ style="overflow:visible"
260
+ id="marker5-6-3-6-9-4-7-5-4-9"
261
+ refX="0"
262
+ refY="0"
263
+ orient="auto-start-reverse"
264
+ markerWidth="1"
265
+ markerHeight="1"
266
+ viewBox="0 0 1 1"
267
+ preserveAspectRatio="xMidYMid">
268
+ <path
269
+ transform="scale(0.7)"
270
+ 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"
271
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
272
+ id="path5-3-9-3-8-4-5-3-8-0" />
273
+ </marker>
274
+ <marker
275
+ style="overflow:visible"
276
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-9"
277
+ refX="0"
278
+ refY="0"
279
+ orient="auto-start-reverse"
280
+ markerWidth="1"
281
+ markerHeight="1"
282
+ viewBox="0 0 1 1"
283
+ preserveAspectRatio="xMidYMid">
284
+ <path
285
+ transform="scale(0.7)"
286
+ 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"
287
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
288
+ id="path8-5-9-9-5-0-1-7-0-3-17" />
289
+ </marker>
290
+ <marker
291
+ style="overflow:visible"
292
+ id="marker5-6-3-6-9-4-7-5-4-0-7"
293
+ refX="0"
294
+ refY="0"
295
+ orient="auto-start-reverse"
296
+ markerWidth="1"
297
+ markerHeight="1"
298
+ viewBox="0 0 1 1"
299
+ preserveAspectRatio="xMidYMid">
300
+ <path
301
+ transform="scale(0.7)"
302
+ 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"
303
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
304
+ id="path5-3-9-3-8-4-5-3-8-9-1" />
305
+ </marker>
306
+ <marker
307
+ style="overflow:visible"
308
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-1"
309
+ refX="0"
310
+ refY="0"
311
+ orient="auto-start-reverse"
312
+ markerWidth="1"
313
+ markerHeight="1"
314
+ viewBox="0 0 1 1"
315
+ preserveAspectRatio="xMidYMid">
316
+ <path
317
+ transform="scale(0.7)"
318
+ 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"
319
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
320
+ id="path8-5-9-9-5-0-1-7-0-3-2-59" />
321
+ </marker>
322
+ <marker
323
+ style="overflow:visible"
324
+ id="marker5-6-3-6-9-4-7-5-4-0-1-7"
325
+ refX="0"
326
+ refY="0"
327
+ orient="auto-start-reverse"
328
+ markerWidth="1"
329
+ markerHeight="1"
330
+ viewBox="0 0 1 1"
331
+ preserveAspectRatio="xMidYMid">
332
+ <path
333
+ transform="scale(0.7)"
334
+ 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"
335
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
336
+ id="path5-3-9-3-8-4-5-3-8-9-0-7" />
337
+ </marker>
338
+ <marker
339
+ style="overflow:visible"
340
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-6"
341
+ refX="0"
342
+ refY="0"
343
+ orient="auto-start-reverse"
344
+ markerWidth="1"
345
+ markerHeight="1"
346
+ viewBox="0 0 1 1"
347
+ preserveAspectRatio="xMidYMid">
348
+ <path
349
+ transform="scale(0.7)"
350
+ 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"
351
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
352
+ id="path8-5-9-9-5-0-1-7-0-3-2-5-7" />
353
+ </marker>
354
+ <marker
355
+ style="overflow:visible"
356
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0-3"
357
+ refX="0"
358
+ refY="0"
359
+ orient="auto-start-reverse"
360
+ markerWidth="1"
361
+ markerHeight="1"
362
+ viewBox="0 0 1 1"
363
+ preserveAspectRatio="xMidYMid">
364
+ <path
365
+ transform="scale(0.7)"
366
+ 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"
367
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
368
+ id="path5-3-9-3-8-4-5-3-8-9-0-6-6" />
369
+ </marker>
370
+ <marker
371
+ style="overflow:visible"
372
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-8-8-5"
373
+ refX="0"
374
+ refY="0"
375
+ orient="auto-start-reverse"
376
+ markerWidth="1"
377
+ markerHeight="1"
378
+ viewBox="0 0 1 1"
379
+ preserveAspectRatio="xMidYMid">
380
+ <path
381
+ transform="scale(0.7)"
382
+ 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"
383
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
384
+ id="path8-5-9-9-5-0-1-7-0-3-2-5-6-6" />
385
+ </marker>
386
+ <marker
387
+ style="overflow:visible"
388
+ id="marker5-6-3-6-9-4-7-5-4-0-1-0-2-3"
389
+ refX="0"
390
+ refY="0"
391
+ orient="auto-start-reverse"
392
+ markerWidth="1"
393
+ markerHeight="1"
394
+ viewBox="0 0 1 1"
395
+ preserveAspectRatio="xMidYMid">
396
+ <path
397
+ transform="scale(0.7)"
398
+ 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"
399
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
400
+ id="path5-3-9-3-8-4-5-3-8-9-0-6-8-9" />
401
+ </marker>
402
+ <marker
403
+ style="overflow:visible"
404
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-0-0-4"
405
+ refX="0"
406
+ refY="0"
407
+ orient="auto-start-reverse"
408
+ markerWidth="1"
409
+ markerHeight="1"
410
+ viewBox="0 0 1 1"
411
+ preserveAspectRatio="xMidYMid">
412
+ <path
413
+ transform="scale(0.7)"
414
+ 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"
415
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
416
+ id="path8-5-9-9-5-0-1-7-0-3-2-6-8" />
417
+ </marker>
418
+ <marker
419
+ style="overflow:visible"
420
+ id="marker5-6-3-6-9-4-7-5-4-0-1-2-1"
421
+ refX="0"
422
+ refY="0"
423
+ orient="auto-start-reverse"
424
+ markerWidth="1"
425
+ markerHeight="1"
426
+ viewBox="0 0 1 1"
427
+ preserveAspectRatio="xMidYMid">
428
+ <path
429
+ transform="scale(0.7)"
430
+ 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"
431
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
432
+ id="path5-3-9-3-8-4-5-3-8-9-0-9-2" />
433
+ </marker>
434
+ <marker
435
+ style="overflow:visible"
436
+ id="RoundedArrow-6-2-0-1-3-3-9-6-0-3-9"
437
+ refX="0"
438
+ refY="0"
439
+ orient="auto-start-reverse"
440
+ markerWidth="1"
441
+ markerHeight="1"
442
+ viewBox="0 0 1 1"
443
+ preserveAspectRatio="xMidYMid">
444
+ <path
445
+ transform="scale(0.7)"
446
+ 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"
447
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
448
+ id="path8-5-9-9-5-0-1-7-0-3-1-3" />
449
+ </marker>
450
+ <marker
451
+ style="overflow:visible"
452
+ id="marker5-6-3-6-9-4-7-5-4-0-10-9"
453
+ refX="0"
454
+ refY="0"
455
+ orient="auto-start-reverse"
456
+ markerWidth="1"
457
+ markerHeight="1"
458
+ viewBox="0 0 1 1"
459
+ preserveAspectRatio="xMidYMid">
460
+ <path
461
+ transform="scale(0.7)"
462
+ 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"
463
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
464
+ id="path5-3-9-3-8-4-5-3-8-9-3-0" />
465
+ </marker>
466
+ <rect
467
+ x="232.99828"
468
+ y="693.14838"
469
+ width="86.641243"
470
+ height="36.167568"
471
+ id="rect10-8" />
472
+ <rect
473
+ x="232.99828"
474
+ y="693.14838"
475
+ width="86.641243"
476
+ height="36.167568"
477
+ id="rect10-4-8" />
478
+ <rect
479
+ x="232.99828"
480
+ y="693.14838"
481
+ width="86.641243"
482
+ height="36.167568"
483
+ id="rect10-6-5" />
484
+ <rect
485
+ x="232.99828"
486
+ y="693.14838"
487
+ width="86.641243"
488
+ height="36.167568"
489
+ id="rect10-7-0" />
490
+ <rect
491
+ x="183.22218"
492
+ y="667.30438"
493
+ width="108.47318"
494
+ height="49.624756"
495
+ id="rect11-9" />
496
+ <rect
497
+ x="232.99828"
498
+ y="693.14838"
499
+ width="86.641243"
500
+ height="36.167568"
501
+ id="rect10-60-6" />
502
+ <rect
503
+ x="232.99828"
504
+ y="693.14838"
505
+ width="86.641243"
506
+ height="36.167568"
507
+ id="rect10-60-1-3" />
508
+ </defs>
509
+ <g
510
+ id="layer1"
511
+ transform="translate(-15.975817,-282.74008)">
512
+ <rect
513
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
514
+ id="rect25"
515
+ width="134.91814"
516
+ height="66.080246"
517
+ x="16.108109"
518
+ y="282.87238" />
519
+ <rect
520
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
521
+ id="rect2-5-94"
522
+ width="2.5361254"
523
+ height="8.310585"
524
+ x="26.590626"
525
+ y="307.46964" />
526
+ <rect
527
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
528
+ id="rect2-5-9-7"
529
+ width="2.5361254"
530
+ height="8.310585"
531
+ x="117.97834"
532
+ y="307.46964" />
533
+ <rect
534
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
535
+ id="rect2-5-2-8"
536
+ width="2.5361254"
537
+ height="8.310585"
538
+ x="63.670174"
539
+ y="307.46964" />
540
+ <rect
541
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
542
+ id="rect2-5-7-4"
543
+ width="2.5361254"
544
+ height="8.310585"
545
+ x="80.898758"
546
+ y="307.46964" />
547
+ <rect
548
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
549
+ id="rect2-5-7-9-5"
550
+ width="2.5361254"
551
+ height="8.310585"
552
+ x="87.570694"
553
+ y="307.46964" />
554
+ <rect
555
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
556
+ id="rect2-5-7-9-6-0"
557
+ width="2.5361254"
558
+ height="8.310585"
559
+ x="56.99823"
560
+ y="307.46964" />
561
+ <rect
562
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
563
+ id="rect2-5-7-9-1-3"
564
+ width="2.5361254"
565
+ height="8.310585"
566
+ x="101.05025"
567
+ y="307.46964" />
568
+ <rect
569
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
570
+ id="rect2-5-7-9-1-9-6"
571
+ width="2.5361254"
572
+ height="8.310585"
573
+ x="107.72218"
574
+ y="307.46964" />
575
+ <rect
576
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
577
+ id="rect2-5-7-9-6-7-1"
578
+ width="2.5361254"
579
+ height="8.310585"
580
+ x="43.518669"
581
+ y="307.46964" />
582
+ <rect
583
+ style="fill:#afdde9;fill-opacity:0.8;stroke:#afdde9;stroke-width:0.264583"
584
+ id="rect2-5-7-9-6-7-8-0"
585
+ width="2.5361254"
586
+ height="8.310585"
587
+ x="36.846725"
588
+ y="307.46964" />
589
+ <rect
590
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
591
+ id="rect2-7"
592
+ width="93.92382"
593
+ height="8.4765606"
594
+ x="26.590626"
595
+ y="316.0448" />
596
+ <rect
597
+ style="fill:#2c89a0;stroke:#5fbcd3;stroke-width:0.264583"
598
+ id="rect2-2-7-2"
599
+ width="93.92382"
600
+ height="3.9713562"
601
+ x="26.590626"
602
+ y="316.0448" />
603
+ <rect
604
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
605
+ id="rect2-5-94-0"
606
+ width="1.7782087"
607
+ height="7.6822267"
608
+ x="26.969584"
609
+ y="307.78381" />
610
+ <rect
611
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
612
+ id="rect2-5-94-0-5"
613
+ width="1.7782087"
614
+ height="7.6822267"
615
+ x="37.225685"
616
+ y="307.78381" />
617
+ <rect
618
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
619
+ id="rect2-5-94-0-56"
620
+ width="1.7782087"
621
+ height="7.6822267"
622
+ x="43.897629"
623
+ y="307.78381" />
624
+ <rect
625
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
626
+ id="rect2-5-94-0-4"
627
+ width="1.7782087"
628
+ height="7.6822267"
629
+ x="57.37719"
630
+ y="307.78381" />
631
+ <rect
632
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
633
+ id="rect2-5-94-0-47"
634
+ width="1.7782087"
635
+ height="7.6822267"
636
+ x="64.049133"
637
+ y="307.78381" />
638
+ <rect
639
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
640
+ id="rect2-5-94-0-0"
641
+ width="1.7782087"
642
+ height="7.6822267"
643
+ x="81.277718"
644
+ y="307.78381" />
645
+ <rect
646
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
647
+ id="rect2-5-94-0-8"
648
+ width="1.7782087"
649
+ height="7.6822267"
650
+ x="87.949654"
651
+ y="307.78381" />
652
+ <rect
653
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
654
+ id="rect2-5-94-0-1"
655
+ width="1.7782087"
656
+ height="7.6822267"
657
+ x="101.42921"
658
+ y="307.78381" />
659
+ <rect
660
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
661
+ id="rect2-5-94-0-06"
662
+ width="1.7782087"
663
+ height="7.6822267"
664
+ x="108.10114"
665
+ y="307.78381" />
666
+ <rect
667
+ style="fill:#ffffff;fill-opacity:1;stroke:#afdde9;stroke-width:0.264583"
668
+ id="rect2-5-94-0-6"
669
+ width="1.7782087"
670
+ height="7.6822267"
671
+ x="118.3573"
672
+ y="307.78381" />
673
+ <path
674
+ 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-3-7-7)"
675
+ d="m 28.330746,311.42377 h 1.976711"
676
+ id="path4-4-8-5-8-4-6-4-5-9" />
677
+ <path
678
+ 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-3-8-9-3)"
679
+ d="M 25.043784,311.50026 H 23.067073"
680
+ id="path4-4-8-5-8-4-6-4-6-0-1" />
681
+ <text
682
+ xml:space="preserve"
683
+ transform="matrix(0.26458333,0,0,0.26458333,-81.665347,71.660901)"
684
+ id="text14-2"
685
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect14-6);display:inline"><tspan
686
+ x="377.27734"
687
+ y="911.35159"
688
+ id="tspan1">E3</tspan></text>
689
+ <path
690
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
691
+ d="m 26.590626,292.09371 v 15.24363"
692
+ id="path3-15-8-1" />
693
+ <path
694
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
695
+ d="m 29.126751,292.09372 v 15.24363"
696
+ id="path3-15-1-8" />
697
+ <text
698
+ xml:space="preserve"
699
+ transform="matrix(0.26458333,0,0,0.26458333,5.3691629,112.10924)"
700
+ id="text8-9"
701
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8-2);display:inline"><tspan
702
+ x="77.347656"
703
+ y="675.29105"
704
+ id="tspan2">H1</tspan></text>
705
+ <path
706
+ 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-3-7-7-5)"
707
+ d="m 30.320802,292.09372 h 1.976711"
708
+ id="path4-4-8-5-8-4-6-4-5-9-2" />
709
+ <path
710
+ 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-3-8-9-3-3)"
711
+ d="M 25.2056,292.09371 H 23.228889"
712
+ id="path4-4-8-5-8-4-6-4-6-0-1-8" />
713
+ <path
714
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
715
+ d="m 120.51445,320.01614 h 12.09391"
716
+ id="path3-94-2-2-4" />
717
+ <path
718
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
719
+ d="m 120.64675,316.04479 h 22.40589"
720
+ id="path3-94-2-2-7-5" />
721
+ <path
722
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
723
+ d="m 120.64676,307.46963 h 12.09391"
724
+ id="path3-94-2-2-6-0" />
725
+ <path
726
+ style="fill:none;stroke:#000000;stroke-width:0.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2-3);marker-end:url(#marker5-6-3-2-1-1)"
727
+ d="m 132.74068,308.8252 v 5.72849"
728
+ id="path4-4-8-0-9-3" />
729
+ <path
730
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2-2-9);marker-end:url(#marker5-6-3-2-1-7-1)"
731
+ d="m 132.60836,317.08938 v 1.82465"
732
+ id="path4-4-8-0-9-2-6" />
733
+ <text
734
+ xml:space="preserve"
735
+ transform="matrix(0.26458333,0,0,0.26458333,12.317042,74.049755)"
736
+ id="text2-1"
737
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4-4);display:inline"><tspan
738
+ x="457.96094"
739
+ y="927.36917"
740
+ id="tspan3">H4</tspan></text>
741
+ <text
742
+ xml:space="preserve"
743
+ transform="matrix(0.26458333,0,0,0.26458333,30.866481,61.131144)"
744
+ id="text12-6"
745
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15-7);display:inline"><tspan
746
+ x="386.61523"
747
+ y="951.68948"
748
+ id="tspan4">H3</tspan></text>
749
+ <path
750
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
751
+ d="m 120.64674,324.52136 h 22.40589"
752
+ id="path3-94-2-2-7-5-1" />
753
+ <path
754
+ style="fill:none;stroke:#000000;stroke-width:0.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6-2-04-2-3-4);marker-end:url(#marker5-6-3-2-1-1-6)"
755
+ d="m 143.05264,317.42981 v 5.72849"
756
+ id="path4-4-8-0-9-3-9" />
757
+ <text
758
+ xml:space="preserve"
759
+ transform="matrix(0.26458333,0,0,0.26458333,18.389032,-10.024199)"
760
+ id="text3"
761
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
762
+ x="472.69531"
763
+ y="1253.793"
764
+ id="tspan5">D1</tspan></text>
765
+ <path
766
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
767
+ d="M 26.326043,339.89728 V 324.65365"
768
+ id="path3-15-4" />
769
+ <path
770
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
771
+ d="M 120.24987,339.89728 V 324.65365"
772
+ id="path3-6-3" />
773
+ <path
774
+ style="fill:none;stroke:#000000;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-4);marker-end:url(#marker5-5)"
775
+ d="M 27.588154,339.57905 H 118.7969"
776
+ id="path4-0" />
777
+ <text
778
+ xml:space="preserve"
779
+ transform="matrix(0.26458333,0,0,0.26458333,-55.619599,305.20694)"
780
+ id="text5-7"
781
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5-7);display:inline"><tspan
782
+ x="477.3418"
783
+ y="143.58401"
784
+ id="tspan6">L1</tspan></text>
785
+ <path
786
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
787
+ d="M 66.206299,307.33734 V 292.09371"
788
+ id="path3-15-4-4" />
789
+ <path
790
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
791
+ d="M 56.99823,307.33734 V 292.09371"
792
+ id="path3-15-4-9" />
793
+ <path
794
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
795
+ d="M 46.054795,307.33734 V 292.09371"
796
+ id="path3-15-4-8" />
797
+ <path
798
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
799
+ d="M 36.846725,307.33734 V 292.09371"
800
+ id="path3-15-4-6" />
801
+ <path
802
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
803
+ d="M 80.898758,307.33734 V 292.09371"
804
+ id="path3-15-4-0" />
805
+ <path
806
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
807
+ d="M 90.106819,307.33734 V 292.09371"
808
+ id="path3-15-4-1" />
809
+ <path
810
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
811
+ d="M 101.05025,307.33734 V 292.09371"
812
+ id="path3-15-4-2" />
813
+ <path
814
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
815
+ d="M 110.25831,307.33734 V 292.09371"
816
+ id="path3-15-4-06" />
817
+ <path
818
+ 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-9);marker-end:url(#marker5-6-3-6-9-4-7-5-4-9)"
819
+ d="M 67.649242,292.0937 H 79.455811"
820
+ id="path4-4-8-5-8-4-6-8-8-56" />
821
+ <path
822
+ 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-9);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-7)"
823
+ d="m 37.725787,292.09371 h 7.095937"
824
+ id="path4-4-8-5-8-4-6-8-8-5-11" />
825
+ <path
826
+ 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-1);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-7)"
827
+ d="m 47.523873,292.0937 h 8.253656"
828
+ id="path4-4-8-5-8-4-6-8-8-5-1-5" />
829
+ <path
830
+ 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-6);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0-3)"
831
+ d="m 58.269302,292.09371 h 6.550875"
832
+ id="path4-4-8-5-8-4-6-8-8-5-1-6-9" />
833
+ <path
834
+ 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-5);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-0-2-3)"
835
+ d="M 82.100015,292.09371 H 88.65179"
836
+ id="path4-4-8-5-8-4-6-8-8-5-1-6-7-8" />
837
+ <path
838
+ 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-4);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-1-2-1)"
839
+ d="m 91.557292,292.0937 h 8.177293"
840
+ id="path4-4-8-5-8-4-6-8-8-5-1-0-4" />
841
+ <path
842
+ 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-9);marker-end:url(#marker5-6-3-6-9-4-7-5-4-0-10-9)"
843
+ d="m 102.34944,292.09371 h 6.60968"
844
+ id="path4-4-8-5-8-4-6-8-8-5-0-8" />
845
+ <text
846
+ xml:space="preserve"
847
+ transform="matrix(0.26458333,0,0,0.26458333,-23.072406,109.39592)"
848
+ id="text10-1"
849
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-8);display:inline"><tspan
850
+ x="232.99805"
851
+ y="706.12503"
852
+ id="tspan7">L4</tspan></text>
853
+ <text
854
+ xml:space="preserve"
855
+ transform="matrix(0.26458333,0,0,0.26458333,-3.0754656,109.98644)"
856
+ id="text10-0-0"
857
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-4-8);display:inline"><tspan
858
+ x="232.99805"
859
+ y="706.12503"
860
+ id="tspan8">L4</tspan></text>
861
+ <text
862
+ xml:space="preserve"
863
+ transform="matrix(0.26458333,0,0,0.26458333,21.583128,109.97687)"
864
+ id="text10-5-4"
865
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-6-5);display:inline"><tspan
866
+ x="232.99805"
867
+ y="706.12503"
868
+ id="tspan9">L4</tspan></text>
869
+ <text
870
+ xml:space="preserve"
871
+ transform="matrix(0.26458333,0,0,0.26458333,40.711187,109.45167)"
872
+ id="text10-8-4"
873
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-7-0);display:inline"><tspan
874
+ x="232.99805"
875
+ y="706.12503"
876
+ id="tspan10">L4</tspan></text>
877
+ <text
878
+ xml:space="preserve"
879
+ transform="matrix(0.26458333,0,0,0.26458333,22.187359,111.21232)"
880
+ id="text11-6"
881
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11-9);display:inline"><tspan
882
+ x="183.22266"
883
+ y="680.28128"
884
+ id="tspan11">L5</tspan></text>
885
+ <text
886
+ xml:space="preserve"
887
+ transform="matrix(0.26458333,0,0,0.26458333,-12.665896,103.88078)"
888
+ id="text10-7-3"
889
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60-6);display:inline"><tspan
890
+ x="232.99805"
891
+ y="706.12503"
892
+ id="tspan12">L6</tspan></text>
893
+ <text
894
+ xml:space="preserve"
895
+ transform="matrix(0.26458333,0,0,0.26458333,31.677527,103.85024)"
896
+ id="text10-7-9-7"
897
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10-60-1-3);display:inline"><tspan
898
+ x="232.99805"
899
+ y="706.12503"
900
+ id="tspan13">L6</tspan></text>
901
+ </g>
902
+ </svg>