From 40930516d2cdb20fce7344855825448befc169f8 Mon Sep 17 00:00:00 2001 From: Shady Goat <48590492+ShadiestGoat@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:33:01 +0300 Subject: [PATCH 1/7] Further optimized, now using viewbox of 0 0 24 24 It's not exactly required, but projects such as simple-icons use a 24 24 viewbox, and dont move the viewbox into the middle for no reason (instead starting at 0 0) --- docs/aiohttp-icon.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aiohttp-icon.svg b/docs/aiohttp-icon.svg index 9e2009f2994..fc5ddb9be81 100644 --- a/docs/aiohttp-icon.svg +++ b/docs/aiohttp-icon.svg @@ -1 +1 @@ - \ No newline at end of file + From dfc06e7fe8f8df13afdcc8e06a30aedc576f7fe8 Mon Sep 17 00:00:00 2001 From: Shady Goat <48590492+ShadiestGoat@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:35:34 +0300 Subject: [PATCH 2/7] Added color to the icon --- docs/aiohttp-icon.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aiohttp-icon.svg b/docs/aiohttp-icon.svg index fc5ddb9be81..c8e9b60b953 100644 --- a/docs/aiohttp-icon.svg +++ b/docs/aiohttp-icon.svg @@ -1 +1 @@ - + From 679d48329a36b10408a72143051e89e07c50a1ac Mon Sep 17 00:00:00 2001 From: Shady Goat <48590492+ShadiestGoat@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:36:00 +0300 Subject: [PATCH 3/7] Update aiohttp-plain.svg --- docs/aiohttp-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aiohttp-plain.svg b/docs/aiohttp-plain.svg index 520727a369c..c8e9b60b953 100644 --- a/docs/aiohttp-plain.svg +++ b/docs/aiohttp-plain.svg @@ -1 +1 @@ - \ No newline at end of file + From b0fe8bb12bf014cb9f9ba8295e781fc011f5ab50 Mon Sep 17 00:00:00 2001 From: Shady Goat <48590492+ShadiestGoat@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:40:39 +0300 Subject: [PATCH 4/7] Added same height width as original --- docs/aiohttp-icon.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aiohttp-icon.svg b/docs/aiohttp-icon.svg index c8e9b60b953..0b3ebacb0bf 100644 --- a/docs/aiohttp-icon.svg +++ b/docs/aiohttp-icon.svg @@ -1 +1 @@ - + From 73543cd1df75d85ba6b46c0d15dbbe7dbaa21689 Mon Sep 17 00:00:00 2001 From: Shady Goat <48590492+ShadiestGoat@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:41:21 +0300 Subject: [PATCH 5/7] Update aiohttp-plain.svg --- docs/aiohttp-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aiohttp-plain.svg b/docs/aiohttp-plain.svg index c8e9b60b953..aec1b00c1e5 100644 --- a/docs/aiohttp-plain.svg +++ b/docs/aiohttp-plain.svg @@ -1 +1 @@ - + From da7ca575fe403b6e4e5456397c54d2c2943d38cc Mon Sep 17 00:00:00 2001 From: Shady Goat <48590492+ShadiestGoat@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:53:27 +0300 Subject: [PATCH 6/7] Create 5914.misc --- CHANGES/5914.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/5914.misc diff --git a/CHANGES/5914.misc b/CHANGES/5914.misc new file mode 100644 index 00000000000..be28f3f212e --- /dev/null +++ b/CHANGES/5914.misc @@ -0,0 +1 @@ +Changes the icon to be more optimized, and use the 0 0 24 24 viewbox, while keeping the same height and width From 1999c3d6c12b4997801b51dfc2d32064351c5d88 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 7 Oct 2021 00:43:01 +0200 Subject: [PATCH 7/7] Make the change note clearer --- CHANGES/5914.misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/5914.misc b/CHANGES/5914.misc index be28f3f212e..f876dc3ca92 100644 --- a/CHANGES/5914.misc +++ b/CHANGES/5914.misc @@ -1 +1 @@ -Changes the icon to be more optimized, and use the 0 0 24 24 viewbox, while keeping the same height and width +Changed the SVG logos to be more optimized and the viewbox to 0 0 24 24, while keeping the same height and width -- :user:`ShadiestGoat`.