From 04a3e7194317ea086e926dd2efb3613c808d1ccc Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Mon, 17 Aug 2026 01:41:09 +0000
Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Bolt:=20optimize=20SVG=20path=20dat?=
=?UTF-8?q?a=20in=20organization=20logos?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Optimize SVG path data in profile/assets/logo.svg and profile/assets/logo-dark.svg by removing 1-unit flat horizontal segment corrections at line junctions in letters 'M' and 'd'.
This reduces asset transfer payload size by 13 bytes per SVG file without visual regression.
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