Skip to content

Commit

Permalink
fix: path drawer returns a black image
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoFernandezC committed Feb 8, 2023
1 parent 5f7115b commit 8c843db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion norfair/drawing/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def draw(
points_to_draw = self.get_points_to_draw(obj.estimate)

for point in points_to_draw:
frame = Drawer.circle(
self.mask = Drawer.circle(
self.mask,
position=tuple(point.astype(int)),
radius=self.radius,
Expand Down

0 comments on commit 8c843db

Please sign in to comment.