1
0
Fork 0

fix(markdown): Default for cutonfold macro offset

This commit is contained in:
Joost De Cock 2022-01-17 18:12:49 +01:00
parent 3c8b5190a4
commit 5d43ce2860

View file

@ -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>