Skip to content

Commit c9abad8

Browse files
committed
adding Polygon
1 parent 2109396 commit c9abad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dicom-microscopy-viewer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
Point,
55
Multipoint,
66
Polyline,
7+
Polygon,
78
Circle,
89
Ellipse,
910
} from './scoord3d.js';
@@ -15,6 +16,7 @@ let scoord3d = {
1516
Point,
1617
Multipoint,
1718
Polyline,
19+
Polygon,
1820
Circle,
1921
Ellipse
2022
};

0 commit comments

Comments
 (0)