html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<svg x="0px" y="0px" width="608px" height="593.917px" viewBox="0 0 608 593.917">
<polyline fill="none" stroke="#000000" stroke-width="3" points="608,593.25 0,593.25 0,2.25 608,2.25 "/>
<polyline fill="none" stroke="#000000" stroke-width="2" points="173,593.917 173,322.75 221.667,322.75 "/>
<polyline fill="none" stroke="#000000" stroke-width="2" points="173,3.25 173,273 295.5,273 "/>
<line fill="none" stroke="#000000" stroke-width="2" x1="222.25" y1="2.75" x2="222.25" y2="593.25"/>
<line fill="none" stroke="#000000" stroke-width="2" x1="295.5" y1="2.25" x2="295.5" y2="593.25"/>
<line fill="none" stroke="#000000" x1="199.5" y1="253.75" x2="172.75" y2="273.5"/>
<line fill="none" stroke="#000000" x1="269" y1="249" x2="295.25" y2="268.25"/>
<line fill="none" stroke="#000000" x1="246.75" y1="296.75" x2="222" y2="277.75"/>
<line fill="none" stroke="#000000" x1="199.75" y1="342" x2="173" y2="322.75"/>
<line fill="none" stroke="#000000" stroke-width="2" x1="466.334" y1="3.25" x2="466.334" y2="592.583"/>
<line fill="none" stroke="#000000" x1="495" y1="576.25" x2="473.5" y2="592.75"/>
<line fill="none" stroke="#000000" x1="509.5" y1="20.75" x2="487.5" y2="3.25"/>
<line fill="none" stroke="#000000" x1="393.5" y1="22.75" x2="368.5" y2="3.25"/>
<line fill="none" stroke="#000000" x1="392" y1="577.25" x2="371" y2="592.75"/>
<line fill="none" stroke="#000000" x1="215" y1="574.25" x2="189.5" y2="591.75"/>
<line fill="none" stroke="#000000" x1="96.5" y1="574.25" x2="73" y2="593.25"/>
<line fill="none" stroke="#000000" x1="208.5" y1="2.25" x2="183.5" y2="22.25"/>
<line fill="none" stroke="#000000" x1="90.5" y1="21.25" x2="67" y2="3.25"/>
<rect id="room1" id="room1" x="9.75" y="80.967" fill="none" stroke="#000000" width="50" height="29.5"/>
<g>
<path d="M15.966,91.974h5.586c2.817,0,3.538,1.761,3.538,2.945c0,1.648-0.929,2.113-1.409,2.353
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
body {
}
svg {
width: 100%;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run