undid rebase error

This commit is contained in:
Micah Chambers 2016-06-02 21:00:32 -07:00
parent 7be944f66a
commit e3ad94e17e

View File

@ -455,15 +455,6 @@ class ImageDraw(object):
return xpos + origin[0], ypos + origin[0]
##
# A simple 2D drawing interface for PIL images.
#
# @param im The image to draw in.
# @param mode Optional mode to use for color values. For RGB
# images, this argument can be RGB or RGBA (to blend the
# drawing into the image). For all other modes, this argument
# must be the same as the image mode. If omitted, the mode
# defaults to the mode of the image.
def Draw(im, mode=None):
"""
A simple 2D drawing interface for PIL images.