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,1211 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="570.4837"
6
+ height="494.35306"
7
+ viewBox="0 0 150.94048 130.79758"
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="59.521198"
16
+ y="718.41455"
17
+ width="47.202511"
18
+ height="34.643707"
19
+ id="rect4" />
20
+ <rect
21
+ x="81.723557"
22
+ y="653.98413"
23
+ width="42.509922"
24
+ height="19.934357"
25
+ id="rect28" />
26
+ <rect
27
+ x="45.675442"
28
+ y="650.34448"
29
+ width="66.905762"
30
+ height="49.507496"
31
+ id="rect26" />
32
+ <rect
33
+ x="245.25417"
34
+ y="243.19498"
35
+ width="158.83022"
36
+ height="32.991646"
37
+ id="rect3" />
38
+ <marker
39
+ style="overflow:visible"
40
+ id="marker15-7"
41
+ refX="0"
42
+ refY="0"
43
+ orient="auto-start-reverse"
44
+ markerWidth="1"
45
+ markerHeight="1"
46
+ viewBox="0 0 1 1"
47
+ preserveAspectRatio="xMidYMid">
48
+ <path
49
+ transform="scale(0.7)"
50
+ 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"
51
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
52
+ id="path15-53" />
53
+ </marker>
54
+ <marker
55
+ style="overflow:visible"
56
+ id="marker15-1-5"
57
+ refX="0"
58
+ refY="0"
59
+ orient="auto-start-reverse"
60
+ markerWidth="1"
61
+ markerHeight="1"
62
+ viewBox="0 0 1 1"
63
+ preserveAspectRatio="xMidYMid">
64
+ <path
65
+ transform="scale(0.7)"
66
+ 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"
67
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
68
+ id="path15-0-62" />
69
+ </marker>
70
+ <rect
71
+ x="453.95419"
72
+ y="1279.0428"
73
+ width="64.279037"
74
+ height="48.515285"
75
+ id="rect15-9" />
76
+ <marker
77
+ style="overflow:visible"
78
+ id="RoundedArrow-7-7-9-1-2-9-1"
79
+ refX="0"
80
+ refY="0"
81
+ orient="auto-start-reverse"
82
+ markerWidth="1"
83
+ markerHeight="1"
84
+ viewBox="0 0 1 1"
85
+ preserveAspectRatio="xMidYMid">
86
+ <path
87
+ transform="scale(0.7)"
88
+ 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"
89
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
90
+ id="path8-67-2-9-1-6-6-2" />
91
+ </marker>
92
+ <rect
93
+ x="269.01959"
94
+ y="1337.4392"
95
+ width="89.479607"
96
+ height="57.232327"
97
+ id="rect16-7" />
98
+ <marker
99
+ style="overflow:visible"
100
+ id="RoundedArrow-7-7-9-1-2-9-5-0"
101
+ refX="0"
102
+ refY="0"
103
+ orient="auto-start-reverse"
104
+ markerWidth="1"
105
+ markerHeight="1"
106
+ viewBox="0 0 1 1"
107
+ preserveAspectRatio="xMidYMid">
108
+ <path
109
+ transform="scale(0.7)"
110
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
111
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
112
+ id="path8-67-2-9-1-6-6-3-93" />
113
+ </marker>
114
+ <rect
115
+ x="269.01959"
116
+ y="1337.4392"
117
+ width="89.479607"
118
+ height="57.232327"
119
+ id="rect16-8-6" />
120
+ <marker
121
+ style="overflow:visible"
122
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-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-67-2-9-1-6-6-3-9-4-6" />
135
+ </marker>
136
+ <marker
137
+ style="overflow:visible"
138
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-8"
139
+ refX="0"
140
+ refY="0"
141
+ orient="auto-start-reverse"
142
+ markerWidth="1"
143
+ markerHeight="1"
144
+ viewBox="0 0 1 1"
145
+ preserveAspectRatio="xMidYMid">
146
+ <path
147
+ transform="scale(0.7)"
148
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
149
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
150
+ id="path8-67-2-9-1-6-6-3-9-4-1-79" />
151
+ </marker>
152
+ <rect
153
+ x="437.35483"
154
+ y="1313.5138"
155
+ width="49.128159"
156
+ height="36.037956"
157
+ id="rect17-0" />
158
+ <rect
159
+ x="492.41345"
160
+ y="1281.6532"
161
+ width="61.664055"
162
+ height="44.836998"
163
+ id="rect18-2" />
164
+ <marker
165
+ style="overflow:visible"
166
+ id="marker15-0-37"
167
+ refX="0"
168
+ refY="0"
169
+ orient="auto-start-reverse"
170
+ markerWidth="1"
171
+ markerHeight="1"
172
+ viewBox="0 0 1 1"
173
+ preserveAspectRatio="xMidYMid">
174
+ <path
175
+ transform="scale(0.7)"
176
+ 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"
177
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
178
+ id="path15-2-5" />
179
+ </marker>
180
+ <marker
181
+ style="overflow:visible"
182
+ id="marker15-1-6-92"
183
+ refX="0"
184
+ refY="0"
185
+ orient="auto-start-reverse"
186
+ markerWidth="1"
187
+ markerHeight="1"
188
+ viewBox="0 0 1 1"
189
+ preserveAspectRatio="xMidYMid">
190
+ <path
191
+ transform="scale(0.7)"
192
+ 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"
193
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
194
+ id="path15-0-8-2" />
195
+ </marker>
196
+ <rect
197
+ x="90.341415"
198
+ y="1234.4738"
199
+ width="62.011036"
200
+ height="48.429157"
201
+ id="rect19-8" />
202
+ <marker
203
+ style="overflow:visible"
204
+ id="marker15-8-9"
205
+ refX="0"
206
+ refY="0"
207
+ orient="auto-start-reverse"
208
+ markerWidth="1"
209
+ markerHeight="1"
210
+ viewBox="0 0 1 1"
211
+ preserveAspectRatio="xMidYMid">
212
+ <path
213
+ transform="scale(0.7)"
214
+ 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"
215
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
216
+ id="path15-5-7" />
217
+ </marker>
218
+ <marker
219
+ style="overflow:visible"
220
+ id="marker15-1-0-3"
221
+ refX="0"
222
+ refY="0"
223
+ orient="auto-start-reverse"
224
+ markerWidth="1"
225
+ markerHeight="1"
226
+ viewBox="0 0 1 1"
227
+ preserveAspectRatio="xMidYMid">
228
+ <path
229
+ transform="scale(0.7)"
230
+ 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"
231
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
232
+ id="path15-0-6-6" />
233
+ </marker>
234
+ <rect
235
+ x="69.848541"
236
+ y="1234.6669"
237
+ width="61.201969"
238
+ height="55.42889"
239
+ id="rect20-1" />
240
+ <marker
241
+ style="overflow:visible"
242
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29"
243
+ refX="0"
244
+ refY="0"
245
+ orient="auto-start-reverse"
246
+ markerWidth="1"
247
+ markerHeight="1"
248
+ viewBox="0 0 1 1"
249
+ preserveAspectRatio="xMidYMid">
250
+ <path
251
+ transform="scale(0.7)"
252
+ 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"
253
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
254
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-31" />
255
+ </marker>
256
+ <rect
257
+ x="509.18997"
258
+ y="985.6062"
259
+ width="49.059448"
260
+ height="38.429615"
261
+ id="rect21-47" />
262
+ <marker
263
+ style="overflow:visible"
264
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8"
265
+ refX="0"
266
+ refY="0"
267
+ orient="auto-start-reverse"
268
+ markerWidth="1"
269
+ markerHeight="1"
270
+ viewBox="0 0 1 1"
271
+ preserveAspectRatio="xMidYMid">
272
+ <path
273
+ transform="scale(0.7)"
274
+ 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"
275
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
276
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-3-4" />
277
+ </marker>
278
+ <rect
279
+ x="509.18997"
280
+ y="985.6062"
281
+ width="49.059448"
282
+ height="38.429615"
283
+ id="rect21-4-0" />
284
+ <marker
285
+ style="overflow:visible"
286
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2-3"
287
+ refX="0"
288
+ refY="0"
289
+ orient="auto-start-reverse"
290
+ markerWidth="1"
291
+ markerHeight="1"
292
+ viewBox="0 0 1 1"
293
+ preserveAspectRatio="xMidYMid">
294
+ <path
295
+ transform="scale(0.7)"
296
+ 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"
297
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
298
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-6-2" />
299
+ </marker>
300
+ <rect
301
+ x="509.18997"
302
+ y="985.6062"
303
+ width="49.059448"
304
+ height="38.429615"
305
+ id="rect21-7-6" />
306
+ <marker
307
+ style="overflow:visible"
308
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-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-67-2-9-1-6-6-3-9-4-1-7-5" />
321
+ </marker>
322
+ <rect
323
+ x="502.50931"
324
+ y="908.67499"
325
+ width="63.67548"
326
+ height="33.806641"
327
+ id="rect23-4" />
328
+ <marker
329
+ style="overflow:visible"
330
+ id="marker15-1-0-3-7"
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="path15-0-6-6-7" />
343
+ </marker>
344
+ <marker
345
+ style="overflow:visible"
346
+ id="marker15-8-9-1"
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="path15-5-7-1" />
359
+ </marker>
360
+ <rect
361
+ x="69.848541"
362
+ y="1234.6669"
363
+ width="61.201969"
364
+ height="55.42889"
365
+ id="rect20-1-5" />
366
+ <marker
367
+ style="overflow:visible"
368
+ id="RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8-5"
369
+ refX="0"
370
+ refY="0"
371
+ orient="auto-start-reverse"
372
+ markerWidth="1"
373
+ markerHeight="1"
374
+ viewBox="0 0 1 1"
375
+ preserveAspectRatio="xMidYMid">
376
+ <path
377
+ transform="scale(0.7)"
378
+ 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"
379
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
380
+ id="path8-67-2-9-1-6-6-3-9-4-1-2-3-4-6" />
381
+ </marker>
382
+ <rect
383
+ x="509.18997"
384
+ y="985.6062"
385
+ width="49.059448"
386
+ height="38.429615"
387
+ id="rect21-4-0-3" />
388
+ <marker
389
+ style="overflow:visible"
390
+ id="RoundedArrow-7-7-9-1-2-9-1-7"
391
+ refX="0"
392
+ refY="0"
393
+ orient="auto-start-reverse"
394
+ markerWidth="1"
395
+ markerHeight="1"
396
+ viewBox="0 0 1 1"
397
+ preserveAspectRatio="xMidYMid">
398
+ <path
399
+ transform="scale(0.7)"
400
+ 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"
401
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
402
+ id="path8-67-2-9-1-6-6-2-4" />
403
+ </marker>
404
+ <marker
405
+ style="overflow:visible"
406
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7"
407
+ refX="0"
408
+ refY="0"
409
+ orient="auto-start-reverse"
410
+ markerWidth="1"
411
+ markerHeight="1"
412
+ viewBox="0 0 1 1"
413
+ preserveAspectRatio="xMidYMid">
414
+ <path
415
+ transform="scale(0.7)"
416
+ 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"
417
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
418
+ id="path8-67-2-9-1-6-6-2-4-5" />
419
+ </marker>
420
+ <marker
421
+ style="overflow:visible"
422
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-1"
423
+ refX="0"
424
+ refY="0"
425
+ orient="auto-start-reverse"
426
+ markerWidth="1"
427
+ markerHeight="1"
428
+ viewBox="0 0 1 1"
429
+ preserveAspectRatio="xMidYMid">
430
+ <path
431
+ transform="scale(0.7)"
432
+ 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"
433
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
434
+ id="path8-67-2-9-1-6-6-2-4-5-8" />
435
+ </marker>
436
+ <marker
437
+ style="overflow:visible"
438
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3"
439
+ refX="0"
440
+ refY="0"
441
+ orient="auto-start-reverse"
442
+ markerWidth="1"
443
+ markerHeight="1"
444
+ viewBox="0 0 1 1"
445
+ preserveAspectRatio="xMidYMid">
446
+ <path
447
+ transform="scale(0.7)"
448
+ 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"
449
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
450
+ id="path8-67-2-9-1-6-6-2-4-5-3" />
451
+ </marker>
452
+ <marker
453
+ style="overflow:visible"
454
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-8"
455
+ refX="0"
456
+ refY="0"
457
+ orient="auto-start-reverse"
458
+ markerWidth="1"
459
+ markerHeight="1"
460
+ viewBox="0 0 1 1"
461
+ preserveAspectRatio="xMidYMid">
462
+ <path
463
+ transform="scale(0.7)"
464
+ 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"
465
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
466
+ id="path8-67-2-9-1-6-6-2-4-5-3-8" />
467
+ </marker>
468
+ <marker
469
+ style="overflow:visible"
470
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-4"
471
+ refX="0"
472
+ refY="0"
473
+ orient="auto-start-reverse"
474
+ markerWidth="1"
475
+ markerHeight="1"
476
+ viewBox="0 0 1 1"
477
+ preserveAspectRatio="xMidYMid">
478
+ <path
479
+ transform="scale(0.7)"
480
+ 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"
481
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
482
+ id="path8-67-2-9-1-6-6-2-4-5-3-3" />
483
+ </marker>
484
+ <marker
485
+ style="overflow:visible"
486
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-2"
487
+ refX="0"
488
+ refY="0"
489
+ orient="auto-start-reverse"
490
+ markerWidth="1"
491
+ markerHeight="1"
492
+ viewBox="0 0 1 1"
493
+ preserveAspectRatio="xMidYMid">
494
+ <path
495
+ transform="scale(0.7)"
496
+ 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"
497
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
498
+ id="path8-67-2-9-1-6-6-2-4-5-3-5" />
499
+ </marker>
500
+ <marker
501
+ style="overflow:visible"
502
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-46"
503
+ refX="0"
504
+ refY="0"
505
+ orient="auto-start-reverse"
506
+ markerWidth="1"
507
+ markerHeight="1"
508
+ viewBox="0 0 1 1"
509
+ preserveAspectRatio="xMidYMid">
510
+ <path
511
+ transform="scale(0.7)"
512
+ 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"
513
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
514
+ id="path8-67-2-9-1-6-6-2-4-5-3-9" />
515
+ </marker>
516
+ <rect
517
+ x="245.25417"
518
+ y="243.19498"
519
+ width="85.426987"
520
+ height="36.729012"
521
+ id="rect3-7" />
522
+ <rect
523
+ x="245.25417"
524
+ y="243.19498"
525
+ width="85.426987"
526
+ height="36.729012"
527
+ id="rect3-8" />
528
+ <rect
529
+ x="245.25417"
530
+ y="243.19498"
531
+ width="85.426987"
532
+ height="36.729012"
533
+ id="rect3-2" />
534
+ <rect
535
+ x="245.25417"
536
+ y="243.19498"
537
+ width="85.426987"
538
+ height="36.729012"
539
+ id="rect3-0" />
540
+ <rect
541
+ x="245.25417"
542
+ y="243.19498"
543
+ width="85.426987"
544
+ height="36.729012"
545
+ id="rect3-6" />
546
+ <rect
547
+ x="245.25417"
548
+ y="243.19498"
549
+ width="85.426987"
550
+ height="36.729012"
551
+ id="rect3-72" />
552
+ <rect
553
+ x="245.25417"
554
+ y="243.19498"
555
+ width="85.426987"
556
+ height="36.729012"
557
+ id="rect3-72-0" />
558
+ <marker
559
+ style="overflow:visible"
560
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4"
561
+ refX="0"
562
+ refY="0"
563
+ orient="auto-start-reverse"
564
+ markerWidth="1"
565
+ markerHeight="1"
566
+ viewBox="0 0 1 1"
567
+ preserveAspectRatio="xMidYMid">
568
+ <path
569
+ transform="scale(0.7)"
570
+ 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"
571
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
572
+ id="path8-67-2-9-1-6-6-2-4-5-3-5-0" />
573
+ </marker>
574
+ <marker
575
+ style="overflow:visible"
576
+ id="RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4-2"
577
+ refX="0"
578
+ refY="0"
579
+ orient="auto-start-reverse"
580
+ markerWidth="1"
581
+ markerHeight="1"
582
+ viewBox="0 0 1 1"
583
+ preserveAspectRatio="xMidYMid">
584
+ <path
585
+ transform="scale(0.7)"
586
+ 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"
587
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
588
+ id="path8-67-2-9-1-6-6-2-4-5-3-5-0-7" />
589
+ </marker>
590
+ <rect
591
+ x="45.675442"
592
+ y="650.34448"
593
+ width="66.905762"
594
+ height="49.507496"
595
+ id="rect26-1" />
596
+ <marker
597
+ style="overflow:visible"
598
+ id="marker15-8-9-1-0"
599
+ refX="0"
600
+ refY="0"
601
+ orient="auto-start-reverse"
602
+ markerWidth="1"
603
+ markerHeight="1"
604
+ viewBox="0 0 1 1"
605
+ preserveAspectRatio="xMidYMid">
606
+ <path
607
+ transform="scale(0.7)"
608
+ 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"
609
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
610
+ id="path15-5-7-1-7" />
611
+ </marker>
612
+ <marker
613
+ style="overflow:visible"
614
+ id="marker15-1-0-3-7-5"
615
+ refX="0"
616
+ refY="0"
617
+ orient="auto-start-reverse"
618
+ markerWidth="1"
619
+ markerHeight="1"
620
+ viewBox="0 0 1 1"
621
+ preserveAspectRatio="xMidYMid">
622
+ <path
623
+ transform="scale(0.7)"
624
+ 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"
625
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
626
+ id="path15-0-6-6-7-8" />
627
+ </marker>
628
+ </defs>
629
+ <g
630
+ id="layer1"
631
+ transform="translate(-2.0180311,-72.48011)">
632
+ <rect
633
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
634
+ id="rect45"
635
+ width="150.67589"
636
+ height="130.533"
637
+ x="2.1503227"
638
+ y="72.612404" />
639
+ <rect
640
+ style="fill:#e5d5ff;fill-opacity:1;stroke:#e5d5ff;stroke-width:0.264582;stroke-opacity:1"
641
+ id="rect2-5-6-0-5-4"
642
+ width="7.4843745"
643
+ height="133.90753"
644
+ x="-110.61439"
645
+ y="8.869112"
646
+ transform="rotate(-90)" />
647
+ <path
648
+ style="fill:#d5f6ff;stroke:#d5f6ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
649
+ d="m 68.180368,123.84356 -14.212221,39.69215 3e-6,21.50115 c 0,0 43.709493,2e-5 43.709493,2e-5 V 163.53572 L 83.465386,123.84356 H 68.180368"
650
+ id="path2" />
651
+ <rect
652
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
653
+ id="rect2"
654
+ width="3.3401127"
655
+ height="21.501156"
656
+ x="53.968151"
657
+ y="163.53571" />
658
+ <rect
659
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
660
+ id="rect2-5"
661
+ width="3.3401127"
662
+ height="9.3491392"
663
+ x="-179.70525"
664
+ y="57.572845"
665
+ transform="rotate(-90)" />
666
+ <rect
667
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
668
+ id="rect2-2"
669
+ width="3.3401127"
670
+ height="42.159859"
671
+ x="105.93768"
672
+ y="93.610901"
673
+ transform="rotate(19.700481)" />
674
+ <rect
675
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
676
+ id="rect2-7"
677
+ width="3.3401127"
678
+ height="21.501156"
679
+ x="-97.677643"
680
+ y="163.53572"
681
+ transform="scale(-1,1)" />
682
+ <rect
683
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
684
+ id="rect2-5-0"
685
+ width="3.3401127"
686
+ height="9.3491392"
687
+ x="-179.70526"
688
+ y="-94.072945"
689
+ transform="matrix(0,-1,-1,0,0,0)" />
690
+ <rect
691
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264582"
692
+ id="rect2-2-9"
693
+ width="3.3401127"
694
+ height="42.159859"
695
+ x="-36.831913"
696
+ y="144.73116"
697
+ transform="matrix(-0.94146771,0.33710316,0.33710316,0.94146771,0,0)" />
698
+ <path
699
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
700
+ d="m 66.921983,176.36514 17.80182,1e-5"
701
+ id="path3" />
702
+ <path
703
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
704
+ d="m 66.921983,179.70525 17.80182,1e-5"
705
+ id="path4" />
706
+ <path
707
+ style="fill:none;stroke:#dbe3e2;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
708
+ d="m 57.439767,164.19852 36.750786,-0.0113"
709
+ id="path5" />
710
+ <path
711
+ style="fill:#dbe3de;stroke:#dbe3de;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
712
+ d="m 71.324975,124.96953 8.995807,-1e-5"
713
+ id="path6" />
714
+ <rect
715
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
716
+ id="rect2-5-6"
717
+ width="1.8140326"
718
+ height="116.37032"
719
+ x="-131.28148"
720
+ y="17.637718"
721
+ transform="rotate(-90)" />
722
+ <rect
723
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264583"
724
+ id="rect2-5-6-0"
725
+ width="1.8140326"
726
+ height="116.37032"
727
+ x="-137.59343"
728
+ y="17.637718"
729
+ transform="rotate(-90)" />
730
+ <rect
731
+ style="fill:#d5f6ff;fill-opacity:1;stroke:#d5f6ff;stroke-width:0.264583;stroke-opacity:1"
732
+ id="rect2-5-6-0-5"
733
+ width="4.2333379"
734
+ height="116.37032"
735
+ x="-135.51482"
736
+ y="17.637718"
737
+ transform="rotate(-90)" />
738
+ <rect
739
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.265072"
740
+ id="rect2-5-6-0-8"
741
+ width="2.0816588"
742
+ height="39.050209"
743
+ x="-98.347008"
744
+ y="90.937248"
745
+ transform="matrix(0.51316435,-0.85829036,0.81115094,0.58483686,0,0)" />
746
+ <rect
747
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.265072"
748
+ id="rect2-5-6-0-8-6"
749
+ width="2.0816588"
750
+ height="39.050209"
751
+ x="-187.26999"
752
+ y="-39.917946"
753
+ transform="matrix(-0.51316435,-0.85829036,-0.81115094,0.58483686,0,0)" />
754
+ <rect
755
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
756
+ id="rect2-5-3"
757
+ width="21.412767"
758
+ height="4.8896708"
759
+ x="-129.46744"
760
+ y="17.637718"
761
+ transform="rotate(-90)" />
762
+ <rect
763
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
764
+ id="rect2-5-3-7"
765
+ width="21.412767"
766
+ height="4.8896708"
767
+ x="-129.46744"
768
+ y="129.11836"
769
+ transform="rotate(-90)" />
770
+ <rect
771
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
772
+ id="rect2-5-3-06"
773
+ width="21.412767"
774
+ height="4.8896708"
775
+ x="-129.20287"
776
+ y="51.193062"
777
+ transform="rotate(-90)" />
778
+ <rect
779
+ style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:0.264584"
780
+ id="rect2-5-3-6"
781
+ width="21.412767"
782
+ height="4.8896708"
783
+ x="-129.20287"
784
+ y="95.298454"
785
+ transform="rotate(-90)" />
786
+ <path
787
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
788
+ d="M 53.703564,197.95186 V 185.16917"
789
+ id="path27-62-4-4-4" />
790
+ <path
791
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-7)"
792
+ d="m 99.062669,171.89583 h 7.673911"
793
+ id="path14-4" />
794
+ <path
795
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-5)"
796
+ d="m 92.853029,171.89583 h -5.42465"
797
+ id="path14-0-3" />
798
+ <text
799
+ xml:space="preserve"
800
+ transform="matrix(0.26458333,0,0,0.26458333,-13.04068,-168.60224)"
801
+ id="text15-0"
802
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15-9);display:inline"><tspan
803
+ x="453.95508"
804
+ y="1292.0196"
805
+ id="tspan1">E1</tspan></text>
806
+ <path
807
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
808
+ d="M 97.677643,197.9519 V 185.16921"
809
+ id="path27-62-4-1-7" />
810
+ <path
811
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
812
+ d="M 56.347317,107.79312 V 91.072561"
813
+ id="path27-62-4-1-7-8" />
814
+ <path
815
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1)"
816
+ d="M 96.571804,197.95186 H 55.081164"
817
+ id="path5-1-0-8-3-8-1-86" />
818
+ <path
819
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7)"
820
+ d="M 93.807564,91.072561 H 57.573623"
821
+ id="path5-1-0-8-3-8-1-86-8" />
822
+ <text
823
+ xml:space="preserve"
824
+ transform="matrix(0.26458333,0,0,0.26458333,1.7367406,-155.61763)"
825
+ id="text16-8"
826
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-7);display:inline"><tspan
827
+ x="269.01953"
828
+ y="1350.416"
829
+ id="tspan2">D1</tspan></text>
830
+ <path
831
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
832
+ d="M 67.186568,192.62023 V 179.83754"
833
+ id="path27-62-4-4-7-8" />
834
+ <path
835
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
836
+ d="M 84.723808,192.62027 V 179.83758"
837
+ id="path27-62-4-4-7-5-4" />
838
+ <path
839
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-0);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-0)"
840
+ d="M 83.617918,192.62023 H 68.571598"
841
+ id="path5-1-0-8-3-8-1-8-3" />
842
+ <text
843
+ xml:space="preserve"
844
+ transform="matrix(0.26458333,0,0,0.26458333,2.2006637,-165.52289)"
845
+ id="text16-6-1"
846
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16-8-6);display:inline"><tspan
847
+ x="269.01953"
848
+ y="1350.416"
849
+ id="tspan3">D3</tspan></text>
850
+ <path
851
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
852
+ d="M 125.37601,185.30146 H 97.809934"
853
+ id="path27-62-4-1-9-4" />
854
+ <path
855
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
856
+ d="M 146.37777,163.40343 H 97.809934"
857
+ id="path27-62-4-1-9-0-9" />
858
+ <path
859
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
860
+ d="M 146.37777,123.83736 H 83.256537"
861
+ id="path27-62-4-1-9-6-20" />
862
+ <path
863
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-2)"
864
+ d="m 146.37777,125.32198 v 36.69643"
865
+ id="path5-1-0-8-3-8-1-8-6-7-6" />
866
+ <path
867
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-8)"
868
+ d="m 125.37601,164.4749 v 19.34882"
869
+ id="path5-1-0-8-3-8-1-8-6-7-8-8" />
870
+ <text
871
+ xml:space="preserve"
872
+ transform="matrix(0.26458333,0,0,0.26458333,10.437469,-175.25053)"
873
+ id="text17-9"
874
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17-0);display:inline"><tspan
875
+ x="437.35547"
876
+ y="1326.4903"
877
+ id="tspan4">H1</tspan></text>
878
+ <text
879
+ xml:space="preserve"
880
+ transform="matrix(0.26458333,0,0,0.26458333,16.604127,-197.56021)"
881
+ id="text18-2"
882
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18-2);display:inline"><tspan
883
+ x="492.41406"
884
+ y="1294.6289"
885
+ id="tspan5">H2</tspan></text>
886
+ <path
887
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-0-37)"
888
+ d="m 93.392449,148.61825 7.100161,-2.91144"
889
+ id="path14-05-6" />
890
+ <path
891
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-6-92)"
892
+ d="m 88.172569,150.51495 -5.01908,2.05809"
893
+ id="path14-0-1-64" />
894
+ <text
895
+ xml:space="preserve"
896
+ transform="matrix(0.26458333,0,0,0.26458333,77.012179,-183.13702)"
897
+ id="text19-9"
898
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect19-8);display:inline"><tspan
899
+ x="90.341797"
900
+ y="1247.4512"
901
+ id="tspan6">E1</tspan></text>
902
+ <path
903
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-8-9)"
904
+ d="m 62.247414,180.76359 v 7.6739"
905
+ id="path14-6-5" />
906
+ <path
907
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-0-3)"
908
+ d="m 62.310254,174.87711 v -5.42465"
909
+ id="path14-0-2-0" />
910
+ <text
911
+ xml:space="preserve"
912
+ transform="matrix(0.26458333,0,0,0.26458333,41.272424,-138.30961)"
913
+ id="text20-4"
914
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20-1);display:inline"><tspan
915
+ x="69.847656"
916
+ y="1247.6426"
917
+ id="tspan7">E3</tspan></text>
918
+ <path
919
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
920
+ d="M 150.28442,133.11477 H 134.00804"
921
+ id="path27-62-4-1-9-6-2-7" />
922
+ <path
923
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-29)"
924
+ d="m 137.03816,125.57961 v 6.26363"
925
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-1" />
926
+ <text
927
+ xml:space="preserve"
928
+ transform="matrix(0.26458333,0,0,0.26458333,2.7190152,-134.08416)"
929
+ id="text21-7"
930
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-47);display:inline"><tspan
931
+ x="509.18945"
932
+ y="998.58206"
933
+ id="tspan8">H4</tspan></text>
934
+ <path
935
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
936
+ d="M 17.505427,129.20286 H 8.7368212"
937
+ id="path27-62-4-1-9-6-2-9-7" />
938
+ <path
939
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
940
+ d="M 17.505427,137.59343 H 8.7368212"
941
+ id="path27-62-4-1-9-6-2-3-2" />
942
+ <path
943
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8)"
944
+ d="m 8.7368212,130.47303 v 6.06195"
945
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-3-2" />
946
+ <text
947
+ xml:space="preserve"
948
+ transform="matrix(0.26458333,0,0,0.26458333,-131.68621,-129.82667)"
949
+ id="text21-9-6"
950
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-4-0);display:inline"><tspan
951
+ x="509.18945"
952
+ y="998.58206"
953
+ id="tspan9">D4</tspan></text>
954
+ <path
955
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
956
+ d="M 116.55077,176.49745 H 94.205234"
957
+ id="path27-62-4-1-9-0-0-1" />
958
+ <path
959
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2-3);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-2-3)"
960
+ d="m 116.55076,164.60474 v 10.5948"
961
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-6-5" />
962
+ <text
963
+ xml:space="preserve"
964
+ transform="matrix(0.26458333,0,0,0.26458333,-17.768577,-92.891551)"
965
+ id="text21-98-9"
966
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-7-6);display:inline"><tspan
967
+ x="509.18945"
968
+ y="998.58206"
969
+ id="tspan10">H3</tspan></text>
970
+ <path
971
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
972
+ d="m 150.93889,106.8722 h -8.78565"
973
+ id="path27-62-4-1-9-6-2-99-4" />
974
+ <path
975
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-1);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-2-1)"
976
+ d="m 150.87354,108.21469 v 23.55759"
977
+ id="path5-1-0-8-3-8-1-8-6-7-8-1-9" />
978
+ <text
979
+ xml:space="preserve"
980
+ transform="matrix(0.26458333,0,0,0.26458333,12.151168,-123.00254)"
981
+ id="text23-0"
982
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect23-4);display:inline"><tspan
983
+ x="502.50977"
984
+ y="921.65237"
985
+ id="tspan11">H5</tspan></text>
986
+ <path
987
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-8-9-1)"
988
+ d="m 19.622095,138.97846 v 7.6739"
989
+ id="path14-6-5-7" />
990
+ <path
991
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-0-3-7)"
992
+ d="m 19.622095,134.52104 v -2.4199"
993
+ id="path14-0-2-0-7" />
994
+ <text
995
+ xml:space="preserve"
996
+ transform="matrix(0.26458333,0,0,0.26458333,-0.82372953,-180.09474)"
997
+ id="text20-4-6"
998
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect20-1-5);display:inline"><tspan
999
+ x="69.847656"
1000
+ y="1247.6426"
1001
+ id="tspan12">E4</tspan></text>
1002
+ <path
1003
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1004
+ d="M 8.7944707,103.13001 H 4.6556263"
1005
+ id="path27-62-4-1-9-6-2-9-7-4" />
1006
+ <path
1007
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1008
+ d="M 8.7672596,110.87897 H 4.6284153"
1009
+ id="path27-62-4-1-9-6-2-3-2-8" />
1010
+ <path
1011
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8-5);marker-end:url(#RoundedArrow-7-7-9-1-2-9-5-8-2-8-7-0-8-5)"
1012
+ d="m 4.6556263,104.51503 v 5.29564"
1013
+ id="path5-1-0-8-3-8-1-8-6-7-8-0-3-2-1" />
1014
+ <text
1015
+ xml:space="preserve"
1016
+ transform="matrix(0.26458333,0,0,0.26458333,-129.79691,-155.7892)"
1017
+ id="text21-9-6-2"
1018
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect21-4-0-3);display:inline"><tspan
1019
+ x="509.18945"
1020
+ y="998.58206"
1021
+ id="tspan13">D5</tspan></text>
1022
+ <path
1023
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1024
+ d="M 50.928478,107.79312 V 91.072559"
1025
+ id="path27-62-4-1-7-8-5" />
1026
+ <path
1027
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1028
+ d="M 95.03387,107.79312 V 91.072559"
1029
+ id="path27-62-4-1-7-8-59" />
1030
+ <path
1031
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1032
+ d="M 100.32042,107.79312 V 91.07256"
1033
+ id="path27-62-4-1-7-8-1" />
1034
+ <path
1035
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1036
+ d="M 128.85378,107.79312 V 91.072561"
1037
+ id="path27-62-4-1-7-8-4" />
1038
+ <path
1039
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1040
+ d="M 134.00803,107.89718 V 77.691745"
1041
+ id="path27-62-4-1-7-8-7" />
1042
+ <path
1043
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1044
+ d="M 22.791973,107.96749 V 91.246923"
1045
+ id="path27-62-4-1-7-8-75" />
1046
+ <path
1047
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1048
+ d="M 17.637718,108.05467 V 77.849247"
1049
+ id="path27-62-4-1-7-8-17" />
1050
+ <path
1051
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7)"
1052
+ d="M 49.518746,91.246918 H 23.973132"
1053
+ id="path5-1-0-8-3-8-1-86-8-8" />
1054
+ <path
1055
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-1);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-1)"
1056
+ d="M 127.45904,91.072562 H 101.71516"
1057
+ id="path5-1-0-8-3-8-1-86-8-8-6" />
1058
+ <path
1059
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3)"
1060
+ d="M 54.962295,91.072561 H 51.912386"
1061
+ id="path5-1-0-8-3-8-1-86-8-8-60" />
1062
+ <path
1063
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-8);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-8)"
1064
+ d="M 99.33488,91.07256 H 96.284971"
1065
+ id="path5-1-0-8-3-8-1-86-8-8-60-7" />
1066
+ <path
1067
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-4)"
1068
+ d="m 133.02413,91.072561 h -3.04991"
1069
+ id="path5-1-0-8-3-8-1-86-8-8-60-3" />
1070
+ <path
1071
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2)"
1072
+ d="M 21.497402,91.246923 H 18.667705"
1073
+ id="path5-1-0-8-3-8-1-86-8-8-60-0" />
1074
+ <path
1075
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4)"
1076
+ d="M 21.826122,158.60558 H 18.464484"
1077
+ id="path5-1-0-8-3-8-1-86-8-8-60-0-4" />
1078
+ <path
1079
+ style="fill:none;stroke:#000000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-46);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-46)"
1080
+ d="M 132.35663,78.633794 H 19.024551"
1081
+ id="path5-1-0-8-3-8-1-86-8-8-60-2" />
1082
+ <text
1083
+ xml:space="preserve"
1084
+ transform="matrix(0.26458333,0,0,0.26458333,-3.9162518,10.122911)"
1085
+ id="text2"
1086
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3);display:inline"><tspan
1087
+ x="245.25391"
1088
+ y="256.1719"
1089
+ id="tspan14">4*L4+L5+2*L6</tspan></text>
1090
+ <text
1091
+ xml:space="preserve"
1092
+ transform="matrix(0.26458333,0,0,0.26458333,-46.62162,21.525289)"
1093
+ id="text2-4"
1094
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-7);display:inline"><tspan
1095
+ x="245.25391"
1096
+ y="256.1719"
1097
+ id="tspan15">L4</tspan></text>
1098
+ <text
1099
+ xml:space="preserve"
1100
+ transform="matrix(0.26458333,0,0,0.26458333,-13.239154,21.563393)"
1101
+ id="text2-3"
1102
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-8);display:inline"><tspan
1103
+ x="245.25391"
1104
+ y="256.1719"
1105
+ id="tspan16">L4</tspan></text>
1106
+ <text
1107
+ xml:space="preserve"
1108
+ transform="matrix(0.26458333,0,0,0.26458333,30.533839,21.732792)"
1109
+ id="text2-0"
1110
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-2);display:inline"><tspan
1111
+ x="245.25391"
1112
+ y="256.1719"
1113
+ id="tspan17">L4</tspan></text>
1114
+ <text
1115
+ xml:space="preserve"
1116
+ transform="matrix(0.26458333,0,0,0.26458333,63.731135,21.604243)"
1117
+ id="text2-5"
1118
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-0);display:inline"><tspan
1119
+ x="245.25391"
1120
+ y="256.1719"
1121
+ id="tspan18">L4</tspan></text>
1122
+ <text
1123
+ xml:space="preserve"
1124
+ transform="matrix(0.26458333,0,0,0.26458333,8.0411286,27.553876)"
1125
+ id="text2-58"
1126
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-6);display:inline"><tspan
1127
+ x="245.25391"
1128
+ y="256.1719"
1129
+ id="tspan19">L5</tspan></text>
1130
+ <text
1131
+ xml:space="preserve"
1132
+ transform="matrix(0.26458333,0,0,0.26458333,-31.062819,27.013608)"
1133
+ id="text2-06"
1134
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-72);display:inline"><tspan
1135
+ x="245.25391"
1136
+ y="256.1719"
1137
+ id="tspan20">L6</tspan></text>
1138
+ <text
1139
+ xml:space="preserve"
1140
+ transform="matrix(0.26458333,0,0,0.26458333,49.006047,27.093858)"
1141
+ id="text2-06-1"
1142
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-72-0);display:inline"><tspan
1143
+ x="245.25391"
1144
+ y="256.1719"
1145
+ id="tspan21">L6</tspan></text>
1146
+ <path
1147
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1148
+ d="M 23.295656,158.4736 V 137.59374"
1149
+ id="path27-62-4-4-7-8-3" />
1150
+ <path
1151
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1152
+ d="M 17.373135,158.60558 V 137.72572"
1153
+ id="path27-62-4-4-7-8-3-5" />
1154
+ <text
1155
+ xml:space="preserve"
1156
+ transform="matrix(0.26458333,0,0,0.26458333,5.2348146,-11.992711)"
1157
+ id="text10"
1158
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect26);display:inline"><tspan
1159
+ x="45.675781"
1160
+ y="663.32034"
1161
+ id="tspan22">L7</tspan></text>
1162
+ <path
1163
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1164
+ d="M 53.697609,163.45109 H 43.4328"
1165
+ id="path27-62-4-1-9-0-0-1-2" />
1166
+ <path
1167
+ style="fill:#cccccc;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1168
+ d="M 54.809706,160.54375 H 43.432798"
1169
+ id="path27-62-4-1-9-0-0-1-2-9" />
1170
+ <path
1171
+ style="fill:none;stroke:#000000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4-2);marker-end:url(#RoundedArrow-7-7-9-1-2-9-1-7-7-3-2-4-2)"
1172
+ d="m 43.432798,161.50382 v 0.98719"
1173
+ id="path5-1-0-8-3-8-1-86-8-8-60-0-4-1" />
1174
+ <text
1175
+ xml:space="preserve"
1176
+ transform="matrix(0.26458333,0,0,0.26458333,25.357545,-11.831308)"
1177
+ id="text10-9"
1178
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect26-1);display:inline"><tspan
1179
+ x="45.675781"
1180
+ y="663.32034"
1181
+ id="tspan23">L8</tspan></text>
1182
+ <path
1183
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-8-9-1-0)"
1184
+ d="m 37.497876,149.40058 -4.258501,6.38388"
1185
+ id="path14-6-5-7-0" />
1186
+ <path
1187
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker15-1-0-3-7-5)"
1188
+ d="m 39.971447,145.69248 1.342882,-2.0131"
1189
+ id="path14-0-2-0-7-4" />
1190
+ <text
1191
+ xml:space="preserve"
1192
+ transform="matrix(0.26458333,0,0,0.26458333,7.70118,-17.150792)"
1193
+ id="text28"
1194
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28);display:inline"><tspan
1195
+ x="81.722656"
1196
+ y="666.96097"
1197
+ id="tspan24">D6</tspan></text>
1198
+ <text
1199
+ xml:space="preserve"
1200
+ transform="matrix(0.26458333,0,0,0.26458333,13.686383,-30.625872)"
1201
+ id="text3"
1202
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4);display:inline"><tspan
1203
+ x="59.521484"
1204
+ y="731.39065"
1205
+ id="tspan25">E6</tspan></text>
1206
+ <path
1207
+ style="fill:#afafe9;fill-opacity:1;stroke:#afafe9;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1208
+ d="m 70.131307,161.80996 11.248797,0.003 c 0,0 0.520163,-0.15262 0.689843,-0.34597 0.234603,-0.26733 0.350446,-1.00783 0.350446,-1.00783 l -2.312596,-12.37988 c 0,0 -0.337685,-0.6103 -0.622173,-0.78515 -0.271403,-0.16681 -0.936363,-0.19129 -0.936363,-0.19129 l -5.140336,-0.0954 c 0,0 -0.83984,0.1134 -1.157679,0.36356 -0.267848,0.21081 -0.52705,0.87628 -0.52705,0.87628 l -2.477119,11.98734 c 0,0 -0.09686,0.7969 0.101854,1.11141 0.161945,0.25631 0.782376,0.46389 0.782376,0.46389 z"
1209
+ id="path53-5" />
1210
+ </g>
1211
+ </svg>