coco-annotator icon indicating copy to clipboard operation
coco-annotator copied to clipboard

`get strokeColor()` and set `strokeColor(val)` are defined twice in `client/src/libs/keypoints.js`

Open hubutui opened this issue 4 years ago • 0 comments

get strokeColor(): https://github.com/jsbroks/coco-annotator/blob/7c9992ce623b891c5dc208cd24451e51f0e76151/client/src/libs/keypoints.js#L425-L427 and https://github.com/jsbroks/coco-annotator/blob/7c9992ce623b891c5dc208cd24451e51f0e76151/client/src/libs/keypoints.js#L444-L446

set strokeColor(val): https://github.com/jsbroks/coco-annotator/blob/7c9992ce623b891c5dc208cd24451e51f0e76151/client/src/libs/keypoints.js#L419-L423 and https://github.com/jsbroks/coco-annotator/blob/7c9992ce623b891c5dc208cd24451e51f0e76151/client/src/libs/keypoints.js#L438-L442

hubutui avatar Sep 18 '21 04:09 hubutui