mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Not in this version, not in any version
This commit is contained in:
parent
031c4d937f
commit
9050b47169
|
@ -98,9 +98,6 @@ class Draw(object):
|
|||
def rectangle(self, xy, *options):
|
||||
self.render("rectangle", xy, *options)
|
||||
|
||||
def symbol(self, xy, symbol, *options):
|
||||
raise NotImplementedError("not in this version")
|
||||
|
||||
def text(self, xy, text, font):
|
||||
if self.transform:
|
||||
xy = ImagePath.Path(xy)
|
||||
|
|
Loading…
Reference in New Issue
Block a user