From 8aec3249ae8542e2b70694a74d37f3aa5d110b69 Mon Sep 17 00:00:00 2001 From: goyalyashpal Date: Mon, 18 Dec 2023 01:41:06 +0000 Subject: [PATCH 1/5] chore(logo): PrettyPrint to reduce size by 93B ... * Current size: 2,755 B * Original size: 2,848 B * Add file's final newline (linux convention) * Remove tag separator spaces * Add newlines * Add tab indentation (instead of 2/4 spaces) * Prettify root svg's attribs --- logo.svg | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/logo.svg b/logo.svg index 05dd73a8afb9..92eaef151c87 100644 --- a/logo.svg +++ b/logo.svg @@ -1 +1,24 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + From a16259470de9df3bca88083da98bd1cd88ad2000 Mon Sep 17 00:00:00 2001 From: goyalyashpal Date: Mon, 18 Dec 2023 01:57:01 +0000 Subject: [PATCH 2/5] style(logo): Bring style attrb to front --- logo.svg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/logo.svg b/logo.svg index 92eaef151c87..39415fb21f61 100644 --- a/logo.svg +++ b/logo.svg @@ -4,19 +4,19 @@ - + - + - + - + From 3494c3e354f32cc29134e59643d66dd7da4ad026 Mon Sep 17 00:00:00 2001 From: goyalyashpal Date: Wed, 20 Dec 2023 14:26:49 +0000 Subject: [PATCH 3/5] chore(logo): Remove tab characters --- logo.svg | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/logo.svg b/logo.svg index 39415fb21f61..82f6ee94fcf1 100644 --- a/logo.svg +++ b/logo.svg @@ -1,24 +1,25 @@ +style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" viewBox="663.38 37.57 575.35 903.75"> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + From 256577b02fd48bfd9da2c94631dad66fdfa0e40c Mon Sep 17 00:00:00 2001 From: goyalyashpal Date: Wed, 20 Dec 2023 14:27:26 +0000 Subject: [PATCH 4/5] chore(logo): Remove \n, use LF as final newline --- logo.svg | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/logo.svg b/logo.svg index 82f6ee94fcf1..a58c6aa12cc1 100644 --- a/logo.svg +++ b/logo.svg @@ -1,25 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - + From d97346293fcb4a24173ffef3dad5191e06965981 Mon Sep 17 00:00:00 2001 From: goyalyashpal Date: Fri, 22 Dec 2023 00:36:13 +0000 Subject: [PATCH 5/5] chore(logo): Minify logo.svg ... * Remove final newline too --- logo.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logo.svg b/logo.svg index a58c6aa12cc1..a2d1c11097ea 100644 --- a/logo.svg +++ b/logo.svg @@ -1 +1 @@ - + \ No newline at end of file