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
|
@@ -1 +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="13.0" width="14" height="14" fill="#bebfc0"/><rect x="16.5" y="13.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="16" y="28.0" width="14" height="14" fill="#bebfc0"/><rect x="16.5" y="28.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="16" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="16.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="16" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="16.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="16" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="16.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="16" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="16.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="16" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="16.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="31.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="31" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="31.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="31" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="46.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="46" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="46.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="46" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="61.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="61.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="61" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="61.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="61.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="61" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="61.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="61" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="61.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="61.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="76" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="76.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="76.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="76.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="76.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="76.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="76" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="76.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="76" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="76.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="91" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="91.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="91.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="91.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="91" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="91.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="91.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="91" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="91.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="91" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="91.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="106" y="13.0" width="14" height="14" fill="#40c463"/><rect x="106.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="106" y="28.0" width="14" height="14" fill="#40c463"/><rect x="106.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="106" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="106.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="106" y="58.0" width="14" height="14" fill="#40c463"/><rect x="106.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="106" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="106.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="106" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="106.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="106" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="106.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="121" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="121.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="121" y="28.0" width="14" height="14" fill="#40c463"/><rect x="121.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="121" y="43.0" width="14" height="14" fill="#40c463"/><rect x="121.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="121" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="121.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="121" y="73.0" width="14" height="14" fill="#40c463"/><rect x="121.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="121" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="121.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="121" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="121.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="136" y="13.0" width="14" height="14" fill="#40c463"/><rect x="136.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="136" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="136.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="136" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="136.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="136" y="58.0" width="14" height="14" fill="#40c463"/><rect x="136.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="136" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="136.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="136" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="136.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="136" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="136.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="151" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="151.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="151" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="151.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="151" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="151.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="151" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="151.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="151" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="151.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="151" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="151.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="151" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="151.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="166" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="166.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="166" y="28.0" width="14" height="14" fill="#40c463"/><rect x="166.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="166" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="166.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="166" y="58.0" width="14" height="14" fill="#40c463"/><rect x="166.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="166" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="166.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="166" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="166.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="166" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="166.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="181" y="13.0" width="14" height="14" fill="#40c463"/><rect x="181.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="181" y="28.0" width="14" height="14" fill="#40c463"/><rect x="181.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="181" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="181.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="181" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="181.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="181" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="181.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="181" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="181.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="181" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="181.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="196" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="196.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="196" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="196.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="196" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="196.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="196" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="196.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="196" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="196.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="196" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="196.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="196" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="196.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="211" y="13.0" width="14" height="14" fill="#216e39"/><rect x="211.5" y="13.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="211" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="211.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="211" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="211.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="211" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="211.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="211" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="211.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="211" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="211.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="211" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="211.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="226" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="226.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="226" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="226.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="226" y="43.0" width="14" height="14" fill="#216e39"/><rect x="226.5" y="43.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="226" y="58.0" width="14" height="14" fill="#216e39"/><rect x="226.5" y="58.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="226" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="226.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="226" y="88.0" width="14" height="14" fill="#40c463"/><rect x="226.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="226" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="226.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="241" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="241.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="241" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="241.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="241" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="241.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="241" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="241.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="241" y="73.0" width="14" height="14" fill="#216e39"/><rect x="241.5" y="73.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="241" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="241.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="241" y="103.0" width="14" height="14" fill="#40c463"/><rect x="241.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="256" y="13.0" width="14" height="14" fill="#216e39"/><rect x="256.5" y="13.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="256" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="256.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="256" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="256.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="256" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="256.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="256" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="256.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="256" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="256.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="256" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="256.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="271" y="13.0" width="14" height="14" fill="#40c463"/><rect x="271.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="271" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="271.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="271" y="43.0" width="14" height="14" fill="#40c463"/><rect x="271.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="271" y="58.0" width="14" height="14" fill="#40c463"/><rect x="271.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="271" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="271.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="271" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="271.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="271" y="103.0" width="14" height="14" fill="#40c463"/><rect x="271.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="286" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="286.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="286" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="286.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="286" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="286.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="286" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="286.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="286" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="286.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="286" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="286.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="286" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="286.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="301" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="301.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="301" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="301.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="301" y="43.0" width="14" height="14" fill="#216e39"/><rect x="301.5" y="43.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="301" y="58.0" width="14" height="14" fill="#40c463"/><rect x="301.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="301" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="301.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="301" y="88.0" width="14" height="14" fill="#40c463"/><rect x="301.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="301" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="301.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="316" y="13.0" width="14" height="14" fill="#40c463"/><rect x="316.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="316.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="316" y="43.0" width="14" height="14" fill="#40c463"/><rect x="316.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="58.0" width="14" height="14" fill="#216e39"/><rect x="316.5" y="58.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="316" y="73.0" width="14" height="14" fill="#40c463"/><rect x="316.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="88.0" width="14" height="14" fill="#40c463"/><rect x="316.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="316.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="331" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="331.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="331" y="28.0" width="14" height="14" fill="#216e39"/><rect x="331.5" y="28.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="331" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="331.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="331" y="58.0" width="14" height="14" fill="#40c463"/><rect x="331.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="73.0" width="14" height="14" fill="#40c463"/><rect x="331.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="88.0" width="14" height="14" fill="#40c463"/><rect x="331.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="103.0" width="14" height="14" fill="#30a14e"/><rect x="331.5" y="103.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="346" y="13.0" width="14" height="14" fill="#40c463"/><rect x="346.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="346" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="346.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="346" y="43.0" width="14" height="14" fill="#40c463"/><rect x="346.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="346" y="58.0" width="14" height="14" fill="#40c463"/><rect x="346.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="346" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="346.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="346" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="346.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="346" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="346.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="361" y="13.0" width="14" height="14" fill="#216e39"/><rect x="361.5" y="13.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="361" y="28.0" width="14" height="14" fill="#40c463"/><rect x="361.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="361" y="43.0" width="14" height="14" fill="#40c463"/><rect x="361.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="361" y="58.0" width="14" height="14" fill="#40c463"/><rect x="361.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="361" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="361.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="361" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="361.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="361" y="103.0" width="14" height="14" fill="#40c463"/><rect x="361.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="376" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="376.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="376" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="376.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="376" y="43.0" width="14" height="14" fill="#216e39"/><rect x="376.5" y="43.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="376" y="58.0" width="14" height="14" fill="#40c463"/><rect x="376.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="376" y="73.0" width="14" height="14" fill="#40c463"/><rect x="376.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="376" y="88.0" width="14" height="14" fill="#40c463"/><rect x="376.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="376" y="103.0" width="14" height="14" fill="#30a14e"/><rect x="376.5" y="103.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="391" y="13.0" width="14" height="14" fill="#40c463"/><rect x="391.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="391" y="28.0" width="14" height="14" fill="#216e39"/><rect x="391.5" y="28.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="391" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="391.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="391" y="58.0" width="14" height="14" fill="#216e39"/><rect x="391.5" y="58.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="391" y="73.0" width="14" height="14" fill="#40c463"/><rect x="391.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="391" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="391.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="391" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="391.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="406" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="406.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="406" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="406.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="406" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="406.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="406" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="406.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="406" y="73.0" width="14" height="14" fill="#216e39"/><rect x="406.5" y="73.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="406" y="88.0" width="14" height="14" fill="#40c463"/><rect x="406.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="406" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="406.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="421" y="13.0" width="14" height="14" fill="#216e39"/><rect x="421.5" y="13.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="421" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="421.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="421" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="421.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="421" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="421.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="421" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="421.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="421" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="421.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="421" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="421.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="436" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="436.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="436" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="436.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="436" y="43.0" width="14" height="14" fill="#40c463"/><rect x="436.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="436" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="436.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="436" y="73.0" width="14" height="14" fill="#40c463"/><rect x="436.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="436" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="436.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="436" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="436.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="451" y="13.0" width="14" height="14" fill="#40c463"/><rect x="451.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="451" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="451.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="451" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="451.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="451" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="451.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="451" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="451.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="451" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="451.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="451" y="103.0" width="14" height="14" fill="#40c463"/><rect x="451.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="466" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="466.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="466" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="466.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="466" y="43.0" width="14" height="14" fill="#216e39"/><rect x="466.5" y="43.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="466" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="466.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="466" y="73.0" width="14" height="14" fill="#40c463"/><rect x="466.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="466" y="88.0" width="14" height="14" fill="#30a14e"/><rect x="466.5" y="88.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="466" y="103.0" width="14" height="14" fill="#40c463"/><rect x="466.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="481" y="13.0" width="14" height="14" fill="#40c463"/><rect x="481.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="481" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="481.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="481" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="481.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="481" y="58.0" width="14" height="14" fill="#216e39"/><rect x="481.5" y="58.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="481" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="481.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="481" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="481.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="481" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="481.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="496" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="496.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="496" y="28.0" width="14" height="14" fill="#40c463"/><rect x="496.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="496" y="43.0" width="14" height="14" fill="#40c463"/><rect x="496.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="496" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="496.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="496" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="496.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="496" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="496.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="496" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="496.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="511" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="511.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="511" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="511.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="511" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="511.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="511" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="511.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="511" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="511.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="511" y="88.0" width="14" height="14" fill="#40c463"/><rect x="511.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="511" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="511.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="526" y="13.0" width="14" height="14" fill="#40c463"/><rect x="526.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="526" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="526.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="526" y="43.0" width="14" height="14" fill="#216e39"/><rect x="526.5" y="43.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="526" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="526.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="526" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="526.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="526" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="526.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="526" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="526.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="541" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="541.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="541" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="541.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="541" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="541.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="541" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="541.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="541" y="73.0" width="14" height="14" fill="#216e39"/><rect x="541.5" y="73.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="541" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="541.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="541" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="541.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="556" y="13.0" width="14" height="14" fill="#40c463"/><rect x="556.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="556" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="556.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="556" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="556.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="556" y="58.0" width="14" height="14" fill="#216e39"/><rect x="556.5" y="58.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="556" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="556.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="556" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="556.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="556" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="556.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="571" y="13.0" width="14" height="14" fill="#40c463"/><rect x="571.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="571" y="28.0" width="14" height="14" fill="#40c463"/><rect x="571.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="571" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="571.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="571" y="58.0" width="14" height="14" fill="#216e39"/><rect x="571.5" y="58.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="571" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="571.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="571" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="571.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="571" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="571.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="586" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="586.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="586" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="586.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="586" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="586.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="586" y="58.0" width="14" height="14" fill="#40c463"/><rect x="586.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="586" y="73.0" width="14" height="14" fill="#216e39"/><rect x="586.5" y="73.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="586" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="586.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="586" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="586.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="601" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="601.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="601" y="28.0" width="14" height="14" fill="#40c463"/><rect x="601.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="601" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="601.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="601" y="58.0" width="14" height="14" fill="#40c463"/><rect x="601.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="601" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="601.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="601" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="601.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="601" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="601.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="616" y="13.0" width="14" height="14" fill="#40c463"/><rect x="616.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="616" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="616.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="616" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="616.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="616" y="58.0" width="14" height="14" fill="#40c463"/><rect x="616.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="616" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="616.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="616" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="616.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="616" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="616.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="631" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="631.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="631" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="631.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="631" y="43.0" width="14" height="14" fill="#40c463"/><rect x="631.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="631" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="631.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="631" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="631.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="631" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="631.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="631" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="631.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="646" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="646.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="646" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="646.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="646" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="646.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="646" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="646.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="646" y="73.0" width="14" height="14" fill="#40c463"/><rect x="646.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="646" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="646.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="646" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="646.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="661" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="661.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="661" y="28.0" width="14" height="14" fill="#40c463"/><rect x="661.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="661" y="43.0" width="14" height="14" fill="#40c463"/><rect x="661.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="661" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="661.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="661" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="661.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="661" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="661.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="661" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="661.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="676" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="676.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="676" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="676.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="676" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="676.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="676" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="676.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="676" y="73.0" width="14" height="14" fill="#40c463"/><rect x="676.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="676" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="676.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="676" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="676.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="691" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="691.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="691" y="28.0" width="14" height="14" fill="#40c463"/><rect x="691.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="691" y="43.0" width="14" height="14" fill="#40c463"/><rect x="691.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="691" y="58.0" width="14" height="14" fill="#40c463"/><rect x="691.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="691" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="691.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="691" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="691.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="691" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="691.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="706" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="706.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="706" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="706.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="706" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="706.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="706" y="58.0" width="14" height="14" fill="#40c463"/><rect x="706.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="706" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="706.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="706" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="706.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="706" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="706.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="721" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="721.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="721" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="721.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="721" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="721.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="721" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="721.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="721" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="721.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="721" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="721.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="721" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="721.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="736" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="736.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="736" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="736.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="736" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="736.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="736" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="736.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="736" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="736.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="736" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="736.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="736" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="736.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="751" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="751.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="751" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="751.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="751" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="751.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="751" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="751.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="751" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="751.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="751" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="751.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="751" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="751.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="766" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="766.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="766" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="766.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="766" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="766.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="766" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="766.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="766" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="766.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="766" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="766.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="766" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="766.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="781" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="781.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="781" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="781.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="781" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="781.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="781" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="781.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="781" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="781.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="781" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="781.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="781" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="781.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="796" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="796.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="796" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="796.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="796" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="796.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="796" y="58.0" width="14" height="14" fill="#bebfc0"/><rect x="796.5" y="58.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="796" y="73.0" width="14" height="14" fill="#bebfc0"/><rect x="796.5" y="73.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="796" y="88.0" width="14" height="14" fill="#bebfc0"/><rect x="796.5" y="88.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="796" y="103.0" width="14" height="14" fill="#bebfc0"/><rect x="796.5" y="103.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><text x="17.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jan</text><text x="77.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Feb</text><text x="137.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Mar</text><text x="212.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Apr</text><text x="272.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">May</text><text x="332.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jun</text><text x="407.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jul</text><text x="467.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Aug</text><text x="542.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Sep</text><text x="602.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Oct</text><text x="662.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Nov</text><text x="737.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Dec</text></svg>
|
|
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="13.0" width="14" height="14" fill="#bebfc0"/><rect x="16.5" y="13.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="16" y="28.0" width="14" height="14" fill="#bebfc0"/><rect x="16.5" y="28.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="16" y="43.0" width="14" height="14" fill="#bebfc0"/><rect x="16.5" y="43.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="16" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="16.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="16" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="16.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="16" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="16.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="16" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="16.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="31.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="31" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="31" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="31.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="46.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="46" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="46" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="46.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="61.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="61" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="61.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="61.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="61" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="61.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="61.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="61" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="61.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="61" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="61.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="76" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="76.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="76.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="76.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="76.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="76.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="76" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="76.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="76" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="76.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="91" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="91.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="91.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="91.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="91.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="91" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="91.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="91" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="91.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="91" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="91.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="106" y="13.0" width="14" height="14" fill="#40c463"/><rect x="106.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="106" y="28.0" width="14" height="14" fill="#40c463"/><rect x="106.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="106" y="43.0" width="14" height="14" fill="#40c463"/><rect x="106.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="106" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="106.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="106" y="73.0" width="14" height="14" fill="#40c463"/><rect x="106.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="106" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="106.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="106" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="106.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="121" y="13.0" width="14" height="14" fill="#40c463"/><rect x="121.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="121" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="121.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="121" y="43.0" width="14" height="14" fill="#40c463"/><rect x="121.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="121" y="58.0" width="14" height="14" fill="#40c463"/><rect x="121.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="121" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="121.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="121" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="121.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="121" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="121.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="136" y="13.0" width="14" height="14" fill="#40c463"/><rect x="136.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="136" y="28.0" width="14" height="14" fill="#40c463"/><rect x="136.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="136" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="136.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="136" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="136.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="136" y="73.0" width="14" height="14" fill="#40c463"/><rect x="136.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="136" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="136.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="136" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="136.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="151" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="151.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="151" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="151.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="151" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="151.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="151" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="151.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="151" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="151.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="151" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="151.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="151" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="151.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="166" y="13.0" width="14" height="14" fill="#40c463"/><rect x="166.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="166" y="28.0" width="14" height="14" fill="#40c463"/><rect x="166.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="166" y="43.0" width="14" height="14" fill="#40c463"/><rect x="166.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="166" y="58.0" width="14" height="14" fill="#40c463"/><rect x="166.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="166" y="73.0" width="14" height="14" fill="#40c463"/><rect x="166.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="166" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="166.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="166" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="166.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="181" y="13.0" width="14" height="14" fill="#40c463"/><rect x="181.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="181" y="28.0" width="14" height="14" fill="#40c463"/><rect x="181.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="181" y="43.0" width="14" height="14" fill="#40c463"/><rect x="181.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="181" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="181.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="181" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="181.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="181" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="181.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="181" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="181.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="196" y="13.0" width="14" height="14" fill="#40c463"/><rect x="196.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="196" y="28.0" width="14" height="14" fill="#40c463"/><rect x="196.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="196" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="196.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="196" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="196.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="196" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="196.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="196" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="196.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="196" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="196.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="211" y="13.0" width="14" height="14" fill="#40c463"/><rect x="211.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="211" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="211.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="211" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="211.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="211" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="211.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="211" y="73.0" width="14" height="14" fill="#40c463"/><rect x="211.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="211" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="211.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="211" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="211.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="226" y="13.0" width="14" height="14" fill="#40c463"/><rect x="226.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="226" y="28.0" width="14" height="14" fill="#40c463"/><rect x="226.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="226" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="226.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="226" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="226.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="226" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="226.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="226" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="226.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="226" y="103.0" width="14" height="14" fill="#40c463"/><rect x="226.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="241" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="241.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="241" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="241.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="241" y="43.0" width="14" height="14" fill="#40c463"/><rect x="241.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="241" y="58.0" width="14" height="14" fill="#40c463"/><rect x="241.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="241" y="73.0" width="14" height="14" fill="#40c463"/><rect x="241.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="241" y="88.0" width="14" height="14" fill="#40c463"/><rect x="241.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="241" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="241.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="256" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="256.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="256" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="256.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="256" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="256.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="256" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="256.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="256" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="256.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="256" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="256.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="256" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="256.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="271" y="13.0" width="14" height="14" fill="#40c463"/><rect x="271.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="271" y="28.0" width="14" height="14" fill="#40c463"/><rect x="271.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="271" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="271.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="271" y="58.0" width="14" height="14" fill="#40c463"/><rect x="271.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="271" y="73.0" width="14" height="14" fill="#40c463"/><rect x="271.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="271" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="271.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="271" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="271.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="286" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="286.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="286" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="286.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="286" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="286.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="286" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="286.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="286" y="73.0" width="14" height="14" fill="#40c463"/><rect x="286.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="286" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="286.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="286" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="286.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="301" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="301.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="301" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="301.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="301" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="301.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="301" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="301.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="301" y="73.0" width="14" height="14" fill="#40c463"/><rect x="301.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="301" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="301.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="301" y="103.0" width="14" height="14" fill="#40c463"/><rect x="301.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="13.0" width="14" height="14" fill="#40c463"/><rect x="316.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="28.0" width="14" height="14" fill="#40c463"/><rect x="316.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="316.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="316" y="58.0" width="14" height="14" fill="#40c463"/><rect x="316.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="316.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="316" y="88.0" width="14" height="14" fill="#40c463"/><rect x="316.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="316" y="103.0" width="14" height="14" fill="#40c463"/><rect x="316.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="13.0" width="14" height="14" fill="#40c463"/><rect x="331.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="331.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="331" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="331.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="331" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="331.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="331" y="73.0" width="14" height="14" fill="#216e39"/><rect x="331.5" y="73.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="331" y="88.0" width="14" height="14" fill="#40c463"/><rect x="331.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="331" y="103.0" width="14" height="14" fill="#40c463"/><rect x="331.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="346" y="13.0" width="14" height="14" fill="#216e39"/><rect x="346.5" y="13.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="346" y="28.0" width="14" height="14" fill="#40c463"/><rect x="346.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="346" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="346.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="346" y="58.0" width="14" height="14" fill="#216e39"/><rect x="346.5" y="58.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="346" y="73.0" width="14" height="14" fill="#216e39"/><rect x="346.5" y="73.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="346" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="346.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="346" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="346.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="361" y="13.0" width="14" height="14" fill="#40c463"/><rect x="361.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="361" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="361.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="361" y="43.0" width="14" height="14" fill="#40c463"/><rect x="361.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="361" y="58.0" width="14" height="14" fill="#216e39"/><rect x="361.5" y="58.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="361" y="73.0" width="14" height="14" fill="#216e39"/><rect x="361.5" y="73.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="361" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="361.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="361" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="361.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="376" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="376.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="376" y="28.0" width="14" height="14" fill="#40c463"/><rect x="376.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="376" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="376.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="376" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="376.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="376" y="73.0" width="14" height="14" fill="#216e39"/><rect x="376.5" y="73.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="376" y="88.0" width="14" height="14" fill="#40c463"/><rect x="376.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="376" y="103.0" width="14" height="14" fill="#40c463"/><rect x="376.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="391" y="13.0" width="14" height="14" fill="#216e39"/><rect x="391.5" y="13.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="391" y="28.0" width="14" height="14" fill="#40c463"/><rect x="391.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="391" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="391.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="391" y="58.0" width="14" height="14" fill="#40c463"/><rect x="391.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="391" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="391.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="391" y="88.0" width="14" height="14" fill="#40c463"/><rect x="391.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="391" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="391.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="406" y="13.0" width="14" height="14" fill="#40c463"/><rect x="406.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="406" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="406.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="406" y="43.0" width="14" height="14" fill="#40c463"/><rect x="406.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="406" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="406.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="406" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="406.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="406" y="88.0" width="14" height="14" fill="#40c463"/><rect x="406.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="406" y="103.0" width="14" height="14" fill="#40c463"/><rect x="406.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="421" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="421.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="421" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="421.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="421" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="421.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="421" y="58.0" width="14" height="14" fill="#40c463"/><rect x="421.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="421" y="73.0" width="14" height="14" fill="#40c463"/><rect x="421.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="421" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="421.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="421" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="421.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="436" y="13.0" width="14" height="14" fill="#40c463"/><rect x="436.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="436" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="436.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="436" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="436.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="436" y="58.0" width="14" height="14" fill="#40c463"/><rect x="436.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="436" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="436.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="436" y="88.0" width="14" height="14" fill="#40c463"/><rect x="436.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="436" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="436.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="451" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="451.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="451" y="28.0" width="14" height="14" fill="#216e39"/><rect x="451.5" y="28.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="451" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="451.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="451" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="451.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="451" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="451.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="451" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="451.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="451" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="451.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="466" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="466.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="466" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="466.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="466" y="43.0" width="14" height="14" fill="#40c463"/><rect x="466.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="466" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="466.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="466" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="466.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="466" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="466.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="466" y="103.0" width="14" height="14" fill="#40c463"/><rect x="466.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="481" y="13.0" width="14" height="14" fill="#30a14e"/><rect x="481.5" y="13.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="481" y="28.0" width="14" height="14" fill="#40c463"/><rect x="481.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="481" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="481.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="481" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="481.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="481" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="481.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="481" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="481.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="481" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="481.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="496" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="496.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="496" y="28.0" width="14" height="14" fill="#40c463"/><rect x="496.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="496" y="43.0" width="14" height="14" fill="#216e39"/><rect x="496.5" y="43.5" width="13" height="13" fill="none" stroke="#0d602c" stroke-width="1"/><rect x="496" y="58.0" width="14" height="14" fill="#40c463"/><rect x="496.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="496" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="496.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="496" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="496.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="496" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="496.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="511" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="511.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="511" y="28.0" width="14" height="14" fill="#30a14e"/><rect x="511.5" y="28.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="511" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="511.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="511" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="511.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="511" y="73.0" width="14" height="14" fill="#40c463"/><rect x="511.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="511" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="511.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="511" y="103.0" width="14" height="14" fill="#40c463"/><rect x="511.5" y="103.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="526" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="526.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="526" y="28.0" width="14" height="14" fill="#40c463"/><rect x="526.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="526" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="526.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="526" y="58.0" width="14" height="14" fill="#30a14e"/><rect x="526.5" y="58.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="526" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="526.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="526" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="526.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="526" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="526.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="541" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="541.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="541" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="541.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="541" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="541.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="541" y="58.0" width="14" height="14" fill="#40c463"/><rect x="541.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="541" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="541.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="541" y="88.0" width="14" height="14" fill="#40c463"/><rect x="541.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="541" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="541.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="556" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="556.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="556" y="28.0" width="14" height="14" fill="#40c463"/><rect x="556.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="556" y="43.0" width="14" height="14" fill="#30a14e"/><rect x="556.5" y="43.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="556" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="556.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="556" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="556.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="556" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="556.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="556" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="556.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="571" y="13.0" width="14" height="14" fill="#40c463"/><rect x="571.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="571" y="28.0" width="14" height="14" fill="#40c463"/><rect x="571.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="571" y="43.0" width="14" height="14" fill="#40c463"/><rect x="571.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="571" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="571.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="571" y="73.0" width="14" height="14" fill="#30a14e"/><rect x="571.5" y="73.5" width="13" height="13" fill="none" stroke="#108d3b" stroke-width="1"/><rect x="571" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="571.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="571" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="571.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="586" y="13.0" width="14" height="14" fill="#40c463"/><rect x="586.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="586" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="586.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="586" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="586.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="586" y="58.0" width="14" height="14" fill="#40c463"/><rect x="586.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="586" y="73.0" width="14" height="14" fill="#40c463"/><rect x="586.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="586" y="88.0" width="14" height="14" fill="#40c463"/><rect x="586.5" y="88.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="586" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="586.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="601" y="13.0" width="14" height="14" fill="#40c463"/><rect x="601.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="601" y="28.0" width="14" height="14" fill="#40c463"/><rect x="601.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="601" y="43.0" width="14" height="14" fill="#40c463"/><rect x="601.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="601" y="58.0" width="14" height="14" fill="#40c463"/><rect x="601.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="601" y="73.0" width="14" height="14" fill="#40c463"/><rect x="601.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="601" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="601.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="601" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="601.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="616" y="13.0" width="14" height="14" fill="#40c463"/><rect x="616.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="616" y="28.0" width="14" height="14" fill="#40c463"/><rect x="616.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="616" y="43.0" width="14" height="14" fill="#40c463"/><rect x="616.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="616" y="58.0" width="14" height="14" fill="#40c463"/><rect x="616.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="616" y="73.0" width="14" height="14" fill="#40c463"/><rect x="616.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="616" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="616.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="616" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="616.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="631" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="631.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="631" y="28.0" width="14" height="14" fill="#40c463"/><rect x="631.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="631" y="43.0" width="14" height="14" fill="#40c463"/><rect x="631.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="631" y="58.0" width="14" height="14" fill="#40c463"/><rect x="631.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="631" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="631.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="631" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="631.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="631" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="631.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="646" y="13.0" width="14" height="14" fill="#40c463"/><rect x="646.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="646" y="28.0" width="14" height="14" fill="#40c463"/><rect x="646.5" y="28.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="646" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="646.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="646" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="646.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="646" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="646.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="646" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="646.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="646" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="646.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="661" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="661.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="661" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="661.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="661" y="43.0" width="14" height="14" fill="#40c463"/><rect x="661.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="661" y="58.0" width="14" height="14" fill="#40c463"/><rect x="661.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="661" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="661.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="661" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="661.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="661" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="661.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="676" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="676.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="676" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="676.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="676" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="676.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="676" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="676.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="676" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="676.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="676" y="88.0" width="14" height="14" fill="#9be9a8"/><rect x="676.5" y="88.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="676" y="103.0" width="14" height="14" fill="#9be9a8"/><rect x="676.5" y="103.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="691" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="691.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="691" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="691.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="691" y="43.0" width="14" height="14" fill="#40c463"/><rect x="691.5" y="43.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="691" y="58.0" width="14" height="14" fill="#40c463"/><rect x="691.5" y="58.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="691" y="73.0" width="14" height="14" fill="#40c463"/><rect x="691.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="691" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="691.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="691" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="691.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="706" y="13.0" width="14" height="14" fill="#40c463"/><rect x="706.5" y="13.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="706" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="706.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="706" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="706.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="706" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="706.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="706" y="73.0" width="14" height="14" fill="#40c463"/><rect x="706.5" y="73.5" width="13" height="13" fill="none" stroke="#1dac4d" stroke-width="1"/><rect x="706" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="706.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="706" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="706.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="721" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="721.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="721" y="28.0" width="14" height="14" fill="#ebedf0"/><rect x="721.5" y="28.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="721" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="721.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="721" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="721.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="721" y="73.0" width="14" height="14" fill="#9be9a8"/><rect x="721.5" y="73.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="721" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="721.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="721" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="721.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="736" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="736.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="736" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="736.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="736" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="736.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="736" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="736.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="736" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="736.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="736" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="736.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="736" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="736.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="751" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="751.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="751" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="751.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="751" y="43.0" width="14" height="14" fill="#ebedf0"/><rect x="751.5" y="43.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="751" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="751.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="751" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="751.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="751" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="751.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="751" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="751.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="766" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="766.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="766" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="766.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="766" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="766.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="766" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="766.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="766" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="766.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="766" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="766.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="766" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="766.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="781" y="13.0" width="14" height="14" fill="#ebedf0"/><rect x="781.5" y="13.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="781" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="781.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="781" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="781.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="781" y="58.0" width="14" height="14" fill="#ebedf0"/><rect x="781.5" y="58.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="781" y="73.0" width="14" height="14" fill="#ebedf0"/><rect x="781.5" y="73.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="781" y="88.0" width="14" height="14" fill="#ebedf0"/><rect x="781.5" y="88.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="781" y="103.0" width="14" height="14" fill="#ebedf0"/><rect x="781.5" y="103.5" width="13" height="13" fill="none" stroke="#ccced1" stroke-width="1"/><rect x="796" y="13.0" width="14" height="14" fill="#9be9a8"/><rect x="796.5" y="13.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="796" y="28.0" width="14" height="14" fill="#9be9a8"/><rect x="796.5" y="28.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="796" y="43.0" width="14" height="14" fill="#9be9a8"/><rect x="796.5" y="43.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="796" y="58.0" width="14" height="14" fill="#9be9a8"/><rect x="796.5" y="58.5" width="13" height="13" fill="none" stroke="#7fcc8d" stroke-width="1"/><rect x="796" y="73.0" width="14" height="14" fill="#bebfc0"/><rect x="796.5" y="73.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="796" y="88.0" width="14" height="14" fill="#bebfc0"/><rect x="796.5" y="88.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><rect x="796" y="103.0" width="14" height="14" fill="#bebfc0"/><rect x="796.5" y="103.5" width="13" height="13" fill="none" stroke="#a5a6a7" stroke-width="1"/><text x="17.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jan</text><text x="77.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Feb</text><text x="137.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Mar</text><text x="212.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Apr</text><text x="272.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="407.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Jul</text><text x="467.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Aug</text><text x="542.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Sep</text><text x="602.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Oct</text><text x="662.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Nov</text><text x="737.4" y="10.0" text-anchor="start" font-family="Arial, sans-serif" font-size="8" fill="#666666">Dec</text></svg>
|
data/heatmap-builder.gemspec
CHANGED
|
@@ -34,11 +34,11 @@ Gem::Specification.new do |spec|
|
|
|
34
34
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
35
35
|
spec.require_paths = ["lib"]
|
|
36
36
|
|
|
37
|
-
spec.required_ruby_version = ">= 3.
|
|
37
|
+
spec.required_ruby_version = ">= 3.3"
|
|
38
38
|
|
|
39
|
-
spec.add_development_dependency "bundler", "
|
|
40
|
-
spec.add_development_dependency "rake", "
|
|
41
|
-
spec.add_development_dependency "minitest", "
|
|
39
|
+
spec.add_development_dependency "bundler", ">= 2.0"
|
|
40
|
+
spec.add_development_dependency "rake", ">= 13.0"
|
|
41
|
+
spec.add_development_dependency "minitest", ">= 5.0"
|
|
42
42
|
spec.add_development_dependency "standard", "~> 1.0"
|
|
43
43
|
spec.add_development_dependency "simplecov", "~> 0.22"
|
|
44
44
|
end
|
data/lib/heatmap-builder.rb
CHANGED
|
@@ -2,33 +2,11 @@ require_relative "heatmap_builder/version"
|
|
|
2
2
|
require_relative "heatmap_builder/svg_helpers"
|
|
3
3
|
require_relative "heatmap_builder/color_helpers"
|
|
4
4
|
require_relative "heatmap_builder/value_conversion"
|
|
5
|
-
require_relative "heatmap_builder/
|
|
6
|
-
require_relative "heatmap_builder/linear_heatmap_builder"
|
|
7
|
-
require_relative "heatmap_builder/calendar_heatmap_builder"
|
|
5
|
+
require_relative "heatmap_builder/calendar"
|
|
8
6
|
|
|
9
7
|
module HeatmapBuilder
|
|
10
8
|
class Error < StandardError; end
|
|
11
9
|
|
|
12
|
-
GITHUB_GREEN = Builder::GITHUB_GREEN
|
|
13
|
-
BLUE_OCEAN = Builder::BLUE_OCEAN
|
|
14
|
-
WARM_SUNSET = Builder::WARM_SUNSET
|
|
15
|
-
PURPLE_VIBES = Builder::PURPLE_VIBES
|
|
16
|
-
RED_TO_GREEN = Builder::RED_TO_GREEN
|
|
17
|
-
|
|
18
|
-
# Builds a linear (single-row) heatmap visualization.
|
|
19
|
-
#
|
|
20
|
-
# @param scores [Array<Integer>, nil] Pre-calculated score values (0 to num_colors-1). Required unless values provided.
|
|
21
|
-
# @param values [Array<Numeric>, nil] Raw numeric values to be mapped to scores. Required unless scores provided.
|
|
22
|
-
# @param options [Hash] Customization options
|
|
23
|
-
# @return [String] SVG markup
|
|
24
|
-
# @see https://github.com/dreikanter/heatmap-builder#linear-heatmaps Full documentation
|
|
25
|
-
# @example
|
|
26
|
-
# HeatmapBuilder.build_linear(scores: [0, 1, 2, 3, 4])
|
|
27
|
-
# HeatmapBuilder.build_linear(values: [10, 25, 50, 75, 100], value_min: 0, value_max: 100)
|
|
28
|
-
def self.build_linear(scores: nil, values: nil, **options)
|
|
29
|
-
LinearHeatmapBuilder.new(scores: scores, values: values, **options).build
|
|
30
|
-
end
|
|
31
|
-
|
|
32
10
|
# Builds a calendar (GitHub-style) heatmap visualization.
|
|
33
11
|
#
|
|
34
12
|
# @param scores [Hash<Date, Integer>, Hash<String, Integer>, nil] Pre-calculated score values by date. Required unless values provided.
|
|
@@ -40,14 +18,7 @@ module HeatmapBuilder
|
|
|
40
18
|
# HeatmapBuilder.build_calendar(scores: { '2024-01-01' => 2, '2024-01-02' => 4 })
|
|
41
19
|
# HeatmapBuilder.build_calendar(values: { Date.new(2024, 1, 1) => 45.2 })
|
|
42
20
|
def self.build_calendar(scores: nil, values: nil, **options)
|
|
43
|
-
|
|
44
|
-
end
|
|
45
|
-
|
|
46
|
-
# @deprecated Use {.build_linear} instead
|
|
47
|
-
def self.generate(scores, options = {})
|
|
48
|
-
warn "[DEPRECATION] `HeatmapBuilder.generate(scores, options)` is deprecated and will be removed in v1.0.0. " \
|
|
49
|
-
"Use `HeatmapBuilder.build_linear(scores: scores, **options)` instead."
|
|
50
|
-
build_linear(scores: scores, **options)
|
|
21
|
+
Calendar.new(scores: scores, values: values, **options).build
|
|
51
22
|
end
|
|
52
23
|
|
|
53
24
|
# @deprecated Use {.build_calendar} instead
|
|
@@ -56,4 +27,7 @@ module HeatmapBuilder
|
|
|
56
27
|
"Use `HeatmapBuilder.build_calendar(scores: scores_by_date, **options)` instead."
|
|
57
28
|
build_calendar(scores: scores, **options)
|
|
58
29
|
end
|
|
30
|
+
|
|
31
|
+
# @deprecated Use {Calendar} instead
|
|
32
|
+
CalendarHeatmapBuilder = Calendar
|
|
59
33
|
end
|