Skip to content

Commit 7ad4de5

Browse files
elad-nsimonlsk
andauthored
Update src/components/dagshub/data-engine/annotations/LabelStudioPolygonDrawer.tsx
Co-authored-by: Simon L <[email protected]>
1 parent a804393 commit 7ad4de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dagshub/data-engine/annotations/LabelStudioPolygonDrawer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function getSingleAnnotationResultLayers(
145145
flatPoints = result.value.points.flatMap((p) => pointPercentToPixel(p, dimension));
146146
flatBboxPoints = getPolygonLabelBbox(result, dimension);
147147
labelLayersPush(
148-
<Line points={flatPoints} closed stroke={strokeColor} strokeWidth={1} fill={fillColor} />
148+
<Line points={flatPoints} closed stroke={strokeColor} strokeWidth={2} fill={fillColor} />
149149
);
150150
} else if (isRectangleLabel(result)) {
151151
flatBboxPoints = rectangleLabelToBbox(result, dimension);

0 commit comments

Comments
 (0)