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 5a34bd8 commit f0fddbcCopy full SHA for f0fddbc
adafruit_display_shapes/arc.py
@@ -99,8 +99,6 @@ def __init__(
99
points.append((x0, y0))
100
101
# create polygon(s) and add to ourselves
102
- if outline is not None:
103
- self.append(Polygon(points, outline=outline, colors=1, close=arc_width > 1))
104
if arc_width > 1 and HAVE_VECTORIO and fill is not None:
105
palette = displayio.Palette(1)
106
palette[0] = fill
0 commit comments