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 ba4d574 commit e2faafbCopy full SHA for e2faafb
adafruit_display_shapes/polygon.py
@@ -49,8 +49,6 @@ class Polygon(displayio.TileGrid):
49
"""A polygon.
50
51
:param points: A list of (x, y) tuples of the points
52
- :param fill: The color to fill the polygon. Can be a hex value for a color or
53
- ``None`` for transparent.
54
:param outline: The outline of the polygon. Can be a hex value for a color or
55
``None`` for no outline.
56
"""
0 commit comments