Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit c3ed720

Browse files
hlomzikmakseq
andauthored
docs: Remove useless color params in KeyPointLabels (#1139)
They use colors from `background` property from respective `Label` Co-authored-by: Max Tkachenko <[email protected]>
1 parent e2f2071 commit c3ed720

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tags/control/KeyPointLabels.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ import ControlBase from './Base';
3333
* @param {number} [maxUsages] - Maximum number of times a label can be used per task
3434
* @param {boolean} [showInline=true] - Show labels in the same visual line
3535
* @param {float=} [opacity=0.9] - Opacity of the keypoint
36-
* @param {string=} [fillColor=#8bad00] - Keypoint fill color in hexadecimal
3736
* @param {number=} [strokeWidth=1] - Width of the stroke
38-
* @param {string=} [stokeColor=#8bad00] - Keypoint stroke color in hexadecimal
3937
*/
4038

4139
const Validation = types.model({

0 commit comments

Comments
 (0)