From 315d598339f84ba2cdb74e8e206729f7b6659251 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Sat, 6 May 2023 12:14:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bad9ec..86978ae 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ The options object is optional, as are each of its properties. | `easing` | function | t => t | An easing function to apply to each point's pressure. | | `start` | { } | | Tapering options for the start of the line. | | `end` | { } | | Tapering options for the end of the line. | -| `last` | boolean | true | Whether the stroke is complete. | +| `last` | boolean | false | Whether the stroke is complete. | **Note:** When the `last` property is `true`, the line's end will be drawn at the last input point, rather than slightly behind it.