Change favicon dimensions to fit in tab

Problem: Some of the icon was being clipped in my browser. I think that
this is because the SVG text actuall extends down under the line (like a
`g` or `y`).

Solution: Change SVG viewBox dimensions and SVG size to fit correctly.
This commit is contained in:
Christian Bundy 2020-01-23 13:43:46 -08:00
parent 51fb7257ba
commit 5b97ed1913
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<title>oasis favicon</title>
<text x="0" y="15">🏝️</text>
<text x="0" y="14">🏝️</text>
</svg>

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 139 B