We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecd001 commit a996573Copy full SHA for a996573
1 file changed
content/references/examples/processing/beginShape_/beginShape_10.pde
@@ -1,6 +1,8 @@
1
beginShape();
2
vertex(120, 80);
3
-vertex(340, 80);
+vertex(230, 80);
4
+vertex(230, 190);
5
+vertex(340, 190);
6
vertex(340, 300);
7
vertex(120, 300);
8
endShape(CLOSE);
0 commit comments