-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- p5.strands
- WebGL
- DevOps, Build process, Unit testing
- Internationalization (i18n)
- Friendly Errors
- Other (specify if possible)
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 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.
Metadata
Metadata
Assignees
Type
Projects
Status
Done