summary refs log tree commit diff
path: root/map.svg
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-04-21 20:05:37 +0200
committerEmile <git@emile.space>2024-04-21 20:05:37 +0200
commiteb72773edb8a09d0f04dfef0a96d83e6a35e3178 (patch)
tree38f50587f2038035ea20fb72617b1808f85765cd /map.svg
Seems to be working
Diffstat (limited to 'map.svg')
-rw-r--r--map.svg20
1 files changed, 20 insertions, 0 deletions
diff --git a/map.svg b/map.svg
new file mode 100644
index 0000000..7d47f2d
--- /dev/null
+++ b/map.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
+  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg viewbox="0 0 200 200" width="200" height="200" version="1.1" id="toplevel"
+    xmlns="http://www.w3.org/2000/svg"
+    xmlns:xlink="http://www.w3.org/1999/xlink">
+  <title>
+    Floorplan
+  </title>
+  <rect x="5" y="5" width="100" height="50" fill="none" stroke="black"
+        stroke-width="1"/>
+  <rect x="5" y="5" width="20" height="20" fill="none" stroke="black"
+        stroke-width="1"/>
+  <rect x="5" y="15" width="20" height="40" fill="none" stroke="black"
+        stroke-width="1"/>
+  <rect x="10" y="5" width="5" height="5" fill="none" stroke="black"
+        stroke-width="1"/>
+  <rect x="15" y="5" width="5" height="10" fill="none" stroke="black"
+        stroke-width="1"/>
+</svg>