fix(markdown): Default for cutonfold macro offset
This commit is contained in:
parent
3c8b5190a4
commit
5d43ce2860
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ macro('cutonfold', {
|
|||
| `from` | | [Point](/reference/api/point) | The startpoint of the *cut on fold* indicator |
|
||||
| `to` | | [Point](/reference/api/point) | The endpoint of the *cut on fold* indicator |
|
||||
| `margin` | 5 | [Point](/reference/api/point) | The distance in % to keep from the start/end edge |
|
||||
| `offset` | 50 | Number | The distance in mm to offset from the line from start to end |
|
||||
| `offset` | 15 | Number | The distance in mm to offset from the line from start to end |
|
||||
| `grainline` | `false` | Boolean | Whether this cutonfold indicator is also the grainline |
|
||||
|
||||
<Note>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue