Skip to content

Commit 4d1ddf1

Browse files
committed
moor smooth
1 parent c5d49c1 commit 4d1ddf1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

contributed/animator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Animator < Propane::App
77
def settings
88
size 350, 350
99
# pixel_density(2) # for HiDpi screens
10-
smooth # see https://processing.org/reference/smooth_.html
10+
# smooth see https://processing.org/reference/smooth_.html
1111
end
1212

1313
def setup

processing_app/basics/color/radial_gradient.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def create_gradient(x, y, radius, c1, c2)
5252

5353
def settings
5454
size 640, 360, P2D
55-
smooth
5655
end
5756
end
5857

0 commit comments

Comments
 (0)