From f709d61d047166d24e70eb06f24dceb3d44a9d57 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:52:04 +0200 Subject: [PATCH] WebHost: optimize header-logo.svg (#4073) * WebHost: reduce precision and optimize header-logo.svg technically those files will not produce an identical output when rendered however the difference is virtually impossible to see even when rendered to w=4096 * WebHost: keep original svg --- .../static/branding/header-logo-full.svg | 66 ++++++++++++++++++ .../static/static/branding/header-logo.svg | 67 +------------------ 2 files changed, 67 insertions(+), 66 deletions(-) create mode 100644 WebHostLib/static/static/branding/header-logo-full.svg diff --git a/WebHostLib/static/static/branding/header-logo-full.svg b/WebHostLib/static/static/branding/header-logo-full.svg new file mode 100644 index 00000000..3e225009 --- /dev/null +++ b/WebHostLib/static/static/branding/header-logo-full.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WebHostLib/static/static/branding/header-logo.svg b/WebHostLib/static/static/branding/header-logo.svg index 3e225009..ceedba43 100644 --- a/WebHostLib/static/static/branding/header-logo.svg +++ b/WebHostLib/static/static/branding/header-logo.svg @@ -1,66 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file