From 9ca5facfb10d0dbf35292f5dcba0550108b8b57d Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:04:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20optimize=20SVG=20logo=20ass?= =?UTF-8?q?ets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💡 What: Optimized logo.svg and logo-dark.svg using npx svgo with multipass and zero precision. Added a performance comment to each file. 🎯 Why: SVG assets produced by design tools often contain unnecessary metadata and excessive coordinate precision, increasing file size and load time. 📊 Impact: - Reduces logo.svg from 5.1KB to 2.8KB (~45% reduction). - Reduces logo-dark.svg from 5.1KB to 2.8KB (~45% reduction). 🔬 Measurement: Verified visual integrity with Playwright and compared file sizes using `ls -lh`. 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