aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/weekplan
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 18:16:44 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 12:46:44 +0000
commit25ca79240255af73f94832a6a1fe9ba01a95ffcb (patch)
tree8a9f8edc8eacad905eaa15cfd93fc6734b1fdb2a /recipes/weekplan
parentNew recipe: 'sococo' (#704) (diff)
downloadferdium-recipes-25ca79240255af73f94832a6a1fe9ba01a95ffcb.tar.gz
ferdium-recipes-25ca79240255af73f94832a6a1fe9ba01a95ffcb.tar.zst
ferdium-recipes-25ca79240255af73f94832a6a1fe9ba01a95ffcb.zip
New recipe: 'weekplan' (#705)
Diffstat (limited to 'recipes/weekplan')
-rw-r--r--recipes/weekplan/LICENSE201
-rw-r--r--recipes/weekplan/icon.svg1
-rw-r--r--recipes/weekplan/index.js1
-rw-r--r--recipes/weekplan/package.json10
-rw-r--r--recipes/weekplan/webview.js10
5 files changed, 223 insertions, 0 deletions
diff --git a/recipes/weekplan/LICENSE b/recipes/weekplan/LICENSE
new file mode 100644
index 0000000..261eeb9
--- /dev/null
+++ b/recipes/weekplan/LICENSE
@@ -0,0 +1,201 @@
1 Apache License
2 Version 2.0, January 2004
3 http://www.apache.org/licenses/
4
5 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
7 1. Definitions.
8
9 "License" shall mean the terms and conditions for use, reproduction,
10 and distribution as defined by Sections 1 through 9 of this document.
11
12 "Licensor" shall mean the copyright owner or entity authorized by
13 the copyright owner that is granting the License.
14
15 "Legal Entity" shall mean the union of the acting entity and all
16 other entities that control, are controlled by, or are under common
17 control with that entity. For the purposes of this definition,
18 "control" means (i) the power, direct or indirect, to cause the
19 direction or management of such entity, whether by contract or
20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 outstanding shares, or (iii) beneficial ownership of such entity.
22
23 "You" (or "Your") shall mean an individual or Legal Entity
24 exercising permissions granted by this License.
25
26 "Source" form shall mean the preferred form for making modifications,
27 including but not limited to software source code, documentation
28 source, and configuration files.
29
30 "Object" form shall mean any form resulting from mechanical
31 transformation or translation of a Source form, including but
32 not limited to compiled object code, generated documentation,
33 and conversions to other media types.
34
35 "Work" shall mean the work of authorship, whether in Source or
36 Object form, made available under the License, as indicated by a
37 copyright notice that is included in or attached to the work
38 (an example is provided in the Appendix below).
39
40 "Derivative Works" shall mean any work, whether in Source or Object
41 form, that is based on (or derived from) the Work and for which the
42 editorial revisions, annotations, elaborations, or other modifications
43 represent, as a whole, an original work of authorship. For the purposes
44 of this License, Derivative Works shall not include works that remain
45 separable from, or merely link (or bind by name) to the interfaces of,
46 the Work and Derivative Works thereof.
47
48 "Contribution" shall mean any work of authorship, including
49 the original version of the Work and any modifications or additions
50 to that Work or Derivative Works thereof, that is intentionally
51 submitted to Licensor for inclusion in the Work by the copyright owner
52 or by an individual or Legal Entity authorized to submit on behalf of
53 the copyright owner. For the purposes of this definition, "submitted"
54 means any form of electronic, verbal, or written communication sent
55 to the Licensor or its representatives, including but not limited to
56 communication on electronic mailing lists, source code control systems,
57 and issue tracking systems that are managed by, or on behalf of, the
58 Licensor for the purpose of discussing and improving the Work, but
59 excluding communication that is conspicuously marked or otherwise
60 designated in writing by the copyright owner as "Not a Contribution."
61
62 "Contributor" shall mean Licensor and any individual or Legal Entity
63 on behalf of whom a Contribution has been received by Licensor and
64 subsequently incorporated within the Work.
65
66 2. Grant of Copyright License. Subject to the terms and conditions of
67 this License, each Contributor hereby grants to You a perpetual,
68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 copyright license to reproduce, prepare Derivative Works of,
70 publicly display, publicly perform, sublicense, and distribute the
71 Work and such Derivative Works in Source or Object form.
72
73 3. Grant of Patent License. Subject to the terms and conditions of
74 this License, each Contributor hereby grants to You a perpetual,
75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 (except as stated in this section) patent license to make, have made,
77 use, offer to sell, sell, import, and otherwise transfer the Work,
78 where such license applies only to those patent claims licensable
79 by such Contributor that are necessarily infringed by their
80 Contribution(s) alone or by combination of their Contribution(s)
81 with the Work to which such Contribution(s) was submitted. If You
82 institute patent litigation against any entity (including a
83 cross-claim or counterclaim in a lawsuit) alleging that the Work
84 or a Contribution incorporated within the Work constitutes direct
85 or contributory patent infringement, then any patent licenses
86 granted to You under this License for that Work shall terminate
87 as of the date such litigation is filed.
88
89 4. Redistribution. You may reproduce and distribute copies of the
90 Work or Derivative Works thereof in any medium, with or without
91 modifications, and in Source or Object form, provided that You
92 meet the following conditions:
93
94 (a) You must give any other recipients of the Work or
95 Derivative Works a copy of this License; and
96
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
99
100 (c) You must retain, in the Source form of any Derivative Works
101 that You distribute, all copyright, patent, trademark, and
102 attribution notices from the Source form of the Work,
103 excluding those notices that do not pertain to any part of
104 the Derivative Works; and
105
106 (d) If the Work includes a "NOTICE" text file as part of its
107 distribution, then any Derivative Works that You distribute must
108 include a readable copy of the attribution notices contained
109 within such NOTICE file, excluding those notices that do not
110 pertain to any part of the Derivative Works, in at least one
111 of the following places: within a NOTICE text file distributed
112 as part of the Derivative Works; within the Source form or
113 documentation, if provided along with the Derivative Works; or,
114 within a display generated by the Derivative Works, if and
115 wherever such third-party notices normally appear. The contents
116 of the NOTICE file are for informational purposes only and
117 do not modify the License. You may add Your own attribution
118 notices within Derivative Works that You distribute, alongside
119 or as an addendum to the NOTICE text from the Work, provided
120 that such additional attribution notices cannot be construed
121 as modifying the License.
122
123 You may add Your own copyright statement to Your modifications and
124 may provide additional or different license terms and conditions
125 for use, reproduction, or distribution of Your modifications, or
126 for any such Derivative Works as a whole, provided Your use,
127 reproduction, and distribution of the Work otherwise complies with
128 the conditions stated in this License.
129
130 5. Submission of Contributions. Unless You explicitly state otherwise,
131 any Contribution intentionally submitted for inclusion in the Work
132 by You to the Licensor shall be under the terms and conditions of
133 this License, without any additional terms or conditions.
134 Notwithstanding the above, nothing herein shall supersede or modify
135 the terms of any separate license agreement you may have executed
136 with Licensor regarding such Contributions.
137
138 6. Trademarks. This License does not grant permission to use the trade
139 names, trademarks, service marks, or product names of the Licensor,
140 except as required for reasonable and customary use in describing the
141 origin of the Work and reproducing the content of the NOTICE file.
142
143 7. Disclaimer of Warranty. Unless required by applicable law or
144 agreed to in writing, Licensor provides the Work (and each
145 Contributor provides its Contributions) on an "AS IS" BASIS,
146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 implied, including, without limitation, any warranties or conditions
148 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 PARTICULAR PURPOSE. You are solely responsible for determining the
150 appropriateness of using or redistributing the Work and assume any
151 risks associated with Your exercise of permissions under this License.
152
153 8. Limitation of Liability. In no event and under no legal theory,
154 whether in tort (including negligence), contract, or otherwise,
155 unless required by applicable law (such as deliberate and grossly
156 negligent acts) or agreed to in writing, shall any Contributor be
157 liable to You for damages, including any direct, indirect, special,
158 incidental, or consequential damages of any character arising as a
159 result of this License or out of the use or inability to use the
160 Work (including but not limited to damages for loss of goodwill,
161 work stoppage, computer failure or malfunction, or any and all
162 other commercial damages or losses), even if such Contributor
163 has been advised of the possibility of such damages.
164
165 9. Accepting Warranty or Additional Liability. While redistributing
166 the Work or Derivative Works thereof, You may choose to offer,
167 and charge a fee for, acceptance of support, warranty, indemnity,
168 or other liability obligations and/or rights consistent with this
169 License. However, in accepting such obligations, You may act only
170 on Your own behalf and on Your sole responsibility, not on behalf
171 of any other Contributor, and only if You agree to indemnify,
172 defend, and hold each Contributor harmless for any liability
173 incurred by, or claims asserted against, such Contributor by reason
174 of your accepting any such warranty or additional liability.
175
176 END OF TERMS AND CONDITIONS
177
178 APPENDIX: How to apply the Apache License to your work.
179
180 To apply the Apache License to your work, attach the following
181 boilerplate notice, with the fields enclosed by brackets "[]"
182 replaced with your own identifying information. (Don't include
183 the brackets!) The text should be enclosed in the appropriate
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
186 same "printed page" as the copyright notice for easier
187 identification within third-party archives.
188
189 Copyright [yyyy] [name of copyright owner]
190
191 Licensed under the Apache License, Version 2.0 (the "License");
192 you may not use this file except in compliance with the License.
193 You may obtain a copy of the License at
194
195 http://www.apache.org/licenses/LICENSE-2.0
196
197 Unless required by applicable law or agreed to in writing, software
198 distributed under the License is distributed on an "AS IS" BASIS,
199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 See the License for the specific language governing permissions and
201 limitations under the License.
diff --git a/recipes/weekplan/icon.svg b/recipes/weekplan/icon.svg
new file mode 100644
index 0000000..dea201b
--- /dev/null
+++ b/recipes/weekplan/icon.svg
@@ -0,0 +1 @@
<svg id="svg" version="1.1" width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" ><g id="svgg"><path id="path0" d="M15.200 69.988 C 15.200 70.421,15.560 71.417,16.000 72.200 C 16.440 72.983,16.800 73.889,16.800 74.212 C 16.800 74.535,16.980 74.800,17.200 74.800 C 17.420 74.800,17.600 74.989,17.600 75.219 C 17.600 75.450,17.960 76.384,18.400 77.294 C 18.840 78.205,19.200 79.186,19.200 79.475 C 19.200 79.764,19.380 80.000,19.600 80.000 C 19.820 80.000,20.000 80.360,20.000 80.800 C 20.000 81.240,20.180 81.600,20.400 81.600 C 20.620 81.600,20.800 81.960,20.800 82.400 C 20.800 82.840,20.980 83.200,21.200 83.200 C 21.420 83.200,21.600 83.560,21.600 84.000 C 21.600 84.440,21.780 84.800,22.000 84.800 C 22.220 84.800,22.400 85.160,22.400 85.600 C 22.400 86.040,22.580 86.400,22.800 86.400 C 23.020 86.400,23.200 86.850,23.200 87.400 C 23.200 87.950,23.380 88.400,23.600 88.400 C 23.820 88.400,24.000 88.760,24.000 89.200 C 24.000 89.640,24.180 90.000,24.400 90.000 C 24.620 90.000,24.800 90.360,24.800 90.800 C 24.800 91.240,24.980 91.600,25.200 91.600 C 25.420 91.600,25.600 91.960,25.600 92.400 C 25.600 92.840,25.780 93.200,26.000 93.200 C 26.220 93.200,26.400 93.560,26.400 94.000 C 26.400 94.440,26.560 94.800,26.755 94.800 C 26.951 94.800,27.233 95.452,27.383 96.249 C 27.532 97.046,27.812 97.991,28.005 98.349 C 29.273 100.707,32.400 107.512,32.400 107.913 C 32.400 108.181,32.580 108.400,32.800 108.400 C 33.020 108.400,33.200 108.749,33.200 109.176 C 33.200 109.603,33.380 110.064,33.600 110.200 C 33.820 110.336,34.000 110.797,34.000 111.224 C 34.000 111.651,34.180 112.000,34.400 112.000 C 34.620 112.000,34.800 112.360,34.800 112.800 C 34.800 113.240,34.980 113.600,35.200 113.600 C 35.420 113.600,35.600 113.960,35.600 114.400 C 35.600 114.840,35.780 115.200,36.000 115.200 C 36.220 115.200,36.400 115.560,36.400 116.000 C 36.400 116.440,36.580 116.800,36.800 116.800 C 37.020 116.800,37.200 117.160,37.200 117.600 C 37.200 118.040,37.380 118.400,37.600 118.400 C 37.820 118.400,38.000 118.749,38.000 119.176 C 38.000 119.603,38.180 120.064,38.400 120.200 C 38.620 120.336,38.800 120.797,38.800 121.224 C 38.800 121.651,38.980 122.000,39.200 122.000 C 39.420 122.000,39.600 122.360,39.600 122.800 C 39.600 123.240,39.780 123.600,40.000 123.600 C 40.220 123.600,40.400 123.960,40.400 124.400 C 40.400 124.840,40.580 125.200,40.800 125.200 C 41.020 125.200,41.200 125.560,41.200 126.000 C 41.200 126.440,41.380 126.800,41.600 126.800 C 41.820 126.800,42.000 127.160,42.000 127.600 C 42.000 128.040,42.180 128.400,42.400 128.400 C 42.620 128.400,42.800 128.760,42.800 129.200 C 42.800 129.640,42.956 130.000,43.148 130.000 C 43.339 130.000,43.595 130.616,43.718 131.370 C 43.897 132.474,47.555 140.672,49.218 143.695 C 49.428 144.077,49.600 144.662,49.600 144.995 C 49.600 145.328,49.780 145.600,50.000 145.600 C 50.220 145.600,50.400 145.960,50.400 146.400 C 50.400 146.840,50.580 147.200,50.800 147.200 C 51.020 147.200,51.200 147.560,51.200 148.000 C 51.200 148.440,51.380 148.800,51.600 148.800 C 51.820 148.800,52.000 149.160,52.000 149.600 C 52.000 150.040,52.180 150.400,52.400 150.400 C 52.620 150.400,52.800 150.760,52.800 151.200 C 52.800 151.640,52.980 152.000,53.200 152.000 C 53.420 152.000,53.600 152.450,53.600 153.000 C 53.600 153.550,53.780 154.000,54.000 154.000 C 54.220 154.000,54.400 154.253,54.400 154.562 C 54.400 155.228,56.068 158.541,56.500 158.733 C 56.665 158.807,56.800 159.212,56.800 159.633 C 56.800 160.055,56.980 160.400,57.200 160.400 C 57.420 160.400,57.600 160.760,57.600 161.200 C 57.600 161.640,57.780 162.000,58.000 162.000 C 58.220 162.000,58.400 162.439,58.400 162.976 C 58.400 163.513,58.580 164.064,58.800 164.200 C 59.020 164.336,59.200 164.797,59.200 165.224 C 59.200 165.651,59.380 166.000,59.600 166.000 C 59.820 166.000,60.000 166.295,60.000 166.655 C 60.000 167.193,63.410 174.720,64.820 177.295 C 65.029 177.677,65.200 178.262,65.200 178.595 C 65.200 178.928,65.380 179.200,65.600 179.200 C 65.820 179.200,66.000 179.560,66.000 180.000 C 66.000 180.440,66.180 180.800,66.400 180.800 C 66.620 180.800,66.800 181.160,66.800 181.600 C 66.800 182.040,66.980 182.400,67.200 182.400 C 67.420 182.400,67.600 182.760,67.600 183.200 C 67.600 183.640,67.780 184.000,68.000 184.000 C 68.220 184.000,68.400 184.349,68.400 184.776 C 68.400 185.203,68.580 185.664,68.800 185.800 C 69.020 185.936,69.200 186.397,69.200 186.824 C 69.200 187.251,69.380 187.600,69.600 187.600 C 69.820 187.600,70.000 187.853,70.000 188.162 C 70.000 188.828,71.668 192.141,72.100 192.333 C 72.265 192.407,72.400 192.812,72.400 193.233 C 72.400 193.655,72.580 194.000,72.800 194.000 C 73.020 194.000,73.200 194.360,73.200 194.800 C 73.200 195.240,73.380 195.600,73.600 195.600 C 73.820 195.600,74.000 196.039,74.000 196.576 C 74.000 197.113,74.180 197.664,74.400 197.800 C 74.620 197.936,74.800 198.397,74.800 198.824 C 74.800 199.251,74.980 199.600,75.200 199.600 C 75.420 199.600,75.600 199.960,75.600 200.400 C 75.600 200.840,75.780 201.200,76.000 201.200 C 76.220 201.200,76.400 201.560,76.400 202.000 C 76.400 202.440,76.580 202.800,76.800 202.800 C 77.020 202.800,77.200 203.097,77.200 203.460 C 77.200 204.073,78.198 206.420,80.039 210.138 C 80.457 210.984,80.800 211.929,80.800 212.238 C 80.800 212.547,80.980 212.800,81.200 212.800 C 81.420 212.800,81.600 213.160,81.600 213.600 C 81.600 214.040,81.780 214.400,82.000 214.400 C 82.220 214.400,82.400 214.760,82.400 215.200 C 82.400 215.640,82.580 216.000,82.800 216.000 C 83.020 216.000,83.200 216.360,83.200 216.800 C 83.200 217.240,83.380 217.600,83.600 217.600 C 83.820 217.600,84.000 217.872,84.000 218.205 C 84.000 218.538,84.161 219.123,84.358 219.505 C 84.555 219.887,85.319 221.460,86.056 223.000 C 86.793 224.540,87.532 225.860,87.698 225.933 C 87.864 226.007,88.000 226.412,88.000 226.833 C 88.000 227.255,88.180 227.600,88.400 227.600 C 88.620 227.600,88.800 227.949,88.800 228.376 C 88.800 228.803,88.980 229.264,89.200 229.400 C 89.420 229.536,89.600 230.087,89.600 230.624 C 89.600 231.161,89.780 231.600,90.000 231.600 C 90.220 231.600,90.400 231.960,90.400 232.400 C 90.400 232.840,90.580 233.200,90.800 233.200 C 91.020 233.200,91.200 233.560,91.200 234.000 C 91.200 234.440,91.380 234.800,91.600 234.800 C 91.820 234.800,92.000 235.160,92.000 235.600 C 92.000 236.040,92.180 236.400,92.400 236.400 C 92.620 236.400,92.800 236.760,92.800 237.200 C 92.800 237.640,92.957 238.000,93.150 238.000 C 93.343 238.000,93.604 238.519,93.731 239.154 C 93.858 239.789,94.510 241.441,95.181 242.825 C 95.851 244.209,96.400 245.580,96.400 245.871 C 96.400 246.162,96.580 246.400,96.800 246.400 C 97.020 246.400,97.200 246.760,97.200 247.200 C 97.200 247.640,97.380 248.000,97.600 248.000 C 97.820 248.000,98.000 248.360,98.000 248.800 C 98.000 249.240,98.180 249.600,98.400 249.600 C 98.620 249.600,98.800 249.872,98.800 250.205 C 98.800 250.538,98.962 251.123,99.159 251.505 C 99.357 251.887,100.300 253.820,101.255 255.800 C 102.211 257.780,103.129 259.460,103.296 259.533 C 103.463 259.607,103.600 260.012,103.600 260.433 C 103.600 260.855,103.780 261.200,104.000 261.200 C 104.220 261.200,104.400 261.639,104.400 262.176 C 104.400 262.713,104.580 263.264,104.800 263.400 C 105.020 263.536,105.200 263.997,105.200 264.424 C 105.200 264.851,105.380 265.200,105.600 265.200 C 105.820 265.200,106.000 265.560,106.000 266.000 C 106.000 266.440,106.180 266.800,106.400 266.800 C 106.620 266.800,106.800 267.160,106.800 267.600 C 106.800 268.040,106.980 268.400,107.200 268.400 C 107.420 268.400,107.600 268.760,107.600 269.200 C 107.600 269.640,107.780 270.000,108.000 270.000 C 108.220 270.000,108.400 270.360,108.400 270.800 C 108.400 271.240,108.580 271.600,108.800 271.600 C 109.020 271.600,109.200 271.949,109.200 272.376 C 109.200 272.803,109.380 273.264,109.600 273.400 C 109.820 273.536,110.001 273.952,110.001 274.324 C 110.002 274.696,110.632 276.250,111.401 277.777 C 112.171 279.304,112.800 280.789,112.800 281.077 C 112.800 281.365,112.980 281.600,113.200 281.600 C 113.420 281.600,113.600 281.960,113.600 282.400 C 113.600 282.840,113.780 283.200,114.000 283.200 C 114.220 283.200,114.400 283.472,114.400 283.805 C 114.400 284.138,114.561 284.723,114.758 285.105 C 114.955 285.487,115.719 287.060,116.456 288.600 C 117.193 290.140,117.932 291.460,118.098 291.533 C 118.264 291.607,118.400 292.012,118.400 292.433 C 118.400 292.855,118.580 293.200,118.800 293.200 C 119.020 293.200,119.200 293.472,119.200 293.805 C 119.200 294.393,119.367 294.818,120.338 296.695 C 120.592 297.187,120.800 297.862,120.800 298.195 C 120.800 298.528,120.980 298.800,121.200 298.800 C 121.420 298.800,121.600 299.160,121.600 299.600 C 121.600 300.040,121.780 300.400,122.000 300.400 C 122.220 300.400,122.400 300.760,122.400 301.200 C 122.400 301.640,122.580 302.000,122.800 302.000 C 123.020 302.000,123.200 302.360,123.200 302.800 C 123.200 303.240,123.380 303.600,123.600 303.600 C 123.820 303.600,124.000 303.960,124.000 304.400 C 124.000 304.840,124.180 305.200,124.400 305.200 C 124.620 305.200,124.800 305.650,124.800 306.200 C 124.800 306.750,124.980 307.200,125.200 307.200 C 125.420 307.200,125.600 307.560,125.600 308.000 C 125.600 308.440,125.780 308.800,126.000 308.800 C 126.220 308.800,126.400 309.160,126.400 309.600 C 126.400 310.040,126.564 310.400,126.765 310.400 C 126.966 310.400,127.251 311.120,127.400 312.000 C 127.549 312.880,127.834 313.600,128.035 313.600 C 128.236 313.600,128.400 313.960,128.400 314.400 C 128.400 314.840,128.580 315.200,128.800 315.200 C 129.020 315.200,129.200 315.560,129.200 316.000 C 129.200 316.440,129.380 316.800,129.600 316.800 C 129.820 316.800,130.000 317.072,130.000 317.405 C 130.000 317.738,130.161 318.323,130.358 318.705 C 130.555 319.087,131.319 320.660,132.056 322.200 C 132.793 323.740,133.532 325.060,133.698 325.133 C 133.864 325.207,134.000 325.612,134.000 326.033 C 134.000 326.455,134.147 326.800,134.328 326.800 C 134.508 326.800,134.900 327.700,135.200 328.800 C 135.500 329.900,135.892 330.800,136.072 330.800 C 136.253 330.800,136.400 331.160,136.400 331.600 C 136.400 332.040,136.580 332.400,136.800 332.400 C 137.020 332.400,137.200 332.760,137.200 333.200 C 137.200 333.640,137.380 334.000,137.600 334.000 C 137.820 334.000,138.000 334.360,138.000 334.800 C 138.000 335.240,138.180 335.600,138.400 335.600 C 138.620 335.600,138.800 335.960,138.800 336.400 C 138.800 336.840,138.980 337.200,139.200 337.200 C 139.420 337.200,139.600 337.549,139.600 337.976 C 139.600 338.403,139.780 338.864,140.000 339.000 C 140.220 339.136,140.400 339.519,140.400 339.852 C 140.400 340.551,141.343 341.600,141.971 341.600 C 142.207 341.600,142.400 341.330,142.400 341.000 C 142.400 340.670,142.580 340.400,142.800 340.400 C 143.020 340.400,143.200 340.040,143.200 339.600 C 143.200 339.160,143.380 338.800,143.600 338.800 C 143.820 338.800,144.000 338.440,144.000 338.000 C 144.000 337.560,144.180 337.200,144.400 337.200 C 144.620 337.200,144.800 336.851,144.800 336.424 C 144.800 335.997,144.980 335.536,145.200 335.400 C 145.420 335.264,145.600 334.713,145.600 334.176 C 145.600 333.639,145.780 333.200,146.000 333.200 C 146.220 333.200,146.400 332.840,146.400 332.400 C 146.400 331.960,146.580 331.600,146.800 331.600 C 147.020 331.600,147.200 331.240,147.200 330.800 C 147.200 330.360,147.380 330.000,147.600 330.000 C 147.820 330.000,148.000 329.561,148.000 329.024 C 148.000 328.487,148.180 327.936,148.400 327.800 C 148.620 327.664,148.800 327.203,148.800 326.776 C 148.800 326.349,148.935 325.999,149.100 325.997 C 149.459 325.993,150.400 324.056,150.400 323.320 C 150.400 323.034,150.580 322.800,150.800 322.800 C 151.020 322.800,151.200 322.350,151.200 321.800 C 151.200 321.250,151.380 320.800,151.600 320.800 C 151.820 320.800,152.000 320.440,152.000 320.000 C 152.000 319.560,152.180 319.200,152.400 319.200 C 152.620 319.200,152.800 318.928,152.800 318.595 C 152.800 318.262,152.980 317.632,153.200 317.195 C 153.420 316.758,153.780 316.042,154.000 315.605 C 154.220 315.168,154.400 314.538,154.400 314.205 C 154.400 313.872,154.580 313.600,154.800 313.600 C 155.020 313.600,155.200 313.240,155.200 312.800 C 155.200 312.360,155.380 312.000,155.600 312.000 C 155.820 312.000,156.000 311.725,156.000 311.389 C 156.000 311.052,156.630 309.450,157.400 307.827 C 158.170 306.204,158.800 304.500,158.800 304.038 C 158.800 303.577,158.980 303.200,159.200 303.200 C 159.420 303.200,159.600 302.750,159.600 302.200 C 159.600 301.650,159.780 301.200,160.000 301.200 C 160.220 301.200,160.400 300.840,160.400 300.400 C 160.400 299.960,160.580 299.600,160.800 299.600 C 161.020 299.600,161.200 299.240,161.200 298.800 C 161.200 298.360,161.380 298.000,161.600 298.000 C 161.820 298.000,162.000 297.460,162.000 296.800 C 162.000 296.140,162.180 295.600,162.400 295.600 C 162.620 295.600,162.800 295.240,162.800 294.800 C 162.800 294.360,162.980 294.000,163.200 294.000 C 163.420 294.000,163.600 293.640,163.600 293.200 C 163.600 292.760,163.780 292.400,164.000 292.400 C 164.220 292.400,164.400 292.040,164.400 291.600 C 164.400 291.160,164.580 290.800,164.800 290.800 C 165.020 290.800,165.200 290.350,165.200 289.800 C 165.200 289.250,165.380 288.800,165.600 288.800 C 165.820 288.800,166.000 288.440,166.000 288.000 C 166.000 287.560,166.180 287.200,166.400 287.200 C 166.620 287.200,166.800 286.928,166.800 286.595 C 166.800 286.262,166.980 285.632,167.200 285.195 C 167.420 284.758,167.780 284.042,168.000 283.605 C 168.220 283.168,168.400 282.538,168.400 282.205 C 168.400 281.872,168.580 281.600,168.800 281.600 C 169.020 281.600,169.200 281.240,169.200 280.800 C 169.200 280.360,169.380 280.000,169.600 280.000 C 169.820 280.000,170.000 279.651,170.000 279.224 C 170.000 278.797,170.180 278.336,170.400 278.200 C 170.620 278.064,170.800 277.513,170.800 276.976 C 170.800 276.439,170.936 276.000,171.102 276.000 C 171.269 276.000,171.647 275.415,171.943 274.700 C 172.239 273.985,172.732 272.833,173.040 272.140 C 173.752 270.536,173.743 269.683,172.998 268.254 C 172.669 267.624,172.400 266.859,172.400 266.554 C 172.400 266.249,172.220 266.000,172.000 266.000 C 171.780 266.000,171.600 265.640,171.600 265.200 C 171.600 264.760,171.420 264.400,171.200 264.400 C 170.980 264.400,170.800 264.051,170.800 263.624 C 170.800 263.197,170.620 262.736,170.400 262.600 C 170.180 262.464,170.000 262.003,170.000 261.576 C 170.000 261.149,169.820 260.800,169.600 260.800 C 169.380 260.800,169.200 260.440,169.200 260.000 C 169.200 259.560,169.020 259.200,168.800 259.200 C 168.580 259.200,168.400 258.840,168.400 258.400 C 168.400 257.960,168.220 257.600,168.000 257.600 C 167.780 257.600,167.600 257.240,167.600 256.800 C 167.600 256.360,167.420 256.000,167.200 256.000 C 166.980 256.000,166.800 255.561,166.800 255.024 C 166.800 254.487,166.620 253.936,166.400 253.800 C 166.180 253.664,166.000 253.203,166.000 252.776 C 166.000 252.349,165.820 252.000,165.600 252.000 C 165.380 252.000,165.200 251.640,165.200 251.200 C 165.200 250.760,165.020 250.400,164.800 250.400 C 164.580 250.400,164.400 250.040,164.400 249.600 C 164.400 249.160,164.220 248.800,164.000 248.800 C 163.780 248.800,163.600 248.440,163.600 248.000 C 163.600 247.560,163.420 247.200,163.200 247.200 C 162.980 247.200,162.800 246.750,162.800 246.200 C 162.800 245.650,162.620 245.200,162.400 245.200 C 162.180 245.200,162.000 244.840,162.000 244.400 C 162.000 243.960,161.820 243.600,161.600 243.600 C 161.380 243.600,161.200 243.240,161.200 242.800 C 161.200 242.360,161.020 242.000,160.800 242.000 C 160.580 242.000,160.400 241.640,160.400 241.200 C 160.400 240.760,160.220 240.400,160.000 240.400 C 159.780 240.400,159.600 240.040,159.600 239.600 C 159.600 239.160,159.443 238.800,159.251 238.800 C 159.059 238.800,158.786 238.125,158.645 237.300 C 158.503 236.475,157.850 234.725,157.193 233.410 C 156.537 232.096,156.000 230.791,156.000 230.510 C 156.000 230.230,155.820 230.000,155.600 230.000 C 155.380 230.000,155.200 229.651,155.200 229.224 C 155.200 228.797,155.020 228.336,154.800 228.200 C 154.580 228.064,154.400 227.603,154.400 227.176 C 154.400 226.749,154.220 226.400,154.000 226.400 C 153.780 226.400,153.600 226.040,153.600 225.600 C 153.600 225.160,153.420 224.800,153.200 224.800 C 152.980 224.800,152.800 224.440,152.800 224.000 C 152.800 223.560,152.620 223.200,152.400 223.200 C 152.180 223.200,152.000 222.840,152.000 222.400 C 152.000 221.960,151.820 221.600,151.600 221.600 C 151.380 221.600,151.200 221.245,151.200 220.812 C 151.200 220.379,150.840 219.383,150.400 218.600 C 149.960 217.817,149.600 216.911,149.600 216.588 C 149.600 216.265,149.420 216.000,149.200 216.000 C 148.980 216.000,148.800 215.640,148.800 215.200 C 148.800 214.760,148.620 214.400,148.400 214.400 C 148.180 214.400,148.000 214.040,148.000 213.600 C 148.000 213.160,147.820 212.800,147.600 212.800 C 147.380 212.800,147.200 212.350,147.200 211.800 C 147.200 211.250,147.020 210.800,146.800 210.800 C 146.580 210.800,146.400 210.440,146.400 210.000 C 146.400 209.560,146.220 209.200,146.000 209.200 C 145.780 209.200,145.600 208.840,145.600 208.400 C 145.600 207.960,145.420 207.600,145.200 207.600 C 144.980 207.600,144.800 207.240,144.800 206.800 C 144.800 206.360,144.620 206.000,144.400 206.000 C 144.180 206.000,144.000 205.640,144.000 205.200 C 144.000 204.760,143.820 204.400,143.600 204.400 C 143.380 204.400,143.200 203.961,143.200 203.424 C 143.200 202.887,143.020 202.336,142.800 202.200 C 142.580 202.064,142.400 201.603,142.400 201.176 C 142.400 200.749,142.220 200.400,142.000 200.400 C 141.780 200.400,141.600 200.103,141.600 199.740 C 141.600 199.127,140.602 196.780,138.761 193.062 C 138.343 192.216,138.000 191.271,138.000 190.962 C 138.000 190.653,137.820 190.400,137.600 190.400 C 137.380 190.400,137.200 190.040,137.200 189.600 C 137.200 189.160,137.020 188.800,136.800 188.800 C 136.580 188.800,136.400 188.440,136.400 188.000 C 136.400 187.560,136.220 187.200,136.000 187.200 C 135.780 187.200,135.600 186.928,135.600 186.595 C 135.600 186.262,135.420 185.632,135.200 185.195 C 134.980 184.758,134.620 184.042,134.400 183.605 C 134.180 183.168,134.000 182.538,134.000 182.205 C 134.000 181.872,133.820 181.600,133.600 181.600 C 133.380 181.600,133.200 181.240,133.200 180.800 C 133.200 180.360,133.020 180.000,132.800 180.000 C 132.580 180.000,132.400 179.640,132.400 179.200 C 132.400 178.760,132.220 178.400,132.000 178.400 C 131.780 178.400,131.600 178.051,131.600 177.624 C 131.600 177.197,131.420 176.736,131.200 176.600 C 130.980 176.464,130.800 176.003,130.800 175.576 C 130.800 175.149,130.620 174.800,130.400 174.800 C 130.180 174.800,130.000 174.440,130.000 174.000 C 130.000 173.560,129.820 173.200,129.600 173.200 C 129.380 173.200,129.200 172.840,129.200 172.400 C 129.200 171.960,129.020 171.600,128.800 171.600 C 128.580 171.600,128.400 171.240,128.400 170.800 C 128.400 170.360,128.220 170.000,128.000 170.000 C 127.780 170.000,127.600 169.561,127.600 169.024 C 127.600 168.487,127.420 167.936,127.200 167.800 C 126.980 167.664,126.800 167.203,126.800 166.776 C 126.800 166.349,126.620 166.000,126.400 166.000 C 126.180 166.000,126.000 165.640,126.000 165.200 C 126.000 164.760,125.820 164.400,125.600 164.400 C 125.380 164.400,125.200 164.109,125.200 163.754 C 125.200 163.398,124.570 161.762,123.800 160.118 C 123.030 158.474,122.400 156.875,122.400 156.564 C 122.400 156.254,122.220 156.000,122.000 156.000 C 121.780 156.000,121.600 155.640,121.600 155.200 C 121.600 154.760,121.420 154.400,121.200 154.400 C 120.980 154.400,120.800 154.040,120.800 153.600 C 120.800 153.160,120.620 152.800,120.400 152.800 C 120.180 152.800,120.000 152.528,120.000 152.195 C 120.000 151.862,119.841 151.277,119.646 150.895 C 117.972 147.612,116.800 144.996,116.800 144.544 C 116.800 144.245,116.640 144.000,116.444 144.000 C 116.248 144.000,115.849 143.190,115.557 142.200 C 115.265 141.210,114.885 140.400,114.713 140.400 C 114.541 140.400,114.400 140.040,114.400 139.600 C 114.400 139.160,114.220 138.800,114.000 138.800 C 113.780 138.800,113.600 138.440,113.600 138.000 C 113.600 137.560,113.420 137.200,113.200 137.200 C 112.980 137.200,112.800 136.840,112.800 136.400 C 112.800 135.960,112.620 135.600,112.400 135.600 C 112.180 135.600,112.000 135.328,112.000 134.995 C 112.000 134.662,111.820 134.032,111.600 133.595 C 111.380 133.158,111.020 132.442,110.800 132.005 C 110.580 131.568,110.400 130.938,110.400 130.605 C 110.400 130.272,110.220 130.000,110.000 130.000 C 109.780 130.000,109.600 129.640,109.600 129.200 C 109.600 128.760,109.434 128.400,109.232 128.400 C 109.029 128.400,108.747 127.868,108.604 127.217 C 108.361 126.113,107.270 123.500,106.385 121.905 C 106.173 121.523,106.000 120.938,106.000 120.605 C 106.000 120.272,105.820 120.000,105.600 120.000 C 105.380 120.000,105.200 119.640,105.200 119.200 C 105.200 118.760,105.020 118.400,104.800 118.400 C 104.580 118.400,104.400 118.128,104.400 117.795 C 104.400 117.462,104.239 116.877,104.042 116.495 C 103.845 116.113,103.084 114.540,102.350 113.000 C 101.616 111.460,100.907 110.110,100.774 110.000 C 100.640 109.890,100.282 108.945,99.978 107.900 C 99.674 106.855,99.285 106.000,99.113 106.000 C 98.941 106.000,98.800 105.640,98.800 105.200 C 98.800 104.760,98.620 104.400,98.400 104.400 C 98.180 104.400,98.000 104.040,98.000 103.600 C 98.000 103.160,97.820 102.800,97.600 102.800 C 97.380 102.800,97.200 102.440,97.200 102.000 C 97.200 101.560,97.020 101.200,96.800 101.200 C 96.580 101.200,96.400 100.928,96.400 100.595 C 96.400 100.262,96.243 99.677,96.050 99.295 C 94.552 96.320,94.000 95.047,94.000 94.562 C 94.000 94.253,93.820 94.000,93.600 94.000 C 93.380 94.000,93.200 93.730,93.200 93.400 C 93.200 93.070,93.020 92.800,92.800 92.800 C 92.580 92.800,92.400 92.451,92.400 92.024 C 92.400 91.597,92.220 91.136,92.000 91.000 C 91.780 90.864,91.599 90.358,91.598 89.876 C 91.597 89.394,91.147 88.114,90.598 87.032 C 90.049 85.950,89.600 84.825,89.600 84.532 C 89.600 84.239,89.420 84.000,89.200 84.000 C 88.980 84.000,88.800 83.640,88.800 83.200 C 88.800 82.760,88.620 82.400,88.400 82.400 C 88.180 82.400,88.000 82.051,88.000 81.624 C 88.000 81.197,87.820 80.736,87.600 80.600 C 87.380 80.464,87.200 80.003,87.200 79.576 C 87.200 79.149,87.020 78.800,86.800 78.800 C 86.580 78.800,86.400 78.440,86.400 78.000 C 86.400 77.560,86.220 77.200,86.000 77.200 C 85.780 77.200,85.600 76.840,85.600 76.400 C 85.600 75.960,85.420 75.600,85.200 75.600 C 84.980 75.600,84.800 75.328,84.800 74.995 C 84.800 74.662,84.620 74.032,84.400 73.595 C 84.180 73.158,83.820 72.442,83.600 72.005 C 83.380 71.568,83.200 71.016,83.200 70.777 C 83.200 69.186,83.507 69.200,48.629 69.200 C 15.639 69.200,15.200 69.210,15.200 69.988 M322.400 70.000 C 322.400 70.440,322.220 70.800,322.000 70.800 C 321.780 70.800,321.600 71.053,321.600 71.362 C 321.600 71.671,321.254 72.616,320.830 73.462 C 320.407 74.308,319.823 75.585,319.533 76.300 C 319.242 77.015,318.869 77.600,318.702 77.600 C 318.536 77.600,318.400 77.960,318.400 78.400 C 318.400 78.840,318.220 79.200,318.000 79.200 C 317.780 79.200,317.600 79.560,317.600 80.000 C 317.600 80.440,317.420 80.800,317.200 80.800 C 316.980 80.800,316.800 81.160,316.800 81.600 C 316.800 82.040,316.620 82.400,316.400 82.400 C 316.180 82.400,316.000 82.760,316.000 83.200 C 316.000 83.640,315.820 84.000,315.600 84.000 C 315.380 84.000,315.200 84.360,315.200 84.800 C 315.200 85.240,315.020 85.600,314.800 85.600 C 314.580 85.600,314.400 85.960,314.400 86.400 C 314.400 86.840,314.220 87.200,314.000 87.200 C 313.780 87.200,313.600 87.560,313.600 88.000 C 313.600 88.440,313.420 88.800,313.200 88.800 C 312.980 88.800,312.800 89.045,312.800 89.344 C 312.800 89.643,312.276 90.948,311.635 92.244 C 308.946 97.681,307.600 100.637,307.600 101.104 C 307.600 101.377,307.420 101.600,307.200 101.600 C 306.980 101.600,306.800 101.949,306.800 102.376 C 306.800 102.803,306.620 103.264,306.400 103.400 C 306.180 103.536,306.000 103.997,306.000 104.424 C 306.000 104.851,305.820 105.200,305.600 105.200 C 305.380 105.200,305.200 105.560,305.200 106.000 C 305.200 106.440,305.020 106.800,304.800 106.800 C 304.580 106.800,304.400 107.160,304.400 107.600 C 304.400 108.040,304.220 108.400,304.000 108.400 C 303.780 108.400,303.600 108.760,303.600 109.200 C 303.600 109.640,303.420 110.000,303.200 110.000 C 302.980 110.000,302.800 110.270,302.800 110.600 C 302.800 110.930,302.620 111.200,302.400 111.200 C 302.180 111.200,302.000 111.560,302.000 112.000 C 302.000 112.440,301.820 112.800,301.600 112.800 C 301.380 112.800,301.200 113.160,301.200 113.600 C 301.200 114.040,301.020 114.400,300.800 114.400 C 300.580 114.400,300.400 114.760,300.400 115.200 C 300.400 115.640,300.220 116.000,300.000 116.000 C 299.780 116.000,299.600 116.360,299.600 116.800 C 299.600 117.240,299.420 117.600,299.200 117.600 C 298.980 117.600,298.800 117.960,298.800 118.400 C 298.800 118.840,298.620 119.200,298.400 119.200 C 298.180 119.200,298.000 119.430,298.000 119.711 C 298.000 119.993,297.010 122.250,295.800 124.728 C 294.590 127.206,293.600 129.485,293.600 129.793 C 293.600 130.101,293.420 130.464,293.200 130.600 C 292.980 130.736,292.800 131.197,292.800 131.624 C 292.800 132.051,292.620 132.400,292.400 132.400 C 292.180 132.400,292.000 132.760,292.000 133.200 C 292.000 133.640,291.820 134.000,291.600 134.000 C 291.380 134.000,291.200 134.360,291.200 134.800 C 291.200 135.240,291.020 135.600,290.800 135.600 C 290.580 135.600,290.400 135.960,290.400 136.400 C 290.400 136.840,290.220 137.200,290.000 137.200 C 289.780 137.200,289.600 137.560,289.600 138.000 C 289.600 138.440,289.420 138.800,289.200 138.800 C 288.980 138.800,288.800 139.160,288.800 139.600 C 288.800 140.040,288.620 140.400,288.400 140.400 C 288.180 140.400,288.000 140.760,288.000 141.200 C 288.000 141.640,287.820 142.000,287.600 142.000 C 287.380 142.000,287.200 142.345,287.200 142.767 C 287.200 143.188,287.057 143.593,286.883 143.667 C 286.709 143.740,285.255 146.500,283.653 149.800 C 282.050 153.100,280.393 156.492,279.970 157.338 C 279.546 158.184,279.200 159.129,279.200 159.438 C 279.200 159.747,279.062 160.000,278.894 160.000 C 278.523 160.000,277.200 162.969,277.200 163.803 C 277.200 164.131,277.020 164.400,276.800 164.400 C 276.580 164.400,276.400 164.760,276.400 165.200 C 276.400 165.640,276.220 166.000,276.000 166.000 C 275.780 166.000,275.600 166.360,275.600 166.800 C 275.600 167.240,275.420 167.600,275.200 167.600 C 274.980 167.600,274.800 167.960,274.800 168.400 C 274.800 168.840,274.620 169.200,274.400 169.200 C 274.180 169.200,274.000 169.560,274.000 170.000 C 274.000 170.440,273.820 170.800,273.600 170.800 C 273.380 170.800,273.200 171.160,273.200 171.600 C 273.200 172.040,273.020 172.400,272.800 172.400 C 272.580 172.400,272.400 172.760,272.400 173.200 C 272.400 173.640,272.220 174.000,272.000 174.000 C 271.780 174.000,271.600 174.360,271.600 174.800 C 271.600 175.240,271.420 175.600,271.200 175.600 C 270.980 175.600,270.800 175.960,270.800 176.400 C 270.800 176.840,270.620 177.200,270.400 177.200 C 270.180 177.200,270.000 177.560,270.000 178.000 C 270.000 178.440,269.820 178.800,269.600 178.800 C 269.380 178.800,269.200 179.160,269.200 179.600 C 269.200 180.040,269.020 180.400,268.800 180.400 C 268.580 180.400,268.400 180.760,268.400 181.200 C 268.400 181.640,268.220 182.000,268.000 182.000 C 267.780 182.000,267.600 182.265,267.600 182.588 C 267.600 182.911,267.240 183.817,266.800 184.600 C 266.360 185.383,266.000 186.289,266.000 186.612 C 266.000 186.935,265.820 187.200,265.600 187.200 C 265.380 187.200,265.200 187.560,265.200 188.000 C 265.200 188.440,265.020 188.800,264.800 188.800 C 264.580 188.800,264.400 189.160,264.400 189.600 C 264.400 190.040,264.220 190.400,264.000 190.400 C 263.780 190.400,263.600 190.760,263.600 191.200 C 263.600 191.640,263.420 192.000,263.200 192.000 C 262.980 192.000,262.800 192.345,262.800 192.767 C 262.800 193.188,262.658 193.593,262.485 193.667 C 262.028 193.861,260.000 198.163,260.000 198.940 C 260.000 199.303,259.820 199.600,259.600 199.600 C 259.380 199.600,259.200 199.960,259.200 200.400 C 259.200 200.840,259.020 201.200,258.800 201.200 C 258.580 201.200,258.400 201.560,258.400 202.000 C 258.400 202.440,258.220 202.800,258.000 202.800 C 257.780 202.800,257.600 203.160,257.600 203.600 C 257.600 204.040,257.460 204.400,257.288 204.400 C 256.936 204.400,254.400 199.191,254.400 198.468 C 254.400 198.211,254.220 198.000,254.000 198.000 C 253.780 198.000,253.600 197.640,253.600 197.200 C 253.600 196.760,253.420 196.400,253.200 196.400 C 252.980 196.400,252.800 196.051,252.800 195.624 C 252.800 195.197,252.620 194.736,252.400 194.600 C 252.180 194.464,252.000 194.003,252.000 193.576 C 252.000 193.149,251.820 192.800,251.600 192.800 C 251.380 192.800,251.200 192.440,251.200 192.000 C 251.200 191.560,251.020 191.200,250.800 191.200 C 250.580 191.200,250.400 190.840,250.400 190.400 C 250.400 189.960,250.220 189.600,250.000 189.600 C 249.780 189.600,249.600 189.240,249.600 188.800 C 249.600 188.360,249.420 188.000,249.200 188.000 C 248.980 188.000,248.800 187.728,248.800 187.395 C 248.800 187.062,248.620 186.432,248.400 185.995 C 248.180 185.558,247.820 184.842,247.600 184.405 C 247.380 183.968,247.200 183.338,247.200 183.005 C 247.200 182.672,247.020 182.400,246.800 182.400 C 246.580 182.400,246.400 182.040,246.400 181.600 C 246.400 181.160,246.220 180.800,246.000 180.800 C 245.780 180.800,245.600 180.440,245.600 180.000 C 245.600 179.560,245.420 179.200,245.200 179.200 C 244.980 179.200,244.800 178.840,244.800 178.400 C 244.800 177.960,244.620 177.600,244.400 177.600 C 244.180 177.600,244.000 177.150,244.000 176.600 C 244.000 176.050,243.820 175.600,243.600 175.600 C 243.380 175.600,243.200 175.240,243.200 174.800 C 243.200 174.360,243.020 174.000,242.800 174.000 C 242.580 174.000,242.400 173.640,242.400 173.200 C 242.400 172.760,242.236 172.400,242.035 172.400 C 241.834 172.400,241.549 171.680,241.400 170.800 C 241.251 169.920,240.966 169.200,240.765 169.200 C 240.564 169.200,240.400 168.928,240.400 168.595 C 240.400 168.262,240.229 167.677,240.020 167.295 C 239.811 166.913,238.875 164.980,237.939 163.000 C 237.004 161.020,236.095 159.340,235.919 159.267 C 235.744 159.193,235.600 158.709,235.600 158.190 C 235.600 157.672,235.420 157.136,235.200 157.000 C 234.980 156.864,234.800 156.403,234.800 155.976 C 234.800 155.549,234.620 155.200,234.400 155.200 C 234.180 155.200,234.000 154.840,234.000 154.400 C 234.000 153.960,233.820 153.600,233.600 153.600 C 233.380 153.600,233.200 153.240,233.200 152.800 C 233.200 152.360,233.020 152.000,232.800 152.000 C 232.580 152.000,232.400 151.640,232.400 151.200 C 232.400 150.760,232.220 150.400,232.000 150.400 C 231.780 150.400,231.600 150.128,231.600 149.795 C 231.600 149.462,231.434 148.877,231.232 148.495 C 231.030 148.113,230.445 146.858,229.932 145.707 L 229.000 143.614 196.700 143.607 C 171.116 143.601,164.403 143.704,164.413 144.100 C 164.419 144.375,164.959 145.675,165.613 146.990 C 166.266 148.304,166.800 149.609,166.800 149.890 C 166.800 150.170,166.980 150.400,167.200 150.400 C 167.420 150.400,167.600 150.760,167.600 151.200 C 167.600 151.640,167.780 152.000,168.000 152.000 C 168.220 152.000,168.400 152.360,168.400 152.800 C 168.400 153.240,168.580 153.600,168.800 153.600 C 169.020 153.600,169.200 153.960,169.200 154.400 C 169.200 154.840,169.380 155.200,169.600 155.200 C 169.820 155.200,170.000 155.560,170.000 156.000 C 170.000 156.440,170.180 156.800,170.400 156.800 C 170.620 156.800,170.800 157.149,170.800 157.576 C 170.800 158.003,170.980 158.464,171.200 158.600 C 171.420 158.736,171.600 159.197,171.600 159.624 C 171.600 160.051,171.780 160.400,172.000 160.400 C 172.220 160.400,172.400 160.760,172.400 161.200 C 172.400 161.640,172.580 162.000,172.800 162.000 C 173.020 162.000,173.200 162.360,173.200 162.800 C 173.200 163.240,173.380 163.600,173.600 163.600 C 173.820 163.600,174.000 163.960,174.000 164.400 C 174.000 164.840,174.180 165.200,174.400 165.200 C 174.620 165.200,174.800 165.560,174.800 166.000 C 174.800 166.440,174.980 166.800,175.200 166.800 C 175.420 166.800,175.600 167.160,175.600 167.600 C 175.600 168.040,175.780 168.400,176.000 168.400 C 176.220 168.400,176.400 168.760,176.400 169.200 C 176.400 169.640,176.580 170.000,176.800 170.000 C 177.020 170.000,177.200 170.361,177.200 170.802 C 177.200 171.243,177.650 172.537,178.200 173.677 C 178.750 174.817,179.200 175.986,179.200 176.275 C 179.200 176.564,179.380 176.800,179.600 176.800 C 179.820 176.800,180.000 177.160,180.000 177.600 C 180.000 178.040,180.180 178.400,180.400 178.400 C 180.620 178.400,180.800 178.760,180.800 179.200 C 180.800 179.640,180.980 180.000,181.200 180.000 C 181.420 180.000,181.600 180.360,181.600 180.800 C 181.600 181.240,181.780 181.600,182.000 181.600 C 182.220 181.600,182.400 181.960,182.400 182.400 C 182.400 182.840,182.580 183.200,182.800 183.200 C 183.020 183.200,183.200 183.549,183.200 183.976 C 183.200 184.403,183.380 184.864,183.600 185.000 C 183.820 185.136,184.000 185.597,184.000 186.024 C 184.000 186.451,184.180 186.800,184.400 186.800 C 184.620 186.800,184.800 187.053,184.800 187.362 C 184.800 188.028,186.468 191.341,186.900 191.533 C 187.065 191.607,187.200 192.012,187.200 192.433 C 187.200 192.855,187.380 193.200,187.600 193.200 C 187.820 193.200,188.000 193.560,188.000 194.000 C 188.000 194.440,188.180 194.800,188.400 194.800 C 188.620 194.800,188.800 195.160,188.800 195.600 C 188.800 196.040,188.980 196.400,189.200 196.400 C 189.420 196.400,189.600 196.672,189.600 197.005 C 189.600 197.593,189.767 198.018,190.738 199.895 C 190.992 200.387,191.200 201.062,191.200 201.395 C 191.200 201.728,191.380 202.000,191.600 202.000 C 191.820 202.000,192.000 202.360,192.000 202.800 C 192.000 203.240,192.180 203.600,192.400 203.600 C 192.620 203.600,192.800 203.960,192.800 204.400 C 192.800 204.840,192.980 205.200,193.200 205.200 C 193.420 205.200,193.600 205.469,193.600 205.797 C 193.600 206.631,194.923 209.600,195.294 209.600 C 195.462 209.600,195.600 209.960,195.600 210.400 C 195.600 210.840,195.780 211.200,196.000 211.200 C 196.220 211.200,196.406 211.515,196.413 211.900 C 196.419 212.285,196.959 213.675,197.613 214.990 C 198.266 216.304,198.800 217.609,198.800 217.890 C 198.800 218.170,198.980 218.400,199.200 218.400 C 199.420 218.400,199.600 218.760,199.600 219.200 C 199.600 219.640,199.780 220.000,200.000 220.000 C 200.220 220.000,200.400 220.360,200.400 220.800 C 200.400 221.240,200.535 221.601,200.700 221.603 C 201.059 221.607,202.000 223.544,202.000 224.280 C 202.000 224.566,202.180 224.800,202.400 224.800 C 202.620 224.800,202.800 225.149,202.800 225.576 C 202.800 226.003,202.980 226.464,203.200 226.600 C 203.420 226.736,203.600 227.197,203.600 227.624 C 203.600 228.051,203.780 228.400,204.000 228.400 C 204.220 228.400,204.400 228.760,204.400 229.200 C 204.400 229.640,204.580 230.000,204.800 230.000 C 205.020 230.000,205.200 230.360,205.200 230.800 C 205.200 231.240,205.380 231.600,205.600 231.600 C 205.820 231.600,206.000 231.960,206.000 232.400 C 206.000 232.840,206.180 233.200,206.400 233.200 C 206.620 233.200,206.800 233.560,206.800 234.000 C 206.800 234.440,206.980 234.800,207.200 234.800 C 207.420 234.800,207.600 235.160,207.600 235.600 C 207.600 236.040,207.780 236.400,208.000 236.400 C 208.220 236.400,208.400 236.760,208.400 237.200 C 208.400 237.640,208.580 238.000,208.800 238.000 C 209.020 238.000,209.200 238.349,209.200 238.776 C 209.200 239.203,209.380 239.664,209.600 239.800 C 209.820 239.936,210.000 240.312,210.000 240.636 C 210.000 240.960,210.630 242.524,211.400 244.111 C 212.170 245.699,212.800 247.223,212.800 247.499 C 212.800 247.774,212.980 248.000,213.200 248.000 C 213.420 248.000,213.600 248.360,213.600 248.800 C 213.600 249.240,213.780 249.600,214.000 249.600 C 214.220 249.600,214.400 249.960,214.400 250.400 C 214.400 250.840,214.580 251.200,214.800 251.200 C 215.020 251.200,215.200 251.465,215.200 251.788 C 215.200 252.111,215.560 253.017,216.000 253.800 C 216.440 254.583,216.800 255.489,216.800 255.812 C 216.800 256.135,216.980 256.400,217.200 256.400 C 217.420 256.400,217.600 256.760,217.600 257.200 C 217.600 257.640,217.780 258.000,218.000 258.000 C 218.220 258.000,218.400 258.360,218.400 258.800 C 218.400 259.240,218.580 259.600,218.800 259.600 C 219.020 259.600,219.200 259.960,219.200 260.400 C 219.200 260.840,219.380 261.200,219.600 261.200 C 219.820 261.200,220.000 261.560,220.000 262.000 C 220.000 262.440,220.180 262.800,220.400 262.800 C 220.620 262.800,220.800 263.160,220.800 263.600 C 220.800 264.040,220.980 264.400,221.200 264.400 C 221.420 264.400,221.600 264.672,221.600 265.005 C 221.600 265.338,221.757 265.923,221.950 266.305 C 223.448 269.280,224.000 270.553,224.000 271.038 C 224.000 271.347,224.135 271.601,224.300 271.603 C 224.659 271.607,225.600 273.544,225.600 274.280 C 225.600 274.566,225.780 274.800,226.000 274.800 C 226.220 274.800,226.400 275.070,226.400 275.400 C 226.400 275.730,226.564 276.000,226.765 276.000 C 226.966 276.000,227.251 276.720,227.400 277.600 C 227.549 278.480,227.834 279.200,228.035 279.200 C 228.236 279.200,228.400 279.472,228.400 279.805 C 228.400 280.138,228.562 280.723,228.759 281.105 C 230.357 284.196,232.406 288.692,232.403 289.100 C 232.401 289.375,232.580 289.600,232.800 289.600 C 233.020 289.600,233.200 289.960,233.200 290.400 C 233.200 290.840,233.380 291.200,233.600 291.200 C 233.820 291.200,234.000 291.470,234.000 291.800 C 234.000 292.130,234.147 292.400,234.328 292.400 C 234.508 292.400,234.900 293.300,235.200 294.400 C 235.500 295.500,235.892 296.400,236.072 296.400 C 236.253 296.400,236.400 296.760,236.400 297.200 C 236.400 297.640,236.580 298.000,236.800 298.000 C 237.020 298.000,237.200 298.360,237.200 298.800 C 237.200 299.240,237.380 299.600,237.600 299.600 C 237.820 299.600,238.000 299.960,238.000 300.400 C 238.000 300.840,238.180 301.200,238.400 301.200 C 238.620 301.200,238.800 301.560,238.800 302.000 C 238.800 302.440,238.980 302.800,239.200 302.800 C 239.420 302.800,239.600 303.160,239.600 303.600 C 239.600 304.040,239.780 304.400,240.000 304.400 C 240.220 304.400,240.400 304.760,240.400 305.200 C 240.400 305.640,240.580 306.000,240.800 306.000 C 241.020 306.000,241.200 306.349,241.200 306.776 C 241.200 307.203,241.380 307.664,241.600 307.800 C 241.820 307.936,242.000 308.397,242.000 308.824 C 242.000 309.251,242.180 309.600,242.400 309.600 C 242.620 309.600,242.800 309.960,242.800 310.400 C 242.800 310.840,242.980 311.200,243.200 311.200 C 243.420 311.200,243.601 311.515,243.601 311.900 C 243.602 312.285,244.232 313.850,245.001 315.377 C 245.771 316.904,246.400 318.389,246.400 318.677 C 246.400 318.965,246.580 319.200,246.800 319.200 C 247.020 319.200,247.200 319.465,247.200 319.788 C 247.200 320.111,247.560 321.017,248.000 321.800 C 248.440 322.583,248.800 323.489,248.800 323.812 C 248.800 324.135,248.980 324.400,249.200 324.400 C 249.420 324.400,249.600 324.760,249.600 325.200 C 249.600 325.640,249.780 326.000,250.000 326.000 C 250.220 326.000,250.400 326.360,250.400 326.800 C 250.400 327.240,250.580 327.600,250.800 327.600 C 251.020 327.600,251.200 327.960,251.200 328.400 C 251.200 328.840,251.380 329.200,251.600 329.200 C 251.820 329.200,252.000 329.560,252.000 330.000 C 252.000 330.440,252.180 330.800,252.400 330.800 C 252.620 330.800,252.800 331.160,252.800 331.600 C 252.800 332.040,252.980 332.400,253.200 332.400 C 253.420 332.400,253.600 332.672,253.600 333.005 C 253.600 333.338,253.761 333.923,253.958 334.305 C 254.155 334.687,254.902 336.215,255.618 337.700 C 256.334 339.185,257.127 340.400,257.380 340.400 C 258.069 340.400,258.800 339.535,258.800 338.720 C 258.800 338.324,258.980 338.000,259.200 338.000 C 259.420 338.000,259.600 337.640,259.600 337.200 C 259.600 336.760,259.780 336.400,260.000 336.400 C 260.220 336.400,260.400 336.040,260.400 335.600 C 260.400 335.160,260.580 334.800,260.800 334.800 C 261.020 334.800,261.200 334.440,261.200 334.000 C 261.200 333.560,261.380 333.200,261.600 333.200 C 261.820 333.200,262.000 332.840,262.000 332.400 C 262.000 331.960,262.180 331.600,262.400 331.600 C 262.620 331.600,262.800 331.240,262.800 330.800 C 262.800 330.360,262.980 330.000,263.200 330.000 C 263.420 330.000,263.600 329.640,263.600 329.200 C 263.600 328.760,263.780 328.400,264.000 328.400 C 264.220 328.400,264.400 328.040,264.400 327.600 C 264.400 327.160,264.580 326.800,264.800 326.800 C 265.020 326.800,265.200 326.535,265.200 326.212 C 265.200 325.889,265.560 324.983,266.000 324.200 C 266.440 323.417,266.800 322.511,266.800 322.188 C 266.800 321.865,266.980 321.600,267.200 321.600 C 267.420 321.600,267.600 321.240,267.600 320.800 C 267.600 320.360,267.780 320.000,268.000 320.000 C 268.220 320.000,268.400 319.640,268.400 319.200 C 268.400 318.760,268.580 318.400,268.800 318.400 C 269.020 318.400,269.200 318.040,269.200 317.600 C 269.200 317.160,269.380 316.800,269.600 316.800 C 269.820 316.800,270.000 316.440,270.000 316.000 C 270.000 315.560,270.180 315.200,270.400 315.200 C 270.620 315.200,270.800 314.840,270.800 314.400 C 270.800 313.960,270.980 313.600,271.200 313.600 C 271.420 313.600,271.600 313.240,271.600 312.800 C 271.600 312.360,271.780 312.000,272.000 312.000 C 272.220 312.000,272.400 311.640,272.400 311.200 C 272.400 310.760,272.580 310.400,272.800 310.400 C 273.020 310.400,273.200 310.040,273.200 309.600 C 273.200 309.160,273.380 308.800,273.600 308.800 C 273.820 308.800,274.006 308.485,274.013 308.100 C 274.020 307.715,274.290 307.051,274.613 306.624 C 274.936 306.196,275.200 305.521,275.200 305.124 C 275.200 304.726,275.380 304.400,275.600 304.400 C 275.820 304.400,276.000 304.040,276.000 303.600 C 276.000 303.160,276.180 302.800,276.400 302.800 C 276.620 302.800,276.800 302.440,276.800 302.000 C 276.800 301.560,276.980 301.200,277.200 301.200 C 277.420 301.200,277.600 300.935,277.600 300.612 C 277.600 300.289,277.960 299.383,278.400 298.600 C 278.840 297.817,279.200 296.911,279.200 296.588 C 279.200 296.265,279.380 296.000,279.600 296.000 C 279.820 296.000,280.000 295.550,280.000 295.000 C 280.000 294.450,280.180 294.000,280.400 294.000 C 280.620 294.000,280.800 293.640,280.800 293.200 C 280.800 292.760,280.980 292.400,281.200 292.400 C 281.420 292.400,281.600 292.130,281.600 291.800 C 281.600 291.470,281.780 291.200,282.000 291.200 C 282.220 291.200,282.400 290.840,282.400 290.400 C 282.400 289.960,282.580 289.600,282.800 289.600 C 283.020 289.600,283.200 289.240,283.200 288.800 C 283.200 288.360,283.380 288.000,283.600 288.000 C 283.820 288.000,284.000 287.640,284.000 287.200 C 284.000 286.760,284.180 286.400,284.400 286.400 C 284.620 286.400,284.800 286.040,284.800 285.600 C 284.800 285.160,284.980 284.800,285.200 284.800 C 285.420 284.800,285.600 284.440,285.600 284.000 C 285.600 283.560,285.780 283.200,286.000 283.200 C 286.220 283.200,286.400 282.840,286.400 282.400 C 286.400 281.960,286.580 281.600,286.800 281.600 C 287.020 281.600,287.200 281.240,287.200 280.800 C 287.200 280.360,287.380 280.000,287.600 280.000 C 287.820 280.000,288.000 279.640,288.000 279.200 C 288.000 278.760,288.180 278.400,288.400 278.400 C 288.620 278.400,288.800 278.174,288.800 277.899 C 288.800 277.623,289.430 276.099,290.200 274.511 C 290.970 272.924,291.600 271.350,291.600 271.013 C 291.600 270.676,291.780 270.400,292.000 270.400 C 292.220 270.400,292.400 270.051,292.400 269.624 C 292.400 269.197,292.580 268.736,292.800 268.600 C 293.020 268.464,293.200 268.003,293.200 267.576 C 293.200 267.149,293.380 266.800,293.600 266.800 C 293.820 266.800,294.000 266.440,294.000 266.000 C 294.000 265.560,294.180 265.200,294.400 265.200 C 294.620 265.200,294.800 264.840,294.800 264.400 C 294.800 263.960,294.980 263.600,295.200 263.600 C 295.420 263.600,295.600 263.240,295.600 262.800 C 295.600 262.360,295.780 262.000,296.000 262.000 C 296.220 262.000,296.400 261.640,296.400 261.200 C 296.400 260.760,296.580 260.400,296.800 260.400 C 297.020 260.400,297.200 260.040,297.200 259.600 C 297.200 259.160,297.346 258.800,297.525 258.800 C 297.704 258.800,298.098 258.170,298.400 257.400 C 298.702 256.630,299.096 256.000,299.275 256.000 C 299.454 256.000,299.600 255.747,299.600 255.438 C 299.600 254.772,301.268 251.459,301.700 251.267 C 301.865 251.193,302.000 250.914,302.000 250.645 C 302.000 250.377,302.434 249.267,302.964 248.179 C 307.347 239.180,308.800 236.012,308.800 235.451 C 308.800 235.093,308.980 234.800,309.200 234.800 C 309.420 234.800,309.600 234.440,309.600 234.000 C 309.600 233.560,309.780 233.200,310.000 233.200 C 310.220 233.200,310.400 232.840,310.400 232.400 C 310.400 231.960,310.580 231.600,310.800 231.600 C 311.020 231.600,311.200 231.240,311.200 230.800 C 311.200 230.360,311.380 230.000,311.600 230.000 C 311.820 230.000,312.000 229.640,312.000 229.200 C 312.000 228.760,312.180 228.400,312.400 228.400 C 312.620 228.400,312.800 228.040,312.800 227.600 C 312.800 227.160,312.980 226.800,313.200 226.800 C 313.420 226.800,313.600 226.440,313.600 226.000 C 313.600 225.560,313.780 225.200,314.000 225.200 C 314.220 225.200,314.400 224.855,314.400 224.433 C 314.400 224.012,314.535 223.607,314.700 223.533 C 314.865 223.460,315.426 222.500,315.947 221.400 C 316.468 220.300,317.233 218.708,317.647 217.862 C 318.061 217.016,318.400 216.071,318.400 215.762 C 318.400 215.453,318.580 215.200,318.800 215.200 C 319.020 215.200,319.200 214.840,319.200 214.400 C 319.200 213.960,319.380 213.600,319.600 213.600 C 319.820 213.600,320.000 213.240,320.000 212.800 C 320.000 212.360,320.180 212.000,320.400 212.000 C 320.620 212.000,320.800 211.640,320.800 211.200 C 320.800 210.760,320.980 210.400,321.200 210.400 C 321.420 210.400,321.600 210.055,321.600 209.633 C 321.600 209.212,321.741 208.807,321.914 208.733 C 322.381 208.535,325.200 202.647,325.200 201.870 C 325.200 201.502,325.380 201.200,325.600 201.200 C 325.820 201.200,326.000 200.840,326.000 200.400 C 326.000 199.960,326.180 199.600,326.400 199.600 C 326.620 199.600,326.800 199.240,326.800 198.800 C 326.800 198.360,326.980 198.000,327.200 198.000 C 327.420 198.000,327.600 197.640,327.600 197.200 C 327.600 196.760,327.780 196.400,328.000 196.400 C 328.220 196.400,328.400 196.040,328.400 195.600 C 328.400 195.160,328.580 194.800,328.800 194.800 C 329.020 194.800,329.200 194.440,329.200 194.000 C 329.200 193.560,329.380 193.200,329.600 193.200 C 329.820 193.200,330.000 192.851,330.000 192.424 C 330.000 191.997,330.180 191.536,330.400 191.400 C 330.620 191.264,330.800 190.803,330.800 190.376 C 330.800 189.949,330.980 189.600,331.200 189.600 C 331.420 189.600,331.600 189.240,331.600 188.800 C 331.600 188.360,331.780 188.000,332.000 188.000 C 332.220 188.000,332.400 187.640,332.400 187.200 C 332.400 186.760,332.580 186.400,332.800 186.400 C 333.020 186.400,333.200 186.040,333.200 185.600 C 333.200 185.160,333.380 184.800,333.600 184.800 C 333.820 184.800,334.000 184.440,334.000 184.000 C 334.000 183.560,334.180 183.200,334.400 183.200 C 334.620 183.200,334.800 182.840,334.800 182.400 C 334.800 181.960,334.980 181.600,335.200 181.600 C 335.420 181.600,335.600 181.240,335.600 180.800 C 335.600 180.360,335.780 180.000,336.000 180.000 C 336.220 180.000,336.400 179.640,336.400 179.200 C 336.400 178.760,336.580 178.400,336.800 178.400 C 337.020 178.400,337.200 178.040,337.200 177.600 C 337.200 177.160,337.380 176.800,337.600 176.800 C 337.820 176.800,338.000 176.440,338.000 176.000 C 338.000 175.560,338.180 175.200,338.400 175.200 C 338.620 175.200,338.800 174.855,338.800 174.433 C 338.800 174.012,338.935 173.607,339.100 173.533 C 339.371 173.413,340.098 171.888,342.500 166.400 C 342.933 165.410,343.448 164.287,343.644 163.905 C 343.840 163.523,344.000 162.938,344.000 162.605 C 344.000 162.272,344.180 162.000,344.400 162.000 C 344.620 162.000,344.800 161.640,344.800 161.200 C 344.800 160.760,344.980 160.400,345.200 160.400 C 345.420 160.400,345.600 160.040,345.600 159.600 C 345.600 159.160,345.780 158.800,346.000 158.800 C 346.220 158.800,346.400 158.530,346.400 158.200 C 346.400 157.870,346.580 157.600,346.800 157.600 C 347.020 157.600,347.200 157.240,347.200 156.800 C 347.200 156.360,347.380 156.000,347.600 156.000 C 347.820 156.000,348.000 155.640,348.000 155.200 C 348.000 154.760,348.180 154.400,348.400 154.400 C 348.620 154.400,348.800 154.040,348.800 153.600 C 348.800 153.160,348.980 152.800,349.200 152.800 C 349.420 152.800,349.600 152.440,349.600 152.000 C 349.600 151.560,349.780 151.200,350.000 151.200 C 350.220 151.200,350.400 150.840,350.400 150.400 C 350.400 149.960,350.580 149.600,350.800 149.600 C 351.020 149.600,351.200 149.240,351.200 148.800 C 351.200 148.360,351.380 148.000,351.600 148.000 C 351.820 148.000,352.000 147.640,352.000 147.200 C 352.000 146.760,352.180 146.400,352.400 146.400 C 352.620 146.400,352.800 146.040,352.800 145.600 C 352.800 145.160,352.980 144.800,353.200 144.800 C 353.420 144.800,353.600 144.573,353.600 144.296 C 353.600 144.018,354.315 142.353,355.190 140.596 C 356.064 138.838,356.784 137.175,356.790 136.900 C 356.795 136.625,356.980 136.400,357.200 136.400 C 357.420 136.400,357.600 136.040,357.600 135.600 C 357.600 135.160,357.764 134.800,357.965 134.800 C 358.166 134.800,358.451 134.080,358.600 133.200 C 358.749 132.320,359.034 131.600,359.235 131.600 C 359.436 131.600,359.600 131.240,359.600 130.800 C 359.600 130.360,359.780 130.000,360.000 130.000 C 360.220 130.000,360.400 129.640,360.400 129.200 C 360.400 128.760,360.580 128.400,360.800 128.400 C 361.020 128.400,361.200 128.040,361.200 127.600 C 361.200 127.160,361.380 126.800,361.600 126.800 C 361.820 126.800,362.000 126.440,362.000 126.000 C 362.000 125.560,362.146 125.200,362.325 125.200 C 362.504 125.200,362.898 124.570,363.200 123.800 C 363.502 123.030,363.896 122.400,364.075 122.400 C 364.254 122.400,364.400 122.040,364.400 121.600 C 364.400 121.160,364.580 120.800,364.800 120.800 C 365.020 120.800,365.200 120.581,365.200 120.313 C 365.200 119.905,368.390 112.975,369.623 110.705 C 369.830 110.323,370.000 109.738,370.000 109.405 C 370.000 109.072,370.146 108.800,370.325 108.800 C 370.504 108.800,370.898 108.170,371.200 107.400 C 371.502 106.630,371.896 106.000,372.075 106.000 C 372.254 106.000,372.400 105.765,372.400 105.477 C 372.400 105.189,373.029 103.704,373.799 102.177 C 374.568 100.650,375.198 99.085,375.199 98.700 C 375.199 98.315,375.380 98.000,375.600 98.000 C 375.820 98.000,376.000 97.640,376.000 97.200 C 376.000 96.760,376.180 96.400,376.400 96.400 C 376.620 96.400,376.800 96.040,376.800 95.600 C 376.800 95.160,376.980 94.800,377.200 94.800 C 377.420 94.800,377.600 94.440,377.600 94.000 C 377.600 93.560,377.780 93.200,378.000 93.200 C 378.220 93.200,378.400 92.840,378.400 92.400 C 378.400 91.960,378.580 91.600,378.800 91.600 C 379.020 91.600,379.200 91.240,379.200 90.800 C 379.200 90.360,379.380 90.000,379.600 90.000 C 379.820 90.000,380.000 89.640,380.000 89.200 C 380.000 88.760,380.180 88.400,380.400 88.400 C 380.620 88.400,380.800 88.040,380.800 87.600 C 380.800 87.160,380.980 86.800,381.200 86.800 C 381.420 86.800,381.600 86.451,381.600 86.024 C 381.600 85.597,381.780 85.136,382.000 85.000 C 382.220 84.864,382.400 84.403,382.400 83.976 C 382.400 83.549,382.580 83.200,382.800 83.200 C 383.020 83.200,383.200 82.840,383.200 82.400 C 383.200 81.960,383.380 81.600,383.600 81.600 C 383.820 81.600,384.000 81.240,384.000 80.800 C 384.000 80.360,384.180 80.000,384.400 80.000 C 384.620 80.000,384.800 79.640,384.800 79.200 C 384.800 78.760,384.980 78.400,385.200 78.400 C 385.420 78.400,385.600 78.040,385.600 77.600 C 385.600 77.160,385.780 76.800,386.000 76.800 C 386.220 76.800,386.400 76.455,386.400 76.033 C 386.400 75.612,386.535 75.207,386.700 75.133 C 387.218 74.903,389.601 69.925,389.371 69.554 C 388.838 68.691,322.400 69.134,322.400 70.000 " stroke="none" fill="#045cfc" fill-rule="evenodd"></path><path id="path1" d="" stroke="none" fill="#085cfc" fill-rule="evenodd"></path><path id="path2" d="" stroke="none" fill="#085cfc" fill-rule="evenodd"></path><path id="path3" d="" stroke="none" fill="#085cfc" fill-rule="evenodd"></path><path id="path4" d="" stroke="none" fill="#085cfc" fill-rule="evenodd"></path></g></svg> \ No newline at end of file
diff --git a/recipes/weekplan/index.js b/recipes/weekplan/index.js
new file mode 100644
index 0000000..23607bd
--- /dev/null
+++ b/recipes/weekplan/index.js
@@ -0,0 +1 @@
module.exports = Ferdi => Ferdi;
diff --git a/recipes/weekplan/package.json b/recipes/weekplan/package.json
new file mode 100644
index 0000000..c395363
--- /dev/null
+++ b/recipes/weekplan/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "weekplan",
3 "name": "Weekplan",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/minipada/recipe-weekplan",
7 "config": {
8 "serviceURL": "https://next.weekplan.net/"
9 }
10}
diff --git a/recipes/weekplan/webview.js b/recipes/weekplan/webview.js
new file mode 100644
index 0000000..5a8a8fb
--- /dev/null
+++ b/recipes/weekplan/webview.js
@@ -0,0 +1,10 @@
1module.exports = Ferdi => {
2 getMessages = () => {
3 const events = document.querySelectorAll(".today")[0].getElementsByClassName('list')[0].getElementsByClassName('task-list')[0].getElementsByClassName('event-section')[0].getElementsByClassName('droppable')[0].children[0].childElementCount
4 const tasks = document.querySelectorAll(".today")[0].getElementsByClassName('list')[0].getElementsByClassName('task-list')[0].getElementsByClassName('task-section')[0].getElementsByClassName('droppable')[0].children[0].childElementCount
5
6 Ferdi.setBadge(events + tasks);
7 };
8
9 Ferdi.loop(getMessages);
10}