From 59a6bda0bae07f28c829598b2dc3eea18b871c2f Mon Sep 17 00:00:00 2001 From: liquidev Date: Sat, 24 Aug 2024 18:04:58 +0200 Subject: [PATCH] change example color in documentation to black from transparent --- docs/haku.dj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/haku.dj b/docs/haku.dj index a125763..c45f8a1 100644 --- a/docs/haku.dj +++ b/docs/haku.dj @@ -102,7 +102,7 @@ A function allows us to store a piece of code for later, and give it some _param (stroke 1 color (circle x (- y 8) 8)) (stroke 1 color (circle x (+ y 8) 8))))) -(circles (rgba 0 0 0 0) 0 0) +(circles (rgba 0 0 0 1) 0 0) ``` ## Limits