Skip to content

Reference fixes #8073

@nickmcintyre

Description

@nickmcintyre

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 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.

Metadata

Metadata

Assignees

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions