1
0
Fork 0

Update code block in tutorial

This commit is contained in:
Annie Kao 2022-01-12 17:06:46 -05:00 committed by GitHub
parent 4895aed2c9
commit f5919c2a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ as it is, and simply chose to not show it.
To accomplish this, update the code and add this one line:
```js
paths.neck = new Path()
paths.quarterNeck = new Path()
.move(points.right)
.curve(points.rightCp1, points.bottomCp2, points.bottom)
.setRender(false) // <== Add this line