about polygon

Shi Mu samrobertsmith at gmail.com
Sun Nov 20 06:55:21 EST 2005


Why I got a black polygon in the following code?
How can I make it no-color filled?
Thanks!

import Tkinter

c = Tkinter.Canvas(width=220, height=220)
c.pack()
c.create_polygon(60,60,100,60,100,100,60,120)
c.mainloop()



More information about the Python-list mailing list