From d396a4a46a42bb3455d5b41c98e41ffb508ca258 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 01:46:40 +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 This commit optimizes the organization profile logo assets by minifying the SVG files and reducing coordinate precision. 💡 What: - Optimized `profile/assets/logo.svg` and `profile/assets/logo-dark.svg` using SVGO. - Reduced coordinate precision to 0 and enabled multipass optimization. - Added a performance optimization comment to the SVG source files. 🎯 Why: - The original SVG assets contained high-precision coordinates and metadata that increased file size without providing visible benefit for simple logos. - Reducing the weight of these core assets improves initial page load and reduces bandwidth consumption for the organization's profile page. 📊 Impact: - Reduces `logo.svg` size from 5.1KB to 2.7KB (47% reduction). - Reduces `logo-dark.svg` size from 5.1KB to 2.7KB (47% reduction). - Total savings: ~4.8KB of asset weight. 🔬 Measurement: - Verified visual integrity using Playwright by rendering the optimized SVGs on light and dark backgrounds. - Measured file size reduction using `ls -lh`. - Confirmed no regression in Markdown linting via `npx markdownlint-cli .`. 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