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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,6 +323,7 @@ Additional shanges to shapes in p5.js 1.x, compared to p5.js 2.0, are as follows
323
323
* Sampling detail cleanup
324
324
* p5.js 1.x has separate `curveDetail()` and `bezierDetail()`
325
325
* p5.js 2.0 uses `curveDetail()` to cover both, as the more general function
326
+
* Defauls updated: in p5.js 1.x, `endContour()` is the same as `endContour(CLOSE)`
326
327
327
328
All of the above usages in p5.js 1.x remain available with the [shapes.js](https://github.com/processing/p5.js-compatibility/blob/main/src/shapes.js) compatibility add-on library.
0 commit comments