diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-27 14:35:50 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-27 14:35:50 +0200 |
commit | 5582c3c07069f7766aabd81f3a4a3f97def134e9 (patch) | |
tree | a1c450f079187430ac39c194f5be53058f10f910 /db/maps/hospital.svg | |
parent | b025d1655483aa13a29ab5594255460b48143a5a (diff) |
more areas!
Diffstat (limited to 'db/maps/hospital.svg')
-rw-r--r-- | db/maps/hospital.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/db/maps/hospital.svg b/db/maps/hospital.svg new file mode 100644 index 0000000..4a5bc16 --- /dev/null +++ b/db/maps/hospital.svg @@ -0,0 +1,9 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 320 176" +> + <image href="/db/maps/hospital.png" /> + + <rect data-location="hospital" x="64" y="43" width="32" height="21" stroke="red" fill="transparent" /> +</svg> |