diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-03-21 17:34:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-03 14:48:47 +0100 |
commit | f7b881c7a8fa149973f217e4872bb22aef08ba25 (patch) | |
tree | bc0e0ec9e88728610966f93defe0aa0c146881c0 /documentation/ref-manual | |
parent | d7f0d97d4386cf7174aa39feda59bc90ca047033 (diff) | |
download | poky-f7b881c7a8fa149973f217e4872bb22aef08ba25.tar.gz |
ref-manual: release-process.rst: major updates
- Introduce LTS releases
- Fix stable release support duration
- Update release notes
- Add a diagram illustrating the release process
(From yocto-docs rev: d87ef48873ba075a3632f1e2aeb5dc2f8a3400bb)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/release-process.rst | 50 | ||||
-rw-r--r-- | documentation/ref-manual/svg/releases.svg | 1230 |
2 files changed, 1264 insertions, 16 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index a9202a10e4..0b0b4b275a 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -18,9 +18,9 @@ Following are examples of some major YP releases with their codenames | |||
18 | also shown. See the ":ref:`ref-manual/release-process:major release codenames`" | 18 | also shown. See the ":ref:`ref-manual/release-process:major release codenames`" |
19 | section for information on codenames used with major releases. | 19 | section for information on codenames used with major releases. |
20 | 20 | ||
21 | - 2.2 (Morty) | 21 | - 4.1 ("Langdale") |
22 | - 2.1 (Krogoth) | 22 | - 4.0 ("Kirkstone") |
23 | - 2.0 (Jethro) | 23 | - 3.4 ("Honister") |
24 | 24 | ||
25 | While the cadence is never perfect, this timescale facilitates | 25 | While the cadence is never perfect, this timescale facilitates |
26 | regular releases that have strong QA cycles while not overwhelming users | 26 | regular releases that have strong QA cycles while not overwhelming users |
@@ -32,9 +32,9 @@ basis and are usually driven by the accumulation of enough significant | |||
32 | fixes or enhancements to the associated major release. Following are | 32 | fixes or enhancements to the associated major release. Following are |
33 | some example past point releases: | 33 | some example past point releases: |
34 | 34 | ||
35 | - 2.1.1 | 35 | - 4.1.3 |
36 | - 2.1.2 | 36 | - 4.0.8 |
37 | - 2.2.1 | 37 | - 3.4.4 |
38 | 38 | ||
39 | The point release | 39 | The point release |
40 | indicates a point in the major release branch where a full QA cycle and | 40 | indicates a point in the major release branch where a full QA cycle and |
@@ -87,15 +87,34 @@ stable release. | |||
87 | exception to this policy occurs when there is a strong reason such as | 87 | exception to this policy occurs when there is a strong reason such as |
88 | the fix happens to also be the preferred upstream approach. | 88 | the fix happens to also be the preferred upstream approach. |
89 | 89 | ||
90 | Stable release branches have strong maintenance for about a year after | 90 | Long Term Support Releases |
91 | their initial release. Should significant issues be found for any | 91 | ========================== |
92 | release regardless of its age, fixes could be backported to older | 92 | |
93 | releases. For issues that are not backported given an older release, | 93 | While stable releases are supported for a duration of seven months, |
94 | Community LTS trees and branches allow community members to share | 94 | some specific ones are now supported for a longer period by the Yocto |
95 | patches for older releases. However, these types of patches do not go | 95 | Project, and are called Long Term Support (LTS) releases. |
96 | through the same release process as do point releases. You can find more | 96 | |
97 | information about stable branch maintenance at | 97 | This started with version 3.1 ("Dunfell"), released in April 2020, that |
98 | :yocto_wiki:`/Stable_branch_maintenance`. | 98 | the project committed to supporting until the next LTS release was out. |
99 | This next LTS release, version 4.0 ("Kirkstone"), was released in May 2022 | ||
100 | and offered with two years of support too. | ||
101 | |||
102 | However, as an experiment, support for "Dunfell" was extended to four years, until | ||
103 | April 2024, therefore offering more stability to projects and leaving more time | ||
104 | to upgrade to the latest LTS release. The project hasn't made any commitment to | ||
105 | extending "Kirkstone" support too, as this will also depend on available funding | ||
106 | for such an effort. | ||
107 | |||
108 | When significant issues are found, LTS releases allow to publish | ||
109 | fixes not only for the current stable release, but also to the | ||
110 | LTS releases that are still supported. Older stable releases which | ||
111 | have reached their End of Life (EOL) won't receive such updates. | ||
112 | |||
113 | See :yocto_wiki:`/Stable_Release_and_LTS` for details about the management | ||
114 | of stable and LTS releases. | ||
115 | |||
116 | .. image:: svg/releases.* | ||
117 | :width: 100% | ||
99 | 118 | ||
100 | .. note:: | 119 | .. note:: |
101 | 120 | ||
@@ -113,7 +132,6 @@ information about stable branch maintenance at | |||
113 | testing on them. Other "mixin" layers may be released elsewhere by the wider | 132 | testing on them. Other "mixin" layers may be released elsewhere by the wider |
114 | community. | 133 | community. |
115 | 134 | ||
116 | |||
117 | Testing and Quality Assurance | 135 | Testing and Quality Assurance |
118 | ============================= | 136 | ============================= |
119 | 137 | ||
diff --git a/documentation/ref-manual/svg/releases.svg b/documentation/ref-manual/svg/releases.svg new file mode 100644 index 0000000000..f2607244c8 --- /dev/null +++ b/documentation/ref-manual/svg/releases.svg | |||
@@ -0,0 +1,1230 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <svg | ||
3 | version="1.1" | ||
4 | id="svg2" | ||
5 | width="1175.0006" | ||
6 | height="568.85858" | ||
7 | viewBox="0 0 1175.0006 568.85856" | ||
8 | sodipodi:docname="releases.svg" | ||
9 | inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" | ||
10 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
11 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
12 | xmlns="http://www.w3.org/2000/svg" | ||
13 | xmlns:svg="http://www.w3.org/2000/svg" | ||
14 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
15 | xmlns:cc="http://creativecommons.org/ns#" | ||
16 | xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
17 | <metadata | ||
18 | id="metadata8"> | ||
19 | <rdf:RDF> | ||
20 | <cc:Work | ||
21 | rdf:about=""> | ||
22 | <dc:format>image/svg+xml</dc:format> | ||
23 | <dc:type | ||
24 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
25 | </cc:Work> | ||
26 | </rdf:RDF> | ||
27 | </metadata> | ||
28 | <defs | ||
29 | id="defs6"> | ||
30 | <inkscape:path-effect | ||
31 | effect="powerstroke" | ||
32 | id="path-effect6121" | ||
33 | is_visible="true" | ||
34 | lpeversion="1" | ||
35 | offset_points="0,0.5" | ||
36 | sort_points="true" | ||
37 | interpolator_type="CubicBezierJohan" | ||
38 | interpolator_beta="0.2" | ||
39 | start_linecap_type="zerowidth" | ||
40 | linejoin_type="extrp_arc" | ||
41 | miter_limit="4" | ||
42 | scale_width="1" | ||
43 | end_linecap_type="zerowidth" | ||
44 | not_jump="false" /> | ||
45 | <marker | ||
46 | style="overflow:visible" | ||
47 | id="marker5783" | ||
48 | refX="0" | ||
49 | refY="0" | ||
50 | orient="auto" | ||
51 | inkscape:stockid="Arrow2Mend" | ||
52 | inkscape:isstock="true"> | ||
53 | <path | ||
54 | transform="scale(-0.6)" | ||
55 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
56 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
57 | id="path5781" /> | ||
58 | </marker> | ||
59 | <marker | ||
60 | style="overflow:visible" | ||
61 | id="marker5623" | ||
62 | refX="0" | ||
63 | refY="0" | ||
64 | orient="auto" | ||
65 | inkscape:stockid="Arrow2Mend" | ||
66 | inkscape:isstock="true"> | ||
67 | <path | ||
68 | transform="scale(-0.6)" | ||
69 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
70 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
71 | id="path5621" /> | ||
72 | </marker> | ||
73 | <marker | ||
74 | style="overflow:visible" | ||
75 | id="marker5487" | ||
76 | refX="0" | ||
77 | refY="0" | ||
78 | orient="auto" | ||
79 | inkscape:stockid="Arrow2Mend" | ||
80 | inkscape:isstock="true"> | ||
81 | <path | ||
82 | transform="scale(-0.6)" | ||
83 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
84 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
85 | id="path5485" /> | ||
86 | </marker> | ||
87 | <marker | ||
88 | style="overflow:visible" | ||
89 | id="marker5285" | ||
90 | refX="0" | ||
91 | refY="0" | ||
92 | orient="auto" | ||
93 | inkscape:stockid="Arrow2Mstart" | ||
94 | inkscape:isstock="true"> | ||
95 | <path | ||
96 | transform="scale(0.6)" | ||
97 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
98 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
99 | id="path5283" /> | ||
100 | </marker> | ||
101 | <marker | ||
102 | style="overflow:visible" | ||
103 | id="marker5161" | ||
104 | refX="0" | ||
105 | refY="0" | ||
106 | orient="auto" | ||
107 | inkscape:stockid="Arrow2Mend" | ||
108 | inkscape:isstock="true"> | ||
109 | <path | ||
110 | transform="scale(-0.6)" | ||
111 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
112 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
113 | id="path5159" /> | ||
114 | </marker> | ||
115 | <marker | ||
116 | style="overflow:visible" | ||
117 | id="marker4860" | ||
118 | refX="0" | ||
119 | refY="0" | ||
120 | orient="auto" | ||
121 | inkscape:stockid="Arrow2Mend" | ||
122 | inkscape:isstock="true"> | ||
123 | <path | ||
124 | transform="scale(-0.6)" | ||
125 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
126 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
127 | id="path4858" /> | ||
128 | </marker> | ||
129 | <marker | ||
130 | style="overflow:visible" | ||
131 | id="marker4504" | ||
132 | refX="0" | ||
133 | refY="0" | ||
134 | orient="auto" | ||
135 | inkscape:stockid="Arrow2Mend" | ||
136 | inkscape:isstock="true"> | ||
137 | <path | ||
138 | transform="scale(-0.6)" | ||
139 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
140 | style="fill:#ffa348;fill-opacity:1;fill-rule:evenodd;stroke:#ffa348;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
141 | id="path4502" /> | ||
142 | </marker> | ||
143 | <marker | ||
144 | style="overflow:visible" | ||
145 | id="Arrow1Mend" | ||
146 | refX="0" | ||
147 | refY="0" | ||
148 | orient="auto" | ||
149 | inkscape:stockid="Arrow1Mend" | ||
150 | inkscape:isstock="true"> | ||
151 | <path | ||
152 | transform="matrix(-0.4,0,0,-0.4,-4,0)" | ||
153 | style="fill:#62a0ea;fill-opacity:1;fill-rule:evenodd;stroke:#62a0ea;stroke-width:1pt;stroke-opacity:1" | ||
154 | d="M 0,0 5,-5 -12.5,0 5,5 Z" | ||
155 | id="path3318" /> | ||
156 | </marker> | ||
157 | <marker | ||
158 | style="overflow:visible" | ||
159 | id="marker4174" | ||
160 | refX="0" | ||
161 | refY="0" | ||
162 | orient="auto" | ||
163 | inkscape:stockid="Arrow2Mstart" | ||
164 | inkscape:isstock="true"> | ||
165 | <path | ||
166 | transform="scale(0.6)" | ||
167 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
168 | style="fill:#62a0ea;fill-opacity:1;fill-rule:evenodd;stroke:#62a0ea;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
169 | id="path4172" /> | ||
170 | </marker> | ||
171 | <marker | ||
172 | style="overflow:visible" | ||
173 | id="Arrow2Mend" | ||
174 | refX="0" | ||
175 | refY="0" | ||
176 | orient="auto" | ||
177 | inkscape:stockid="Arrow2Mend" | ||
178 | inkscape:isstock="true"> | ||
179 | <path | ||
180 | transform="scale(-0.6)" | ||
181 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
182 | style="fill:#ffa348;fill-opacity:1;fill-rule:evenodd;stroke:#ffa348;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
183 | id="path3336" /> | ||
184 | </marker> | ||
185 | <marker | ||
186 | style="overflow:visible" | ||
187 | id="Arrow1Mstart" | ||
188 | refX="0" | ||
189 | refY="0" | ||
190 | orient="auto" | ||
191 | inkscape:stockid="Arrow1Mstart" | ||
192 | inkscape:isstock="true"> | ||
193 | <path | ||
194 | transform="matrix(0.4,0,0,0.4,4,0)" | ||
195 | style="fill:#ff7800;fill-opacity:1;fill-rule:evenodd;stroke:#ffa348;stroke-width:1pt;stroke-opacity:1" | ||
196 | d="M 0,0 5,-5 -12.5,0 5,5 Z" | ||
197 | id="path3315" /> | ||
198 | </marker> | ||
199 | <marker | ||
200 | style="overflow:visible" | ||
201 | id="Arrow2Lstart" | ||
202 | refX="0" | ||
203 | refY="0" | ||
204 | orient="auto" | ||
205 | inkscape:stockid="Arrow2Lstart" | ||
206 | inkscape:isstock="true"> | ||
207 | <path | ||
208 | transform="matrix(1.1,0,0,1.1,1.1,0)" | ||
209 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
210 | style="fill:#ff7800;fill-opacity:1;fill-rule:evenodd;stroke:#ffa348;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
211 | id="path3327" /> | ||
212 | </marker> | ||
213 | <marker | ||
214 | style="overflow:visible" | ||
215 | id="Arrow1Lstart" | ||
216 | refX="0" | ||
217 | refY="0" | ||
218 | orient="auto" | ||
219 | inkscape:stockid="Arrow1Lstart" | ||
220 | inkscape:isstock="true"> | ||
221 | <path | ||
222 | transform="matrix(0.8,0,0,0.8,10,0)" | ||
223 | style="fill:#ff7800;fill-opacity:1;fill-rule:evenodd;stroke:#ffa348;stroke-width:1pt;stroke-opacity:1" | ||
224 | d="M 0,0 5,-5 -12.5,0 5,5 Z" | ||
225 | id="path3309" /> | ||
226 | </marker> | ||
227 | <linearGradient | ||
228 | id="linearGradient921" | ||
229 | inkscape:swatch="solid"> | ||
230 | <stop | ||
231 | style="stop-color:#deddda;stop-opacity:1;" | ||
232 | offset="0" | ||
233 | id="stop919" /> | ||
234 | </linearGradient> | ||
235 | <linearGradient | ||
236 | id="linearGradient6035-4"> | ||
237 | <stop | ||
238 | id="stop6037-2" | ||
239 | style="stop-color:#ffffff" | ||
240 | offset="0" /> | ||
241 | <stop | ||
242 | id="stop6039-9" | ||
243 | style="stop-color:#ffffff;stop-opacity:0" | ||
244 | offset="1" /> | ||
245 | </linearGradient> | ||
246 | <marker | ||
247 | style="overflow:visible" | ||
248 | id="Arrow2Mstart-4" | ||
249 | refX="0" | ||
250 | refY="0" | ||
251 | orient="auto" | ||
252 | inkscape:stockid="Arrow2Mstart" | ||
253 | inkscape:isstock="true"> | ||
254 | <path | ||
255 | transform="scale(0.6)" | ||
256 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
257 | style="fill:#ffa348;fill-opacity:1;fill-rule:evenodd;stroke:#ffa348;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
258 | id="path3333-2" /> | ||
259 | </marker> | ||
260 | <marker | ||
261 | style="overflow:visible" | ||
262 | id="Arrow2Mend-2" | ||
263 | refX="0" | ||
264 | refY="0" | ||
265 | orient="auto" | ||
266 | inkscape:stockid="Arrow2Mend" | ||
267 | inkscape:isstock="true"> | ||
268 | <path | ||
269 | transform="scale(-0.6)" | ||
270 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
271 | style="fill:#ffa348;fill-opacity:1;fill-rule:evenodd;stroke:#ffa348;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
272 | id="path3336-7" /> | ||
273 | </marker> | ||
274 | <marker | ||
275 | style="overflow:visible" | ||
276 | id="marker5623-2" | ||
277 | refX="0" | ||
278 | refY="0" | ||
279 | orient="auto" | ||
280 | inkscape:stockid="Arrow2Mend" | ||
281 | inkscape:isstock="true"> | ||
282 | <path | ||
283 | transform="scale(-0.6)" | ||
284 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
285 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
286 | id="path5621-3" /> | ||
287 | </marker> | ||
288 | <marker | ||
289 | style="overflow:visible" | ||
290 | id="Arrow2Mend-4" | ||
291 | refX="0" | ||
292 | refY="0" | ||
293 | orient="auto" | ||
294 | inkscape:stockid="Arrow2Mend" | ||
295 | inkscape:isstock="true"> | ||
296 | <path | ||
297 | transform="scale(-0.6)" | ||
298 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
299 | style="fill:#ffa348;fill-opacity:1;fill-rule:evenodd;stroke:#ffa348;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
300 | id="path3336-3" /> | ||
301 | </marker> | ||
302 | <marker | ||
303 | style="overflow:visible" | ||
304 | id="marker5285-1" | ||
305 | refX="0" | ||
306 | refY="0" | ||
307 | orient="auto" | ||
308 | inkscape:stockid="Arrow2Mstart" | ||
309 | inkscape:isstock="true"> | ||
310 | <path | ||
311 | transform="scale(0.6)" | ||
312 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
313 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
314 | id="path5283-7" /> | ||
315 | </marker> | ||
316 | <marker | ||
317 | style="overflow:visible" | ||
318 | id="marker5161-4" | ||
319 | refX="0" | ||
320 | refY="0" | ||
321 | orient="auto" | ||
322 | inkscape:stockid="Arrow2Mend" | ||
323 | inkscape:isstock="true"> | ||
324 | <path | ||
325 | transform="scale(-0.6)" | ||
326 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
327 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
328 | id="path5159-3" /> | ||
329 | </marker> | ||
330 | <marker | ||
331 | style="overflow:visible" | ||
332 | id="marker5285-1-4" | ||
333 | refX="0" | ||
334 | refY="0" | ||
335 | orient="auto" | ||
336 | inkscape:stockid="Arrow2Mstart" | ||
337 | inkscape:isstock="true"> | ||
338 | <path | ||
339 | transform="scale(0.6)" | ||
340 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
341 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
342 | id="path5283-7-6" /> | ||
343 | </marker> | ||
344 | <marker | ||
345 | style="overflow:visible" | ||
346 | id="marker5161-4-9" | ||
347 | refX="0" | ||
348 | refY="0" | ||
349 | orient="auto" | ||
350 | inkscape:stockid="Arrow2Mend" | ||
351 | inkscape:isstock="true"> | ||
352 | <path | ||
353 | transform="scale(-0.6)" | ||
354 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
355 | style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
356 | id="path5159-3-4" /> | ||
357 | </marker> | ||
358 | <marker | ||
359 | style="overflow:visible" | ||
360 | id="marker4174-8" | ||
361 | refX="0" | ||
362 | refY="0" | ||
363 | orient="auto" | ||
364 | inkscape:stockid="Arrow2Mstart" | ||
365 | inkscape:isstock="true"> | ||
366 | <path | ||
367 | transform="scale(0.6)" | ||
368 | d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" | ||
369 | style="fill:#62a0ea;fill-opacity:1;fill-rule:evenodd;stroke:#62a0ea;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" | ||
370 | id="path4172-8" /> | ||
371 | </marker> | ||
372 | </defs> | ||
373 | <sodipodi:namedview | ||
374 | pagecolor="#ffffff" | ||
375 | bordercolor="#666666" | ||
376 | borderopacity="1" | ||
377 | objecttolerance="10" | ||
378 | gridtolerance="10" | ||
379 | guidetolerance="10" | ||
380 | inkscape:pageopacity="0" | ||
381 | inkscape:pageshadow="2" | ||
382 | inkscape:window-width="1846" | ||
383 | inkscape:window-height="1016" | ||
384 | id="namedview4" | ||
385 | showgrid="true" | ||
386 | inkscape:zoom="0.72360224" | ||
387 | inkscape:cx="889.30073" | ||
388 | inkscape:cy="397.31773" | ||
389 | inkscape:window-x="1994" | ||
390 | inkscape:window-y="27" | ||
391 | inkscape:window-maximized="1" | ||
392 | inkscape:current-layer="g10" | ||
393 | inkscape:document-rotation="0" | ||
394 | inkscape:snap-perpendicular="true" | ||
395 | fit-margin-top="30" | ||
396 | lock-margins="true" | ||
397 | fit-margin-left="30" | ||
398 | fit-margin-right="30" | ||
399 | fit-margin-bottom="30" | ||
400 | inkscape:pagecheckerboard="0"> | ||
401 | <inkscape:grid | ||
402 | type="xygrid" | ||
403 | id="grid1257" | ||
404 | originx="-289.99935" | ||
405 | originy="269.99997" /> | ||
406 | </sodipodi:namedview> | ||
407 | <g | ||
408 | inkscape:groupmode="layer" | ||
409 | inkscape:label="Image" | ||
410 | id="g10" | ||
411 | transform="translate(-289.99935,270)"> | ||
412 | <path | ||
413 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
414 | d="M 1080,220.00002 V -240 v 0 0" | ||
415 | id="path207708" /> | ||
416 | <path | ||
417 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
418 | d="M 1200,220.00002 V -240 v 0 0" | ||
419 | id="path207708-4" /> | ||
420 | <path | ||
421 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
422 | d="M 1320,220.00002 V -240 v 0 0" | ||
423 | id="path207708-4-3" /> | ||
424 | <path | ||
425 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
426 | d="M 960,220.00002 V -240 v 0 0" | ||
427 | id="path207708-9" /> | ||
428 | <path | ||
429 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
430 | d="m 840,220.00001 v -375 0 0" | ||
431 | id="path207708-9-6" /> | ||
432 | <path | ||
433 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
434 | d="M 840,220.00002 V -240 v 0 0" | ||
435 | id="path207708-9-6-2" /> | ||
436 | <path | ||
437 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
438 | d="M 720,220.00002 V -240 v 0 0" | ||
439 | id="path207708-9-6-2-5" /> | ||
440 | <path | ||
441 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
442 | d="M 600,220.00002 V -240 v 0 0" | ||
443 | id="path207708-9-6-2-5-9" /> | ||
444 | <path | ||
445 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
446 | d="M 480,220.00002 V -240 v 0 0" | ||
447 | id="path207708-9-6-2-5-9-0" /> | ||
448 | <path | ||
449 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
450 | d="M 360,220.00002 V -240 v 0 0" | ||
451 | id="path207708-9-6-2-5-9-0-5" /> | ||
452 | <text | ||
453 | xml:space="preserve" | ||
454 | style="font-weight:bold;font-size:42.5884px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
455 | x="142.22464" | ||
456 | y="565.10297" | ||
457 | id="text907"><tspan | ||
458 | sodipodi:role="line" | ||
459 | id="tspan905" | ||
460 | x="142.22464" | ||
461 | y="565.10297" /></text> | ||
462 | <text | ||
463 | xml:space="preserve" | ||
464 | style="font-weight:bold;font-size:42.5884px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
465 | x="98.363503" | ||
466 | y="637.8432" | ||
467 | id="text911"><tspan | ||
468 | sodipodi:role="line" | ||
469 | id="tspan909" | ||
470 | x="98.363503" | ||
471 | y="637.8432" /></text> | ||
472 | <text | ||
473 | xml:space="preserve" | ||
474 | style="font-weight:bold;font-size:42.5884px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
475 | x="-59.575905" | ||
476 | y="580.05695" | ||
477 | id="text915"><tspan | ||
478 | sodipodi:role="line" | ||
479 | id="tspan913" | ||
480 | x="-59.575905" | ||
481 | y="580.05695" /></text> | ||
482 | <rect | ||
483 | style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1" | ||
484 | id="rect917-0-0" | ||
485 | width="960.00006" | ||
486 | height="45.000004" | ||
487 | x="360" | ||
488 | y="154.99997" | ||
489 | ry="2.2558987" /> | ||
490 | <text | ||
491 | xml:space="preserve" | ||
492 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
493 | x="420.52835" | ||
494 | y="174.12433" | ||
495 | id="text1185-3-55-4"><tspan | ||
496 | sodipodi:role="line" | ||
497 | x="420.52835" | ||
498 | y="174.12433" | ||
499 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
500 | id="tspan957-2-8">Dunfell (LTS)</tspan><tspan | ||
501 | sodipodi:role="line" | ||
502 | x="420.52835" | ||
503 | y="192.121" | ||
504 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
505 | id="tspan10317">3.1</tspan></text> | ||
506 | <rect | ||
507 | style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1" | ||
508 | id="rect917-0-0-4" | ||
509 | width="140.00002" | ||
510 | height="45.000004" | ||
511 | x="480" | ||
512 | y="99.999969" | ||
513 | ry="2.2558987" /> | ||
514 | <text | ||
515 | xml:space="preserve" | ||
516 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
517 | x="534.10651" | ||
518 | y="118.94971" | ||
519 | id="text1185-3-55-4-0"><tspan | ||
520 | sodipodi:role="line" | ||
521 | x="534.10651" | ||
522 | y="118.94971" | ||
523 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
524 | id="tspan957-2-8-6">Gatesgarth</tspan><tspan | ||
525 | sodipodi:role="line" | ||
526 | x="534.10651" | ||
527 | y="136.9464" | ||
528 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
529 | id="tspan10317-2">3.2</tspan></text> | ||
530 | <rect | ||
531 | style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1" | ||
532 | id="rect917-0-0-4-4" | ||
533 | width="140.00002" | ||
534 | height="45.000004" | ||
535 | x="599.99994" | ||
536 | y="45.000011" | ||
537 | ry="2.2558987" /> | ||
538 | <rect | ||
539 | style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1" | ||
540 | id="rect917-0-0-4-4-9" | ||
541 | width="160.00002" | ||
542 | height="45.000004" | ||
543 | x="720" | ||
544 | y="-9.9999905" | ||
545 | ry="2.2558987" /> | ||
546 | <text | ||
547 | xml:space="preserve" | ||
548 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
549 | x="766.10297" | ||
550 | y="9.57586" | ||
551 | id="text1185-3-55-4-0-0"><tspan | ||
552 | sodipodi:role="line" | ||
553 | x="766.10297" | ||
554 | y="9.57586" | ||
555 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
556 | id="tspan957-2-8-6-3">Honister</tspan><tspan | ||
557 | sodipodi:role="line" | ||
558 | x="766.10297" | ||
559 | y="27.57254" | ||
560 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
561 | id="tspan10317-2-9">3.4</tspan></text> | ||
562 | <rect | ||
563 | style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1" | ||
564 | id="rect917-0-0-4-4-9-4" | ||
565 | width="140.00002" | ||
566 | height="45.000004" | ||
567 | x="960" | ||
568 | y="-120" | ||
569 | ry="2.2558987" /> | ||
570 | <text | ||
571 | xml:space="preserve" | ||
572 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
573 | x="1008.4941" | ||
574 | y="-100.605" | ||
575 | id="text1185-3-55-4-0-0-0"><tspan | ||
576 | sodipodi:role="line" | ||
577 | x="1008.4941" | ||
578 | y="-100.605" | ||
579 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
580 | id="tspan957-2-8-6-3-9">Langdale</tspan><tspan | ||
581 | sodipodi:role="line" | ||
582 | x="1008.4941" | ||
583 | y="-82.608322" | ||
584 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
585 | id="tspan10317-2-9-1">4.1</tspan></text> | ||
586 | <rect | ||
587 | style="opacity:0.75;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1" | ||
588 | id="rect917-0-0-4-4-9-4-5" | ||
589 | width="140.00002" | ||
590 | height="45.000004" | ||
591 | x="1080" | ||
592 | y="-174.99998" | ||
593 | ry="2.2558987" /> | ||
594 | <text | ||
595 | xml:space="preserve" | ||
596 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
597 | x="1134.2344" | ||
598 | y="-155.49881" | ||
599 | id="text1185-3-55-4-0-0-0-1"><tspan | ||
600 | sodipodi:role="line" | ||
601 | x="1134.2344" | ||
602 | y="-155.49881" | ||
603 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
604 | id="tspan957-2-8-6-3-9-7">Mickledore</tspan><tspan | ||
605 | sodipodi:role="line" | ||
606 | x="1134.2344" | ||
607 | y="-137.50214" | ||
608 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
609 | id="tspan10317-2-9-1-4">4.2</tspan></text> | ||
610 | <rect | ||
611 | style="opacity:0.75;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1" | ||
612 | id="rect917-0-0-4-4-9-4-5-3" | ||
613 | width="140.00014" | ||
614 | height="45.000004" | ||
615 | x="1199.9999" | ||
616 | y="-229.99998" | ||
617 | ry="2.2558987" /> | ||
618 | <text | ||
619 | xml:space="preserve" | ||
620 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
621 | x="1247.2329" | ||
622 | y="-210.32925" | ||
623 | id="text1185-3-55-4-0-0-0-1-1"><tspan | ||
624 | sodipodi:role="line" | ||
625 | x="1247.2329" | ||
626 | y="-210.32925" | ||
627 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
628 | id="tspan957-2-8-6-3-9-7-4">Nanbield</tspan><tspan | ||
629 | sodipodi:role="line" | ||
630 | x="1247.2329" | ||
631 | y="-192.33258" | ||
632 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
633 | id="tspan10317-2-9-1-4-6">4.3</tspan></text> | ||
634 | <rect | ||
635 | style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1" | ||
636 | id="rect917-0-0-4-4-9-9" | ||
637 | width="480.00006" | ||
638 | height="45.000004" | ||
639 | x="860" | ||
640 | y="-64.999992" | ||
641 | ry="2.2558987" /> | ||
642 | <text | ||
643 | xml:space="preserve" | ||
644 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
645 | x="928.49872" | ||
646 | y="-45.648258" | ||
647 | id="text1185-3-55-4-0-0-9"><tspan | ||
648 | sodipodi:role="line" | ||
649 | x="928.49872" | ||
650 | y="-45.648258" | ||
651 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
652 | id="tspan957-2-8-6-3-6">Kirkstone (LTS)</tspan><tspan | ||
653 | sodipodi:role="line" | ||
654 | x="928.49872" | ||
655 | y="-27.651579" | ||
656 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
657 | id="tspan10317-2-9-0">4.0</tspan></text> | ||
658 | <text | ||
659 | xml:space="preserve" | ||
660 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
661 | x="650.42737" | ||
662 | y="64.633629" | ||
663 | id="text1185-3-55-4-0-0-7"><tspan | ||
664 | sodipodi:role="line" | ||
665 | x="650.42737" | ||
666 | y="64.633629" | ||
667 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
668 | id="tspan957-2-8-6-3-2">Hardknott</tspan><tspan | ||
669 | sodipodi:role="line" | ||
670 | x="650.42737" | ||
671 | y="82.63031" | ||
672 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none" | ||
673 | id="tspan10317-2-9-8">3.3</tspan></text> | ||
674 | <g | ||
675 | id="g1125-0" | ||
676 | transform="matrix(0.42240595,0,0,0.41654472,354.16682,-355.15199)" | ||
677 | style="stroke:none;stroke-width:2.38399"> | ||
678 | <rect | ||
679 | style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.76797;stroke-opacity:1" | ||
680 | id="rect1061-9" | ||
681 | width="452.00439" | ||
682 | height="192.0562" | ||
683 | x="11.609296" | ||
684 | y="276.44562" | ||
685 | ry="4.0176301" /> | ||
686 | <g | ||
687 | id="g1109-1" | ||
688 | transform="translate(-2.7615661,-1.7576335)" | ||
689 | style="stroke:none;stroke-width:2.38399"> | ||
690 | <path | ||
691 | id="path14-9" | ||
692 | class="st0" | ||
693 | d="m 439.74452,358.11274 c 0,4.22 -3.41,7.64 -7.64,7.64 -4.22,0 -7.63,-3.42 -7.63,-7.64 0,-4.22 3.41,-7.64 7.63,-7.64 4.23,0 7.64,3.42 7.64,7.64 v 0" | ||
694 | style="fill:#4a97d2;fill-opacity:1;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
695 | <path | ||
696 | id="path16-6" | ||
697 | class="st1" | ||
698 | d="m 114.56452,324.94274 -11.13,-6.3 -22.409996,45.41 -23.9,-45.41 -11.27,6.3 28.41,53.38 c -0.21,0.51 -0.86,1.9 -1.95,4.22 -1.11,2.21 -2.25,4.41 -3.46,6.62 -2.11,3.81 -4.26,6.91 -6.46,9.32 -2.21,2.51 -4.46,4.51 -6.78,6.02 -2.3,1.51 -4.7,2.65 -7.21,3.46 -2.41,0.8 -4.87,1.45 -7.38,1.95 l 5.12,10.68 c 1.6,-0.21 3.75,-0.71 6.46,-1.51 2.81,-0.7 5.86,-2.06 9.17,-4.06 3.3,-2 6.67,-4.86 10.07,-8.57 3.52,-3.71 6.78,-8.62 9.78,-14.73 l 32.939996,-66.78" | ||
699 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
700 | <path | ||
701 | id="path18-2" | ||
702 | class="st1" | ||
703 | d="m 175.39452,358.18274 c 0,3.51 -0.6,6.76 -1.81,9.78 -1.21,3 -2.86,5.62 -4.95,7.81 -2.01,2.11 -4.41,3.81 -7.22,5.12 -2.71,1.19 -5.67,1.8 -8.87,1.8 -3.21,0 -6.22,-0.6 -9.02,-1.8 -2.81,-1.31 -5.27,-3.01 -7.38,-5.12 -2,-2.19 -3.6,-4.81 -4.81,-7.81 -1.21,-3.01 -1.81,-6.27 -1.81,-9.78 0,-3.51 0.6,-6.76 1.81,-9.77 1.21,-3 2.81,-5.61 4.81,-7.82 2.11,-2.21 4.57,-3.92 7.38,-5.11 2.8,-1.32 5.81,-1.97 9.02,-1.97 3.21,0 6.16,0.65 8.87,1.97 2.81,1.19 5.21,2.9 7.22,5.11 2.1,2.21 3.75,4.81 4.95,7.82 1.2,3.01 1.81,6.26 1.81,9.77 m 13.98,0 c 0,-5.21 -0.95,-10.08 -2.86,-14.59 -1.81,-4.51 -4.36,-8.42 -7.67,-11.73 -3.32,-3.3 -7.22,-5.86 -11.73,-7.67 -4.51,-1.9 -9.38,-2.86 -14.59,-2.86 -5.21,0 -10.08,0.95 -14.59,2.86 -4.51,1.81 -8.43,4.36 -11.73,7.67 -3.3,3.31 -5.92,7.22 -7.82,11.73 -1.9,4.51 -2.86,9.38 -2.86,14.59 0,5.21 0.95,10.08 2.86,14.59 1.9,4.41 4.52,8.27 7.82,11.57 3.3,3.32 7.22,5.92 11.73,7.82 4.51,1.81 9.38,2.71 14.59,2.71 5.21,0 10.08,-0.9 14.59,-2.71 4.51,-1.91 8.41,-4.51 11.73,-7.82 3.3,-3.3 5.86,-7.16 7.67,-11.57 1.91,-4.51 2.86,-9.38 2.86,-14.59" | ||
704 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
705 | <path | ||
706 | id="path20-5" | ||
707 | class="st1" | ||
708 | d="m 373.22452,358.18274 c 0,3.51 -0.6,6.76 -1.81,9.78 -1.21,3 -2.86,5.62 -4.97,7.81 -2,2.11 -4.4,3.81 -7.21,5.12 -2.71,1.19 -5.67,1.8 -8.87,1.8 -3.21,0 -6.22,-0.6 -9.03,-1.8 -2.8,-1.31 -5.26,-3.01 -7.37,-5.12 -2,-2.19 -3.61,-4.81 -4.81,-7.81 -1.21,-3.01 -1.81,-6.27 -1.81,-9.78 0,-3.51 0.6,-6.76 1.81,-9.77 1.21,-3 2.81,-5.61 4.81,-7.82 2.11,-2.21 4.57,-3.92 7.37,-5.11 2.81,-1.32 5.82,-1.97 9.03,-1.97 3.21,0 6.16,0.65 8.87,1.97 2.81,1.19 5.21,2.9 7.21,5.11 2.11,2.21 3.76,4.81 4.97,7.82 1.21,3.01 1.81,6.26 1.81,9.77 m 13.98,0 c 0,-5.21 -0.95,-10.08 -2.86,-14.59 -1.81,-4.51 -4.36,-8.42 -7.67,-11.73 -3.32,-3.3 -7.22,-5.86 -11.73,-7.67 -4.51,-1.9 -9.38,-2.86 -14.59,-2.86 -5.22,0 -10.08,0.95 -14.59,2.86 -4.51,1.81 -8.43,4.36 -11.73,7.67 -3.3,3.31 -5.92,7.22 -7.82,11.73 -1.9,4.51 -2.86,9.38 -2.86,14.59 0,5.21 0.95,10.08 2.86,14.59 1.9,4.41 4.52,8.27 7.82,11.57 3.3,3.32 7.22,5.92 11.73,7.82 4.51,1.81 9.37,2.71 14.59,2.71 5.21,0 10.08,-0.9 14.59,-2.71 4.51,-1.91 8.41,-4.51 11.73,-7.82 3.3,-3.3 5.86,-7.16 7.67,-11.57 1.91,-4.51 2.86,-9.38 2.86,-14.59" | ||
709 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
710 | <path | ||
711 | id="path22-4" | ||
712 | class="st1" | ||
713 | d="m 288.05452,298.59274 -13.39,7.52 v 16.45 h -36.21 c -26.15,0 -41.9,12.74 -41.9,35.95 0,36.04 37.55,42.84 64.25,29.96 l -5.63,-10.92 c -21.13,9.23 -44.53,5.3 -44.53,-19.28 0,-15.86 8.26,-24.54 27.49,-24.54 h 36.54 v 43.82 c 0,19.37 22.19,19.81 35.95,11.86 l -5.29,-10.45 c -8.85,4.48 -17.26,5.06 -17.26,-3.53 v -41.7 h 18.32 v -11.17 h -18.32 l -0.02,-23.97 v 0" | ||
714 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
715 | <path | ||
716 | id="path24-4" | ||
717 | class="st1" | ||
718 | d="m 136.79452,428.30274 h 3.35 c 1.69,-0.01 3.34,1.19 3.34,2.9 0,2.87 -3.23,3.3 -3.23,3.3 l -3.46,0.02 z m -4.84,-4.1 v 25.3 h 4.83 l 0.06,-10.67 c 8.62,0.54 11.84,-2.46 11.84,-7.75 0,-4.75 -4.26,-6.88 -8.34,-6.88 h -8.39 v 0" | ||
719 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
720 | <path | ||
721 | id="path26-9" | ||
722 | class="st1" | ||
723 | d="m 224.38452,436.87274 c 0,1.23 -0.23,2.39 -0.69,3.46 -0.42,1.04 -1.02,1.95 -1.81,2.74 -0.78,0.78 -1.7,1.4 -2.75,1.86 -1.04,0.42 -2.17,0.64 -3.38,0.64 -1.22,0 -2.35,-0.22 -3.39,-0.64 -1.05,-0.46 -1.96,-1.07 -2.75,-1.86 -0.76,-0.78 -1.36,-1.7 -1.81,-2.74 -0.46,-1.07 -0.69,-2.23 -0.69,-3.46 0,-1.23 0.23,-2.37 0.69,-3.42 0.45,-1.06 1.05,-1.99 1.81,-2.77 0.78,-0.78 1.7,-1.39 2.75,-1.82 1.04,-0.45 2.17,-0.67 3.39,-0.67 1.21,0 2.34,0.23 3.38,0.67 1.05,0.43 1.96,1.04 2.75,1.82 0.78,0.78 1.39,1.71 1.81,2.77 0.46,1.05 0.69,2.19 0.69,3.42 m 4.9,0 c 0,-1.81 -0.35,-3.5 -1.06,-5.06 -0.69,-1.59 -1.65,-2.97 -2.89,-4.12 -1.21,-1.17 -2.64,-2.09 -4.3,-2.75 -1.64,-0.69 -3.41,-1.04 -5.3,-1.04 -1.9,0 -3.69,0.35 -5.35,1.04 -1.64,0.66 -3.06,1.58 -4.27,2.75 -1.22,1.16 -2.17,2.53 -2.89,4.12 -0.69,1.57 -1.03,3.25 -1.03,5.06 0,1.83 0.34,3.53 1.03,5.1 0.72,1.57 1.68,2.94 2.89,4.12 1.21,1.17 2.63,2.09 4.27,2.75 1.66,0.66 3.45,1 5.35,1 1.89,0 3.67,-0.34 5.3,-1 1.66,-0.66 3.1,-1.58 4.3,-2.75 1.24,-1.18 2.21,-2.55 2.89,-4.12 0.71,-1.56 1.06,-3.26 1.06,-5.1" | ||
724 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
725 | <path | ||
726 | id="path28-9" | ||
727 | class="st1" | ||
728 | d="m 249.02452,424.25274 v 19.18 c 0,0.77 -0.57,1.63 -1.51,1.65 l -1.51,0.06 0.08,4.7 1.41,0.02 c 4.73,0.07 6.36,-4.37 6.36,-6.45 v -19.13" | ||
729 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
730 | <path | ||
731 | id="path30-3" | ||
732 | class="st1" | ||
733 | d="m 290.20452,424.19274 h -16.13 v 25.22 h 16.2 l -0.07,-4.06 h -11.28 v -6.58 h 9.44 v -4.06 h -9.44 v -6.38 h 11.21 l 0.07,-4.14" | ||
734 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
735 | <path | ||
736 | id="path32-6" | ||
737 | class="st1" | ||
738 | d="m 327.39452,430.24274 c -8.26,-4.53 -16.39,-1.78 -16.39,6.52 0,6.69 6.43,11.84 17,6.31 l 1.53,4.13 c -10.15,5.58 -23.51,1.6 -23.51,-10.44 0,-10.91 11.85,-16.59 23.36,-10.61 l -1.99,4.09" | ||
739 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
740 | <path | ||
741 | id="path34-0" | ||
742 | class="st1" | ||
743 | d="m 366.07452,424.19274 0.01,4.13 h -8.05 v 21.16 h -4.85 v -21.15 h -7.73 l 0.11,-4.13 h 20.51" | ||
744 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
745 | <path | ||
746 | id="path36-5" | ||
747 | class="st1" | ||
748 | d="m 172.67452,428.30274 h 3.35 c 1.69,-0.01 3.34,1.19 3.34,2.9 0,2.87 -3.23,3.3 -3.23,3.3 l -3.46,0.02 z m -4.82,-4.1 v 25.3 h 4.82 v -10.89 h 3.2 l 5.59,10.89 h 5.5 l -6.67,-12.2 c 2.64,-1.18 4.01,-3.26 4.01,-6.22 0,-4.94 -4.33,-6.88 -9.09,-6.88 h -7.36 v 0" | ||
749 | style="fill:#ffffff;stroke:none;stroke-width:0.238399;stroke-opacity:1" /> | ||
750 | </g> | ||
751 | </g> | ||
752 | <text | ||
753 | xml:space="preserve" | ||
754 | style="font-weight:bold;font-size:42.5884px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
755 | x="313.46567" | ||
756 | y="412.9321" | ||
757 | id="text3781"><tspan | ||
758 | sodipodi:role="line" | ||
759 | id="tspan3779" | ||
760 | x="313.46567" | ||
761 | y="412.9321" /></text> | ||
762 | <text | ||
763 | xml:space="preserve" | ||
764 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
765 | x="1199.6055" | ||
766 | y="250.21216" | ||
767 | id="text1185-9-7-1-1"><tspan | ||
768 | sodipodi:role="line" | ||
769 | x="1199.6055" | ||
770 | y="250.21216" | ||
771 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
772 | id="tspan31345">Oct.</tspan><tspan | ||
773 | sodipodi:role="line" | ||
774 | x="1199.6055" | ||
775 | y="268.20883" | ||
776 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
777 | id="tspan49906">2023</tspan></text> | ||
778 | <text | ||
779 | xml:space="preserve" | ||
780 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
781 | x="962.71832" | ||
782 | y="250.21216" | ||
783 | id="text1185-9-7-1-1-0"><tspan | ||
784 | sodipodi:role="line" | ||
785 | x="962.71832" | ||
786 | y="250.21216" | ||
787 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
788 | id="tspan31345-42">Oct.</tspan><tspan | ||
789 | sodipodi:role="line" | ||
790 | x="962.71832" | ||
791 | y="268.20883" | ||
792 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
793 | id="tspan49906-9">2022</tspan></text> | ||
794 | <text | ||
795 | xml:space="preserve" | ||
796 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
797 | x="721.13617" | ||
798 | y="250.21216" | ||
799 | id="text1185-9-7-1-1-2"><tspan | ||
800 | sodipodi:role="line" | ||
801 | x="721.13617" | ||
802 | y="250.21216" | ||
803 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
804 | id="tspan31345-1">Oct.</tspan><tspan | ||
805 | sodipodi:role="line" | ||
806 | x="721.13617" | ||
807 | y="268.20883" | ||
808 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
809 | id="tspan49906-5">2021</tspan></text> | ||
810 | <text | ||
811 | xml:space="preserve" | ||
812 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
813 | x="485.04486" | ||
814 | y="250.21216" | ||
815 | id="text1185-9-7-1-1-80"><tspan | ||
816 | sodipodi:role="line" | ||
817 | x="485.04486" | ||
818 | y="250.21216" | ||
819 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
820 | id="tspan31345-5">Oct.</tspan><tspan | ||
821 | sodipodi:role="line" | ||
822 | x="485.04486" | ||
823 | y="268.20883" | ||
824 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
825 | id="tspan49906-6">2020</tspan></text> | ||
826 | <text | ||
827 | xml:space="preserve" | ||
828 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
829 | x="360.96921" | ||
830 | y="250.07544" | ||
831 | id="text1185-9-7-1-1-8"><tspan | ||
832 | sodipodi:role="line" | ||
833 | x="360.96921" | ||
834 | y="250.07544" | ||
835 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
836 | id="tspan31345-4">Apr.</tspan><tspan | ||
837 | sodipodi:role="line" | ||
838 | x="360.96921" | ||
839 | y="268.07211" | ||
840 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
841 | id="tspan49906-7">2020</tspan></text> | ||
842 | <text | ||
843 | xml:space="preserve" | ||
844 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
845 | x="840.9248" | ||
846 | y="250.07544" | ||
847 | id="text1185-9-7-1-1-8-1"><tspan | ||
848 | sodipodi:role="line" | ||
849 | x="840.9248" | ||
850 | y="250.07544" | ||
851 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
852 | id="tspan31345-4-0">Apr</tspan><tspan | ||
853 | sodipodi:role="line" | ||
854 | x="840.9248" | ||
855 | y="268.07211" | ||
856 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
857 | id="tspan49906-7-3">2022</tspan></text> | ||
858 | <text | ||
859 | xml:space="preserve" | ||
860 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
861 | x="1317.4003" | ||
862 | y="250.07544" | ||
863 | id="text1185-9-7-1-1-8-1-0"><tspan | ||
864 | sodipodi:role="line" | ||
865 | x="1317.4003" | ||
866 | y="250.07544" | ||
867 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
868 | id="tspan31345-4-0-4">Apr.</tspan><tspan | ||
869 | sodipodi:role="line" | ||
870 | x="1317.4003" | ||
871 | y="268.07211" | ||
872 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
873 | id="tspan49906-7-3-8">2024</tspan></text> | ||
874 | <text | ||
875 | xml:space="preserve" | ||
876 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
877 | x="1081.4458" | ||
878 | y="250.07544" | ||
879 | id="text1185-9-7-1-1-8-1-0-2"><tspan | ||
880 | sodipodi:role="line" | ||
881 | x="1081.4458" | ||
882 | y="250.07544" | ||
883 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
884 | id="tspan31345-4-0-4-8">Apr.</tspan><tspan | ||
885 | sodipodi:role="line" | ||
886 | x="1081.4458" | ||
887 | y="268.07211" | ||
888 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
889 | id="tspan49906-7-3-8-3">2023</tspan></text> | ||
890 | <text | ||
891 | xml:space="preserve" | ||
892 | style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
893 | x="604.18005" | ||
894 | y="250.07544" | ||
895 | id="text1185-9-7-1-1-8-1-7"><tspan | ||
896 | sodipodi:role="line" | ||
897 | x="604.18005" | ||
898 | y="250.07544" | ||
899 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
900 | id="tspan31345-4-0-5">Apr.</tspan><tspan | ||
901 | sodipodi:role="line" | ||
902 | x="604.18005" | ||
903 | y="268.07211" | ||
904 | style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke:none" | ||
905 | id="tspan49906-7-3-6">2021</tspan></text> | ||
906 | <text | ||
907 | xml:space="preserve" | ||
908 | style="font-weight:bold;font-size:42.5884px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" | ||
909 | x="-16.290483" | ||
910 | y="345.7359" | ||
911 | id="text3116"><tspan | ||
912 | sodipodi:role="line" | ||
913 | id="tspan3114" | ||
914 | x="-16.290483" | ||
915 | y="345.7359" /></text> | ||
916 | <path | ||
917 | id="path29430" | ||
918 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
919 | d="M 319.99935,219.99912 H 1435 Z" /> | ||
920 | <path | ||
921 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
922 | d="m 360,219.99997 v 10.00004 0" | ||
923 | id="path29548" /> | ||
924 | <path | ||
925 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
926 | d="m 480,219.99996 v 10 0" | ||
927 | id="path29548-5" /> | ||
928 | <path | ||
929 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
930 | d="m 600,219.99992 v 10.00005 0" | ||
931 | id="path29548-5-1" /> | ||
932 | <path | ||
933 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
934 | d="m 720,220.00002 v 9.99999 0" | ||
935 | id="path29548-5-1-3" /> | ||
936 | <path | ||
937 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
938 | d="m 840,220.00002 v 9.99995 0" | ||
939 | id="path29548-5-1-3-6" /> | ||
940 | <path | ||
941 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
942 | d="m 960,220.00002 v 9.99999 0" | ||
943 | id="path29548-5-1-3-6-3" /> | ||
944 | <path | ||
945 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
946 | d="m 1080,220.00002 v 9.99999 0" | ||
947 | id="path29548-5-1-3-6-3-1" /> | ||
948 | <path | ||
949 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
950 | d="m 380,219.99997 v 5.00004 0" | ||
951 | id="path29548-8" | ||
952 | inkscape:transform-center-x="14.782001" | ||
953 | inkscape:transform-center-y="-0.085282837" /> | ||
954 | <path | ||
955 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
956 | d="m 400,219.99997 v 5.00004 0" | ||
957 | id="path29548-8-5" | ||
958 | inkscape:transform-center-x="14.782001" | ||
959 | inkscape:transform-center-y="-0.085282837" /> | ||
960 | <path | ||
961 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
962 | d="m 420,219.99997 v 5 0" | ||
963 | id="path29548-8-5-0" | ||
964 | inkscape:transform-center-x="14.782001" | ||
965 | inkscape:transform-center-y="-0.085282155" /> | ||
966 | <path | ||
967 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
968 | d="m 440,219.99997 v 5 0" | ||
969 | id="path29548-8-5-0-6" | ||
970 | inkscape:transform-center-x="14.782001" | ||
971 | inkscape:transform-center-y="-0.085282155" /> | ||
972 | <path | ||
973 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
974 | d="m 460,219.99997 v 5.00004 0" | ||
975 | id="path29548-8-5-0-6-4-6" | ||
976 | inkscape:transform-center-x="14.782001" | ||
977 | inkscape:transform-center-y="-0.085282837" /> | ||
978 | <path | ||
979 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
980 | d="m 500,219.99997 v 5.00004 0" | ||
981 | id="path29548-8-5-0-6-4-6-2" | ||
982 | inkscape:transform-center-x="14.782001" | ||
983 | inkscape:transform-center-y="-0.085282837" /> | ||
984 | <path | ||
985 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
986 | d="m 520,219.99997 v 5 0" | ||
987 | id="path29548-8-5-0-6-4-6-2-9" | ||
988 | inkscape:transform-center-x="14.782001" | ||
989 | inkscape:transform-center-y="-0.085282155" /> | ||
990 | <path | ||
991 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
992 | d="m 540,219.99997 v 5.00004 0" | ||
993 | id="path29548-8-5-0-6-4-6-2-9-0" | ||
994 | inkscape:transform-center-x="14.782001" | ||
995 | inkscape:transform-center-y="-0.085282837" /> | ||
996 | <path | ||
997 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
998 | d="m 560,219.99997 v 5.00004 0" | ||
999 | id="path29548-8-5-0-6-4-6-2-9-0-8" | ||
1000 | inkscape:transform-center-x="14.782001" | ||
1001 | inkscape:transform-center-y="-0.085282837" /> | ||
1002 | <path | ||
1003 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1004 | d="m 580,219.99997 v 5.00004 0" | ||
1005 | id="path29548-8-5-0-6-4-6-2-9-0-8-1" | ||
1006 | inkscape:transform-center-x="14.782001" | ||
1007 | inkscape:transform-center-y="-0.085282837" /> | ||
1008 | <path | ||
1009 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1010 | d="m 620.266,219.99997 v 5.00004 0" | ||
1011 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3" | ||
1012 | inkscape:transform-center-x="14.782001" | ||
1013 | inkscape:transform-center-y="-0.085282837" /> | ||
1014 | <path | ||
1015 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1016 | d="m 640,219.99997 v 5.00004 0" | ||
1017 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1" | ||
1018 | inkscape:transform-center-x="14.782001" | ||
1019 | inkscape:transform-center-y="-0.085282837" /> | ||
1020 | <path | ||
1021 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1022 | d="m 660,219.99997 v 5.00004 0" | ||
1023 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9" | ||
1024 | inkscape:transform-center-x="14.782001" | ||
1025 | inkscape:transform-center-y="-0.085282837" /> | ||
1026 | <path | ||
1027 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1028 | d="m 679.61073,219.99997 v 5.00004 0" | ||
1029 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6" | ||
1030 | inkscape:transform-center-x="14.782001" | ||
1031 | inkscape:transform-center-y="-0.085282837" /> | ||
1032 | <path | ||
1033 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1034 | d="m 700,219.99997 v 5.00004 0" | ||
1035 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9" | ||
1036 | inkscape:transform-center-x="14.782001" | ||
1037 | inkscape:transform-center-y="-0.085282837" /> | ||
1038 | <path | ||
1039 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1040 | d="m 740,219.99997 v 5.00004 0" | ||
1041 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3" | ||
1042 | inkscape:transform-center-x="14.782001" | ||
1043 | inkscape:transform-center-y="-0.085282837" /> | ||
1044 | <path | ||
1045 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1046 | d="m 760,219.99997 v 5.00004 0" | ||
1047 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4" | ||
1048 | inkscape:transform-center-x="14.782001" | ||
1049 | inkscape:transform-center-y="-0.085282837" /> | ||
1050 | <path | ||
1051 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1052 | d="m 780.36587,219.99997 v 5.00004 0" | ||
1053 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0" | ||
1054 | inkscape:transform-center-x="14.782001" | ||
1055 | inkscape:transform-center-y="-0.085282837" /> | ||
1056 | <path | ||
1057 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1058 | d="m 800,219.99997 v 5.00004 0" | ||
1059 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4" | ||
1060 | inkscape:transform-center-x="14.782001" | ||
1061 | inkscape:transform-center-y="-0.085282837" /> | ||
1062 | <path | ||
1063 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1064 | d="m 820,219.99997 v 5.00004 0" | ||
1065 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6" | ||
1066 | inkscape:transform-center-x="14.782001" | ||
1067 | inkscape:transform-center-y="-0.085282837" /> | ||
1068 | <path | ||
1069 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1070 | d="m 860,219.99997 v 5.00004 0" | ||
1071 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2" | ||
1072 | inkscape:transform-center-x="14.782001" | ||
1073 | inkscape:transform-center-y="-0.085282837" /> | ||
1074 | <path | ||
1075 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1076 | d="m 880,219.99997 v 5.00004 0" | ||
1077 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2" | ||
1078 | inkscape:transform-center-x="14.782001" | ||
1079 | inkscape:transform-center-y="-0.085282837" /> | ||
1080 | <path | ||
1081 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1082 | d="m 899.72384,219.99997 v 5.00004 0" | ||
1083 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7" | ||
1084 | inkscape:transform-center-x="14.782001" | ||
1085 | inkscape:transform-center-y="-0.085282837" /> | ||
1086 | <path | ||
1087 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1088 | d="m 920,219.99997 v 5.00004 0" | ||
1089 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6" | ||
1090 | inkscape:transform-center-x="14.782001" | ||
1091 | inkscape:transform-center-y="-0.085282837" /> | ||
1092 | <path | ||
1093 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1094 | d="m 940,219.99997 v 5.00004 0" | ||
1095 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1" | ||
1096 | inkscape:transform-center-x="14.782001" | ||
1097 | inkscape:transform-center-y="-0.085282837" /> | ||
1098 | <path | ||
1099 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1100 | d="m 980,219.99997 v 5.00004 0" | ||
1101 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9" | ||
1102 | inkscape:transform-center-x="14.782001" | ||
1103 | inkscape:transform-center-y="-0.085282837" /> | ||
1104 | <path | ||
1105 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1106 | d="m 1000,219.99997 v 5.00004 0" | ||
1107 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9" | ||
1108 | inkscape:transform-center-x="14.782001" | ||
1109 | inkscape:transform-center-y="-0.085282837" /> | ||
1110 | <path | ||
1111 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1112 | d="m 1020,219.99997 v 5.00004 0" | ||
1113 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1" | ||
1114 | inkscape:transform-center-x="14.782001" | ||
1115 | inkscape:transform-center-y="-0.085282837" /> | ||
1116 | <path | ||
1117 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1118 | d="m 1040,219.99997 v 5.00004 0" | ||
1119 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-4" | ||
1120 | inkscape:transform-center-x="14.782001" | ||
1121 | inkscape:transform-center-y="-0.085282837" /> | ||
1122 | <path | ||
1123 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1124 | d="m 1059.7216,219.99997 v 5.00004 0" | ||
1125 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-4-9" | ||
1126 | inkscape:transform-center-x="-14.78205" | ||
1127 | inkscape:transform-center-y="-0.085282837" /> | ||
1128 | <path | ||
1129 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1130 | d="m 1100,219.99997 v 5.00004 0" | ||
1131 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-0" | ||
1132 | inkscape:transform-center-x="14.782001" | ||
1133 | inkscape:transform-center-y="-0.085282837" /> | ||
1134 | <path | ||
1135 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1136 | d="m 1120,219.99997 v 5.00004 0" | ||
1137 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-7" | ||
1138 | inkscape:transform-center-x="14.782001" | ||
1139 | inkscape:transform-center-y="-0.085282837" /> | ||
1140 | <path | ||
1141 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1142 | d="m 1140,219.99997 v 5.00004 0" | ||
1143 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-5" | ||
1144 | inkscape:transform-center-x="14.782001" | ||
1145 | inkscape:transform-center-y="-0.085282837" /> | ||
1146 | <path | ||
1147 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1148 | d="m 1160,219.99997 v 5.00004 0" | ||
1149 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-4-8" | ||
1150 | inkscape:transform-center-x="14.782001" | ||
1151 | inkscape:transform-center-y="-0.085282837" /> | ||
1152 | <path | ||
1153 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1154 | d="m 1179.7216,219.99997 v 5.00004 0" | ||
1155 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-4-9-7" | ||
1156 | inkscape:transform-center-x="-14.78205" | ||
1157 | inkscape:transform-center-y="-0.085282837" /> | ||
1158 | <path | ||
1159 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1160 | d="m 1200,220.00002 v 9.99999 0" | ||
1161 | id="path29548-5-1-3-6-3-1-0" /> | ||
1162 | <path | ||
1163 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1164 | d="m 1320,219.99996 v 10 0" | ||
1165 | id="path29548-5-1-3-6-3-1-0-8" /> | ||
1166 | <path | ||
1167 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1168 | d="m 1220,219.99997 v 5.00004 0" | ||
1169 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-0-5" | ||
1170 | inkscape:transform-center-x="14.782001" | ||
1171 | inkscape:transform-center-y="-0.085282837" /> | ||
1172 | <path | ||
1173 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1174 | d="m 1240,219.99997 v 5.00004 0" | ||
1175 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-7-5" | ||
1176 | inkscape:transform-center-x="14.782001" | ||
1177 | inkscape:transform-center-y="-0.085282837" /> | ||
1178 | <path | ||
1179 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1180 | d="m 1260,219.99997 v 5.00004 0" | ||
1181 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-5-2" | ||
1182 | inkscape:transform-center-x="14.782001" | ||
1183 | inkscape:transform-center-y="-0.085282837" /> | ||
1184 | <path | ||
1185 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1186 | d="m 1280,219.99997 v 5.00004 0" | ||
1187 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-4-8-9" | ||
1188 | inkscape:transform-center-x="14.782001" | ||
1189 | inkscape:transform-center-y="-0.085282837" /> | ||
1190 | <path | ||
1191 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1192 | d="m 1299.7216,219.99997 v 5.00004 0" | ||
1193 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-4-9-7-0" | ||
1194 | inkscape:transform-center-x="-14.78205" | ||
1195 | inkscape:transform-center-y="-0.085282837" /> | ||
1196 | <path | ||
1197 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1198 | d="m 1340,219.99997 v 5.00004 0" | ||
1199 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-0-5-3" | ||
1200 | inkscape:transform-center-x="14.782001" | ||
1201 | inkscape:transform-center-y="-0.085282837" /> | ||
1202 | <path | ||
1203 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1204 | d="m 1360,219.99997 v 5.00004 0" | ||
1205 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-7-5-0" | ||
1206 | inkscape:transform-center-x="14.782001" | ||
1207 | inkscape:transform-center-y="-0.085282837" /> | ||
1208 | <path | ||
1209 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1210 | d="m 1380,219.99997 v 5.00004 0" | ||
1211 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-5-2-3" | ||
1212 | inkscape:transform-center-x="14.782001" | ||
1213 | inkscape:transform-center-y="-0.085282837" /> | ||
1214 | <path | ||
1215 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1216 | d="m 1400,219.99997 v 5.00004 0" | ||
1217 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-4-8-9-0" | ||
1218 | inkscape:transform-center-x="14.782001" | ||
1219 | inkscape:transform-center-y="-0.085282837" /> | ||
1220 | <path | ||
1221 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
1222 | d="m 1419.7216,219.99997 v 5.00004 0" | ||
1223 | id="path29548-8-5-0-6-4-6-2-9-0-8-1-3-1-9-6-9-3-4-0-4-6-2-2-7-6-1-9-9-1-4-9-7-0-9" | ||
1224 | inkscape:transform-center-x="-14.78205" | ||
1225 | inkscape:transform-center-y="-0.085282837" /> | ||
1226 | </g> | ||
1227 | <style | ||
1228 | type="text/css" | ||
1229 | id="style1021"> .st0{fill:#4A97D2;} .st1{fill:#333333;} </style> | ||
1230 | </svg> | ||