fix(branding): reduce "i" glyph size and fix baseline alignment in GitHub SVGs

Scale down the branded "i" to sit as a proper lowercase glyph beside
the uppercase "NTERCEPT" text, with the stem bottom on the baseline
and the dot just above cap height.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-03-12 22:43:29 +00:00
parent 612e137a60
commit fe42ca207c
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
</g>
<!-- Title: branded "i" glyph + NTERCEPT text -->
<g transform="translate(462, 62) scale(0.94)">
<g transform="translate(479, 83) scale(0.7)">
<circle cx="50" cy="18" r="6" fill="#00ff88"/>
<rect x="44" y="30" width="12" height="45" rx="2" fill="#00d4ff"/>
<rect x="38" y="30" width="24" height="4" rx="1" fill="#00d4ff"/>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -42,7 +42,7 @@
</g>
<!-- Title: branded "i" glyph + NTERCEPT text -->
<g transform="translate(320, 283) scale(1.24)">
<g transform="translate(341, 311) scale(0.92)">
<circle cx="50" cy="18" r="6" fill="#00ff88"/>
<rect x="44" y="30" width="12" height="45" rx="2" fill="#00d4ff"/>
<rect x="38" y="30" width="24" height="4" rx="1" fill="#00d4ff"/>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB