Skip to content

Commit f0fddbc

Browse files
committed
draw only a single outline
1 parent 5a34bd8 commit f0fddbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_display_shapes/arc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ def __init__(
9999
points.append((x0, y0))
100100

101101
# 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))
104102
if arc_width > 1 and HAVE_VECTORIO and fill is not None:
105103
palette = displayio.Palette(1)
106104
palette[0] = fill

0 commit comments

Comments
 (0)