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 757dd8f commit 06eece3Copy full SHA for 06eece3
src/content/examples/en/01_Shapes_And_Color/00_Shape_Primitives/description.mdx
@@ -17,4 +17,6 @@ primitive functions including
17
<a href="https://p5js.org/reference/p5/arc" target="_blank">arc()</a>,
18
<a href="https://p5js.org/reference/p5/line" target="_blank">line()</a>,
19
<a href="https://p5js.org/reference/p5/triangle" target="_blank">triangle()</a>,
20
-and <a href="https://p5js.org/reference/p5/quad" target="_blank">quad()</a>.
+and <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!
0 commit comments