mirror of
https://github.com/smittix/intercept.git
synced 2026-04-28 08:40:01 -07:00
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:
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user