From df3ef27625aaf0b6114c283cc27fc77ddee183cf Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sat, 20 Jul 2019 16:21:18 +0900 Subject: [PATCH] Ported spiral --- examples/spiral.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spiral.lisp b/examples/spiral.lisp index d430d70..6ca0c55 100644 --- a/examples/spiral.lisp +++ b/examples/spiral.lisp @@ -9,7 +9,7 @@ ( (stroke (circle - (add 300 + (add 375 (mul (cos (add @@ -22,7 +22,7 @@ (sin (div v 11)) (div v 2))) - (div v 2)) 1 "#fff") + (div v 2)) 1 "rgba(114,222, 194,0.1)") (rec (sub v 0.3))))) ; set false to stop