From bb2800844f8046402e125eddb848460cd5a9a3de Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 01:42:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20optimize=20SVG=20path=20dat?= =?UTF-8?q?a=20in=20logo=20assets=20(-16B=20total=20reduction)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Optimize path data of profile/assets/logo.svg and profile/assets/logo-dark.svg by applying 5 precise coordinate path replacements inside letters 'M' and 'd' to form sharp mathematical vector junctions, saving 8 bytes per file. Update performance comments accordingly to show the new cumulative reduction (-69B). 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 70ad202..f7fef3a 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 c4497dc..9f6df40 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