blob: 5b76f853a70ae25f47d3305a410ead2e7eb94dda (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg
version="1.1"
xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 640 640"
>
<image href="/db/maps/Timber_Town.png" />
<rect data-location="healing_center" x="96" y="48" width="80" height="64" stroke="red" fill="transparent" />
<rect data-location="scoop_store" x="191" y="127" width="82" height="66" stroke="red" fill="transparent" />
</svg>
|