blog

My blog at www.shimmy1996.com

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

Resize 96x96 to get rid off repeating digits

Diffstat:
Astatic/logo.svg | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/static/logo.svg b/static/logo.svg
@@ -0,0 +1,5 @@
+<svg height="96" width="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 "/>
+</svg>