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,3577 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="3000"
7
+ viewBox="0 0 158.75 793.75"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3 (1:1.3+202307231459+0e150ed6c4)"
11
+ sodipodi:docname="surface.svg"
12
+ inkscape:export-filename="surface_crenel.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview1"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ inkscape:zoom="2.1166667"
30
+ inkscape:cx="208.58267"
31
+ inkscape:cy="1986.1417"
32
+ inkscape:window-width="1370"
33
+ inkscape:window-height="836"
34
+ inkscape:window-x="0"
35
+ inkscape:window-y="0"
36
+ inkscape:window-maximized="1"
37
+ inkscape:current-layer="layer1" />
38
+ <defs
39
+ id="defs1">
40
+ <rect
41
+ x="111.28198"
42
+ y="2086.2493"
43
+ width="112.84141"
44
+ height="48.785062"
45
+ id="rect47" />
46
+ <rect
47
+ x="243.65587"
48
+ y="1937.9103"
49
+ width="103.49594"
50
+ height="25.382627"
51
+ id="rect46" />
52
+ <rect
53
+ x="166.30659"
54
+ y="2049.8215"
55
+ width="52.073694"
56
+ height="33.489787"
57
+ id="rect45" />
58
+ <rect
59
+ x="208.59374"
60
+ y="1891.2955"
61
+ width="86.067296"
62
+ height="32.969364"
63
+ id="rect43" />
64
+ <rect
65
+ x="227.53561"
66
+ y="1651.1508"
67
+ width="60.33679"
68
+ height="28.928877"
69
+ id="rect41" />
70
+ <rect
71
+ x="150.9416"
72
+ y="1645.9089"
73
+ width="44.774206"
74
+ height="20.244933"
75
+ id="rect40" />
76
+ <rect
77
+ x="137.87407"
78
+ y="1639.0462"
79
+ width="61.641736"
80
+ height="26.960185"
81
+ id="rect18" />
82
+ <rect
83
+ x="94.277134"
84
+ y="1567.4908"
85
+ width="179.53448"
86
+ height="49.039873"
87
+ id="rect38" />
88
+ <rect
89
+ x="125.83073"
90
+ y="1348.8262"
91
+ width="118.36644"
92
+ height="43.519952"
93
+ id="rect37" />
94
+ <rect
95
+ x="181.37184"
96
+ y="1204.5748"
97
+ width="110.60723"
98
+ height="33.983406"
99
+ id="rect35" />
100
+ <rect
101
+ x="179.61539"
102
+ y="1157.2288"
103
+ width="115.52427"
104
+ height="29.327358"
105
+ id="rect34" />
106
+ <rect
107
+ x="182.17308"
108
+ y="1110.209"
109
+ width="105.33264"
110
+ height="31.540547"
111
+ id="rect33" />
112
+ <rect
113
+ x="115.16149"
114
+ y="998.58388"
115
+ width="102.77233"
116
+ height="33.599751"
117
+ id="rect31" />
118
+ <rect
119
+ x="120.68402"
120
+ y="998.89707"
121
+ width="135.88403"
122
+ height="39.871322"
123
+ id="rect30" />
124
+ <rect
125
+ x="26.876669"
126
+ y="933.43315"
127
+ width="80.930146"
128
+ height="47.082454"
129
+ id="rect29" />
130
+ <rect
131
+ x="220.34536"
132
+ y="984.74623"
133
+ width="54.818175"
134
+ height="31.404832"
135
+ id="rect28" />
136
+ <rect
137
+ x="102.17989"
138
+ y="996.66822"
139
+ width="51.874216"
140
+ height="22.815677"
141
+ id="rect27" />
142
+ <rect
143
+ x="73.961733"
144
+ y="971.31051"
145
+ width="35.930385"
146
+ height="25.545624"
147
+ id="rect26" />
148
+ <rect
149
+ x="69.310906"
150
+ y="948.9359"
151
+ width="90.101307"
152
+ height="36.710743"
153
+ id="rect25" />
154
+ <rect
155
+ x="35.241374"
156
+ y="948.77409"
157
+ width="107.97646"
158
+ height="36.648106"
159
+ id="rect16" />
160
+ <rect
161
+ x="216.73228"
162
+ y="664.12094"
163
+ width="84.323327"
164
+ height="34.207677"
165
+ id="rect12" />
166
+ <rect
167
+ x="229.33686"
168
+ y="725.18024"
169
+ width="48.674336"
170
+ height="32.592889"
171
+ id="rect11" />
172
+ <rect
173
+ x="233.89518"
174
+ y="726.6234"
175
+ width="66.219242"
176
+ height="32.880783"
177
+ id="rect10" />
178
+ <rect
179
+ x="194.45915"
180
+ y="765.61708"
181
+ width="47.612263"
182
+ height="26.076738"
183
+ id="rect9" />
184
+ <rect
185
+ x="138.16639"
186
+ y="764.62924"
187
+ width="56.083973"
188
+ height="30.462661"
189
+ id="rect8" />
190
+ <marker
191
+ style="overflow:visible"
192
+ id="RoundedArrow"
193
+ refX="0"
194
+ refY="0"
195
+ orient="auto-start-reverse"
196
+ inkscape:stockid="Rounded arrow"
197
+ markerWidth="1"
198
+ markerHeight="1"
199
+ viewBox="0 0 1 1"
200
+ inkscape:isstock="true"
201
+ inkscape:collect="always"
202
+ preserveAspectRatio="xMidYMid">
203
+ <path
204
+ transform="scale(0.7)"
205
+ d="m -0.21114562,-4.1055728 6.42229122,3.21114561 a 1,1 90 0 1 0,1.78885438 L -0.21114562,4.1055728 A 1.236068,1.236068 31.717474 0 1 -2,3 v -6 a 1.236068,1.236068 148.28253 0 1 1.78885438,-1.1055728 z"
206
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
207
+ id="path8" />
208
+ </marker>
209
+ <rect
210
+ x="136.93713"
211
+ y="761.20898"
212
+ width="45.678333"
213
+ height="20.555511"
214
+ id="rect7" />
215
+ <marker
216
+ style="overflow:visible"
217
+ id="ArrowWide"
218
+ refX="0"
219
+ refY="0"
220
+ orient="auto-start-reverse"
221
+ inkscape:stockid="Wide arrow"
222
+ markerWidth="1"
223
+ markerHeight="1"
224
+ viewBox="0 0 1 1"
225
+ inkscape:isstock="true"
226
+ inkscape:collect="always"
227
+ preserveAspectRatio="xMidYMid">
228
+ <path
229
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
230
+ d="M 3,-3 0,0 3,3"
231
+ transform="rotate(180,0.125,0)"
232
+ sodipodi:nodetypes="ccc"
233
+ id="path1" />
234
+ </marker>
235
+ <rect
236
+ x="71.691128"
237
+ y="761.37862"
238
+ width="40.146396"
239
+ height="20.284082"
240
+ id="rect6" />
241
+ <rect
242
+ x="93.905797"
243
+ y="604.03214"
244
+ width="76.780972"
245
+ height="19.285798"
246
+ id="rect5" />
247
+ <rect
248
+ x="59.999996"
249
+ y="425.68036"
250
+ width="128.88411"
251
+ height="18.16314"
252
+ id="rect4" />
253
+ <rect
254
+ x="71.751155"
255
+ y="210.97585"
256
+ width="100.37123"
257
+ height="30.102496"
258
+ id="rect3" />
259
+ <rect
260
+ x="9.9434055"
261
+ y="12.667323"
262
+ width="283.96654"
263
+ height="38.651575"
264
+ id="rect1" />
265
+ <rect
266
+ x="71.751152"
267
+ y="210.97585"
268
+ width="100.37123"
269
+ height="30.102495"
270
+ id="rect3-7" />
271
+ <rect
272
+ x="59.999996"
273
+ y="425.68036"
274
+ width="161.99189"
275
+ height="19.163385"
276
+ id="rect4-3" />
277
+ <marker
278
+ style="overflow:visible"
279
+ id="ArrowWide-5"
280
+ refX="0"
281
+ refY="0"
282
+ orient="auto-start-reverse"
283
+ inkscape:stockid="Wide arrow"
284
+ markerWidth="1"
285
+ markerHeight="1"
286
+ viewBox="0 0 1 1"
287
+ inkscape:isstock="true"
288
+ inkscape:collect="always"
289
+ preserveAspectRatio="xMidYMid">
290
+ <path
291
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
292
+ d="M 3,-3 0,0 3,3"
293
+ transform="rotate(180,0.125,0)"
294
+ sodipodi:nodetypes="ccc"
295
+ id="path1-6" />
296
+ </marker>
297
+ <marker
298
+ style="overflow:visible"
299
+ id="RoundedArrow-6"
300
+ refX="0"
301
+ refY="0"
302
+ orient="auto-start-reverse"
303
+ inkscape:stockid="Rounded arrow"
304
+ markerWidth="1"
305
+ markerHeight="1"
306
+ viewBox="0 0 1 1"
307
+ inkscape:isstock="true"
308
+ inkscape:collect="always"
309
+ preserveAspectRatio="xMidYMid">
310
+ <path
311
+ transform="scale(0.7)"
312
+ 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"
313
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
314
+ id="path8-4" />
315
+ </marker>
316
+ <marker
317
+ style="overflow:visible"
318
+ id="RoundedArrow-3"
319
+ refX="0"
320
+ refY="0"
321
+ orient="auto-start-reverse"
322
+ inkscape:stockid="Rounded arrow"
323
+ markerWidth="1"
324
+ markerHeight="1"
325
+ viewBox="0 0 1 1"
326
+ inkscape:isstock="true"
327
+ inkscape:collect="always"
328
+ preserveAspectRatio="xMidYMid">
329
+ <path
330
+ transform="scale(0.7)"
331
+ 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"
332
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
333
+ id="path8-7" />
334
+ </marker>
335
+ <marker
336
+ style="overflow:visible"
337
+ id="RoundedArrow-3-3"
338
+ refX="0"
339
+ refY="0"
340
+ orient="auto-start-reverse"
341
+ inkscape:stockid="Rounded arrow"
342
+ markerWidth="1"
343
+ markerHeight="1"
344
+ viewBox="0 0 1 1"
345
+ inkscape:isstock="true"
346
+ inkscape:collect="always"
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-7-7" />
353
+ </marker>
354
+ <marker
355
+ style="overflow:visible"
356
+ id="RoundedArrow-3-3-4"
357
+ refX="0"
358
+ refY="0"
359
+ orient="auto-start-reverse"
360
+ inkscape:stockid="Rounded arrow"
361
+ markerWidth="1"
362
+ markerHeight="1"
363
+ viewBox="0 0 1 1"
364
+ inkscape:isstock="true"
365
+ inkscape:collect="always"
366
+ preserveAspectRatio="xMidYMid">
367
+ <path
368
+ transform="scale(0.7)"
369
+ 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"
370
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
371
+ id="path8-7-7-6" />
372
+ </marker>
373
+ <marker
374
+ style="overflow:visible"
375
+ id="ArrowWide-7"
376
+ refX="0"
377
+ refY="0"
378
+ orient="auto-start-reverse"
379
+ inkscape:stockid="Wide arrow"
380
+ markerWidth="1"
381
+ markerHeight="1"
382
+ viewBox="0 0 1 1"
383
+ inkscape:isstock="true"
384
+ inkscape:collect="always"
385
+ preserveAspectRatio="xMidYMid">
386
+ <path
387
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
388
+ d="M 3,-3 0,0 3,3"
389
+ transform="rotate(180,0.125,0)"
390
+ sodipodi:nodetypes="ccc"
391
+ id="path1-5" />
392
+ </marker>
393
+ <marker
394
+ style="overflow:visible"
395
+ id="RoundedArrow-7"
396
+ refX="0"
397
+ refY="0"
398
+ orient="auto-start-reverse"
399
+ inkscape:stockid="Rounded arrow"
400
+ markerWidth="1"
401
+ markerHeight="1"
402
+ viewBox="0 0 1 1"
403
+ inkscape:isstock="true"
404
+ inkscape:collect="always"
405
+ preserveAspectRatio="xMidYMid">
406
+ <path
407
+ transform="scale(0.7)"
408
+ 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"
409
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
410
+ id="path8-5" />
411
+ </marker>
412
+ <rect
413
+ x="181.37184"
414
+ y="1204.5748"
415
+ width="110.60723"
416
+ height="33.983406"
417
+ id="rect35-6" />
418
+ <rect
419
+ x="71.751152"
420
+ y="210.97585"
421
+ width="108.99431"
422
+ height="55.63246"
423
+ id="rect3-2" />
424
+ <marker
425
+ style="overflow:visible"
426
+ id="RoundedArrow-76"
427
+ refX="0"
428
+ refY="0"
429
+ orient="auto-start-reverse"
430
+ inkscape:stockid="Rounded arrow"
431
+ markerWidth="1"
432
+ markerHeight="1"
433
+ viewBox="0 0 1 1"
434
+ inkscape:isstock="true"
435
+ inkscape:collect="always"
436
+ preserveAspectRatio="xMidYMid">
437
+ <path
438
+ transform="scale(0.7)"
439
+ 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"
440
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
441
+ id="path8-73" />
442
+ </marker>
443
+ <marker
444
+ style="overflow:visible"
445
+ id="RoundedArrow-76-9"
446
+ refX="0"
447
+ refY="0"
448
+ orient="auto-start-reverse"
449
+ inkscape:stockid="Rounded arrow"
450
+ markerWidth="1"
451
+ markerHeight="1"
452
+ viewBox="0 0 1 1"
453
+ inkscape:isstock="true"
454
+ inkscape:collect="always"
455
+ preserveAspectRatio="xMidYMid">
456
+ <path
457
+ transform="scale(0.7)"
458
+ 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"
459
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
460
+ id="path8-73-4" />
461
+ </marker>
462
+ <marker
463
+ style="overflow:visible"
464
+ id="ArrowWide-3"
465
+ refX="0"
466
+ refY="0"
467
+ orient="auto-start-reverse"
468
+ inkscape:stockid="Wide arrow"
469
+ markerWidth="1"
470
+ markerHeight="1"
471
+ viewBox="0 0 1 1"
472
+ inkscape:isstock="true"
473
+ inkscape:collect="always"
474
+ preserveAspectRatio="xMidYMid">
475
+ <path
476
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
477
+ d="M 3,-3 0,0 3,3"
478
+ transform="rotate(180,0.125,0)"
479
+ sodipodi:nodetypes="ccc"
480
+ id="path1-9" />
481
+ </marker>
482
+ <marker
483
+ style="overflow:visible"
484
+ id="RoundedArrow-9"
485
+ refX="0"
486
+ refY="0"
487
+ orient="auto-start-reverse"
488
+ inkscape:stockid="Rounded arrow"
489
+ markerWidth="1"
490
+ markerHeight="1"
491
+ viewBox="0 0 1 1"
492
+ inkscape:isstock="true"
493
+ inkscape:collect="always"
494
+ preserveAspectRatio="xMidYMid">
495
+ <path
496
+ transform="scale(0.7)"
497
+ 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"
498
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
499
+ id="path8-2" />
500
+ </marker>
501
+ <marker
502
+ style="overflow:visible"
503
+ id="RoundedArrow-9-5"
504
+ refX="0"
505
+ refY="0"
506
+ orient="auto-start-reverse"
507
+ inkscape:stockid="Rounded arrow"
508
+ markerWidth="1"
509
+ markerHeight="1"
510
+ viewBox="0 0 1 1"
511
+ inkscape:isstock="true"
512
+ inkscape:collect="always"
513
+ preserveAspectRatio="xMidYMid">
514
+ <path
515
+ transform="scale(0.7)"
516
+ 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"
517
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
518
+ id="path8-2-9" />
519
+ </marker>
520
+ <marker
521
+ style="overflow:visible"
522
+ id="RoundedArrow-9-5-7"
523
+ refX="0"
524
+ refY="0"
525
+ orient="auto-start-reverse"
526
+ inkscape:stockid="Rounded arrow"
527
+ markerWidth="1"
528
+ markerHeight="1"
529
+ viewBox="0 0 1 1"
530
+ inkscape:isstock="true"
531
+ inkscape:collect="always"
532
+ preserveAspectRatio="xMidYMid">
533
+ <path
534
+ transform="scale(0.7)"
535
+ 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"
536
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
537
+ id="path8-2-9-3" />
538
+ </marker>
539
+ <marker
540
+ style="overflow:visible"
541
+ id="ArrowWide-31"
542
+ refX="0"
543
+ refY="0"
544
+ orient="auto-start-reverse"
545
+ inkscape:stockid="Wide arrow"
546
+ markerWidth="1"
547
+ markerHeight="1"
548
+ viewBox="0 0 1 1"
549
+ inkscape:isstock="true"
550
+ inkscape:collect="always"
551
+ preserveAspectRatio="xMidYMid">
552
+ <path
553
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
554
+ d="M 3,-3 0,0 3,3"
555
+ transform="rotate(180,0.125,0)"
556
+ sodipodi:nodetypes="ccc"
557
+ id="path1-94" />
558
+ </marker>
559
+ <marker
560
+ style="overflow:visible"
561
+ id="ArrowWide-0"
562
+ refX="0"
563
+ refY="0"
564
+ orient="auto-start-reverse"
565
+ inkscape:stockid="Wide arrow"
566
+ markerWidth="1"
567
+ markerHeight="1"
568
+ viewBox="0 0 1 1"
569
+ inkscape:isstock="true"
570
+ inkscape:collect="always"
571
+ preserveAspectRatio="xMidYMid">
572
+ <path
573
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
574
+ d="M 3,-3 0,0 3,3"
575
+ transform="rotate(180,0.125,0)"
576
+ sodipodi:nodetypes="ccc"
577
+ id="path1-3" />
578
+ </marker>
579
+ <marker
580
+ style="overflow:visible"
581
+ id="ArrowWide-32"
582
+ refX="0"
583
+ refY="0"
584
+ orient="auto-start-reverse"
585
+ inkscape:stockid="Wide arrow"
586
+ markerWidth="1"
587
+ markerHeight="1"
588
+ viewBox="0 0 1 1"
589
+ inkscape:isstock="true"
590
+ inkscape:collect="always"
591
+ preserveAspectRatio="xMidYMid">
592
+ <path
593
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
594
+ d="M 3,-3 0,0 3,3"
595
+ transform="rotate(180,0.125,0)"
596
+ sodipodi:nodetypes="ccc"
597
+ id="path1-0" />
598
+ </marker>
599
+ <marker
600
+ style="overflow:visible"
601
+ id="ArrowWide-76"
602
+ refX="0"
603
+ refY="0"
604
+ orient="auto-start-reverse"
605
+ inkscape:stockid="Wide arrow"
606
+ markerWidth="1"
607
+ markerHeight="1"
608
+ viewBox="0 0 1 1"
609
+ inkscape:isstock="true"
610
+ inkscape:collect="always"
611
+ preserveAspectRatio="xMidYMid">
612
+ <path
613
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
614
+ d="M 3,-3 0,0 3,3"
615
+ transform="rotate(180,0.125,0)"
616
+ sodipodi:nodetypes="ccc"
617
+ id="path1-56" />
618
+ </marker>
619
+ <marker
620
+ style="overflow:visible"
621
+ id="ArrowWide-31-9"
622
+ refX="0"
623
+ refY="0"
624
+ orient="auto-start-reverse"
625
+ inkscape:stockid="Wide arrow"
626
+ markerWidth="1"
627
+ markerHeight="1"
628
+ viewBox="0 0 1 1"
629
+ inkscape:isstock="true"
630
+ inkscape:collect="always"
631
+ preserveAspectRatio="xMidYMid">
632
+ <path
633
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
634
+ d="M 3,-3 0,0 3,3"
635
+ transform="rotate(180,0.125,0)"
636
+ sodipodi:nodetypes="ccc"
637
+ id="path1-94-3" />
638
+ </marker>
639
+ <marker
640
+ style="overflow:visible"
641
+ id="ArrowWide-0-7"
642
+ refX="0"
643
+ refY="0"
644
+ orient="auto-start-reverse"
645
+ inkscape:stockid="Wide arrow"
646
+ markerWidth="1"
647
+ markerHeight="1"
648
+ viewBox="0 0 1 1"
649
+ inkscape:isstock="true"
650
+ inkscape:collect="always"
651
+ preserveAspectRatio="xMidYMid">
652
+ <path
653
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
654
+ d="M 3,-3 0,0 3,3"
655
+ transform="rotate(180,0.125,0)"
656
+ sodipodi:nodetypes="ccc"
657
+ id="path1-3-4" />
658
+ </marker>
659
+ <marker
660
+ style="overflow:visible"
661
+ id="ArrowWide-4"
662
+ refX="0"
663
+ refY="0"
664
+ orient="auto-start-reverse"
665
+ inkscape:stockid="Wide arrow"
666
+ markerWidth="1"
667
+ markerHeight="1"
668
+ viewBox="0 0 1 1"
669
+ inkscape:isstock="true"
670
+ inkscape:collect="always"
671
+ preserveAspectRatio="xMidYMid">
672
+ <path
673
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
674
+ d="M 3,-3 0,0 3,3"
675
+ transform="rotate(180,0.125,0)"
676
+ sodipodi:nodetypes="ccc"
677
+ id="path1-30" />
678
+ </marker>
679
+ <marker
680
+ style="overflow:visible"
681
+ id="ArrowWide-76-4"
682
+ refX="0"
683
+ refY="0"
684
+ orient="auto-start-reverse"
685
+ inkscape:stockid="Wide arrow"
686
+ markerWidth="1"
687
+ markerHeight="1"
688
+ viewBox="0 0 1 1"
689
+ inkscape:isstock="true"
690
+ inkscape:collect="always"
691
+ preserveAspectRatio="xMidYMid">
692
+ <path
693
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
694
+ d="M 3,-3 0,0 3,3"
695
+ transform="rotate(180,0.125,0)"
696
+ sodipodi:nodetypes="ccc"
697
+ id="path1-56-3" />
698
+ </marker>
699
+ <marker
700
+ style="overflow:visible"
701
+ id="ArrowWide-31-9-1"
702
+ refX="0"
703
+ refY="0"
704
+ orient="auto-start-reverse"
705
+ inkscape:stockid="Wide arrow"
706
+ markerWidth="1"
707
+ markerHeight="1"
708
+ viewBox="0 0 1 1"
709
+ inkscape:isstock="true"
710
+ inkscape:collect="always"
711
+ preserveAspectRatio="xMidYMid">
712
+ <path
713
+ style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt"
714
+ d="M 3,-3 0,0 3,3"
715
+ transform="rotate(180,0.125,0)"
716
+ sodipodi:nodetypes="ccc"
717
+ id="path1-94-3-4" />
718
+ </marker>
719
+ <rect
720
+ x="208.59373"
721
+ y="1891.2955"
722
+ width="86.067299"
723
+ height="32.969364"
724
+ id="rect43-9" />
725
+ <rect
726
+ x="208.59373"
727
+ y="1891.2955"
728
+ width="86.067299"
729
+ height="32.969364"
730
+ id="rect43-9-9" />
731
+ </defs>
732
+ <g
733
+ inkscape:label="Layer 1"
734
+ inkscape:groupmode="layer"
735
+ id="layer1">
736
+ <rect
737
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
738
+ id="rect48"
739
+ width="67.543449"
740
+ height="58.889156"
741
+ x="20.931639"
742
+ y="488.21335"
743
+ inkscape:export-filename="surface_power.svg"
744
+ inkscape:export-xdpi="96"
745
+ inkscape:export-ydpi="96" />
746
+ <path
747
+ style="fill:none;stroke:#666666;stroke-width:0.52916667;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
748
+ d="m 60.6499,536.79978 c 0,0 3.342478,1.44042 3.978515,2.96778 0.351107,0.84314 -0.880365,1.94603 -0.384278,2.71288 0.799585,1.23599 4.242189,1.22753 4.242189,1.22753"
749
+ id="path46"
750
+ sodipodi:nodetypes="caac" />
751
+ <rect
752
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
753
+ id="rect42"
754
+ width="40.001595"
755
+ height="25.095385"
756
+ x="14.623783"
757
+ y="440.29309"
758
+ inkscape:export-filename="./surface_lz.svg"
759
+ inkscape:export-xdpi="96"
760
+ inkscape:export-ydpi="96" />
761
+ <rect
762
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
763
+ id="rect39"
764
+ width="38.281132"
765
+ height="67.220726"
766
+ x="24.777739"
767
+ y="356.24646"
768
+ inkscape:export-filename="surface_extremities.svg"
769
+ inkscape:export-xdpi="96"
770
+ inkscape:export-ydpi="96" />
771
+ <rect
772
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
773
+ id="rect36"
774
+ width="45.058033"
775
+ height="50.163151"
776
+ x="22.439592"
777
+ y="290.84598"
778
+ inkscape:export-filename="surface_space_shape.svg"
779
+ inkscape:export-xdpi="96"
780
+ inkscape:export-ydpi="96" />
781
+ <rect
782
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
783
+ id="rect32"
784
+ width="70.399246"
785
+ height="59.106945"
786
+ x="14.830598"
787
+ y="212.34679"
788
+ inkscape:export-filename="surface_space_evolution.svg"
789
+ inkscape:export-xdpi="96"
790
+ inkscape:export-ydpi="96" />
791
+ <rect
792
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
793
+ id="rect14"
794
+ width="59.405254"
795
+ height="50.164528"
796
+ x="13.8894"
797
+ y="143.22711"
798
+ inkscape:export-filename="surface_main.svg"
799
+ inkscape:export-xdpi="96"
800
+ inkscape:export-ydpi="96" />
801
+ <rect
802
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
803
+ id="rect13"
804
+ width="45.112583"
805
+ height="97.880424"
806
+ x="13.299684"
807
+ y="23.409101"
808
+ inkscape:export-filename="surface_crenel.svg"
809
+ inkscape:export-xdpi="96"
810
+ inkscape:export-ydpi="96" />
811
+ <rect
812
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
813
+ id="rect2-1-6-2-5-5"
814
+ width="2.6458333"
815
+ height="4.2333331"
816
+ x="33.439892"
817
+ y="166.92778"
818
+ transform="rotate(-40.859708)" />
819
+ <text
820
+ xml:space="preserve"
821
+ transform="scale(0.26458333)"
822
+ id="text1"
823
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1);display:inline"><tspan
824
+ x="9.9433594"
825
+ y="25.644561"
826
+ id="tspan31">photovoltaic_surface.svg</tspan></text>
827
+ <rect
828
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
829
+ id="rect2"
830
+ width="2.6458333"
831
+ height="4.2333331"
832
+ x="16.78998"
833
+ y="-31.157623"
834
+ transform="scale(1,-1)" />
835
+ <rect
836
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
837
+ id="rect2-5"
838
+ width="2.6458333"
839
+ height="4.2333331"
840
+ x="16.78998"
841
+ y="36.127811" />
842
+ <rect
843
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
844
+ id="rect2-1"
845
+ width="2.6458333"
846
+ height="4.2333331"
847
+ x="16.78998"
848
+ y="40.729572" />
849
+ <rect
850
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
851
+ id="rect2-1-5"
852
+ width="2.6458333"
853
+ height="4.2333331"
854
+ x="16.78998"
855
+ y="45.331333" />
856
+ <text
857
+ xml:space="preserve"
858
+ transform="matrix(0.26458333,0,0,0.26458333,6.9604217,-5.0735707)"
859
+ id="text2"
860
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3);display:inline"><tspan
861
+ x="71.751953"
862
+ y="223.95315"
863
+ id="tspan32">regular</tspan></text>
864
+ <text
865
+ xml:space="preserve"
866
+ transform="matrix(0.26458333,0,0,0.26458333,95.020662,-7.2186319)"
867
+ id="text2-2"
868
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-7);display:inline"><tspan
869
+ x="71.751953"
870
+ y="223.95315"
871
+ id="tspan33">regular eg-2</tspan></text>
872
+ <rect
873
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
874
+ id="rect2-50"
875
+ width="2.6458333"
876
+ height="4.2333331"
877
+ x="27.31366"
878
+ y="-116.08659"
879
+ transform="rotate(90)" />
880
+ <rect
881
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
882
+ id="rect2-50-0"
883
+ width="2.6458333"
884
+ height="4.2333331"
885
+ x="30.224075"
886
+ y="-116.08659"
887
+ transform="rotate(90)" />
888
+ <rect
889
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
890
+ id="rect2-50-06"
891
+ width="2.6458333"
892
+ height="4.2333331"
893
+ x="33.134491"
894
+ y="-116.08659"
895
+ transform="rotate(90)" />
896
+ <rect
897
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
898
+ id="rect2-50-0-1"
899
+ width="2.6458333"
900
+ height="4.2333331"
901
+ x="36.044907"
902
+ y="-116.08659"
903
+ transform="rotate(90)" />
904
+ <rect
905
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
906
+ id="rect2-50-06-7"
907
+ width="2.6458333"
908
+ height="4.2333331"
909
+ x="38.955322"
910
+ y="-116.08659"
911
+ transform="rotate(90)" />
912
+ <rect
913
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
914
+ id="rect2-50-0-1-6"
915
+ width="2.6458333"
916
+ height="4.2333331"
917
+ x="41.865738"
918
+ y="-116.08659"
919
+ transform="rotate(90)" />
920
+ <rect
921
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
922
+ id="rect2-50-3"
923
+ width="2.6458333"
924
+ height="4.2333331"
925
+ x="27.31366"
926
+ y="-120.5845"
927
+ transform="rotate(90)" />
928
+ <rect
929
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
930
+ id="rect2-50-0-7"
931
+ width="2.6458333"
932
+ height="4.2333331"
933
+ x="30.224075"
934
+ y="-120.5845"
935
+ transform="rotate(90)" />
936
+ <rect
937
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
938
+ id="rect2-50-06-4"
939
+ width="2.6458333"
940
+ height="4.2333331"
941
+ x="33.134491"
942
+ y="-120.5845"
943
+ transform="rotate(90)" />
944
+ <rect
945
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
946
+ id="rect2-50-0-1-5"
947
+ width="2.6458333"
948
+ height="4.2333331"
949
+ x="36.044907"
950
+ y="-120.5845"
951
+ transform="rotate(90)" />
952
+ <rect
953
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
954
+ id="rect2-50-06-7-2"
955
+ width="2.6458333"
956
+ height="4.2333331"
957
+ x="38.955322"
958
+ y="-120.5845"
959
+ transform="rotate(90)" />
960
+ <rect
961
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
962
+ id="rect2-50-0-1-6-5"
963
+ width="2.6458333"
964
+ height="4.2333331"
965
+ x="41.865738"
966
+ y="-120.5845"
967
+ transform="rotate(90)" />
968
+ <rect
969
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
970
+ id="rect2-50-4"
971
+ width="2.6458333"
972
+ height="4.2333331"
973
+ x="27.31366"
974
+ y="-125.08242"
975
+ transform="rotate(90)" />
976
+ <rect
977
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
978
+ id="rect2-50-0-3"
979
+ width="2.6458333"
980
+ height="4.2333331"
981
+ x="30.224075"
982
+ y="-125.08242"
983
+ transform="rotate(90)" />
984
+ <rect
985
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
986
+ id="rect2-50-06-0"
987
+ width="2.6458333"
988
+ height="4.2333331"
989
+ x="33.134491"
990
+ y="-125.08242"
991
+ transform="rotate(90)" />
992
+ <rect
993
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
994
+ id="rect2-50-0-1-7"
995
+ width="2.6458333"
996
+ height="4.2333331"
997
+ x="36.044907"
998
+ y="-125.08242"
999
+ transform="rotate(90)" />
1000
+ <rect
1001
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1002
+ id="rect2-50-06-7-8"
1003
+ width="2.6458333"
1004
+ height="4.2333331"
1005
+ x="38.955322"
1006
+ y="-125.08242"
1007
+ transform="rotate(90)" />
1008
+ <rect
1009
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1010
+ id="rect2-50-0-1-6-6"
1011
+ width="2.6458333"
1012
+ height="4.2333331"
1013
+ x="41.865738"
1014
+ y="-125.08242"
1015
+ transform="rotate(90)" />
1016
+ <rect
1017
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1018
+ id="rect2-50-31"
1019
+ width="2.6458333"
1020
+ height="4.2333331"
1021
+ x="27.31366"
1022
+ y="-129.58034"
1023
+ transform="rotate(90)" />
1024
+ <rect
1025
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1026
+ id="rect2-50-0-4"
1027
+ width="2.6458333"
1028
+ height="4.2333331"
1029
+ x="30.224075"
1030
+ y="-129.58034"
1031
+ transform="rotate(90)" />
1032
+ <rect
1033
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1034
+ id="rect2-50-06-9"
1035
+ width="2.6458333"
1036
+ height="4.2333331"
1037
+ x="33.134491"
1038
+ y="-129.58034"
1039
+ transform="rotate(90)" />
1040
+ <rect
1041
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1042
+ id="rect2-50-0-1-2"
1043
+ width="2.6458333"
1044
+ height="4.2333331"
1045
+ x="36.044907"
1046
+ y="-129.58034"
1047
+ transform="rotate(90)" />
1048
+ <rect
1049
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1050
+ id="rect2-50-06-7-0"
1051
+ width="2.6458333"
1052
+ height="4.2333331"
1053
+ x="38.955322"
1054
+ y="-129.58034"
1055
+ transform="rotate(90)" />
1056
+ <rect
1057
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1058
+ id="rect2-50-0-1-6-68"
1059
+ width="2.6458333"
1060
+ height="4.2333331"
1061
+ x="41.865738"
1062
+ y="-129.58034"
1063
+ transform="rotate(90)" />
1064
+ <rect
1065
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1066
+ id="rect2-50-3-9"
1067
+ width="2.6458333"
1068
+ height="4.2333331"
1069
+ x="27.31366"
1070
+ y="-134.07825"
1071
+ transform="rotate(90)" />
1072
+ <rect
1073
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1074
+ id="rect2-50-0-7-2"
1075
+ width="2.6458333"
1076
+ height="4.2333331"
1077
+ x="30.224075"
1078
+ y="-134.07825"
1079
+ transform="rotate(90)" />
1080
+ <rect
1081
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1082
+ id="rect2-50-06-4-6"
1083
+ width="2.6458333"
1084
+ height="4.2333331"
1085
+ x="33.134491"
1086
+ y="-134.07825"
1087
+ transform="rotate(90)" />
1088
+ <rect
1089
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1090
+ id="rect2-50-0-1-5-6"
1091
+ width="2.6458333"
1092
+ height="4.2333331"
1093
+ x="36.044907"
1094
+ y="-134.07825"
1095
+ transform="rotate(90)" />
1096
+ <rect
1097
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1098
+ id="rect2-50-06-7-2-4"
1099
+ width="2.6458333"
1100
+ height="4.2333331"
1101
+ x="38.955322"
1102
+ y="-134.07825"
1103
+ transform="rotate(90)" />
1104
+ <rect
1105
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1106
+ id="rect2-50-0-1-6-5-9"
1107
+ width="2.6458333"
1108
+ height="4.2333331"
1109
+ x="41.865738"
1110
+ y="-134.07825"
1111
+ transform="rotate(90)" />
1112
+ <rect
1113
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1114
+ id="rect2-50-4-5"
1115
+ width="2.6458333"
1116
+ height="4.2333331"
1117
+ x="27.31366"
1118
+ y="-138.57617"
1119
+ transform="rotate(90)" />
1120
+ <rect
1121
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1122
+ id="rect2-50-0-3-0"
1123
+ width="2.6458333"
1124
+ height="4.2333331"
1125
+ x="30.224075"
1126
+ y="-138.57617"
1127
+ transform="rotate(90)" />
1128
+ <rect
1129
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1130
+ id="rect2-50-06-0-4"
1131
+ width="2.6458333"
1132
+ height="4.2333331"
1133
+ x="33.134491"
1134
+ y="-138.57617"
1135
+ transform="rotate(90)" />
1136
+ <rect
1137
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1138
+ id="rect2-50-0-1-7-8"
1139
+ width="2.6458333"
1140
+ height="4.2333331"
1141
+ x="36.044907"
1142
+ y="-138.57617"
1143
+ transform="rotate(90)" />
1144
+ <rect
1145
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1146
+ id="rect2-50-06-7-8-7"
1147
+ width="2.6458333"
1148
+ height="4.2333331"
1149
+ x="38.955322"
1150
+ y="-138.57617"
1151
+ transform="rotate(90)" />
1152
+ <rect
1153
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1154
+ id="rect2-50-0-1-6-6-1"
1155
+ width="2.6458333"
1156
+ height="4.2333331"
1157
+ x="41.865738"
1158
+ y="-138.57617"
1159
+ transform="rotate(90)" />
1160
+ <rect
1161
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1162
+ id="rect2-6"
1163
+ width="2.6458333"
1164
+ height="4.2333331"
1165
+ x="16.78998"
1166
+ y="-35.759384"
1167
+ transform="scale(1,-1)" />
1168
+ <rect
1169
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1170
+ id="rect2-50-8"
1171
+ width="2.6458333"
1172
+ height="4.2333331"
1173
+ x="63.309978"
1174
+ y="-22.361944"
1175
+ transform="rotate(90)" />
1176
+ <rect
1177
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1178
+ id="rect2-50-0-5"
1179
+ width="2.6458333"
1180
+ height="4.2333331"
1181
+ x="66.22039"
1182
+ y="-22.361944"
1183
+ transform="rotate(90)" />
1184
+ <rect
1185
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1186
+ id="rect2-50-06-09"
1187
+ width="2.6458333"
1188
+ height="4.2333331"
1189
+ x="69.130806"
1190
+ y="-22.361944"
1191
+ transform="rotate(90)" />
1192
+ <rect
1193
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1194
+ id="rect2-50-0-1-63"
1195
+ width="2.6458333"
1196
+ height="4.2333331"
1197
+ x="72.041222"
1198
+ y="-22.361944"
1199
+ transform="rotate(90)" />
1200
+ <rect
1201
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1202
+ id="rect2-50-06-7-85"
1203
+ width="2.6458333"
1204
+ height="4.2333331"
1205
+ x="74.951637"
1206
+ y="-22.361944"
1207
+ transform="rotate(90)" />
1208
+ <rect
1209
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1210
+ id="rect2-50-0-1-6-61"
1211
+ width="2.6458333"
1212
+ height="4.2333331"
1213
+ x="77.862045"
1214
+ y="-22.361944"
1215
+ transform="rotate(90)" />
1216
+ <rect
1217
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1218
+ id="rect2-50-3-1"
1219
+ width="2.6458333"
1220
+ height="4.2333331"
1221
+ x="64.765182"
1222
+ y="-26.859861"
1223
+ transform="rotate(90)" />
1224
+ <rect
1225
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1226
+ id="rect2-50-0-7-5"
1227
+ width="2.6458333"
1228
+ height="4.2333331"
1229
+ x="67.675598"
1230
+ y="-26.859861"
1231
+ transform="rotate(90)" />
1232
+ <rect
1233
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1234
+ id="rect2-50-06-4-9"
1235
+ width="2.6458333"
1236
+ height="4.2333331"
1237
+ x="70.586014"
1238
+ y="-26.859861"
1239
+ transform="rotate(90)" />
1240
+ <rect
1241
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1242
+ id="rect2-50-0-1-5-8"
1243
+ width="2.6458333"
1244
+ height="4.2333331"
1245
+ x="73.496429"
1246
+ y="-26.859861"
1247
+ transform="rotate(90)" />
1248
+ <rect
1249
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1250
+ id="rect2-50-06-7-2-48"
1251
+ width="2.6458333"
1252
+ height="4.2333331"
1253
+ x="76.406845"
1254
+ y="-26.859861"
1255
+ transform="rotate(90)" />
1256
+ <rect
1257
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1258
+ id="rect2-50-0-1-6-5-1"
1259
+ width="2.6458333"
1260
+ height="4.2333331"
1261
+ x="79.317245"
1262
+ y="-26.859861"
1263
+ transform="rotate(90)" />
1264
+ <rect
1265
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1266
+ id="rect2-50-4-0"
1267
+ width="2.6458333"
1268
+ height="4.2333331"
1269
+ x="63.309978"
1270
+ y="-31.357779"
1271
+ transform="rotate(90)" />
1272
+ <rect
1273
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1274
+ id="rect2-50-0-3-3"
1275
+ width="2.6458333"
1276
+ height="4.2333331"
1277
+ x="66.22039"
1278
+ y="-31.357779"
1279
+ transform="rotate(90)" />
1280
+ <rect
1281
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1282
+ id="rect2-50-06-0-0"
1283
+ width="2.6458333"
1284
+ height="4.2333331"
1285
+ x="69.130806"
1286
+ y="-31.357779"
1287
+ transform="rotate(90)" />
1288
+ <rect
1289
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1290
+ id="rect2-50-0-1-7-4"
1291
+ width="2.6458333"
1292
+ height="4.2333331"
1293
+ x="72.041222"
1294
+ y="-31.357779"
1295
+ transform="rotate(90)" />
1296
+ <rect
1297
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1298
+ id="rect2-50-06-7-8-4"
1299
+ width="2.6458333"
1300
+ height="4.2333331"
1301
+ x="74.951637"
1302
+ y="-31.357779"
1303
+ transform="rotate(90)" />
1304
+ <rect
1305
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1306
+ id="rect2-50-0-1-6-6-4"
1307
+ width="2.6458333"
1308
+ height="4.2333331"
1309
+ x="77.862045"
1310
+ y="-31.357779"
1311
+ transform="rotate(90)" />
1312
+ <rect
1313
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1314
+ id="rect2-50-31-4"
1315
+ width="2.6458333"
1316
+ height="4.2333331"
1317
+ x="64.765182"
1318
+ y="-35.855694"
1319
+ transform="rotate(90)" />
1320
+ <rect
1321
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1322
+ id="rect2-50-0-4-7"
1323
+ width="2.6458333"
1324
+ height="4.2333331"
1325
+ x="67.675598"
1326
+ y="-35.855694"
1327
+ transform="rotate(90)" />
1328
+ <rect
1329
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1330
+ id="rect2-50-06-9-6"
1331
+ width="2.6458333"
1332
+ height="4.2333331"
1333
+ x="70.586014"
1334
+ y="-35.855694"
1335
+ transform="rotate(90)" />
1336
+ <rect
1337
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1338
+ id="rect2-50-0-1-2-3"
1339
+ width="2.6458333"
1340
+ height="4.2333331"
1341
+ x="73.496429"
1342
+ y="-35.855694"
1343
+ transform="rotate(90)" />
1344
+ <rect
1345
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1346
+ id="rect2-50-06-7-0-1"
1347
+ width="2.6458333"
1348
+ height="4.2333331"
1349
+ x="76.406845"
1350
+ y="-35.855694"
1351
+ transform="rotate(90)" />
1352
+ <rect
1353
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1354
+ id="rect2-50-0-1-6-68-7"
1355
+ width="2.6458333"
1356
+ height="4.2333331"
1357
+ x="79.317245"
1358
+ y="-35.855694"
1359
+ transform="rotate(90)" />
1360
+ <rect
1361
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1362
+ id="rect2-50-3-9-5"
1363
+ width="2.6458333"
1364
+ height="4.2333331"
1365
+ x="63.309978"
1366
+ y="-40.353611"
1367
+ transform="rotate(90)" />
1368
+ <rect
1369
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1370
+ id="rect2-50-0-7-2-9"
1371
+ width="2.6458333"
1372
+ height="4.2333331"
1373
+ x="66.22039"
1374
+ y="-40.353611"
1375
+ transform="rotate(90)" />
1376
+ <rect
1377
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1378
+ id="rect2-50-06-4-6-6"
1379
+ width="2.6458333"
1380
+ height="4.2333331"
1381
+ x="69.130806"
1382
+ y="-40.353611"
1383
+ transform="rotate(90)" />
1384
+ <rect
1385
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1386
+ id="rect2-50-0-1-5-6-2"
1387
+ width="2.6458333"
1388
+ height="4.2333331"
1389
+ x="72.041222"
1390
+ y="-40.353611"
1391
+ transform="rotate(90)" />
1392
+ <rect
1393
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1394
+ id="rect2-50-06-7-2-4-1"
1395
+ width="2.6458333"
1396
+ height="4.2333331"
1397
+ x="74.951637"
1398
+ y="-40.353611"
1399
+ transform="rotate(90)" />
1400
+ <rect
1401
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1402
+ id="rect2-50-0-1-6-5-9-7"
1403
+ width="2.6458333"
1404
+ height="4.2333331"
1405
+ x="77.862045"
1406
+ y="-40.353611"
1407
+ transform="rotate(90)" />
1408
+ <rect
1409
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1410
+ id="rect2-50-4-5-8"
1411
+ width="2.6458333"
1412
+ height="4.2333331"
1413
+ x="64.765182"
1414
+ y="-44.851528"
1415
+ transform="rotate(90)" />
1416
+ <rect
1417
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1418
+ id="rect2-50-0-3-0-5"
1419
+ width="2.6458333"
1420
+ height="4.2333331"
1421
+ x="67.675598"
1422
+ y="-44.851528"
1423
+ transform="rotate(90)" />
1424
+ <rect
1425
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1426
+ id="rect2-50-06-0-4-7"
1427
+ width="2.6458333"
1428
+ height="4.2333331"
1429
+ x="70.586014"
1430
+ y="-44.851528"
1431
+ transform="rotate(90)" />
1432
+ <rect
1433
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1434
+ id="rect2-50-0-1-7-8-4"
1435
+ width="2.6458333"
1436
+ height="4.2333331"
1437
+ x="73.496429"
1438
+ y="-44.851528"
1439
+ transform="rotate(90)" />
1440
+ <rect
1441
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1442
+ id="rect2-50-06-7-8-7-1"
1443
+ width="2.6458333"
1444
+ height="4.2333331"
1445
+ x="76.406845"
1446
+ y="-44.851528"
1447
+ transform="rotate(90)" />
1448
+ <rect
1449
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1450
+ id="rect2-50-0-1-6-6-1-8"
1451
+ width="2.6458333"
1452
+ height="4.2333331"
1453
+ x="79.317245"
1454
+ y="-44.851528"
1455
+ transform="rotate(90)" />
1456
+ <rect
1457
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1458
+ id="rect2-50-0-1-6-5-1-5"
1459
+ width="2.6458333"
1460
+ height="4.2333331"
1461
+ x="61.866676"
1462
+ y="-26.859861"
1463
+ transform="rotate(90)" />
1464
+ <rect
1465
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1466
+ id="rect2-50-0-1-6-5-1-3"
1467
+ width="2.6458333"
1468
+ height="4.2333331"
1469
+ x="61.866676"
1470
+ y="-35.855694"
1471
+ transform="rotate(90)" />
1472
+ <rect
1473
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1474
+ id="rect2-50-4-5-8-6"
1475
+ width="2.6458333"
1476
+ height="4.2333331"
1477
+ x="63.309978"
1478
+ y="-49.349445"
1479
+ transform="rotate(90)" />
1480
+ <rect
1481
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1482
+ id="rect2-50-0-3-0-5-4"
1483
+ width="2.6458333"
1484
+ height="4.2333331"
1485
+ x="66.22039"
1486
+ y="-49.349445"
1487
+ transform="rotate(90)" />
1488
+ <rect
1489
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1490
+ id="rect2-50-06-0-4-7-3"
1491
+ width="2.6458333"
1492
+ height="4.2333331"
1493
+ x="69.130806"
1494
+ y="-49.349445"
1495
+ transform="rotate(90)" />
1496
+ <rect
1497
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1498
+ id="rect2-50-0-1-7-8-4-3"
1499
+ width="2.6458333"
1500
+ height="4.2333331"
1501
+ x="72.041222"
1502
+ y="-49.349445"
1503
+ transform="rotate(90)" />
1504
+ <rect
1505
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1506
+ id="rect2-50-06-7-8-7-1-3"
1507
+ width="2.6458333"
1508
+ height="4.2333331"
1509
+ x="74.951637"
1510
+ y="-49.349445"
1511
+ transform="rotate(90)" />
1512
+ <rect
1513
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1514
+ id="rect2-50-0-1-6-6-1-8-8"
1515
+ width="2.6458333"
1516
+ height="4.2333331"
1517
+ x="77.862038"
1518
+ y="-49.349445"
1519
+ transform="rotate(90)" />
1520
+ <rect
1521
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1522
+ id="rect2-50-0-1-6-5-1-3-8"
1523
+ width="2.6458333"
1524
+ height="4.2333331"
1525
+ x="61.854767"
1526
+ y="-44.851528"
1527
+ transform="rotate(90)" />
1528
+ <text
1529
+ xml:space="preserve"
1530
+ transform="matrix(0.26458333,0,0,0.26458333,3.5728227,-30.217039)"
1531
+ id="text4"
1532
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4);display:inline"><tspan
1533
+ x="60"
1534
+ y="438.65628"
1535
+ id="tspan34">crenel vertical</tspan></text>
1536
+ <text
1537
+ xml:space="preserve"
1538
+ transform="matrix(0.26458333,0,0,0.26458333,3.749163,2.4669984)"
1539
+ id="text4-4"
1540
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4-3);display:inline"><tspan
1541
+ x="60"
1542
+ y="438.65628"
1543
+ id="tspan35">crenel horizontal</tspan></text>
1544
+ <rect
1545
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1546
+ id="rect2-9"
1547
+ width="2.6458333"
1548
+ height="4.2333331"
1549
+ x="19.700396"
1550
+ y="-31.157623"
1551
+ transform="scale(1,-1)" />
1552
+ <rect
1553
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1554
+ id="rect2-5-2"
1555
+ width="2.6458333"
1556
+ height="4.2333331"
1557
+ x="19.700396"
1558
+ y="36.127811" />
1559
+ <rect
1560
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1561
+ id="rect2-1-54"
1562
+ width="2.6458333"
1563
+ height="4.2333331"
1564
+ x="19.700396"
1565
+ y="40.729572" />
1566
+ <rect
1567
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1568
+ id="rect2-1-5-0"
1569
+ width="2.6458333"
1570
+ height="4.2333331"
1571
+ x="19.700396"
1572
+ y="45.331333" />
1573
+ <rect
1574
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1575
+ id="rect2-6-5"
1576
+ width="2.6458333"
1577
+ height="4.2333331"
1578
+ x="19.700396"
1579
+ y="-35.759384"
1580
+ transform="scale(1,-1)" />
1581
+ <rect
1582
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1583
+ id="rect2-92"
1584
+ width="2.6458333"
1585
+ height="4.2333331"
1586
+ x="22.610811"
1587
+ y="-31.157623"
1588
+ transform="scale(1,-1)" />
1589
+ <rect
1590
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1591
+ id="rect2-5-24"
1592
+ width="2.6458333"
1593
+ height="4.2333331"
1594
+ x="22.610811"
1595
+ y="36.127811" />
1596
+ <rect
1597
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1598
+ id="rect2-1-7"
1599
+ width="2.6458333"
1600
+ height="4.2333331"
1601
+ x="22.610811"
1602
+ y="40.729572" />
1603
+ <rect
1604
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1605
+ id="rect2-1-5-7"
1606
+ width="2.6458333"
1607
+ height="4.2333331"
1608
+ x="22.610811"
1609
+ y="45.331333" />
1610
+ <rect
1611
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1612
+ id="rect2-6-54"
1613
+ width="2.6458333"
1614
+ height="4.2333331"
1615
+ x="22.610811"
1616
+ y="-35.759384"
1617
+ transform="scale(1,-1)" />
1618
+ <rect
1619
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1620
+ id="rect2-7"
1621
+ width="5.2916665"
1622
+ height="8.4666662"
1623
+ x="31.245995"
1624
+ y="-173.41481"
1625
+ transform="scale(1,-1)" />
1626
+ <rect
1627
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1628
+ id="rect2-9-8"
1629
+ width="2.6458333"
1630
+ height="4.2333331"
1631
+ x="25.521229"
1632
+ y="31.526051" />
1633
+ <rect
1634
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1635
+ id="rect2-5-2-1"
1636
+ width="2.6458333"
1637
+ height="4.2333331"
1638
+ x="25.521229"
1639
+ y="36.127811" />
1640
+ <rect
1641
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1642
+ id="rect2-1-54-2"
1643
+ width="2.6458333"
1644
+ height="4.2333331"
1645
+ x="25.521229"
1646
+ y="40.729572" />
1647
+ <rect
1648
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1649
+ id="rect2-1-5-0-8"
1650
+ width="2.6458333"
1651
+ height="4.2333331"
1652
+ x="25.521229"
1653
+ y="45.331333" />
1654
+ <rect
1655
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1656
+ id="rect2-6-5-9"
1657
+ width="2.6458333"
1658
+ height="4.2333331"
1659
+ x="25.521229"
1660
+ y="26.92429" />
1661
+ <rect
1662
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1663
+ id="rect2-0"
1664
+ width="2.6458333"
1665
+ height="4.2333331"
1666
+ x="28.431644"
1667
+ y="31.526051" />
1668
+ <rect
1669
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1670
+ id="rect2-5-21"
1671
+ width="2.6458333"
1672
+ height="4.2333331"
1673
+ x="28.431644"
1674
+ y="36.127811" />
1675
+ <rect
1676
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1677
+ id="rect2-1-0"
1678
+ width="2.6458333"
1679
+ height="4.2333331"
1680
+ x="28.431644"
1681
+ y="40.729572" />
1682
+ <rect
1683
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1684
+ id="rect2-1-5-5"
1685
+ width="2.6458333"
1686
+ height="4.2333331"
1687
+ x="28.431644"
1688
+ y="45.331333" />
1689
+ <rect
1690
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1691
+ id="rect2-6-1"
1692
+ width="2.6458333"
1693
+ height="4.2333331"
1694
+ x="28.431644"
1695
+ y="26.92429" />
1696
+ <rect
1697
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1698
+ id="rect2-9-1"
1699
+ width="2.6458333"
1700
+ height="4.2333331"
1701
+ x="31.34206"
1702
+ y="31.526051" />
1703
+ <rect
1704
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1705
+ id="rect2-5-2-0"
1706
+ width="2.6458333"
1707
+ height="4.2333331"
1708
+ x="31.34206"
1709
+ y="36.127811" />
1710
+ <rect
1711
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1712
+ id="rect2-1-54-8"
1713
+ width="2.6458333"
1714
+ height="4.2333331"
1715
+ x="31.34206"
1716
+ y="40.729572" />
1717
+ <rect
1718
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1719
+ id="rect2-1-5-0-5"
1720
+ width="2.6458333"
1721
+ height="4.2333331"
1722
+ x="31.34206"
1723
+ y="45.331333" />
1724
+ <rect
1725
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1726
+ id="rect2-6-5-0"
1727
+ width="2.6458333"
1728
+ height="4.2333331"
1729
+ x="31.34206"
1730
+ y="26.92429" />
1731
+ <rect
1732
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1733
+ id="rect2-92-6"
1734
+ width="2.6458333"
1735
+ height="4.2333331"
1736
+ x="34.252476"
1737
+ y="31.526051" />
1738
+ <rect
1739
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1740
+ id="rect2-5-24-4"
1741
+ width="2.6458333"
1742
+ height="4.2333331"
1743
+ x="34.252476"
1744
+ y="36.127811" />
1745
+ <rect
1746
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1747
+ id="rect2-1-7-6"
1748
+ width="2.6458333"
1749
+ height="4.2333331"
1750
+ x="34.252476"
1751
+ y="40.729572" />
1752
+ <rect
1753
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1754
+ id="rect2-1-5-7-2"
1755
+ width="2.6458333"
1756
+ height="4.2333331"
1757
+ x="34.252476"
1758
+ y="45.331333" />
1759
+ <rect
1760
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1761
+ id="rect2-6-54-5"
1762
+ width="2.6458333"
1763
+ height="4.2333331"
1764
+ x="34.252476"
1765
+ y="26.92429" />
1766
+ <rect
1767
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1768
+ id="rect2-9-8-8"
1769
+ width="2.6458333"
1770
+ height="4.2333331"
1771
+ x="37.162891"
1772
+ y="31.526051" />
1773
+ <rect
1774
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1775
+ id="rect2-5-2-1-6"
1776
+ width="2.6458333"
1777
+ height="4.2333331"
1778
+ x="37.162891"
1779
+ y="36.127811" />
1780
+ <rect
1781
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1782
+ id="rect2-1-54-2-2"
1783
+ width="2.6458333"
1784
+ height="4.2333331"
1785
+ x="37.162891"
1786
+ y="40.729572" />
1787
+ <rect
1788
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1789
+ id="rect2-1-5-0-8-8"
1790
+ width="2.6458333"
1791
+ height="4.2333331"
1792
+ x="37.162891"
1793
+ y="45.331333" />
1794
+ <rect
1795
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1796
+ id="rect2-6-5-9-4"
1797
+ width="2.6458333"
1798
+ height="4.2333331"
1799
+ x="37.162891"
1800
+ y="26.92429" />
1801
+ <rect
1802
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1803
+ id="rect2-06"
1804
+ width="2.6458333"
1805
+ height="4.2333331"
1806
+ x="40.073307"
1807
+ y="31.526051" />
1808
+ <rect
1809
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1810
+ id="rect2-5-29"
1811
+ width="2.6458333"
1812
+ height="4.2333331"
1813
+ x="40.073307"
1814
+ y="36.127811" />
1815
+ <rect
1816
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1817
+ id="rect2-1-9"
1818
+ width="2.6458333"
1819
+ height="4.2333331"
1820
+ x="40.073307"
1821
+ y="40.729572" />
1822
+ <rect
1823
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1824
+ id="rect2-1-5-08"
1825
+ width="2.6458333"
1826
+ height="4.2333331"
1827
+ x="40.073307"
1828
+ y="45.331333" />
1829
+ <rect
1830
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1831
+ id="rect2-6-13"
1832
+ width="2.6458333"
1833
+ height="4.2333331"
1834
+ x="40.073307"
1835
+ y="26.92429" />
1836
+ <rect
1837
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1838
+ id="rect2-9-11"
1839
+ width="2.6458333"
1840
+ height="4.2333331"
1841
+ x="42.983723"
1842
+ y="31.526051" />
1843
+ <rect
1844
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1845
+ id="rect2-5-2-03"
1846
+ width="2.6458333"
1847
+ height="4.2333331"
1848
+ x="42.983723"
1849
+ y="36.127811" />
1850
+ <rect
1851
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1852
+ id="rect2-1-54-4"
1853
+ width="2.6458333"
1854
+ height="4.2333331"
1855
+ x="42.983723"
1856
+ y="40.729572" />
1857
+ <rect
1858
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1859
+ id="rect2-1-5-0-0"
1860
+ width="2.6458333"
1861
+ height="4.2333331"
1862
+ x="42.983723"
1863
+ y="45.331333" />
1864
+ <rect
1865
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1866
+ id="rect2-6-5-3"
1867
+ width="2.6458333"
1868
+ height="4.2333331"
1869
+ x="42.983723"
1870
+ y="26.92429" />
1871
+ <rect
1872
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1873
+ id="rect2-92-9"
1874
+ width="2.6458333"
1875
+ height="4.2333331"
1876
+ x="45.894138"
1877
+ y="31.526051" />
1878
+ <rect
1879
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1880
+ id="rect2-5-24-1"
1881
+ width="2.6458333"
1882
+ height="4.2333331"
1883
+ x="45.894138"
1884
+ y="36.127811" />
1885
+ <rect
1886
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1887
+ id="rect2-1-7-9"
1888
+ width="2.6458333"
1889
+ height="4.2333331"
1890
+ x="45.894138"
1891
+ y="40.729572" />
1892
+ <rect
1893
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1894
+ id="rect2-1-5-7-6"
1895
+ width="2.6458333"
1896
+ height="4.2333331"
1897
+ x="45.894138"
1898
+ y="45.331333" />
1899
+ <rect
1900
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1901
+ id="rect2-6-54-9"
1902
+ width="2.6458333"
1903
+ height="4.2333331"
1904
+ x="45.894138"
1905
+ y="26.92429" />
1906
+ <rect
1907
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1908
+ id="rect2-9-8-3"
1909
+ width="2.6458333"
1910
+ height="4.2333331"
1911
+ x="48.804558"
1912
+ y="31.526051" />
1913
+ <rect
1914
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1915
+ id="rect2-5-2-1-3"
1916
+ width="2.6458333"
1917
+ height="4.2333331"
1918
+ x="48.804558"
1919
+ y="36.127811" />
1920
+ <rect
1921
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1922
+ id="rect2-1-54-2-8"
1923
+ width="2.6458333"
1924
+ height="4.2333331"
1925
+ x="48.804558"
1926
+ y="40.729572" />
1927
+ <rect
1928
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1929
+ id="rect2-1-5-0-8-0"
1930
+ width="2.6458333"
1931
+ height="4.2333331"
1932
+ x="48.804558"
1933
+ y="45.331333" />
1934
+ <rect
1935
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1936
+ id="rect2-6-5-9-5"
1937
+ width="2.6458333"
1938
+ height="4.2333331"
1939
+ x="48.804558"
1940
+ y="26.92429" />
1941
+ <rect
1942
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1943
+ id="rect2-00"
1944
+ width="2.6458333"
1945
+ height="4.2333331"
1946
+ x="18.320456"
1947
+ y="100.81322" />
1948
+ <rect
1949
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1950
+ id="rect2-5-4"
1951
+ width="2.6458333"
1952
+ height="4.2333331"
1953
+ x="19.775663"
1954
+ y="105.41496" />
1955
+ <rect
1956
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1957
+ id="rect2-1-6"
1958
+ width="2.6458333"
1959
+ height="4.2333331"
1960
+ x="18.320456"
1961
+ y="110.01675" />
1962
+ <rect
1963
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1964
+ id="rect2-6-6"
1965
+ width="2.6458333"
1966
+ height="4.2333331"
1967
+ x="19.775663"
1968
+ y="96.211456" />
1969
+ <rect
1970
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1971
+ id="rect2-9-7"
1972
+ width="2.6458333"
1973
+ height="4.2333331"
1974
+ x="21.230871"
1975
+ y="100.81322" />
1976
+ <rect
1977
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1978
+ id="rect2-5-2-5"
1979
+ width="2.6458333"
1980
+ height="4.2333331"
1981
+ x="22.686079"
1982
+ y="105.41496" />
1983
+ <rect
1984
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1985
+ id="rect2-1-54-6"
1986
+ width="2.6458333"
1987
+ height="4.2333331"
1988
+ x="21.230871"
1989
+ y="110.01675" />
1990
+ <rect
1991
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1992
+ id="rect2-6-5-8"
1993
+ width="2.6458333"
1994
+ height="4.2333331"
1995
+ x="22.686079"
1996
+ y="96.211456" />
1997
+ <rect
1998
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
1999
+ id="rect2-92-7"
2000
+ width="2.6458333"
2001
+ height="4.2333331"
2002
+ x="24.141287"
2003
+ y="100.81322" />
2004
+ <rect
2005
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2006
+ id="rect2-5-24-2"
2007
+ width="2.6458333"
2008
+ height="4.2333331"
2009
+ x="25.596495"
2010
+ y="105.41496" />
2011
+ <rect
2012
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2013
+ id="rect2-1-7-8"
2014
+ width="2.6458333"
2015
+ height="4.2333331"
2016
+ x="24.141287"
2017
+ y="110.01675" />
2018
+ <rect
2019
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2020
+ id="rect2-6-54-96"
2021
+ width="2.6458333"
2022
+ height="4.2333331"
2023
+ x="25.596495"
2024
+ y="96.211456" />
2025
+ <rect
2026
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2027
+ id="rect2-9-8-0"
2028
+ width="2.6458333"
2029
+ height="4.2333331"
2030
+ x="27.05171"
2031
+ y="100.81322" />
2032
+ <rect
2033
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2034
+ id="rect2-5-2-1-2"
2035
+ width="2.6458333"
2036
+ height="4.2333331"
2037
+ x="28.506918"
2038
+ y="105.41496" />
2039
+ <rect
2040
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2041
+ id="rect2-1-54-2-7"
2042
+ width="2.6458333"
2043
+ height="4.2333331"
2044
+ x="27.05171"
2045
+ y="110.01675" />
2046
+ <rect
2047
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2048
+ id="rect2-6-5-9-1"
2049
+ width="2.6458333"
2050
+ height="4.2333331"
2051
+ x="28.506918"
2052
+ y="96.211456" />
2053
+ <rect
2054
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2055
+ id="rect2-0-3"
2056
+ width="2.6458333"
2057
+ height="4.2333331"
2058
+ x="29.962126"
2059
+ y="100.81322" />
2060
+ <rect
2061
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2062
+ id="rect2-5-21-2"
2063
+ width="2.6458333"
2064
+ height="4.2333331"
2065
+ x="31.417334"
2066
+ y="105.41496" />
2067
+ <rect
2068
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2069
+ id="rect2-1-0-1"
2070
+ width="2.6458333"
2071
+ height="4.2333331"
2072
+ x="29.962126"
2073
+ y="110.01675" />
2074
+ <rect
2075
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2076
+ id="rect2-6-1-9"
2077
+ width="2.6458333"
2078
+ height="4.2333331"
2079
+ x="31.417334"
2080
+ y="96.211456" />
2081
+ <rect
2082
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2083
+ id="rect2-9-1-9"
2084
+ width="2.6458333"
2085
+ height="4.2333331"
2086
+ x="32.872543"
2087
+ y="100.81322" />
2088
+ <rect
2089
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2090
+ id="rect2-5-2-0-1"
2091
+ width="2.6458333"
2092
+ height="4.2333331"
2093
+ x="34.327751"
2094
+ y="105.41496" />
2095
+ <rect
2096
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2097
+ id="rect2-1-54-8-4"
2098
+ width="2.6458333"
2099
+ height="4.2333331"
2100
+ x="32.872543"
2101
+ y="110.01675" />
2102
+ <rect
2103
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2104
+ id="rect2-6-5-0-1"
2105
+ width="2.6458333"
2106
+ height="4.2333331"
2107
+ x="34.327751"
2108
+ y="96.211456" />
2109
+ <rect
2110
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2111
+ id="rect2-92-6-0"
2112
+ width="2.6458333"
2113
+ height="4.2333331"
2114
+ x="35.782959"
2115
+ y="100.81322" />
2116
+ <rect
2117
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2118
+ id="rect2-5-24-4-7"
2119
+ width="2.6458333"
2120
+ height="4.2333331"
2121
+ x="37.238167"
2122
+ y="105.41496" />
2123
+ <rect
2124
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2125
+ id="rect2-1-7-6-5"
2126
+ width="2.6458333"
2127
+ height="4.2333331"
2128
+ x="35.782959"
2129
+ y="110.01675" />
2130
+ <rect
2131
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2132
+ id="rect2-6-54-5-7"
2133
+ width="2.6458333"
2134
+ height="4.2333331"
2135
+ x="37.238167"
2136
+ y="96.211456" />
2137
+ <rect
2138
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2139
+ id="rect2-9-8-8-0"
2140
+ width="2.6458333"
2141
+ height="4.2333331"
2142
+ x="38.693375"
2143
+ y="100.81322" />
2144
+ <rect
2145
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2146
+ id="rect2-5-2-1-6-4"
2147
+ width="2.6458333"
2148
+ height="4.2333331"
2149
+ x="40.148582"
2150
+ y="105.41496" />
2151
+ <rect
2152
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2153
+ id="rect2-1-54-2-2-8"
2154
+ width="2.6458333"
2155
+ height="4.2333331"
2156
+ x="38.693375"
2157
+ y="110.01675" />
2158
+ <rect
2159
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2160
+ id="rect2-6-5-9-4-4"
2161
+ width="2.6458333"
2162
+ height="4.2333331"
2163
+ x="40.148582"
2164
+ y="96.211456" />
2165
+ <rect
2166
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2167
+ id="rect2-06-2"
2168
+ width="2.6458333"
2169
+ height="4.2333331"
2170
+ x="41.60379"
2171
+ y="100.81322" />
2172
+ <rect
2173
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2174
+ id="rect2-5-29-9"
2175
+ width="2.6458333"
2176
+ height="4.2333331"
2177
+ x="43.058998"
2178
+ y="105.41496" />
2179
+ <rect
2180
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2181
+ id="rect2-1-9-6"
2182
+ width="2.6458333"
2183
+ height="4.2333331"
2184
+ x="41.60379"
2185
+ y="110.01675" />
2186
+ <rect
2187
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2188
+ id="rect2-6-13-0"
2189
+ width="2.6458333"
2190
+ height="4.2333331"
2191
+ x="43.058998"
2192
+ y="96.211456" />
2193
+ <rect
2194
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2195
+ id="rect2-9-11-4"
2196
+ width="2.6458333"
2197
+ height="4.2333331"
2198
+ x="44.514206"
2199
+ y="100.81322" />
2200
+ <rect
2201
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2202
+ id="rect2-5-2-03-2"
2203
+ width="2.6458333"
2204
+ height="4.2333331"
2205
+ x="45.969414"
2206
+ y="105.41496" />
2207
+ <rect
2208
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2209
+ id="rect2-1-54-4-2"
2210
+ width="2.6458333"
2211
+ height="4.2333331"
2212
+ x="44.514206"
2213
+ y="110.01675" />
2214
+ <rect
2215
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2216
+ id="rect2-6-5-3-0"
2217
+ width="2.6458333"
2218
+ height="4.2333331"
2219
+ x="45.969414"
2220
+ y="96.211456" />
2221
+ <rect
2222
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2223
+ id="rect2-92-9-5"
2224
+ width="2.6458333"
2225
+ height="4.2333331"
2226
+ x="47.424622"
2227
+ y="100.81322" />
2228
+ <rect
2229
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2230
+ id="rect2-5-24-1-5"
2231
+ width="2.6458333"
2232
+ height="4.2333331"
2233
+ x="48.879822"
2234
+ y="105.41496" />
2235
+ <rect
2236
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2237
+ id="rect2-1-7-9-2"
2238
+ width="2.6458333"
2239
+ height="4.2333331"
2240
+ x="47.424622"
2241
+ y="110.01675" />
2242
+ <rect
2243
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2244
+ id="rect2-6-54-9-0"
2245
+ width="2.6458333"
2246
+ height="4.2333331"
2247
+ x="48.879822"
2248
+ y="96.211456" />
2249
+ <rect
2250
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2251
+ id="rect2-9-8-3-2"
2252
+ width="2.6458333"
2253
+ height="4.2333331"
2254
+ x="50.335022"
2255
+ y="100.81322" />
2256
+ <rect
2257
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2258
+ id="rect2-5-2-1-3-8"
2259
+ width="2.6458333"
2260
+ height="4.2333331"
2261
+ x="51.790222"
2262
+ y="105.41496" />
2263
+ <rect
2264
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2265
+ id="rect2-1-54-2-8-3"
2266
+ width="2.6458333"
2267
+ height="4.2333331"
2268
+ x="50.335022"
2269
+ y="110.01675" />
2270
+ <rect
2271
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2272
+ id="rect2-6-5-9-5-0"
2273
+ width="2.6458333"
2274
+ height="4.2333331"
2275
+ x="51.790222"
2276
+ y="96.211456" />
2277
+ <rect
2278
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2279
+ id="rect2-6-6-1"
2280
+ width="2.6458333"
2281
+ height="4.2333331"
2282
+ x="18.320456"
2283
+ y="91.609688" />
2284
+ <rect
2285
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2286
+ id="rect2-6-5-8-9"
2287
+ width="2.6458333"
2288
+ height="4.2333331"
2289
+ x="21.230871"
2290
+ y="91.609688" />
2291
+ <rect
2292
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2293
+ id="rect2-6-54-96-6"
2294
+ width="2.6458333"
2295
+ height="4.2333331"
2296
+ x="24.141287"
2297
+ y="91.609688" />
2298
+ <rect
2299
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2300
+ id="rect2-6-5-9-1-2"
2301
+ width="2.6458333"
2302
+ height="4.2333331"
2303
+ x="27.05171"
2304
+ y="91.609688" />
2305
+ <rect
2306
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2307
+ id="rect2-6-1-9-5"
2308
+ width="2.6458333"
2309
+ height="4.2333331"
2310
+ x="29.962126"
2311
+ y="91.609688" />
2312
+ <rect
2313
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2314
+ id="rect2-6-5-0-1-4"
2315
+ width="2.6458333"
2316
+ height="4.2333331"
2317
+ x="32.872543"
2318
+ y="91.609688" />
2319
+ <rect
2320
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2321
+ id="rect2-6-54-5-7-4"
2322
+ width="2.6458333"
2323
+ height="4.2333331"
2324
+ x="35.782951"
2325
+ y="91.609688" />
2326
+ <rect
2327
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2328
+ id="rect2-6-5-9-4-4-9"
2329
+ width="2.6458333"
2330
+ height="4.2333331"
2331
+ x="38.693375"
2332
+ y="91.609688" />
2333
+ <rect
2334
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2335
+ id="rect2-6-13-0-9"
2336
+ width="2.6458333"
2337
+ height="4.2333331"
2338
+ x="41.60379"
2339
+ y="91.609688" />
2340
+ <rect
2341
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2342
+ id="rect2-6-5-3-0-3"
2343
+ width="2.6458333"
2344
+ height="4.2333331"
2345
+ x="44.514206"
2346
+ y="91.609688" />
2347
+ <rect
2348
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2349
+ id="rect2-6-54-9-0-6"
2350
+ width="2.6458333"
2351
+ height="4.2333331"
2352
+ x="47.424622"
2353
+ y="91.609688" />
2354
+ <rect
2355
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2356
+ id="rect2-6-5-9-5-0-0"
2357
+ width="2.6458333"
2358
+ height="4.2333331"
2359
+ x="50.335022"
2360
+ y="91.609688" />
2361
+ <rect
2362
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2363
+ id="rect2-1-54-6-9"
2364
+ width="2.6458333"
2365
+ height="4.2333331"
2366
+ x="16.865248"
2367
+ y="105.41496" />
2368
+ <rect
2369
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2370
+ id="rect2-1-54-6-1"
2371
+ width="2.6458333"
2372
+ height="4.2333331"
2373
+ x="16.865248"
2374
+ y="96.211456" />
2375
+ <rect
2376
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2377
+ id="rect2-1-6-2"
2378
+ width="2.6458333"
2379
+ height="4.2333331"
2380
+ x="9.7124605"
2381
+ y="160.47939"
2382
+ transform="rotate(-40.859708)" />
2383
+ <rect
2384
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2385
+ id="rect2-1-6-2-2"
2386
+ width="2.6458333"
2387
+ height="4.2333331"
2388
+ x="12.358296"
2389
+ y="162.59605"
2390
+ transform="rotate(-40.859708)" />
2391
+ <rect
2392
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2393
+ id="rect2-1-6-2-2-2"
2394
+ width="2.6458333"
2395
+ height="4.2333331"
2396
+ x="12.358296"
2397
+ y="158.36272"
2398
+ transform="rotate(-40.859708)" />
2399
+ <rect
2400
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2401
+ id="rect2-1-6-2-2-6"
2402
+ width="2.6458333"
2403
+ height="4.2333331"
2404
+ x="15.004132"
2405
+ y="164.71272"
2406
+ transform="rotate(-40.859708)" />
2407
+ <rect
2408
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2409
+ id="rect2-1-6-2-2-2-8"
2410
+ width="2.6458333"
2411
+ height="4.2333331"
2412
+ x="15.004132"
2413
+ y="160.47939"
2414
+ transform="rotate(-40.859708)" />
2415
+ <rect
2416
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2417
+ id="rect2-1-6-2-2-3"
2418
+ width="2.6458333"
2419
+ height="4.2333331"
2420
+ x="17.649967"
2421
+ y="166.82939"
2422
+ transform="rotate(-40.859708)" />
2423
+ <rect
2424
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2425
+ id="rect2-1-6-2-2-2-3"
2426
+ width="2.6458333"
2427
+ height="4.2333331"
2428
+ x="17.649967"
2429
+ y="162.59605"
2430
+ transform="rotate(-40.859708)" />
2431
+ <rect
2432
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2433
+ id="rect2-1-6-2-2-7"
2434
+ width="2.6458333"
2435
+ height="4.2333331"
2436
+ x="20.295803"
2437
+ y="168.94606"
2438
+ transform="rotate(-40.859708)" />
2439
+ <rect
2440
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2441
+ id="rect2-1-6-2-2-2-6"
2442
+ width="2.6458333"
2443
+ height="4.2333331"
2444
+ x="20.295803"
2445
+ y="164.71272"
2446
+ transform="rotate(-40.859708)" />
2447
+ <rect
2448
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2449
+ id="rect2-1-6-2-2-68"
2450
+ width="2.6458333"
2451
+ height="4.2333331"
2452
+ x="22.941639"
2453
+ y="171.06273"
2454
+ transform="rotate(-40.859708)" />
2455
+ <rect
2456
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2457
+ id="rect2-1-6-2-2-2-7"
2458
+ width="2.6458333"
2459
+ height="4.2333331"
2460
+ x="22.941639"
2461
+ y="166.82939"
2462
+ transform="rotate(-40.859708)" />
2463
+ <rect
2464
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2465
+ id="rect2-1-6-2-2-33"
2466
+ width="2.6458333"
2467
+ height="4.2333331"
2468
+ x="25.587475"
2469
+ y="173.1794"
2470
+ transform="rotate(-40.859708)" />
2471
+ <rect
2472
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2473
+ id="rect2-1-6-2-2-2-73"
2474
+ width="2.6458333"
2475
+ height="4.2333331"
2476
+ x="25.587475"
2477
+ y="168.94606"
2478
+ transform="rotate(-40.859708)" />
2479
+ <rect
2480
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2481
+ id="rect2-1-6-2-2-26"
2482
+ width="2.6458333"
2483
+ height="4.2333331"
2484
+ x="28.233311"
2485
+ y="175.29607"
2486
+ transform="rotate(-40.859708)" />
2487
+ <rect
2488
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2489
+ id="rect2-1-6-2-2-2-5"
2490
+ width="2.6458333"
2491
+ height="4.2333331"
2492
+ x="28.233311"
2493
+ y="171.06273"
2494
+ transform="rotate(-40.859708)" />
2495
+ <rect
2496
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2497
+ id="rect2-1-6-2-2-0"
2498
+ width="2.6458333"
2499
+ height="4.2333331"
2500
+ x="15.004132"
2501
+ y="156.24606"
2502
+ transform="rotate(-40.859708)" />
2503
+ <rect
2504
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2505
+ id="rect2-1-6-2-2-6-1"
2506
+ width="2.6458333"
2507
+ height="4.2333331"
2508
+ x="17.649967"
2509
+ y="158.36273"
2510
+ transform="rotate(-40.859708)" />
2511
+ <rect
2512
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2513
+ id="rect2-1-6-2-2-2-8-0"
2514
+ width="2.6458333"
2515
+ height="4.2333331"
2516
+ x="17.649967"
2517
+ y="154.12939"
2518
+ transform="rotate(-40.859708)" />
2519
+ <rect
2520
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2521
+ id="rect2-1-6-2-2-3-4"
2522
+ width="2.6458333"
2523
+ height="4.2333331"
2524
+ x="20.295803"
2525
+ y="160.4794"
2526
+ transform="rotate(-40.859708)" />
2527
+ <rect
2528
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2529
+ id="rect2-1-6-2-2-2-3-8"
2530
+ width="2.6458333"
2531
+ height="4.2333331"
2532
+ x="20.295803"
2533
+ y="156.24606"
2534
+ transform="rotate(-40.859708)" />
2535
+ <rect
2536
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2537
+ id="rect2-1-6-2-2-7-7"
2538
+ width="2.6458333"
2539
+ height="4.2333331"
2540
+ x="22.941639"
2541
+ y="162.59607"
2542
+ transform="rotate(-40.859708)" />
2543
+ <rect
2544
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2545
+ id="rect2-1-6-2-2-2-6-0"
2546
+ width="2.6458333"
2547
+ height="4.2333331"
2548
+ x="22.941639"
2549
+ y="158.36273"
2550
+ transform="rotate(-40.859708)" />
2551
+ <rect
2552
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2553
+ id="rect2-1-6-2-2-68-8"
2554
+ width="2.6458333"
2555
+ height="4.2333331"
2556
+ x="25.587475"
2557
+ y="164.71274"
2558
+ transform="rotate(-40.859708)" />
2559
+ <rect
2560
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2561
+ id="rect2-1-6-2-2-2-7-6"
2562
+ width="2.6458333"
2563
+ height="4.2333331"
2564
+ x="25.587475"
2565
+ y="160.4794"
2566
+ transform="rotate(-40.859708)" />
2567
+ <rect
2568
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2569
+ id="rect2-1-6-2-2-33-2"
2570
+ width="2.6458333"
2571
+ height="4.2333331"
2572
+ x="28.233311"
2573
+ y="166.82941"
2574
+ transform="rotate(-40.859708)" />
2575
+ <rect
2576
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2577
+ id="rect2-1-6-2-2-2-73-4"
2578
+ width="2.6458333"
2579
+ height="4.2333331"
2580
+ x="28.233311"
2581
+ y="162.59607"
2582
+ transform="rotate(-40.859708)" />
2583
+ <rect
2584
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2585
+ id="rect2-1-6-2-2-26-7"
2586
+ width="2.6458333"
2587
+ height="4.2333331"
2588
+ x="30.879147"
2589
+ y="168.94608"
2590
+ transform="rotate(-40.859708)" />
2591
+ <rect
2592
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2593
+ id="rect2-1-6-2-2-2-5-9"
2594
+ width="2.6458333"
2595
+ height="4.2333331"
2596
+ x="30.879147"
2597
+ y="164.71274"
2598
+ transform="rotate(-40.859708)" />
2599
+ <rect
2600
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2601
+ id="rect2-1-6-2-7"
2602
+ width="2.6458333"
2603
+ height="4.2333331"
2604
+ x="30.879147"
2605
+ y="173.17941"
2606
+ transform="rotate(-40.859708)" />
2607
+ <rect
2608
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2609
+ id="rect2-1-6-2-5"
2610
+ width="2.6458333"
2611
+ height="4.2333331"
2612
+ x="33.524979"
2613
+ y="171.06274"
2614
+ transform="rotate(-40.859708)" />
2615
+ <rect
2616
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2617
+ id="rect2-1-6-2-5-9"
2618
+ width="2.6458333"
2619
+ height="4.2333331"
2620
+ x="36.170811"
2621
+ y="168.94608"
2622
+ transform="rotate(-40.859708)" />
2623
+ <text
2624
+ xml:space="preserve"
2625
+ transform="matrix(0.26458333,0,0,0.26458333,96.840197,-41.661641)"
2626
+ id="text5"
2627
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5);display:inline"><tspan
2628
+ x="93.90625"
2629
+ y="617.00784"
2630
+ id="tspan36">tilted</tspan></text>
2631
+ <circle
2632
+ id="path5"
2633
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2634
+ cx="24.006413"
2635
+ cy="-63.511173"
2636
+ r="0.011773242"
2637
+ transform="scale(1,-1)" />
2638
+ <rect
2639
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2640
+ id="rect2-7-0"
2641
+ width="5.2916665"
2642
+ height="8.4666662"
2643
+ x="31.245995"
2644
+ y="-182.67522"
2645
+ transform="scale(1,-1)" />
2646
+ <rect
2647
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2648
+ id="rect2-7-2"
2649
+ width="5.2916665"
2650
+ height="8.4666662"
2651
+ x="38.389748"
2652
+ y="-173.41481"
2653
+ transform="scale(1,-1)" />
2654
+ <rect
2655
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2656
+ id="rect2-7-0-1"
2657
+ width="5.2916665"
2658
+ height="8.4666662"
2659
+ x="38.389748"
2660
+ y="-182.67522"
2661
+ transform="scale(1,-1)" />
2662
+ <rect
2663
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2664
+ id="rect2-7-3"
2665
+ width="5.2916665"
2666
+ height="8.4666662"
2667
+ x="45.533497"
2668
+ y="-173.41481"
2669
+ transform="scale(1,-1)" />
2670
+ <rect
2671
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2672
+ id="rect2-7-0-11"
2673
+ width="5.2916665"
2674
+ height="8.4666662"
2675
+ x="45.533497"
2676
+ y="-182.67522"
2677
+ transform="scale(1,-1)" />
2678
+ <text
2679
+ xml:space="preserve"
2680
+ transform="matrix(0.26458333,0,0,0.26458333,5.9930404,-14.268457)"
2681
+ id="text6"
2682
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6);display:inline"><tspan
2683
+ x="71.691406"
2684
+ y="774.3555"
2685
+ id="tspan37">nx</tspan></text>
2686
+ <path
2687
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide)"
2688
+ d="m 24.35641,187.18343 h 6.87461"
2689
+ id="path6" />
2690
+ <path
2691
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-5)"
2692
+ d="m 20.628557,182.43316 v -6.87461"
2693
+ id="path6-7" />
2694
+ <text
2695
+ xml:space="preserve"
2696
+ transform="matrix(0.26458333,0,0,0.26458333,-21.130498,-24.323188)"
2697
+ id="text7"
2698
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7);display:inline"><tspan
2699
+ x="136.9375"
2700
+ y="774.18558"
2701
+ id="tspan38">ny</tspan></text>
2702
+ <path
2703
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
2704
+ d="m 51.75324,175.9442 v 5.29582"
2705
+ id="path7" />
2706
+ <path
2707
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-6);marker-end:url(#RoundedArrow-6)"
2708
+ d="m 49.360022,183.45859 h -2.47622"
2709
+ id="path7-8" />
2710
+ <text
2711
+ xml:space="preserve"
2712
+ transform="matrix(0.26458333,0,0,0.26458333,9.549981,-18.030839)"
2713
+ id="text8"
2714
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8);display:inline"><tspan
2715
+ x="138.16602"
2716
+ y="777.6055"
2717
+ id="tspan39">LH</tspan></text>
2718
+ <text
2719
+ xml:space="preserve"
2720
+ transform="matrix(0.26458333,0,0,0.26458333,1.4645187,-25.84941)"
2721
+ id="text9"
2722
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9);display:inline"><tspan
2723
+ x="194.45898"
2724
+ y="778.59378"
2725
+ id="tspan42">LV</tspan></text>
2726
+ <rect
2727
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2728
+ id="rect2-7-6"
2729
+ width="5.2916665"
2730
+ height="8.4666662"
2731
+ x="31.245995"
2732
+ y="-164.1544"
2733
+ transform="scale(1,-1)" />
2734
+ <rect
2735
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2736
+ id="rect2-7-2-0"
2737
+ width="5.2916665"
2738
+ height="8.4666662"
2739
+ x="38.389744"
2740
+ y="-164.1544"
2741
+ transform="scale(1,-1)" />
2742
+ <rect
2743
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2744
+ id="rect2-7-3-6"
2745
+ width="5.2916665"
2746
+ height="8.4666662"
2747
+ x="45.533497"
2748
+ y="-164.1544"
2749
+ transform="scale(1,-1)" />
2750
+ <rect
2751
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2752
+ id="rect2-7-28"
2753
+ width="5.2916665"
2754
+ height="8.4666662"
2755
+ x="24.102247"
2756
+ y="-173.41481"
2757
+ transform="scale(1,-1)" />
2758
+ <rect
2759
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2760
+ id="rect2-7-0-9"
2761
+ width="5.2916665"
2762
+ height="8.4666662"
2763
+ x="24.102247"
2764
+ y="-182.67522"
2765
+ transform="scale(1,-1)" />
2766
+ <rect
2767
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
2768
+ id="rect2-7-6-6"
2769
+ width="5.2916665"
2770
+ height="8.4666662"
2771
+ x="24.102247"
2772
+ y="-164.1544"
2773
+ transform="scale(1,-1)" />
2774
+ <path
2775
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2776
+ d="M 50.878734,163.89926 H 65.116289"
2777
+ id="path9" />
2778
+ <path
2779
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2780
+ d="M 50.846325,165.23191 H 65.08388"
2781
+ id="path9-1" />
2782
+ <path
2783
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
2784
+ d="m 64.999728,166.69045 v 3.96435"
2785
+ id="path10" />
2786
+ <path
2787
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3)"
2788
+ d="m 64.948165,162.39634 v -3.96435"
2789
+ id="path10-2" />
2790
+ <path
2791
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2792
+ d="m 43.347396,155.73292 v -6.89269"
2793
+ id="path9-1-2" />
2794
+ <path
2795
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2796
+ d="m 45.835302,155.74136 v -6.89269"
2797
+ id="path9-1-2-5" />
2798
+ <path
2799
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3-3)"
2800
+ d="M 41.92619,149.01929 H 37.96184"
2801
+ id="path10-2-8" />
2802
+ <path
2803
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-3-3-4)"
2804
+ d="m 47.239904,148.97318 h 3.96435"
2805
+ id="path10-2-8-6" />
2806
+ <text
2807
+ xml:space="preserve"
2808
+ transform="scale(0.26458333)"
2809
+ id="text10"
2810
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10);display:inline" />
2811
+ <text
2812
+ xml:space="preserve"
2813
+ transform="matrix(0.26458333,0,0,0.26458333,5.4097108,-29.485911)"
2814
+ id="text11"
2815
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect11);display:inline"><tspan
2816
+ x="229.33594"
2817
+ y="738.15628"
2818
+ id="tspan44">EV</tspan></text>
2819
+ <text
2820
+ xml:space="preserve"
2821
+ transform="matrix(0.26458333,0,0,0.26458333,-15.224566,-31.479563)"
2822
+ id="text12"
2823
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect12);display:inline"><tspan
2824
+ x="216.73242"
2825
+ y="677.09769"
2826
+ id="tspan48">EH</tspan></text>
2827
+ <path
2828
+ style="fill:none;stroke:#ff0000;stroke-width:0.52916667;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide)"
2829
+ d="M 22.560433,72.184967 H 43.518825"
2830
+ id="path2" />
2831
+ <path
2832
+ style="fill:none;stroke:#ff0000;stroke-width:0.52916667;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-7)"
2833
+ d="M 36.22304,109.77275 V 97.411209"
2834
+ id="path2-5" />
2835
+ <path
2836
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
2837
+ d="m 38.855655,215.77736 v 23.8828 h 43.728753"
2838
+ id="path14" />
2839
+ <path
2840
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2841
+ d="m 38.825962,228.53428 c 0,0 2.854081,5.4667 5.371665,5.32609 2.487999,-0.13896 3.489473,-3.63795 4.689417,-5.82189 1.584751,-2.8843 3.193401,-6.4628 6.210659,-6.59737 2.916725,-0.13009 4.795749,2.75251 6.547644,5.81775 1.462314,2.55857 3.080787,6.49055 6.027671,6.46754 2.964507,-0.0232 5.961381,-6.60011 5.961381,-6.60011"
2842
+ id="path15"
2843
+ sodipodi:nodetypes="casasac" />
2844
+ <path
2845
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2846
+ d="M 28.450812,233.80987 H 42.688367"
2847
+ id="path9-1-1" />
2848
+ <path
2849
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2850
+ d="m 28.365806,221.66669 h 25.01472"
2851
+ id="path9-1-1-9" />
2852
+ <path
2853
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
2854
+ d="m 29.73163,222.76231 v 9.86315"
2855
+ id="path16" />
2856
+ <text
2857
+ xml:space="preserve"
2858
+ transform="matrix(0.26458333,0,0,0.26458333,13.379096,-19.471677)"
2859
+ id="text16"
2860
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16);display:inline"><tspan
2861
+ x="35.242188"
2862
+ y="961.75003"
2863
+ id="tspan49">EV</tspan></text>
2864
+ <text
2865
+ xml:space="preserve"
2866
+ transform="matrix(0.26458333,0,0,0.26458333,-1.7864112,-25.912978)"
2867
+ id="text25"
2868
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect25);display:inline"><tspan
2869
+ x="69.310547"
2870
+ y="961.91214"
2871
+ id="tspan50">EVsup</tspan></text>
2872
+ <path
2873
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2874
+ d="M 38.97286,263.87147 V 240.46431"
2875
+ id="path9-1-1-6" />
2876
+ <path
2877
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2878
+ d="M 61.884047,240.96689 V 228.99566"
2879
+ id="path9-1-1-6-8" />
2880
+ <path
2881
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2882
+ d="M 73.947452,254.91995 V 227.85088"
2883
+ id="path9-1-1-6-0" />
2884
+ <path
2885
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-7);marker-end:url(#RoundedArrow-7)"
2886
+ d="M 40.532975,253.91198 H 71.905049"
2887
+ id="path16-2" />
2888
+ <text
2889
+ xml:space="preserve"
2890
+ transform="matrix(0.26458333,0,0,0.26458333,18.685159,-17.340688)"
2891
+ id="text26"
2892
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect26);display:inline;fill:#0000ff"><tspan
2893
+ x="73.960938"
2894
+ y="984.28714"
2895
+ id="tspan51">0</tspan></text>
2896
+ <text
2897
+ xml:space="preserve"
2898
+ transform="matrix(0.26458333,0,0,0.26458333,33.529567,-23.143246)"
2899
+ id="text27"
2900
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect27);display:inline;fill:#0000ff"><tspan
2901
+ x="102.17969"
2902
+ y="1009.6446"
2903
+ id="tspan52">1</tspan></text>
2904
+ <text
2905
+ xml:space="preserve"
2906
+ transform="matrix(0.26458333,0,0,0.26458333,12.50557,-20.890724)"
2907
+ id="text28"
2908
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect28);display:inline;fill:#0000ff"><tspan
2909
+ x="220.3457"
2910
+ y="997.72269"
2911
+ id="tspan53">1.5</tspan></text>
2912
+ <path
2913
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2914
+ d="M 49.630274,241.47814 V 228.40896"
2915
+ id="path9-1-1-6-8-3" />
2916
+ <text
2917
+ xml:space="preserve"
2918
+ transform="matrix(0.26458333,0,0,0.26458333,39.137393,-7.146336)"
2919
+ id="text29"
2920
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect29);display:inline;fill:#0000ff"><tspan
2921
+ x="26.876953"
2922
+ y="946.41019"
2923
+ id="tspan54">0.5</tspan></text>
2924
+ <text
2925
+ xml:space="preserve"
2926
+ transform="matrix(0.26458333,0,0,0.26458333,13.998505,-9.6322583)"
2927
+ id="text30"
2928
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect30);display:inline"><tspan
2929
+ x="120.68359"
2930
+ y="1011.8731"
2931
+ id="tspan55">EVcyc =1.5</tspan></text>
2932
+ <text
2933
+ xml:space="preserve"
2934
+ transform="matrix(0.26458333,0,0,0.26458333,-0.56347571,-0.25135436)"
2935
+ id="text31"
2936
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect31);display:inline"><tspan
2937
+ x="115.16211"
2938
+ y="1011.5606"
2939
+ id="tspan56">EVstart =0.5</tspan></text>
2940
+ <path
2941
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2942
+ d="m 25.606601,297.55007 c 0,0 1.53718,3.42507 2.893125,3.33698 1.340011,-0.0871 1.879395,-2.27931 2.525673,-3.64762 0.853531,-1.80711 1.719934,-4.04917 3.344998,-4.13348 1.570919,-0.0815 2.582943,1.72454 3.526496,3.64502 0.787587,1.60303 1.659281,4.06655 3.246443,4.05214 1.596653,-0.0145 3.210739,-4.1352 3.210739,-4.1352"
2943
+ id="path15-9"
2944
+ sodipodi:nodetypes="casasac" />
2945
+ <path
2946
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2947
+ d="m 25.457225,308.73152 3.942949,4.11281 5.053327,-6.96195 5.255437,7.06713 4.233882,-4.95549"
2948
+ id="path32"
2949
+ sodipodi:nodetypes="ccccc" />
2950
+ <text
2951
+ xml:space="preserve"
2952
+ transform="matrix(0.26458333,0,0,0.26458333,-2.5073288,0.87697813)"
2953
+ id="text32"
2954
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect33);display:inline"><tspan
2955
+ x="182.17383"
2956
+ y="1123.1856"
2957
+ id="tspan57">sinusoid</tspan></text>
2958
+ <text
2959
+ xml:space="preserve"
2960
+ transform="matrix(0.26458333,0,0,0.26458333,-1.8237002,0.71539319)"
2961
+ id="text33"
2962
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect34);display:inline"><tspan
2963
+ x="179.61523"
2964
+ y="1170.2051"
2965
+ id="tspan58">triangle</tspan></text>
2966
+ <path
2967
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2968
+ d="m 25.168582,319.99274 5.984166,-4.12731 -0.02693,9.7006 10.547906,-9.1903"
2969
+ id="path34" />
2970
+ <text
2971
+ xml:space="preserve"
2972
+ transform="matrix(0.26458333,0,0,0.26458333,-2.1392742,-0.29831067)"
2973
+ id="text34"
2974
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35);display:inline"><tspan
2975
+ x="181.37109"
2976
+ y="1217.5508"
2977
+ id="tspan59">sawUp</tspan></text>
2978
+ <path
2979
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2980
+ d="m 25.296697,334.40744 5.984166,4.12731 -0.02693,-9.7006 10.547906,9.1903"
2981
+ id="path34-5" />
2982
+ <text
2983
+ xml:space="preserve"
2984
+ transform="matrix(0.26458333,0,0,0.26458333,-1.6570456,11.511953)"
2985
+ id="text34-0"
2986
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect35-6);display:inline"><tspan
2987
+ x="181.37109"
2988
+ y="1217.5508"
2989
+ id="tspan60">sawDown</tspan></text>
2990
+ <rect
2991
+ style="fill:#008066;stroke:#ffffff;stroke-width:0.264583"
2992
+ id="rect2-61"
2993
+ width="2.6458333"
2994
+ height="4.2333331"
2995
+ x="26.945889"
2996
+ y="-384.59891"
2997
+ transform="scale(1,-1)" />
2998
+ <text
2999
+ xml:space="preserve"
3000
+ transform="matrix(0.26458333,0,0,0.26458333,18.359982,350.67968)"
3001
+ id="text2-5"
3002
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3-2);display:inline;fill:#008066"><tspan
3003
+ x="71.751953"
3004
+ y="223.95315"
3005
+ id="tspan61">first = 2</tspan></text>
3006
+ <rect
3007
+ style="fill:#008066;stroke:#ffffff;stroke-width:0.264583"
3008
+ id="rect2-6-9"
3009
+ width="2.6458333"
3010
+ height="4.2333331"
3011
+ x="26.945889"
3012
+ y="-389.20065"
3013
+ transform="scale(1,-1)" />
3014
+ <rect
3015
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
3016
+ id="rect2-5-2-7"
3017
+ width="2.6458333"
3018
+ height="4.2333331"
3019
+ x="29.856304"
3020
+ y="382.71835" />
3021
+ <rect
3022
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
3023
+ id="rect2-1-54-45"
3024
+ width="2.6458333"
3025
+ height="4.2333331"
3026
+ x="29.856304"
3027
+ y="387.32013" />
3028
+ <rect
3029
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
3030
+ id="rect2-6-5-5"
3031
+ width="2.6458333"
3032
+ height="4.2333331"
3033
+ x="29.856304"
3034
+ y="-382.34991"
3035
+ transform="scale(1,-1)" />
3036
+ <rect
3037
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3038
+ id="rect2-92-4"
3039
+ width="2.6458333"
3040
+ height="4.2333331"
3041
+ x="32.76672"
3042
+ y="-377.74817"
3043
+ transform="scale(1,-1)" />
3044
+ <rect
3045
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3046
+ id="rect2-5-24-7"
3047
+ width="2.6458333"
3048
+ height="4.2333331"
3049
+ x="32.76672"
3050
+ y="382.71835" />
3051
+ <rect
3052
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3053
+ id="rect2-1-7-4"
3054
+ width="2.6458333"
3055
+ height="4.2333331"
3056
+ x="32.76672"
3057
+ y="387.32013" />
3058
+ <rect
3059
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3060
+ id="rect2-1-5-7-4"
3061
+ width="2.6458333"
3062
+ height="4.2333331"
3063
+ x="32.76672"
3064
+ y="391.92188" />
3065
+ <rect
3066
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3067
+ id="rect2-6-54-3"
3068
+ width="2.6458333"
3069
+ height="4.2333331"
3070
+ x="32.76672"
3071
+ y="-382.34991"
3072
+ transform="scale(1,-1)" />
3073
+ <rect
3074
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3075
+ id="rect2-9-8-07"
3076
+ width="2.6458333"
3077
+ height="4.2333331"
3078
+ x="35.677135"
3079
+ y="378.11661" />
3080
+ <rect
3081
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3082
+ id="rect2-5-2-1-8"
3083
+ width="2.6458333"
3084
+ height="4.2333331"
3085
+ x="35.677135"
3086
+ y="382.71835" />
3087
+ <rect
3088
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3089
+ id="rect2-1-54-2-6"
3090
+ width="2.6458333"
3091
+ height="4.2333331"
3092
+ x="35.677135"
3093
+ y="387.32013" />
3094
+ <rect
3095
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3096
+ id="rect2-1-5-0-8-88"
3097
+ width="2.6458333"
3098
+ height="4.2333331"
3099
+ x="35.677135"
3100
+ y="391.92188" />
3101
+ <rect
3102
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3103
+ id="rect2-6-5-9-43"
3104
+ width="2.6458333"
3105
+ height="4.2333331"
3106
+ x="35.677135"
3107
+ y="373.51483" />
3108
+ <rect
3109
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3110
+ id="rect2-0-1"
3111
+ width="2.6458333"
3112
+ height="4.2333331"
3113
+ x="38.587551"
3114
+ y="378.11661" />
3115
+ <rect
3116
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3117
+ id="rect2-5-21-4"
3118
+ width="2.6458333"
3119
+ height="4.2333331"
3120
+ x="38.587551"
3121
+ y="382.71835" />
3122
+ <rect
3123
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3124
+ id="rect2-1-0-9"
3125
+ width="2.6458333"
3126
+ height="4.2333331"
3127
+ x="38.587551"
3128
+ y="387.32013" />
3129
+ <rect
3130
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3131
+ id="rect2-1-5-5-2"
3132
+ width="2.6458333"
3133
+ height="4.2333331"
3134
+ x="38.587551"
3135
+ y="391.92188" />
3136
+ <rect
3137
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3138
+ id="rect2-6-1-0"
3139
+ width="2.6458333"
3140
+ height="4.2333331"
3141
+ x="38.587551"
3142
+ y="373.51483" />
3143
+ <rect
3144
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3145
+ id="rect2-9-1-6"
3146
+ width="2.6458333"
3147
+ height="4.2333331"
3148
+ x="41.497967"
3149
+ y="378.11661" />
3150
+ <rect
3151
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3152
+ id="rect2-5-2-0-8"
3153
+ width="2.6458333"
3154
+ height="4.2333331"
3155
+ x="41.497967"
3156
+ y="382.71835" />
3157
+ <rect
3158
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3159
+ id="rect2-1-54-8-9"
3160
+ width="2.6458333"
3161
+ height="4.2333331"
3162
+ x="41.497967"
3163
+ y="387.32013" />
3164
+ <rect
3165
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3166
+ id="rect2-1-5-0-5-2"
3167
+ width="2.6458333"
3168
+ height="4.2333331"
3169
+ x="41.497967"
3170
+ y="391.92188" />
3171
+ <rect
3172
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3173
+ id="rect2-6-5-0-6"
3174
+ width="2.6458333"
3175
+ height="4.2333331"
3176
+ x="41.497967"
3177
+ y="373.51483" />
3178
+ <rect
3179
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3180
+ id="rect2-92-6-6"
3181
+ width="2.6458333"
3182
+ height="4.2333331"
3183
+ x="44.408382"
3184
+ y="378.11661" />
3185
+ <rect
3186
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3187
+ id="rect2-5-24-4-4"
3188
+ width="2.6458333"
3189
+ height="4.2333331"
3190
+ x="44.408382"
3191
+ y="382.71835" />
3192
+ <rect
3193
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3194
+ id="rect2-1-7-6-9"
3195
+ width="2.6458333"
3196
+ height="4.2333331"
3197
+ x="44.408382"
3198
+ y="387.32013" />
3199
+ <rect
3200
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3201
+ id="rect2-1-5-7-2-5"
3202
+ width="2.6458333"
3203
+ height="4.2333331"
3204
+ x="44.408382"
3205
+ y="391.92188" />
3206
+ <rect
3207
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3208
+ id="rect2-6-54-5-0"
3209
+ width="2.6458333"
3210
+ height="4.2333331"
3211
+ x="44.408382"
3212
+ y="373.51483" />
3213
+ <rect
3214
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3215
+ id="rect2-9-8-8-4"
3216
+ width="2.6458333"
3217
+ height="4.2333331"
3218
+ x="47.318798"
3219
+ y="378.11661" />
3220
+ <rect
3221
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3222
+ id="rect2-5-2-1-6-8"
3223
+ width="2.6458333"
3224
+ height="4.2333331"
3225
+ x="47.318798"
3226
+ y="382.71835" />
3227
+ <rect
3228
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3229
+ id="rect2-1-54-2-2-7"
3230
+ width="2.6458333"
3231
+ height="4.2333331"
3232
+ x="47.318798"
3233
+ y="387.32013" />
3234
+ <rect
3235
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3236
+ id="rect2-1-5-0-8-8-1"
3237
+ width="2.6458333"
3238
+ height="4.2333331"
3239
+ x="47.318798"
3240
+ y="391.92188" />
3241
+ <rect
3242
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3243
+ id="rect2-6-5-9-4-7"
3244
+ width="2.6458333"
3245
+ height="4.2333331"
3246
+ x="47.318798"
3247
+ y="373.51483" />
3248
+ <rect
3249
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3250
+ id="rect2-06-27"
3251
+ width="2.6458333"
3252
+ height="4.2333331"
3253
+ x="50.229214"
3254
+ y="378.11661" />
3255
+ <rect
3256
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3257
+ id="rect2-5-29-2"
3258
+ width="2.6458333"
3259
+ height="4.2333331"
3260
+ x="50.229214"
3261
+ y="382.71835" />
3262
+ <rect
3263
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3264
+ id="rect2-1-9-2"
3265
+ width="2.6458333"
3266
+ height="4.2333331"
3267
+ x="50.229214"
3268
+ y="387.32013" />
3269
+ <rect
3270
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3271
+ id="rect2-1-5-08-6"
3272
+ width="2.6458333"
3273
+ height="4.2333331"
3274
+ x="50.229214"
3275
+ y="391.92188" />
3276
+ <rect
3277
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3278
+ id="rect2-6-13-1"
3279
+ width="2.6458333"
3280
+ height="4.2333331"
3281
+ x="50.229214"
3282
+ y="373.51483" />
3283
+ <rect
3284
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3285
+ id="rect2-9-11-0"
3286
+ width="2.6458333"
3287
+ height="4.2333331"
3288
+ x="53.139629"
3289
+ y="378.11661" />
3290
+ <rect
3291
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3292
+ id="rect2-5-2-03-6"
3293
+ width="2.6458333"
3294
+ height="4.2333331"
3295
+ x="53.139629"
3296
+ y="382.71835" />
3297
+ <rect
3298
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3299
+ id="rect2-1-54-4-1"
3300
+ width="2.6458333"
3301
+ height="4.2333331"
3302
+ x="53.139629"
3303
+ y="387.32013" />
3304
+ <rect
3305
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3306
+ id="rect2-1-5-0-0-5"
3307
+ width="2.6458333"
3308
+ height="4.2333331"
3309
+ x="53.139629"
3310
+ y="391.92188" />
3311
+ <rect
3312
+ style="fill:#0000ff;stroke:#ffffff;stroke-width:0.264583"
3313
+ id="rect2-6-5-3-9"
3314
+ width="2.6458333"
3315
+ height="4.2333331"
3316
+ x="53.139629"
3317
+ y="373.51483" />
3318
+ <rect
3319
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
3320
+ id="rect2-92-9-4"
3321
+ width="2.6458333"
3322
+ height="4.2333331"
3323
+ x="56.050045"
3324
+ y="378.11661" />
3325
+ <rect
3326
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
3327
+ id="rect2-5-24-1-9"
3328
+ width="2.6458333"
3329
+ height="4.2333331"
3330
+ x="56.050045"
3331
+ y="382.71835" />
3332
+ <rect
3333
+ style="fill:#0088aa;stroke:#ffffff;stroke-width:0.264583"
3334
+ id="rect2-1-7-9-0"
3335
+ width="2.6458333"
3336
+ height="4.2333331"
3337
+ x="56.050045"
3338
+ y="387.32013" />
3339
+ <rect
3340
+ style="fill:#008066;stroke:#ffffff;stroke-width:0.264583"
3341
+ id="rect2-1-54-2-8-1"
3342
+ width="2.6458333"
3343
+ height="4.2333331"
3344
+ x="58.960461"
3345
+ y="380.46939" />
3346
+ <rect
3347
+ style="fill:#008066;stroke:#ffffff;stroke-width:0.264583"
3348
+ id="rect2-1-5-0-8-0-1"
3349
+ width="2.6458333"
3350
+ height="4.2333331"
3351
+ x="58.960461"
3352
+ y="385.07114" />
3353
+ <text
3354
+ xml:space="preserve"
3355
+ transform="scale(0.26458333)"
3356
+ id="text36"
3357
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect37);fill:#0088aa"><tspan
3358
+ x="125.83008"
3359
+ y="1361.8028"
3360
+ id="tspan62">second = 3</tspan></text>
3361
+ <path
3362
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow)"
3363
+ d="m 30.554747,375.59869 c 0,0 0.190137,-5.18292 1.281631,-7.45639 1.335861,-2.78246 6.140228,-6.93089 6.140228,-6.93089"
3364
+ id="path37"
3365
+ sodipodi:nodetypes="cac" />
3366
+ <path
3367
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
3368
+ d="m 45.694012,361.84324 c 0,0 8.018806,2.86194 10.268241,6.15889 1.452903,2.12949 1.285084,7.62624 1.285084,7.62624"
3369
+ id="path38"
3370
+ sodipodi:nodetypes="cac" />
3371
+ <path
3372
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-76)"
3373
+ d="m 28.069007,391.0825 c 0,0 0.227306,6.28243 1.532165,9.03819 1.596997,3.37273 7.340529,8.40121 7.340529,8.40121"
3374
+ id="path37-5"
3375
+ sodipodi:nodetypes="cac" />
3376
+ <path
3377
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow-76-9)"
3378
+ d="m 60.591421,391.04024 c 0,0 -0.169947,6.31648 -1.145536,9.08717 -1.194007,3.39101 -5.488203,8.44674 -5.488203,8.44674"
3379
+ id="path37-5-1"
3380
+ sodipodi:nodetypes="cac" />
3381
+ <path
3382
+ style="fill:none;stroke:#ff0000;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-3)"
3383
+ d="M 33.455562,385.21977 H 54.413954"
3384
+ id="path2-8" />
3385
+ <text
3386
+ xml:space="preserve"
3387
+ transform="matrix(0.26458333,0,0,0.26458333,4.5064246,-2.5128531)"
3388
+ id="text38"
3389
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect38)"><tspan
3390
+ x="94.277344"
3391
+ y="1580.4668"
3392
+ id="tspan63">nx = 12&#10;</tspan><tspan
3393
+ x="94.277344"
3394
+ y="1598.8002"
3395
+ id="tspan64">ny = 5</tspan></text>
3396
+ <rect
3397
+ style="fill:#0000ff;fill-opacity:1;stroke:#d45500;stroke-width:0.264583"
3398
+ id="rect15"
3399
+ width="10.727443"
3400
+ height="2.1082001"
3401
+ x="29.34148"
3402
+ y="456.1626" />
3403
+ <rect
3404
+ style="fill:#0000ff;fill-opacity:1;stroke:#d45500;stroke-width:0.264583"
3405
+ id="rect15-2"
3406
+ width="10.727443"
3407
+ height="2.1082001"
3408
+ x="42.71476"
3409
+ y="456.1626" />
3410
+ <path
3411
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3412
+ d="M 40.068923,456.03031 V 445.6675"
3413
+ id="path17" />
3414
+ <path
3415
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3416
+ d="M 42.71476,456.03031 V 445.6675"
3417
+ id="path17-7" />
3418
+ <path
3419
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3420
+ d="m 29.209189,456.1626 h -7.30308"
3421
+ id="path17-6" />
3422
+ <path
3423
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3424
+ d="m 29.209189,458.2708 h -7.30308"
3425
+ id="path17-61" />
3426
+ <path
3427
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#RoundedArrow);marker-end:url(#RoundedArrow)"
3428
+ d="m 30.335575,453.04793 h 8.739254"
3429
+ id="path18" />
3430
+ <text
3431
+ xml:space="preserve"
3432
+ transform="matrix(0.26458333,0,0,0.26458333,-4.3142132,15.165506)"
3433
+ id="text18"
3434
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect18)"><tspan
3435
+ x="137.875"
3436
+ y="1652.0235"
3437
+ id="tspan65">LH</tspan></text>
3438
+ <path
3439
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow)"
3440
+ d="m 34.229699,445.6675 h 4.454198"
3441
+ id="path30" />
3442
+ <path
3443
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-9)"
3444
+ d="M 48.553984,445.6675 H 44.099786"
3445
+ id="path30-2" />
3446
+ <text
3447
+ xml:space="preserve"
3448
+ transform="matrix(0.26458333,0,0,0.26458333,-0.45104423,5.6078262)"
3449
+ id="text35"
3450
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect40)"><tspan
3451
+ x="150.94141"
3452
+ y="1658.8848"
3453
+ id="tspan66">EH</tspan></text>
3454
+ <path
3455
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-9-5)"
3456
+ d="m 21.906109,450.32337 v 4.4542"
3457
+ id="path30-2-2" />
3458
+ <path
3459
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#RoundedArrow-9-5-7)"
3460
+ d="m 21.906109,464.11003 v -4.4542"
3461
+ id="path30-2-2-1" />
3462
+ <text
3463
+ xml:space="preserve"
3464
+ transform="matrix(0.26458333,0,0,0.26458333,-44.691702,18.330912)"
3465
+ id="text40"
3466
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect41)"><tspan
3467
+ x="227.53516"
3468
+ y="1664.127"
3469
+ id="tspan67">LZ</tspan></text>
3470
+ <circle
3471
+ style="fill:#ffdd55;fill-opacity:1;stroke:#ffffff;stroke-width:0.264583"
3472
+ id="path42"
3473
+ cx="31.347652"
3474
+ cy="495.89352"
3475
+ r="6.389648" />
3476
+ <path
3477
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide)"
3478
+ d="m 32.412108,505.44821 5.076028,8.79194"
3479
+ id="path43" />
3480
+ <path
3481
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-31)"
3482
+ d="m 34.31854,504.12786 5.076028,8.79194"
3483
+ id="path43-8" />
3484
+ <path
3485
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-0)"
3486
+ d="m 37.073129,502.60566 5.076028,8.79194"
3487
+ id="path43-1" />
3488
+ <path
3489
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-32)"
3490
+ d="m 39.2646,500.76709 5.076028,8.79194"
3491
+ id="path43-15" />
3492
+ <text
3493
+ xml:space="preserve"
3494
+ transform="matrix(0.26458333,0,0,0.26458333,-12.255371,-0.62109373)"
3495
+ id="text43"
3496
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect43)"><tspan
3497
+ x="208.59375"
3498
+ y="1904.2715"
3499
+ id="tspan68">1361 W/m2</tspan></text>
3500
+ <path
3501
+ style="fill:#c8beb7;stroke:#e3dedb;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3502
+ d="m 40.029783,521.60788 c 4.877431,2.24621 11.248739,2.31653 16.109376,0.0342 1.079519,-0.50689 2.157544,-1.57144 2.279295,-2.75781 0.07728,-0.75302 -0.352683,-1.74089 -1.061035,-2.00781 -1.029539,-0.38795 -3.084472,1.1748 -3.084472,1.1748 0,0 1.288866,-1.98785 1.256837,-3.10351 -0.03028,-1.05467 -0.403301,-2.40427 -1.354492,-2.86086 -0.904801,-0.43432 -2.085026,0.15394 -2.9292,0.69678 -0.714564,0.45949 -1.565431,2.01123 -1.565431,2.01123 0,0 -0.811533,-1.77469 -1.619139,-2.18847 -1.112287,-0.56989 -2.612272,-0.56868 -3.749024,-0.0493 -0.841939,0.38468 -1.644437,1.20891 -1.790038,2.12304 -0.119482,0.75014 0.854979,2.11233 0.854979,2.11233 0,0 -2.301294,-0.50492 -3.381348,-0.17725 -1.032037,0.3131 -2.47413,0.86405 -2.592284,1.93604 -0.147158,1.33515 1.405907,2.49471 2.625976,3.05659 z"
3503
+ id="path44"
3504
+ sodipodi:nodetypes="aaaacaaacaaacaaa" />
3505
+ <path
3506
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-76)"
3507
+ d="m 50.156722,525.77274 5.076028,8.79194"
3508
+ id="path43-2" />
3509
+ <path
3510
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-31-9)"
3511
+ d="m 52.680341,524.0686 5.076028,8.79194"
3512
+ id="path43-8-5" />
3513
+ <path
3514
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-0-7)"
3515
+ d="m 55.43493,522.5464 5.076028,8.79194"
3516
+ id="path43-1-4" />
3517
+ <path
3518
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-4)"
3519
+ d="m 30.161931,506.7149 5.076028,8.79194"
3520
+ id="path43-86" />
3521
+ <path
3522
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-76-4)"
3523
+ d="m 43.395893,524.69415 -5.076028,8.79194"
3524
+ id="path43-2-2" />
3525
+ <path
3526
+ style="fill:none;stroke:#ffcc00;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ArrowWide-31-9-1)"
3527
+ d="m 40.872274,522.99001 -5.076028,8.79194"
3528
+ id="path43-8-5-0" />
3529
+ <text
3530
+ xml:space="preserve"
3531
+ transform="matrix(0.26458333,0,0,0.26458333,4.4521845,22.823117)"
3532
+ id="text43-6"
3533
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect43-9);display:inline"><tspan
3534
+ x="208.59375"
3535
+ y="1904.2715"
3536
+ id="tspan69">816 W/m2</tspan></text>
3537
+ <path
3538
+ style="fill:#0000ff;fill-opacity:1;stroke:#ff7f2a;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3539
+ d="m 55.042479,537.84422 9.120606,-7.18458 3.307617,3.97997 -9.993164,7.05763 z"
3540
+ id="path45" />
3541
+ <text
3542
+ xml:space="preserve"
3543
+ transform="matrix(0.26458333,0,0,0.26458333,2.6367187,-4.7441405)"
3544
+ id="text45"
3545
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect45)"><tspan
3546
+ x="166.30664"
3547
+ y="2062.7989"
3548
+ id="tspan70">16%</tspan></text>
3549
+ <text
3550
+ xml:space="preserve"
3551
+ transform="matrix(0.26458333,0,0,0.26458333,11.44821,38.180692)"
3552
+ id="text43-6-0"
3553
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect43-9-9);display:inline"><tspan
3554
+ x="208.59375"
3555
+ y="1904.2715"
3556
+ id="tspan71">130 W/m2</tspan></text>
3557
+ <text
3558
+ xml:space="preserve"
3559
+ transform="matrix(0.26458333,0,0,0.26458333,-4.5996092,6.2910154)"
3560
+ id="text46"
3561
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect46)"><tspan
3562
+ x="243.65625"
3563
+ y="1950.8867"
3564
+ id="tspan72">direct: 60%</tspan></text>
3565
+ <text
3566
+ xml:space="preserve"
3567
+ transform="matrix(0.26458333,0,0,0.26458333,-7.4179686,-27.946288)"
3568
+ id="text47"
3569
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect47)"><tspan
3570
+ x="111.28125"
3571
+ y="2099.2266"
3572
+ id="tspan73">indirect:&#10;</tspan><tspan
3573
+ x="111.28125"
3574
+ y="2117.5601"
3575
+ id="tspan74">40%</tspan></text>
3576
+ </g>
3577
+ </svg>