From 6935bc7b60b8c660ba85808ea0440e5b32d78f3b Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:45:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20optimize=20organization=20l?= =?UTF-8?q?ogo=20SVGs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This optimization reduces the file size of the organization's logo assets in `profile/assets/` using SVGO. 💡 What: - Optimized `logo.svg` and `logo-dark.svg` using `svgo --precision 0 --multipass`. - Added performance comments to both optimized files. 🎯 Why: - The original SVG files contained significant overhead (metadata, comments, high precision) that is not needed for display. - Reducing asset size improves initial page load speed for the organization profile. 📊 Impact: - Reduces `logo.svg` from 5.1KB to 2.8KB (~45% reduction). - Reduces `logo-dark.svg` from 5.1KB to 2.8KB (~45% reduction). - Total savings: ~4.6KB of asset payload. 🔬 Measurement: - File sizes verified using `ls -lh`. - Visual integrity verified with Playwright screenshots. Co-authored-by: soktri3 <170663878+soktri3@users.noreply.github.com> --- profile/assets/logo-dark.svg | 2 +- profile/assets/logo.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/assets/logo-dark.svg b/profile/assets/logo-dark.svg index 09d7024..d2cd7f1 100644 --- a/profile/assets/logo-dark.svg +++ b/profile/assets/logo-dark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/profile/assets/logo.svg b/profile/assets/logo.svg index c9c4c2d..724e1e3 100644 --- a/profile/assets/logo.svg +++ b/profile/assets/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file