about polygon

Diez B. Roggisch deets at nospam.web.de
Sun Nov 20 08:02:01 EST 2005


Shi Mu wrote:
> On 11/20/05, Jan Voges <jasvo77 at gmx.net> wrote:
> 
>>Hi!
>>
>>Am Sun, 20 Nov 2005 03:55:21 -0800 schrieb Shi Mu:
>>
>>
>>>Why I got a black polygon in the following code?
>>>How can I make it no-color filled?
>>
>>Use create_line instead:
>>c.create_line(60,60,100,60,100,100,60,120,60,60)
>>
>>Jan
> 
> If so, what is the difference between create_line and create_polygon?

Well, that one is filled and the other not?

Diez



More information about the Python-list mailing list