blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit db78e984558626aeffc4ebcd907e72da35de6614
parent f9f1abb85569cdc3526a0e1d8f040351de819dd9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Wed, 27 Jul 2022 00:21:13 -0500

Update to a more friendly solution with integer coordinates

Diffstat:
Mstatic/logo.svg | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/logo.svg b/static/logo.svg
@@ -1,5 +1,5 @@
-<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 "/>
+<svg viewBox="0 0 150 150" xmlns="http://www.w3.org/2000/svg">
+<rect fill="#700000" height="150" width="150"/>
+<polygon fill="#707070" points="30,75 57,57 95,0 150,0 150,55 93,93 75,120 57,93 "/>
+<polygon fill="#700000" points="45,75 65,65 75,45 85,65 105,75 85,85 75,105 65,85 "/>
 </svg>