Skip to content

Commit

Permalink
Rotate the corners to match this year's arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Nov 17, 2024
1 parent 7cf8b05 commit a9ff512
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scoring/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@
<rect height="600" width="600" stroke="#000" y="165" x="0" stroke-width="2" fill="#f4f3ff"/>

<g id="zones">
{{ zone(0, 10, 40) }}
{{ zone(1, 320, 40) }}
{{ zone(2, 320, 805) }}
{{ zone(3, 10, 805) }}
{# Yes, zone 0 deliberately bottom left #}
{{ zone(0, 10, 805) }}
{{ zone(1, 10, 40) }}
{{ zone(2, 320, 40) }}
{{ zone(3, 320, 805) }}
</g>

<g id="districts" transform="translate(0 165) translate(25 25)">
Expand Down

0 comments on commit a9ff512

Please sign in to comment.