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;