first svg is pitch perfect

This commit is contained in:
Priec
2026-06-02 21:55:06 +02:00
parent 93769b3129
commit 3266c944ba
2 changed files with 16 additions and 20 deletions

View File

@@ -21,12 +21,11 @@
<g xml:space="preserve"> <g xml:space="preserve">
<rect x="0.5" y="0.5" width="639" height="399" rx="10" fill="#f4f4f2" stroke="#d8d8d2"/> <rect x="0.5" y="0.5" width="639" height="399" rx="10" fill="#f4f4f2" stroke="#d8d8d2"/>
<text x="16" y="16" class="muted">Login</text> <text x="8" y="16" class="muted">Login</text>
<rect x="80" y="2" width="72" height="20" rx="3" class="green"/> <rect x="56" y="2" width="80" height="20" class="green"/>
<text x="88" y="16" class="greenfg b">Register</text> <text x="64" y="16" class="greenfg b">Register</text>
<text x="168" y="16" class="muted">Admin_Panel</text> <text x="144" y="16" class="muted">Admin_Panel</text>
<text x="280" y="16" class="muted">Quit</text> <text x="248" y="16" class="muted">Quit</text>
<line x1="8" y1="27" x2="632" y2="27" stroke="#d8d8d2"/>
<text x="168" y="60" class="blue b" textLength="304" lengthAdjust="spacing">╭─ Register ─────────────────────────╮</text> <text x="168" y="60" class="blue b" textLength="304" lengthAdjust="spacing">╭─ Register ─────────────────────────╮</text>
<text x="168" y="76" class="blue"></text><text x="464" y="76" class="blue"></text> <text x="168" y="76" class="blue"></text><text x="464" y="76" class="blue"></text>
@@ -74,9 +73,8 @@
<text x="184" y="332" class="green b" textLength="144" lengthAdjust="spacing">╰────────────────╯</text> <text x="184" y="332" class="green b" textLength="144" lengthAdjust="spacing">╰────────────────╯</text>
<text x="360" y="316" class="dim">enter ↵</text> <text x="360" y="316" class="dim">enter ↵</text>
<line x1="8" y1="378" x2="632" y2="378" stroke="#d8d8d2"/> <text x="32" y="380" class="green b">INS</text>
<text x="32" y="396" class="green b">INS</text> <text x="72" y="380" class="muted">[+]</text>
<text x="72" y="396" class="muted">[+]</text> <text x="632" y="380" class="gold" text-anchor="end">tui-pages v0.7.2 │ 60 FPS</text>
<text x="632" y="396" class="gold" text-anchor="end">tui-pages v0.7.2 │ 60 FPS</text>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -27,12 +27,11 @@
<rect x="0.5" y="0.5" width="639" height="399" rx="10" fill="#1a1b1e" stroke="#2a2b30"/> <rect x="0.5" y="0.5" width="639" height="399" rx="10" fill="#1a1b1e" stroke="#2a2b30"/>
<!-- ===== tab bar ===== --> <!-- ===== tab bar ===== -->
<text x="16" y="16" class="muted">Login</text> <text x="8" y="16" class="muted">Login</text>
<rect x="80" y="2" width="72" height="20" rx="3" class="green"/> <rect x="56" y="2" width="80" height="20" class="green"/>
<text x="88" y="16" class="greenfg b">Register</text> <text x="64" y="16" class="greenfg b">Register</text>
<text x="168" y="16" class="muted">Admin_Panel</text> <text x="144" y="16" class="muted">Admin_Panel</text>
<text x="280" y="16" class="muted">Quit</text> <text x="248" y="16" class="muted">Quit</text>
<line x1="8" y1="27" x2="632" y2="27" stroke="#2a2b30"/>
<!-- ===== Register panel (cols 21..58, rows 3..21) ===== --> <!-- ===== Register panel (cols 21..58, rows 3..21) ===== -->
<text x="168" y="60" class="blue b" textLength="304" lengthAdjust="spacing">╭─ Register ─────────────────────────╮</text> <text x="168" y="60" class="blue b" textLength="304" lengthAdjust="spacing">╭─ Register ─────────────────────────╮</text>
@@ -87,9 +86,8 @@
<text x="360" y="316" class="dim">enter ↵</text> <text x="360" y="316" class="dim">enter ↵</text>
<!-- ===== footer ===== --> <!-- ===== footer ===== -->
<line x1="8" y1="378" x2="632" y2="378" stroke="#2a2b30"/> <text x="32" y="380" class="green b">INS</text>
<text x="32" y="396" class="green b">INS</text> <text x="72" y="380" class="muted">[+]</text>
<text x="72" y="396" class="muted">[+]</text> <text x="632" y="380" class="gold" text-anchor="end">tui-pages v0.7.2 │ 60 FPS</text>
<text x="632" y="396" class="gold" text-anchor="end">tui-pages v0.7.2 │ 60 FPS</text>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB