Update README.md (#41)

This commit is contained in:
Max Eisen
2020-06-15 14:53:35 -07:00
committed by GitHub
parent adf2318651
commit aef7829522

View File

@@ -96,7 +96,7 @@ Padding between the element and roughly where the annotation is drawn. Default v
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`.
This property 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.