change example color in documentation to black from transparent

This commit is contained in:
liquidex 2024-08-24 18:04:58 +02:00
parent 2d1f49f78d
commit 59a6bda0ba

View file

@ -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))
(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 ## Limits