From 0e4da0fc674dd049eb89d5d21565ced489c252a2 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Thu, 8 Jan 2026 11:11:36 -0800 Subject: [PATCH] Set indics back to default on reset --- html/images/space.svg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/images/space.svg b/html/images/space.svg index fc8e0a4..869a71f 100644 --- a/html/images/space.svg +++ b/html/images/space.svg @@ -855,6 +855,11 @@ function init() { s.node.style.transform = `translate(${s.position.x}px, ${s.position.y}px)`; wallElements.forEach(w => w.setAttribute('fill', 'black')); + velIndic.setAttribute('x2', 0); + velIndic.setAttribute('y2', 0); + acclIndic.setAttribute('x2', 0); + acclIndic.setAttribute('y2', 0); + time.innerText = "0"; }