From adf2318651af9f5f257a23a697889379a9ee3bec Mon Sep 17 00:00:00 2001 From: Preet <833927+pshihn@users.noreply.github.com> Date: Sat, 13 Jun 2020 00:36:04 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b253037..a6760ea 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,9 @@ Width of the annotation strokes. Default value is `1`. Padding between the element and roughly where the annotation is drawn. Default value is `5` (in pixels). If you wish to specify different `top`, `left`, `right`, `bottom` paddings, you can set the value to an array akin to CSS style padidng `[top, right, bottom, left]` or just `[top & bottom, left & right]`. +#### multiline +This prooperty only applies to inline text. To annotate multiline text (each line separately), set this property to `true`. + #### iterations By default annotations are drawn in two iterations, e.g. when underlining, drawing from left to right and then back from right to left. Setting this property can let you configure the number of iterations.