From 882e4d532cd05476d3cb7e13b85cc6afe5953dbb Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 27 Oct 2024 15:52:14 +0000 Subject: Start TST markers off the track --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.js b/play.js index f786be2..23d7c45 100644 --- a/play.js +++ b/play.js @@ -505,7 +505,7 @@ function layout_stability_marker() { ui.stability.style.top = y - 25 + "px" } -let TST_X = [ 53, 53 + 69, 53 + 69 * 2, 53 + 69 * 3, 53 + 69 * 4, 53 + 69 * 5, 53 + 69 * 6, 556 ] +let TST_X = [ 0, 53, 53 + 69, 53 + 69 * 2, 53 + 69 * 3, 53 + 69 * 4, 53 + 69 * 5, 53 + 69 * 6, 556 ] let TST_Y = [ 2128, 2257 ] function layout_tst_marker(e, v, top) { -- cgit v1.2.3