You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
processing/processing#4871
processing/processing#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()
.The text was updated successfully, but these errors were encountered: