Update markdown/dev/reference/macros/sewtogether/en.md
Co-authored-by: BenJamesBen <109869956+BenJamesBen@users.noreply.github.com>
This commit is contained in:
parent
688d8cb5ea
commit
00afddef6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue