From d4eaf8bb87479241fe518be1cc753b2067fe3df3 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 8 Apr 2024 14:23:32 -0700 Subject: Inline class styles The characters in the OpenBMC logo use class styles 1 and 6. SVGO for whatever reason chokes on trying to deduplicate these, which causes a template error when inlining the SVG, because style tags still exist. Ideally in the future we would export our SVGs with inline styles, or get SVGO to do it for us, but inline the styles manually for now. Note, that build-on-openbmc-logo.svg has no style tags, and does this by default, even though they are very similar images. Tested: Loaded webui. Logo loads properly. Change-Id: I21c7a24ba49c85559f07fce859d81ed96a40a04f Signed-off-by: Ed Tanous --- src/assets/images/login-company-logo.svg | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/assets/images/login-company-logo.svg b/src/assets/images/login-company-logo.svg index 393eb9bf..8cf5976a 100644 --- a/src/assets/images/login-company-logo.svg +++ b/src/assets/images/login-company-logo.svg @@ -1,8 +1,6 @@ - @@ -21,27 +19,27 @@ Asset 1 - - - - - - - - - - - -- cgit v1.2.3