From 501014e64a191f8270f2946b567ddec22f9d79ae Mon Sep 17 00:00:00 2001 From: ivmartel Date: Thu, 25 Jul 2024 16:58:44 +0200 Subject: [PATCH] Remove unused annotation position --- src/image/annotation.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/image/annotation.js b/src/image/annotation.js index 13c004f366..87d7824691 100644 --- a/src/image/annotation.js +++ b/src/image/annotation.js @@ -39,13 +39,6 @@ export class Annotation { */ referenceSopUID; - /** - * The position: an Index converted to string. - * - * @type {string} - */ - position; - /** * The mathematical shape. * @@ -83,7 +76,8 @@ export class Annotation { textExpr; /** - * Label position. + * Label position. If undefined, the default shape + * label position will be used. * * @type {Point2D|undefined} */