1
0
Fork 0

chore(markdown): Linter fixes

This commit is contained in:
Joost De Cock 2022-02-18 18:33:38 +01:00
parent e146a451da
commit 1d8beedd44
6 changed files with 12 additions and 17 deletions

View file

@ -13,13 +13,12 @@ Obviously, the order in which you add points to your code needs to take a backse
to the logic of your code. But typically what you're doing is constructing an outline
of (a part of) a garment.
So pick a point, and make your way around counter-clockwise.
So pick a point, and make your way around counter-clockwise.
When naming control points for curves, re-use the name of the point they are attached to
and add `Cp1` to the control point before and `Cp2` to the control point after the point if
, once again, you'd follow your path counter-clockwise.
For example:
```js