From 58aaa452af5df5fe84d9d26c5e0eb93048345844 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 11 May 2024 00:18:33 +0200 Subject: start with markers at appropriate positions --- play.html | 14 +++++++------- play.js | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/play.html b/play.html index b0a9b7c..5054d5a 100644 --- a/play.html +++ b/play.html @@ -70,13 +70,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/play.js b/play.js index 4b3eb18..dec6038 100644 --- a/play.js +++ b/play.js @@ -415,7 +415,7 @@ for (let i = 0; i <= 45; ++i) { x = 1205 + 22 y = 1577 - (i-25) * 47.25 + 22 } - TRACK_XY[i] = [ x, y ] + TRACK_XY[i] = [ Math.round(x), Math.round(y) ] } const CALENDAR_XY = [ -- cgit v1.2.3