From 5e7ed049ab910e8f5f2c37cca77718fed9be4460 Mon Sep 17 00:00:00 2001 From: Ian Howard Date: Fri, 13 Oct 2023 12:10:09 -0700 Subject: [PATCH] Fix overzealous pruning. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 079c9bd..82cd4d7 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ const { drawText, getTextHeight, splitText } = window.canvasTxt | `lineHeight` | `null` | Line height of the text, if set to null it tries to auto-detect the value | | `justify` | `false` | Justify text if `true`, it will insert spaces between words when necessary. | | `strokeWidth` | `1` | Stroke line width. | +| `strokeColor` | `black` | Stroke color. | ## Methods