1
0
Fork 0

fix(markdown): Added missing anchor prop

This commit is contained in:
Joost De Cock 2022-01-16 17:27:58 +01:00
parent dcc7e9a096
commit 417aec43a4

View file

@ -19,6 +19,7 @@ macro('bartack', {
| Property | Default | Type | Description |
|-------------:|------------|------------|-------------|
| `anchor` | | `Point` | The point to start the bartack from |
| `angle` | `0` | `number` | The angle under which to draw the bartack |
| `density` | `3` | `number` | Controls how close the stitches are togeter |
| `length` | `15` | `number` | Length of the bartack |