Skip to content

Commit

Permalink
RoundedBox: Fix top hole for small radii
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Jul 21, 2024
1 parent a10b066 commit 4d16fc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boxes/generators/roundedbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def hole(self):
if r > dr:
r -= dr
else:
x += dr - 2*r
y += dr - 2*r
self.moveTo(dr-r, 0)
r = 0

Expand Down

0 comments on commit 4d16fc4

Please sign in to comment.