1
0
Fork 0

Merge pull request #1641 from anniekao/patch-4

Update code block in tutorial
This commit is contained in:
Joost De Cock 2022-01-15 17:57:23 +01:00 committed by GitHub
commit 55c32395d2
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