processing / processing-docs

[Deprecated] Processing reference, examples, tutorials, and website
https://processing.org
371 stars 179 forks source link

Document using strokeCap(PROJECT) with point(), invisible points problem #792

Closed jeremydouglass closed 4 years ago

jeremydouglass commented 4 years ago

Issue description

Currently it is unclear in documentation that strokeCap(SQUARE) does not cause points to become square -- instead, it causes the points to become invisible. You must use strokeCap(PROJECT) instead. See processing issues:

https://github.com/processing/processing/issues/4871 https://github.com/processing/processing/issues/5957

URL(s) of affected page(s)

https://processing.org/reference/strokeCap_.html https://processing.org/reference/point_.html

Proposed fix

Add a brief note to each reference page clarifying how strokeCap() interacts with point().