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
@@ -1989,11 +1999,6 @@ function customShapes(p5, fn) {
1989
1999
* function setup() {
1990
2000
* createCanvas(100, 100);
1991
2001
*
1992
-
* describe('A black spline forms a sideways U shape through
1993
-
* four points. The spline passes through the points more loosely
1994
-
* as the mouse moves left of center (negative tightness), and more
1995
-
* tightly as it moves right of center (positive tightness). The
1996
-
* tightness is displayed at the bottom.');
1997
2002
* }
1998
2003
*
1999
2004
* function draw() {
@@ -2027,6 +2032,7 @@ function customShapes(p5, fn) {
2027
2032
* noStroke();
2028
2033
* textSize(10);
2029
2034
* text(`tightness: ${round(t, 1)}`, 15, 90);
2035
+
* describe('A black spline forms a sideways U shape through four points. The spline passes through the points more loosely as the mouse moves left of center (negative tightness), and more tightly as it moves right of center (positive tightness). The tightness is displayed at the bottom.');
0 commit comments