File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/content/examples/en/01_Shapes_And_Color/00_Shape_Primitives Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ relatedReference:
99---
1010
1111This program demonstrates the use of the basic shape
12- primitive functions including
12+ primitive functions
1313<a href = " https://p5js.org/reference/p5/square" target = " _blank" >square()</a >,
1414<a href = " https://p5js.org/reference/p5/rect" target = " _blank" >rect()</a >,
1515<a href = " https://p5js.org/reference/p5/ellipse" target = " _blank" >ellipse()</a >,
@@ -18,5 +18,3 @@ primitive functions including
1818<a href = " https://p5js.org/reference/p5/line" target = " _blank" >line()</a >,
1919<a href = " https://p5js.org/reference/p5/triangle" target = " _blank" >triangle()</a >,
2020and <a href = " https://p5js.org/reference/p5/quad" target = " _blank" >quad()</a >.
21-
22- Test update: These basic shapes are the building blocks of creative coding!
You can’t perform that action at this time.
0 commit comments