Most appropriate sub-area of p5.js?
p5.js version
= 1.9(ish)
Web browser and version
All
Operating system
All
Steps to reproduce this
I found a handful of typos, omissions, and errors in the reference while reviewing it this week 🤦🏽♂️ Here's a quick rundown:
stroke() -- ...after calling stroke() will be outlined with the color orange...
fill() -- The version of fill() with four parameters... is missing
background() -- The version of background() with four parameters... is missing
endShape() -- Stops adding vertices to a custom shape.
shearY() -- In the example comments, // Shear the coordinate system along the **y**-axis.
applyMatrix() -- Broken link: https://en.wikipedia.org/wiki/Transformation_matrix
arc() -- The sentence "Arcs are always drawn clockwise from start to stop." is repeated; the second copy should be deleted.
Most appropriate sub-area of p5.js?
p5.js version
Web browser and version
All
Operating system
All
Steps to reproduce this
I found a handful of typos, omissions, and errors in the reference while reviewing it this week 🤦🏽♂️ Here's a quick rundown:
stroke()-- ...after callingstroke()will be outlined with the color orange...fill()-- The version offill()with four parameters... is missingbackground()-- The version ofbackground()with four parameters... is missingendShape()-- Stops adding vertices to a custom shape.shearY()-- In the example comments,// Shear the coordinate system along the **y**-axis.applyMatrix()-- Broken link: https://en.wikipedia.org/wiki/Transformation_matrixarc()-- The sentence "Arcs are always drawn clockwise from start to stop." is repeated; the second copy should be deleted.