mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 21:53:15 +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):
|
def rectangle(self, xy, *options):
|
||||||
self.render("rectangle", 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):
|
def text(self, xy, text, font):
|
||||||
if self.transform:
|
if self.transform:
|
||||||
xy = ImagePath.Path(xy)
|
xy = ImagePath.Path(xy)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user