Not in this version, not in any version

This commit is contained in:
Hugo 2018-05-17 23:14:35 +03:00
parent 031c4d937f
commit 9050b47169

View File

@ -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)