We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cb105 commit d818d17Copy full SHA for d818d17
demo/recursive_pentagon.rb
@@ -17,7 +17,7 @@ def setup
17
end
18
19
def draw
20
- background 0
+ background cols.last
21
translate(width / 2, height / 2)
22
angle = TWO_PI / 5
23
radius = width / 2
0 commit comments