Widen SVG logo viewBox from 335 to 345 to prevent trailing "s" clipping

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jon Saad-Falcon
2026-02-23 01:29:55 +00:00
co-authored by Claude Opus 4.6
parent 4d65dadd78
commit a0961633a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<svg width="335" height="80" viewBox="0 0 335 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="345" height="80" viewBox="0 0 345 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Circuit Node Mark -->
<g transform="translate(0, 0)">
<circle cx="40" cy="40" r="12" fill="#e0e0e8"/>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

+1 -1
View File
@@ -1,4 +1,4 @@
<svg width="335" height="80" viewBox="0 0 335 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="345" height="80" viewBox="0 0 345 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Circuit Node Mark -->
<g transform="translate(0, 0)">
<circle cx="40" cy="40" r="12" fill="#1a1a1e"/>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB