blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit e235d81adc972ae13c07172fc929422ec5d3e85a
parent 1bc8a958bd7b0deb6e9a658181836a0bf515ccad
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 13 Jun 2020 18:52:49 -0500

Use viewBox to make scaling work properly on older browsers

Diffstat:
Mstatic/logo.svg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/logo.svg b/static/logo.svg
@@ -1,4 +1,4 @@
-<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
 <rect fill="#700000" height="96" width="96"/>
 <polygon fill="#707070" points="19.2,48 36.48,36.48 60.8,0 96,0 96,35.2 59.52,59.52 48,76.8 36.48,59.52 "/>
 <polygon fill="#700000" points="28.8,48 41.6,41.6 48,28.8 54.4,41.6 67.2,48 54.4,54.4 48,67.2 41.6,54.4 "/>