We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cd3de commit 736f73eCopy full SHA for 736f73e
adafruit_display_shapes/roundrect.py
@@ -59,7 +59,7 @@ def __init__(self, x, y, width, height, r, *, fill=None, outline=None, stroke=1)
59
for j in range(r, height - r): # draw the center chunk
60
self._bitmap[i, j] = 2
61
self._helper(r, r, r, color=2, fill=True,
62
- x_offset=width-2*r-1, y_offset=height-2*r-1)
+ x_offset=width-2*r-1, y_offset=height-2*r-1)
63
64
if fill is not None:
65
self._palette[2] = fill
0 commit comments