From 15f9f591a108748e2eece2f9d5ed3de839b9e469 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 7 Oct 2025 01:51:13 +0100 Subject: [PATCH] webstead: more sensible viewBox for --- webstead.xhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webstead.xhtml b/webstead.xhtml index d01a297..9034518 100644 --- a/webstead.xhtml +++ b/webstead.xhtml @@ -79,6 +79,7 @@ for (var e of document.querySelectorAll('#pixels input')) { e.onchange = update_glyph; } + document.querySelector('#inpane').onreset = update_glyph; update_glyph(); } import("./bedstead.js").then((module) => { @@ -164,7 +165,7 @@
- + -- 2.30.2