Remove old FIXME comment [CI skip]

This commit is contained in:
hugovk 2014-05-24 17:36:31 +03:00
parent 35336e5afd
commit 8f92562ec3

View File

@ -53,7 +53,6 @@ def helper_arc(bbox):
draw = ImageDraw.Draw(im)
# Act
# FIXME Should docs note 0 degrees is at 3 o'clock?
# FIXME Fill param should be named outline.
draw.arc(bbox, 0, 180)
del draw