fix: Clock overlay

This commit is contained in:
sthag 2026-03-11 20:08:22 +01:00
parent a7431ec85d
commit 52ee2e3dd7

View file

@ -46,7 +46,7 @@ tags:
#init() { #init() {
this.#createContext(['background', 'hands']); this.#createContext(['background', 'hands']);
this.createOverlay(); // this.createOverlay();
this.addRing('seconds', 1, 21, 60, `rgb(250, 216, 3)`); this.addRing('seconds', 1, 21, 60, `rgb(250, 216, 3)`);
this.addRing('minutes', .9, 46, 60, `rgb(242, 175, 19)`); this.addRing('minutes', .9, 46, 60, `rgb(242, 175, 19)`);