Fix SVG for IE 11 (#2864)

* Add viewBox attribute to favicon
* Logo missing viewBox as well
This commit is contained in:
David Faber 2021-03-08 04:51:04 -06:00 committed by GitHub
parent 346097e69e
commit ada8292448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24"
height="24"
viewBox="0 0 24 24"
version="1.1"
id="svg1043"
sodipodi:docname="favicon.svg"

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB