From 27a98aaeccf6d71aae9799304580c5d048e55b68 Mon Sep 17 00:00:00 2001 From: MaximilianEmel <19846453+MaximilianEmel@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:09:57 -0400 Subject: [PATCH] Rewritten SVG Logos (#4150) * rewrote the svg logos to use polygons and render better * changed self-closing tags' style to better conform to the original --- docs/logo_tiny_dark.svg | 19 ++++++------------- docs/logo_tiny_light.svg | 19 ++++++------------- 2 files changed, 12 insertions(+), 26 deletions(-) diff --git a/docs/logo_tiny_dark.svg b/docs/logo_tiny_dark.svg index 15803eb97b..a5aa3f22e0 100644 --- a/docs/logo_tiny_dark.svg +++ b/docs/logo_tiny_dark.svg @@ -1,18 +1,11 @@ - + - - - + - - + + - - - + - - - - + \ No newline at end of file diff --git a/docs/logo_tiny_light.svg b/docs/logo_tiny_light.svg index 2318c5091f..8c853793c3 100644 --- a/docs/logo_tiny_light.svg +++ b/docs/logo_tiny_light.svg @@ -1,18 +1,11 @@ - + - - - + - - + + - - - + - - - - + \ No newline at end of file