Outline update

This commit is contained in:
aikaterna
2017-09-16 14:57:14 -07:00
parent d188e10181
commit 64424fa630

View File

@@ -92,7 +92,6 @@ class ImgWelcome:
def _outline(original_position: tuple, text: str, pixel_displacement: int, font, textoutline):
op = original_position
pd = pixel_displacement
textoutline = tuple(self.settings[server.id]["OUTLINE"])
drawtwo.text((op[0] - pd, op[1]), text, font=font, fill=(textoutline))
drawtwo.text((op[0] + pd, op[1]), text, font=font, fill=(textoutline))