From f68a88f3e8b88027cf198e102dec7da37d5ae03b Mon Sep 17 00:00:00 2001 From: Hans de Zwart Date: Tue, 11 Aug 2026 11:46:45 +0200 Subject: [PATCH] Centre the reset glyph in its viewBox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The armed ring looked a couple of pixels low. The ring was already exactly centred on the button — measured 0.00px off — but the glyph wasn't: its arc is a circle centred at (12,11) in a 24-unit viewBox, so the ring and the glyph's circle were drawn as two almost-concentric circles about 1.8px apart, which reads as misalignment much louder than a single shape would. Shifting the glyph down one unit puts its circle at (12,12), concentric with the ring to 0.00px. It also fixes the icon sitting high next to its neighbours — reset was the only one in the bar whose ink was off centre (dy=-1.32 against 0.00 for the gear and speaker). Co-Authored-By: Claude Opus 5 --- public_html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/index.html b/public_html/index.html index f33da78..5ebdd37 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -305,7 +305,7 @@