heatmap-builder 0.2.0 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +2 -5
- data/CHANGELOG.md +70 -3
- data/Gemfile.lock +27 -24
- data/README.md +105 -135
- data/bin/generate_examples +42 -99
- data/examples/calendar_blue_ocean.svg +1 -1
- data/examples/calendar_cell_borders.svg +1 -0
- data/examples/calendar_default.svg +1 -1
- data/examples/calendar_github_style.svg +1 -1
- data/examples/calendar_month_spacing_rounded.svg +1 -0
- data/examples/calendar_no_borders.svg +1 -0
- data/examples/calendar_purple_vibes.svg +1 -1
- data/examples/calendar_red_to_green.svg +1 -1
- data/examples/calendar_rounded_corners.svg +1 -1
- data/examples/calendar_rounded_corners_max_radius.svg +1 -1
- data/examples/calendar_sunday_start.svg +1 -1
- data/examples/calendar_warm_sunset.svg +1 -1
- data/examples/calendar_with_outside_cells.svg +1 -1
- data/heatmap-builder.gemspec +4 -4
- data/lib/heatmap-builder.rb +5 -31
- data/lib/heatmap_builder/calendar.rb +426 -0
- data/lib/heatmap_builder/color_helpers.rb +121 -141
- data/lib/heatmap_builder/svg_helpers.rb +11 -4
- data/lib/heatmap_builder/value_conversion.rb +9 -5
- data/lib/heatmap_builder/version.rb +1 -1
- metadata +13 -22
- data/examples/large_cells.svg +0 -1
- data/examples/linear_blue_ocean.svg +0 -1
- data/examples/linear_github_green.svg +0 -1
- data/examples/linear_neon_gradient.svg +0 -1
- data/examples/linear_purple_vibes.svg +0 -1
- data/examples/linear_red_to_green.svg +0 -1
- data/examples/linear_rounded_corners.svg +0 -1
- data/examples/linear_rounded_corners_max_radius.svg +0 -1
- data/examples/linear_warm_sunset.svg +0 -1
- data/examples/weekly_progress.svg +0 -1
- data/lib/heatmap_builder/builder.rb +0 -100
- data/lib/heatmap_builder/calendar_heatmap_builder.rb +0 -310
- data/lib/heatmap_builder/linear_heatmap_builder.rb +0 -74
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="1101" height="118.0" xmlns="http://www.w3.org/2000/svg"><text x="8" y="22.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">M</text><text x="8" y="37.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">T</text><text x="8" y="52.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">W</text><text x="8" y="67.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">T</text><text x="8" y="82.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">F</text><text x="8" y="97.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">S</text><text x="8" y="112.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">S</text><rect x="31" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="31.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="31.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="31" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="31.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="31.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="46.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="46.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="46" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="46.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="46.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="46.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="46.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="46.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="61.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="61.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="61.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="61.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="61" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="61.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="61.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="61.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="76" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="76.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="76.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="76" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="76.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="76.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="76" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="76.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="76.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="76" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="76.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="91" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="91.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="91.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="91.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="91.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="91.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="91.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="116" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="116.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="131" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="131.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="131" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="131.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="131" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="131.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="131" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="131.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="131" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="131.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="131" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="131.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="131" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="131.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="146" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="146.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="146" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="146.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="146" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="146.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="146" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="146.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="146" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="146.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="146" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="146.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="146" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="146.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="161" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="161.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="161" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="161.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="161" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="161.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="161" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="161.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="161" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="161.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="161" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="161.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="161" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="161.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="176" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="176.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="176" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="176.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="176" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="176.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="176" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="176.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="176" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="176.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="176" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="176.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="201" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="201.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="216" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="216.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="216" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="216.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="216" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="216.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="216" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="216.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="216" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="216.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="216" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="216.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="216" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="216.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="231" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="231.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="231" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="231.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="231" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="231.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="231" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="231.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="231" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="231.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="231" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="231.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="231" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="231.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="246" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="246.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="246" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="246.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="246" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="246.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="246" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="246.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="246" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="246.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="246" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="246.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="246" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="246.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="261" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="261.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="261" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="261.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="261" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="261.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="261" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="261.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="261" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="261.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="261" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="261.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="261" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="261.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="276" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="276.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="276" y="28.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="276.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="301" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="301.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="301" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="301.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="301" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="301.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="301" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="301.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="301" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="301.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="316" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="316.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="316.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="316.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="316" y="58.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="316.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="316" y="73.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="316.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="316" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="316.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="316" y="103.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="316.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="331.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="331" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="331.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="331" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="331.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="331.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="331.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="88.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="331.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="331.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="346" y="13.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="346.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="346" y="28.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="346.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="346" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="346.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="346" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="346.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="346" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="346.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="346" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="346.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="346" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="346.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="361" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="361.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="361" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="361.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="361" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="361.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="361" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="361.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="386" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="386.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="386" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="386.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="386" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="386.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="401" y="13.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="401.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="401" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="401.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="401" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="401.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="401" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="401.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="401" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="401.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="401" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="401.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="401" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="401.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="416" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="416.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="416" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="416.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="416" y="43.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="416.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="416" y="58.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="416.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="416" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="416.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="416" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="416.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="416" y="103.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="416.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="431" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="431.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="431" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="431.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="431" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="431.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="431" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="431.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="431" y="73.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="431.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="431" y="88.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="431.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="431" y="103.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="431.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="446" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="446.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="446" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="446.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="446" y="43.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="446.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="446" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="446.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="446" y="73.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="446.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="446" y="88.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="446.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="446" y="103.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="446.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="471" y="13.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="471.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="471" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="471.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="471" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="471.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="471" y="58.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="471.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="471" y="73.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="471.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="471" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="471.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="471" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="471.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="486" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="486.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="486" y="28.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="486.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="486" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="486.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="486" y="58.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="486.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="486" y="73.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="486.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="486" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="486.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="486" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="486.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="501" y="13.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="501.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="501" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="501.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="501" y="43.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="501.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="501" y="58.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="501.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="501" y="73.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="501.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="501" y="88.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="501.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="501" y="103.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="501.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="516" y="13.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="516.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="516" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="516.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="516" y="43.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="516.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="516" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="516.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="516" y="73.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="516.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="516" y="88.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="516.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="516" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="516.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="531" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="531.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="531" y="28.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="531.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="556" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="556.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="556" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="556.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="556" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="556.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="556" y="88.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="556.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="556" y="103.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="556.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="571" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="571.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="571" y="28.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="571.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="571" y="43.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="571.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="571" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="571.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="571" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="571.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="571" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="571.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="571" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="571.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="586" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="586.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="586" y="28.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="586.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="586" y="43.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="586.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="586" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="586.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="586" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="586.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="586" y="88.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="586.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="586" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="586.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="601" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="601.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="601" y="28.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="601.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="601" y="43.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="601.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="601" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="601.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="601" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="601.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="601" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="601.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="601" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="601.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="616" y="13.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="616.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="616" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="616.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="616" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="616.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="616" y="58.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="616.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="616" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="616.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="641" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="641.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="641" y="103.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="641.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="656" y="13.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="656.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="656" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="656.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="656" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="656.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="656" y="58.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="656.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="656" y="73.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="656.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="656" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="656.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="656" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="656.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="671" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="671.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="671" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="671.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="671" y="43.0" width="14" height="14" rx="3" fill="#216e39"/><rect x="671.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="671" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="671.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="671" y="73.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="671.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="671" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="671.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="671" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="671.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="686" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="686.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="686" y="28.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="686.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="686" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="686.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="686" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="686.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="686" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="686.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="686" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="686.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="686" y="103.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="686.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="701" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="701.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="701" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="701.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="701" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="701.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="701" y="58.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="701.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="701" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="701.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="701" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="701.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="701" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="701.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="716" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="716.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="741" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="741.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="741" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="741.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="741" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="741.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="741" y="73.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="741.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="741" y="88.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="741.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="741" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="741.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="756" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="756.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="756" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="756.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="756" y="43.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="756.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="756" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="756.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="756" y="73.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="756.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="756" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="756.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="756" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="756.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="771" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="771.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="771" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="771.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="771" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="771.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="771" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="771.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="771" y="73.0" width="14" height="14" rx="3" fill="#30a14e"/><rect x="771.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="771" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="771.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="771" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="771.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="786" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="786.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="786" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="786.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="786" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="786.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="786" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="786.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="786" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="786.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="786" y="88.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="786.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="786" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="786.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="801" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="801.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="801" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="801.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="801" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="801.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="826" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="826.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="826" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="826.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="826" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="826.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="826" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="826.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="841" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="841.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="841" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="841.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="841" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="841.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="841" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="841.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="841" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="841.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="841" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="841.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="841" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="841.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="856" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="856.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="856" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="856.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="856" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="856.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="856" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="856.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="856" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="856.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="856" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="856.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="856" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="856.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="871" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="871.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="871" y="28.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="871.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="871" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="871.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="871" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="871.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="871" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="871.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="871" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="871.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="871" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="871.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="886" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="886.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="886" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="886.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="886" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="886.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="886" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="886.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="886" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="886.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="886" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="886.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="911" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="911.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="926" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="926.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="926" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="926.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="926" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="926.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="926" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="926.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="926" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="926.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="926" y="88.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="926.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="926" y="103.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="926.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="941" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="941.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="941" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="941.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="941" y="43.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="941.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="941" y="58.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="941.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="941" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="941.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="941" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="941.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="941" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="941.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="956" y="13.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="956.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="956" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="956.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="956" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="956.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="956" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="956.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="956" y="73.0" width="14" height="14" rx="3" fill="#40c463"/><rect x="956.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="956" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="956.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="956" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="956.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="971" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="971.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="971" y="28.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="971.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="971" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="971.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="971" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="971.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="971" y="73.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="971.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="971" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="971.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="971" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="971.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="986" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="986.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1011" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1011.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1011" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1011.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1011" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1011.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1011" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1011.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1011" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1011.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1011" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1011.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1026" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1026.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1026" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1026.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1026" y="43.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1026.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1026" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1026.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1026" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1026.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1026" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1026.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1026" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1026.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1041" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1041.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1041" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1041.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1041" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1041.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1041" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1041.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1041" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1041.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1041" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1041.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1041" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1041.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1056" y="13.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1056.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1056" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1056.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1056" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1056.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1056" y="58.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1056.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1056" y="73.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1056.5" y="73.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1056" y="88.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1056.5" y="88.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1056" y="103.0" width="14" height="14" rx="3" fill="#ebedf0"/><rect x="1056.5" y="103.5" width="13" height="13" rx="2.5" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="1071" y="13.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1071.5" y="13.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1071" y="28.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1071.5" y="28.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1071" y="43.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1071.5" y="43.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="1071" y="58.0" width="14" height="14" rx="3" fill="#9be9a8"/><rect x="1071.5" y="58.5" width="13" height="13" rx="2.5" fill="none" stroke="#7fcc8d" stroke-width="1"/><text x="47.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jan</text><text x="132.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Feb</text><text x="217.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Mar</text><text x="317.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Apr</text><text x="402.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">May</text><text x="472.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jun</text><text x="572.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jul</text><text x="657.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Aug</text><text x="757.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Sep</text><text x="842.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Oct</text><text x="927.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Nov</text><text x="1027.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Dec</text></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="811" height="118.0" xmlns="http://www.w3.org/2000/svg"><text x="8" y="22.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">M</text><text x="8" y="37.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">T</text><text x="8" y="52.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">W</text><text x="8" y="67.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">T</text><text x="8" y="82.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">F</text><text x="8" y="97.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">S</text><text x="8" y="112.8" text-anchor="middle" font-family="Arial, sans-serif" font-size="8" fill="#666666">S</text><rect x="16" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="16" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="16" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="16" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="31" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="31" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="31" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="31" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="31" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="31" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="31" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="46" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="46" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="46" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="46" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="46" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="46" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="46" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="61" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="61" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="61" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="61" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="61" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="61" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="61" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="76" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="76" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="76" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="76" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="76" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="76" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="76" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="91" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="91" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="91" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="91" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="91" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="91" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="91" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="106" y="13.0" width="14" height="14" fill="#40c463"/><rect x="106" y="28.0" width="14" height="14" fill="#40c463"/><rect x="106" y="43.0" width="14" height="14" fill="#40c463"/><rect x="106" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="106" y="73.0" width="14" height="14" fill="#40c463"/><rect x="106" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="106" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="121" y="13.0" width="14" height="14" fill="#40c463"/><rect x="121" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="121" y="43.0" width="14" height="14" fill="#40c463"/><rect x="121" y="58.0" width="14" height="14" fill="#40c463"/><rect x="121" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="121" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="121" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="136" y="13.0" width="14" height="14" fill="#40c463"/><rect x="136" y="28.0" width="14" height="14" fill="#40c463"/><rect x="136" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="136" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="136" y="73.0" width="14" height="14" fill="#40c463"/><rect x="136" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="136" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="151" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="151" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="151" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="151" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="151" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="151" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="151" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="166" y="13.0" width="14" height="14" fill="#40c463"/><rect x="166" y="28.0" width="14" height="14" fill="#40c463"/><rect x="166" y="43.0" width="14" height="14" fill="#40c463"/><rect x="166" y="58.0" width="14" height="14" fill="#40c463"/><rect x="166" y="73.0" width="14" height="14" fill="#40c463"/><rect x="166" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="166" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="181" y="13.0" width="14" height="14" fill="#40c463"/><rect x="181" y="28.0" width="14" height="14" fill="#40c463"/><rect x="181" y="43.0" width="14" height="14" fill="#40c463"/><rect x="181" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="181" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="181" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="181" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="196" y="13.0" width="14" height="14" fill="#40c463"/><rect x="196" y="28.0" width="14" height="14" fill="#40c463"/><rect x="196" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="196" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="196" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="196" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="196" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="211" y="13.0" width="14" height="14" fill="#40c463"/><rect x="211" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="211" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="211" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="211" y="73.0" width="14" height="14" fill="#40c463"/><rect x="211" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="211" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="226" y="13.0" width="14" height="14" fill="#40c463"/><rect x="226" y="28.0" width="14" height="14" fill="#40c463"/><rect x="226" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="226" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="226" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="226" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="226" y="103.0" width="14" height="14" fill="#40c463"/><rect x="241" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="241" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="241" y="43.0" width="14" height="14" fill="#40c463"/><rect x="241" y="58.0" width="14" height="14" fill="#40c463"/><rect x="241" y="73.0" width="14" height="14" fill="#40c463"/><rect x="241" y="88.0" width="14" height="14" fill="#40c463"/><rect x="241" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="256" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="256" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="256" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="256" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="256" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="256" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="256" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="271" y="13.0" width="14" height="14" fill="#40c463"/><rect x="271" y="28.0" width="14" height="14" fill="#40c463"/><rect x="271" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="271" y="58.0" width="14" height="14" fill="#40c463"/><rect x="271" y="73.0" width="14" height="14" fill="#40c463"/><rect x="271" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="271" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="286" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="286" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="286" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="286" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="286" y="73.0" width="14" height="14" fill="#40c463"/><rect x="286" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="286" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="301" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="301" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="301" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="301" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="301" y="73.0" width="14" height="14" fill="#40c463"/><rect x="301" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="301" y="103.0" width="14" height="14" fill="#40c463"/><rect x="316" y="13.0" width="14" height="14" fill="#40c463"/><rect x="316" y="28.0" width="14" height="14" fill="#40c463"/><rect x="316" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="316" y="58.0" width="14" height="14" fill="#40c463"/><rect x="316" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="316" y="88.0" width="14" height="14" fill="#40c463"/><rect x="316" y="103.0" width="14" height="14" fill="#40c463"/><rect x="331" y="13.0" width="14" height="14" fill="#40c463"/><rect x="331" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="331" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="331" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="331" y="73.0" width="14" height="14" fill="#216e39"/><rect x="331" y="88.0" width="14" height="14" fill="#40c463"/><rect x="331" y="103.0" width="14" height="14" fill="#40c463"/><rect x="346" y="13.0" width="14" height="14" fill="#216e39"/><rect x="346" y="28.0" width="14" height="14" fill="#40c463"/><rect x="346" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="346" y="58.0" width="14" height="14" fill="#216e39"/><rect x="346" y="73.0" width="14" height="14" fill="#216e39"/><rect x="346" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="346" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="361" y="13.0" width="14" height="14" fill="#40c463"/><rect x="361" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="361" y="43.0" width="14" height="14" fill="#40c463"/><rect x="361" y="58.0" width="14" height="14" fill="#216e39"/><rect x="361" y="73.0" width="14" height="14" fill="#216e39"/><rect x="361" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="361" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="376" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="376" y="28.0" width="14" height="14" fill="#40c463"/><rect x="376" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="376" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="376" y="73.0" width="14" height="14" fill="#216e39"/><rect x="376" y="88.0" width="14" height="14" fill="#40c463"/><rect x="376" y="103.0" width="14" height="14" fill="#40c463"/><rect x="391" y="13.0" width="14" height="14" fill="#216e39"/><rect x="391" y="28.0" width="14" height="14" fill="#40c463"/><rect x="391" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="391" y="58.0" width="14" height="14" fill="#40c463"/><rect x="391" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="391" y="88.0" width="14" height="14" fill="#40c463"/><rect x="391" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="406" y="13.0" width="14" height="14" fill="#40c463"/><rect x="406" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="406" y="43.0" width="14" height="14" fill="#40c463"/><rect x="406" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="406" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="406" y="88.0" width="14" height="14" fill="#40c463"/><rect x="406" y="103.0" width="14" height="14" fill="#40c463"/><rect x="421" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="421" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="421" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="421" y="58.0" width="14" height="14" fill="#40c463"/><rect x="421" y="73.0" width="14" height="14" fill="#40c463"/><rect x="421" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="421" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="436" y="13.0" width="14" height="14" fill="#40c463"/><rect x="436" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="436" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="436" y="58.0" width="14" height="14" fill="#40c463"/><rect x="436" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="436" y="88.0" width="14" height="14" fill="#40c463"/><rect x="436" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="451" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="451" y="28.0" width="14" height="14" fill="#216e39"/><rect x="451" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="451" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="451" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="451" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="451" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="466" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="466" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="466" y="43.0" width="14" height="14" fill="#40c463"/><rect x="466" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="466" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="466" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="466" y="103.0" width="14" height="14" fill="#40c463"/><rect x="481" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="481" y="28.0" width="14" height="14" fill="#40c463"/><rect x="481" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="481" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="481" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="481" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="481" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="496" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="496" y="28.0" width="14" height="14" fill="#40c463"/><rect x="496" y="43.0" width="14" height="14" fill="#216e39"/><rect x="496" y="58.0" width="14" height="14" fill="#40c463"/><rect x="496" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="496" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="496" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="511" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="511" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="511" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="511" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="511" y="73.0" width="14" height="14" fill="#40c463"/><rect x="511" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="511" y="103.0" width="14" height="14" fill="#40c463"/><rect x="526" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="526" y="28.0" width="14" height="14" fill="#40c463"/><rect x="526" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="526" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="526" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="526" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="526" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="541" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="541" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="541" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="541" y="58.0" width="14" height="14" fill="#40c463"/><rect x="541" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="541" y="88.0" width="14" height="14" fill="#40c463"/><rect x="541" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="556" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="556" y="28.0" width="14" height="14" fill="#40c463"/><rect x="556" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="556" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="556" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="556" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="556" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="571" y="13.0" width="14" height="14" fill="#40c463"/><rect x="571" y="28.0" width="14" height="14" fill="#40c463"/><rect x="571" y="43.0" width="14" height="14" fill="#40c463"/><rect x="571" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="571" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="571" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="571" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="586" y="13.0" width="14" height="14" fill="#40c463"/><rect x="586" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="586" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="586" y="58.0" width="14" height="14" fill="#40c463"/><rect x="586" y="73.0" width="14" height="14" fill="#40c463"/><rect x="586" y="88.0" width="14" height="14" fill="#40c463"/><rect x="586" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="601" y="13.0" width="14" height="14" fill="#40c463"/><rect x="601" y="28.0" width="14" height="14" fill="#40c463"/><rect x="601" y="43.0" width="14" height="14" fill="#40c463"/><rect x="601" y="58.0" width="14" height="14" fill="#40c463"/><rect x="601" y="73.0" width="14" height="14" fill="#40c463"/><rect x="601" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="601" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="616" y="13.0" width="14" height="14" fill="#40c463"/><rect x="616" y="28.0" width="14" height="14" fill="#40c463"/><rect x="616" y="43.0" width="14" height="14" fill="#40c463"/><rect x="616" y="58.0" width="14" height="14" fill="#40c463"/><rect x="616" y="73.0" width="14" height="14" fill="#40c463"/><rect x="616" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="616" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="631" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="631" y="28.0" width="14" height="14" fill="#40c463"/><rect x="631" y="43.0" width="14" height="14" fill="#40c463"/><rect x="631" y="58.0" width="14" height="14" fill="#40c463"/><rect x="631" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="631" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="631" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="646" y="13.0" width="14" height="14" fill="#40c463"/><rect x="646" y="28.0" width="14" height="14" fill="#40c463"/><rect x="646" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="646" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="646" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="646" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="646" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="661" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="661" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="661" y="43.0" width="14" height="14" fill="#40c463"/><rect x="661" y="58.0" width="14" height="14" fill="#40c463"/><rect x="661" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="661" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="661" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="676" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="676" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="676" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="676" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="676" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="676" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="676" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="691" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="691" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="691" y="43.0" width="14" height="14" fill="#40c463"/><rect x="691" y="58.0" width="14" height="14" fill="#40c463"/><rect x="691" y="73.0" width="14" height="14" fill="#40c463"/><rect x="691" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="691" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="706" y="13.0" width="14" height="14" fill="#40c463"/><rect x="706" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="706" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="706" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="706" y="73.0" width="14" height="14" fill="#40c463"/><rect x="706" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="706" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="721" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="721" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="721" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="721" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="721" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="721" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="721" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="736" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="736" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="736" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="736" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="736" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="736" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="736" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="751" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="751" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="751" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="751" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="751" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="751" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="751" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="766" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="766" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="766" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="766" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="766" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="766" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="766" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="781" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="781" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="781" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="781" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="781" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="781" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="781" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="796" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="796" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="796" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="796" y="58.0" width="14" height="14" fill="#9be9a8"/><text x="32.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jan</text><text x="92.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Feb</text><text x="152.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Mar</text><text x="227.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Apr</text><text x="287.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">May</text><text x="347.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jun</text><text x="422.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jul</text><text x="482.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Aug</text><text x="557.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Sep</text><text x="617.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Oct</text><text x="677.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Nov</text><text x="752.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Dec</text></svg>
|