Skip to content

Commit

Permalink
Merge pull request #252 from tryolabs/fix-path-drawer
Browse files Browse the repository at this point in the history
Fix path drawer
  • Loading branch information
facundo-lezama authored Feb 9, 2023
2 parents 5f7115b + 8c843db commit 74b11ed
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 74b11ed

Please sign in to comment.