UX Improvements

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-09 22:26:00 -08:00
parent 2cb9a075a7
commit 7bcd95068c

View file

@ -189,11 +189,11 @@ if (text) {
ctx.fillText(text, Math.max(0, axisX - axisInset), py);
// DEBUG: show axis anchor point (remove later)
// ctx.save();
// ctx.globalAlpha = 0.9;
// ctx.fillStyle = "red";
// ctx.fillRect(axisX - 1, py - 1, 2, 2);
// ctx.restore();
ctx.save();
ctx.globalAlpha = 0.9;
ctx.fillStyle = "red";
ctx.fillRect(axisX - 1, py - 1, 2, 2);
ctx.restore();
}
}