Skip to content

Commit

Permalink
Remove TextureMask
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Jul 29, 2024
1 parent efec16a commit 711652f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Flow from './Flow.svelte';
import MapLabel from './MapLabel.svelte';
import TextureMask from './TextureMask.svelte';
// import TextureMask from './TextureMask.svelte';
import Nsw from './states/NSW.svelte';
import Nt from './states/NT.svelte';
import Qld from './states/QLD.svelte';
Expand Down Expand Up @@ -216,9 +216,9 @@
<Sa fill={getStateFillColour('SA')} />
<Nt fill="#FFFFFF" /> -->

<g class="pointer-events-none">
<!-- <g class="pointer-events-none">
<TextureMask />
</g>
</g> -->

<!-- Vic Arrow -->
<circle cx="485.459" cy="457.353" r="3.44336" fill="white" stroke="black" stroke-width="1.5" />
Expand Down

0 comments on commit 711652f

Please sign in to comment.