Skip to content

Commit b50b51b

Browse files
author
Matt Sokoloff
committed
fix test
1 parent ea8c711 commit b50b51b

File tree

1 file changed

+1
-1
lines changed
  • labelbox/data/annotation_types/geometry

1 file changed

+1
-1
lines changed

labelbox/data/annotation_types/geometry/point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def raster(self,
3737
return cv2.circle(canvas, (int(self.x), int(self.y)),
3838
radius=thickness,
3939
color=color,
40-
thickness=1)
40+
thickness=-1)

0 commit comments

Comments
 (0)