]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Use percentage
authorRuben Beltran del Rio <redacted>
Fri, 16 Feb 2024 23:43:42 +0000 (00:43 +0100)
committerRuben Beltran del Rio <redacted>
Fri, 16 Feb 2024 23:43:42 +0000 (00:43 +0100)
js/animation.js

index c41d363e6ff4a638d0bab6f037b92851751c5408..99987e7f3766b4a50dbd6aa907815edeecb07e0f 100644 (file)
@@ -58,7 +58,7 @@
     var {x, y} = pos(i)
     X.beginPath()
     X.lineWidth = 5
     var {x, y} = pos(i)
     X.beginPath()
     X.lineWidth = 5
-    X.strokeStyle = `hsl(0,0,${i.c}%)`
+    X.strokeStyle = `hsl(0,0%,${i.c}%)`
     X.moveTo(x, y)
     X.lineTo(x * 10 * C(i.a), y * 10 * S(i.a))
     X.stroke()
     X.moveTo(x, y)
     X.lineTo(x * 10 * C(i.a), y * 10 * S(i.a))
     X.stroke()
     if (dt > 1000 / f) {
       k && X.clearRect(0, 0, 64, 64)
       for (var i of I) {
     if (dt > 1000 / f) {
       k && X.clearRect(0, 0, 64, 64)
       for (var i of I) {
-        X.fillStyle = `hsl(0,0,${i.c}%)`
+        X.fillStyle = `hsl(0,0%,${i.c}%)`
         draw(i)
         c && ucl(i)
         mov(i)
         draw(i)
         c && ucl(i)
         mov(i)