mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Remove old FIXME comment [CI skip]
This commit is contained in:
parent
35336e5afd
commit
8f92562ec3
|
@ -53,7 +53,6 @@ def helper_arc(bbox):
|
||||||
draw = ImageDraw.Draw(im)
|
draw = ImageDraw.Draw(im)
|
||||||
|
|
||||||
# Act
|
# Act
|
||||||
# FIXME Should docs note 0 degrees is at 3 o'clock?
|
|
||||||
# FIXME Fill param should be named outline.
|
# FIXME Fill param should be named outline.
|
||||||
draw.arc(bbox, 0, 180)
|
draw.arc(bbox, 0, 180)
|
||||||
del draw
|
del draw
|
||||||
|
|
Loading…
Reference in New Issue
Block a user