blob: 287552aabe06d7c93d32ab663720be0df5be7fbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<svg
version="1.1"
xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 640 320"
>
<image href="/db/maps/Paper_town.png" />
<rect data-location="home" x="113" y="21" width="78" height="92" stroke="red" fill="transparent" />
<rect data-location="scoop_store" x="272" y="144" width="80" height="64" stroke="red" fill="transparent" />
<rect
data-story="select-starter-monster"
data-interactable="true"
x="481" y="175" width="14" height="34" stroke="red" fill="transparent"
/>
</svg>
|