summary refs log tree commit diff
path: root/map.svg
blob: d652b286cf0c003aa63c4f1563bf8158fb739263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 1000 1000" width="1000" height="1000" version="1.1"
    id="toplevel" xmlns="http://www.w3.org/2000/svg"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>
    Floorplan
  </title>
  <rect transform="scale(5)" x="5" y="5" width="100" height="50" fill="none"
        stroke="red" stroke-width="1"/>
  <rect transform="scale(5)" x="5" y="5" width="60" height="20" fill="none"
        stroke="red" stroke-width="1"/>
  <rect transform="scale(5)" x="5" y="15" width="20" height="40" fill="none"
        stroke="red" stroke-width="1"/>
  <rect transform="scale(5)" x="10" y="5" width="5" height="5" fill="none"
        stroke="red" stroke-width="1"/>
  <rect transform="scale(5)" x="15" y="5" width="5" height="10" fill="none"
        stroke="red" stroke-width="1"/>
</svg>