We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c92353 commit 477a476Copy full SHA for 477a476
1 file changed
content/examples/Basics/Math/Sine/Sine.pde
@@ -11,7 +11,6 @@ void setup() {
11
size(640, 360);
12
diameter = height - 10;
13
noStroke();
14
- noStroke();
15
fill(255, 204, 0);
16
}
17
0 commit comments