🐛 Fix small interface errors

This commit is contained in:
Eva 2023-11-15 17:04:22 +01:00 committed by Alonso Torres
parent dcd347ab4f
commit 617edd0fa8
42 changed files with 338 additions and 228 deletions

View file

@ -28,7 +28,7 @@
(obj/set! context "font" (str (/ size 2) "px Arial"))
(obj/set! context "textAlign" "center")
(obj/set! context "fillStyle" "#ffffff")
(obj/set! context "fillStyle" "#2e3434")
(.fillText context letters (/ size 2) (/ size 1.5))
(.toDataURL canvas)))