1
0
Fork 0

Update markdown/dev/reference/macros/sewtogether/en.md

Co-authored-by: BenJamesBen <109869956+BenJamesBen@users.noreply.github.com>
This commit is contained in:
Wouter van Wageningen 2023-05-07 13:13:11 -07:00 committed by GitHub
parent 688d8cb5ea
commit 00afddef6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ macro('sewTogether', {
| `from` | | [Point](/reference/api/point) | One side of what needs to be sewn together |
| `to` | | [Point](/reference/api/point) | The other side of what needs to be sewn together |
| `middle` | null | [Point](/reference/api/point) | The middle point (when ommitted, it will be halfway between `from` and `to`) |
| `prefix` | 'pleat' | String | The prefix to be used for creating all the points and paths |
| `prefix` | 'sewtogether' | String | The prefix to be used for creating all the points and paths |
| `hinge ` | `false` | Boolean | Draws the hinge line |
## Result