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";
}