Skip to content

Commit 47b1587

Browse files
committed
cleanup inline svg
1 parent 04d0838 commit 47b1587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>ready.</h1>
1919
<small>v1.1.5</small>
2020
</header>
2121

22-
<svg class="hex" x="0px" y="0px" viewbox="-10 -10 320 320" xml:space="preserve">
23-
<polygon points="300,150 225,280 75,280 0,150 75,20 225,20"></polygon>
22+
<svg class="hex" viewbox="0 0 320 320">
23+
<polygon points="300,150 225,280 75,280 10,150 75,20 225,20"></polygon>
2424
</svg>
2525

2626
</body>

0 commit comments

Comments
 (0)