From 5afc682ce8fddef9f4569e07342f4f1e03fed259 Mon Sep 17 00:00:00 2001 From: meeki007 <5952964+meeki007@users.noreply.github.com> Date: Sun, 17 Jan 2021 02:26:45 -0500 Subject: [PATCH] fix to documentation not default. user has to enter string value of top or bottom, Else Defaults to automatic best guess. --- utility/annotate-image/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utility/annotate-image/README.md b/utility/annotate-image/README.md index 363d2b10..ba7bde25 100644 --- a/utility/annotate-image/README.md +++ b/utility/annotate-image/README.md @@ -37,8 +37,8 @@ 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`. - If this propery is not set it will default to `automatic` + - `labelLocation` (*string*) : The Location to place the label. `top` or `bottom`. + If this propery is not set it will default to `automatic` and make the best guess based on location. Examples