Some more things regarding #4269

This commit is contained in:
Miroslav Stampar
2020-07-16 16:10:02 +02:00
parent 6375f9e506
commit e910fc6b8b
7 changed files with 153 additions and 163 deletions

View File

@@ -722,7 +722,7 @@ class XDotAttrParser:
def handle_font_characteristics(self, flags):
# TODO
if flags != 0:
sys.stderr.write("warning: font characteristics not supported yet\n" % op)
sys.stderr.write("warning: font characteristics not supported yet\n")
def handle_text(self, x, y, j, w, t):
self.shapes.append(TextShape(self.pen, x, y, j, w, t))