From 5a2742bb4578e73af251b66672291a08aaf3144e Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 01:45:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20optimize=20logo=20SVG=20pat?= =?UTF-8?q?h=20coordinates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Optimize path coordinate junctions in logo.svg and logo-dark.svg to replace redundant tiny 1-unit flat segment corrections with direct continuous slant/curve movements in the letters 'M' and 'd'. This reduces both SVG file sizes from 2646 bytes to exactly 2631 bytes (a 15-byte reduction per asset), reducing payload and parse overhead for critical brand assets without any rendering degradation. 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..c182cfa 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..79382dd 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