From 8126e0bff11823277da0f22b614b7ef66cb53bbe Mon Sep 17 00:00:00 2001 From: "kapil.madan" Date: Thu, 14 May 2026 16:01:53 +0530 Subject: [PATCH] fix(hero-banner): center {} braces in the hexagon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hero banner's curly-braces glyph was sitting 14 units left of the hexagon center because the transform translated the brace group to (32, 62) rather than (46, 62). In the 80×80 brace frame the glyph is already centred at (40, 40); after scale(0.65) its centre lands at (26, 26); the translate must therefore put (26, 26) at the hexagon centre (72, 88), i.e. translate(46, 62), not translate(32, 62). The same glyph in logo_*.svg and og_card_*.svg was unaffected because those use a different hexagon position whose centre already sits at (40, 40) in the local frame, with no extra transform applied. Visible only on the hero banner, light + dark variants. --- diagrams/hero_banner_dark.svg | 2 +- diagrams/hero_banner_light.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/diagrams/hero_banner_dark.svg b/diagrams/hero_banner_dark.svg index ecd5cad..41fd747 100644 --- a/diagrams/hero_banner_dark.svg +++ b/diagrams/hero_banner_dark.svg @@ -3,7 +3,7 @@ GOPAL GOPAL hero banner with logo, wordmark, tagline, and framework badges. - + diff --git a/diagrams/hero_banner_light.svg b/diagrams/hero_banner_light.svg index b3a9120..cb5d863 100644 --- a/diagrams/hero_banner_light.svg +++ b/diagrams/hero_banner_light.svg @@ -3,7 +3,7 @@ GOPAL GOPAL hero banner with logo, wordmark, tagline, and framework badges. - +