From 417aec43a4e10a826412ac6b708fc579c2cc63f7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 16 Jan 2022 17:27:58 +0100 Subject: [PATCH] fix(markdown): Added missing anchor prop --- markdown/dev/reference/api/macros/bartack/en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/markdown/dev/reference/api/macros/bartack/en.md b/markdown/dev/reference/api/macros/bartack/en.md index 190c9a22484..8c26f9eb8d0 100644 --- a/markdown/dev/reference/api/macros/bartack/en.md +++ b/markdown/dev/reference/api/macros/bartack/en.md @@ -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 |