From 9f9f9c72edebc5b967c07e2e55404fbc8fac439d Mon Sep 17 00:00:00 2001 From: meeki007 <5952964+meeki007@users.noreply.github.com> Date: Wed, 16 Dec 2020 08:53:42 -0500 Subject: [PATCH] Update README.md --- utility/annotate-image/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/annotate-image/README.md b/utility/annotate-image/README.md index 78d2ddb5..363d2b10 100644 --- a/utility/annotate-image/README.md +++ b/utility/annotate-image/README.md @@ -37,7 +37,7 @@ Each annotation is an object with the following properties: - `lineWidth` (*number*) : the stroke width used to draw the annotation. Default: `5` - `fontSize` (*number*) : the font size to use for the label. Default: `24` - `fontColor` (*string*) : the color of the font to use for the label. Default: `#ffC000` - - `labelLocation` (*string*) : The Location to place the label. Default: `top` or `bottom` + - `labelLocation` (*string*) : The Location to place the label. Default: `top` or `bottom`. If this propery is not set it will default to `automatic`