From a4876b9503d610d7c3e60b74a51e3c09daef8d60 Mon Sep 17 00:00:00 2001 From: Johannes Wolf Date: Fri, 25 Oct 2024 23:54:05 +0200 Subject: [PATCH] docs: Add mark `anchor` documentation --- docs/basics/marks.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/basics/marks.mdx b/docs/basics/marks.mdx index d5f665fc..114014d5 100644 --- a/docs/basics/marks.mdx +++ b/docs/basics/marks.mdx @@ -118,6 +118,10 @@ line(..c) Like `pos` but it advances the position of the mark instead of overriding it. + + Anchor to position the mark at. Can be one of `base`, `center` or `tip`. + + How much to slant the mark relative to the axis of the arrow. 0% means no slant 100% slants at 45 degrees.