blob: dc4c4b25933d1b56a13523d91b3c06c07630fd93 (
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/Flower_City.png" />
<rect data-location="healing_center" x="224" y="192" width="80" height="64" stroke="red" fill="transparent" />
<rect data-location="scoop_store" x="368" y="320" width="80" height="64" stroke="red" fill="transparent" />
</svg>
|