From 3629cb8737a83912d882b158b58c4cb29739d826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Rivi=C3=A8re?= Date: Fri, 14 Nov 2025 14:01:17 -0800 Subject: [PATCH] closes #2354 --- docs/marks/tip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/marks/tip.md b/docs/marks/tip.md index f4ccdaed37..ccb4481624 100644 --- a/docs/marks/tip.md +++ b/docs/marks/tip.md @@ -250,7 +250,7 @@ These [standard text options](./text.md#text-options) control the display of tex - **fontWeight** - the [font weight](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight); defaults to *normal* - **textAnchor** - the [text anchor](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-anchor) for horizontal position; *start*, *end*, or *middle* - **lineHeight** - the line height in ems; defaults to 1 -- **lineWidth** - the line width in ems, for wrapping; defaults to Infinity +- **lineWidth** - the line width in ems, for wrapping; defaults to 20 - **textOverflow** - how to wrap or clip lines longer than the specified line width ## tip(*data*, *options*) {#tip}