Closed jeremydouglass closed 4 years ago
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
https://processing.org/reference/strokeCap_.html https://processing.org/reference/point_.html
Add a brief note to each reference page clarifying how strokeCap() interacts with point().
strokeCap()
point()
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 withpoint()
.