From a5e835bcd7c2874126e3741d863d407a44520eb1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Jun 2026 05:12:14 -0400 Subject: [PATCH] Drop a stray measurement line in the export dot loop Co-Authored-By: Claude Opus 4.8 (1M context) --- static/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/static/index.html b/static/index.html index 198d1d5..b26d01c 100644 --- a/static/index.html +++ b/static/index.html @@ -878,7 +878,6 @@ document.getElementById('exportBtn').addEventListener('click', async ()=>{ x.font = "8px 'Spline Sans Mono', monospace"; x.textAlign = 'center'; spans.forEach(s=>{ - const x0 = PAD + x.measureText(line.slice(0, s.s)).width * 2; // measure with the body font for positions x.font = font; const left = PAD + x.measureText(line.slice(0, s.s)).width;