Eric,
On Tue, Jan 14, 2003 at 11:18:21PM -0800, Eric McRae wrote:
> If you can confirm
I can confirm the above behavior.
Unfortunately, my only suggestion is a standard one. Try to isolate the
problem. Can you reproduce the problem directly with Cygwin Tk?
> or at least point me to the proper
Thousands of humble apologies, I don't know where to send this bug:
Running Python 2.2.2 under Cygwin, if I do :
from Tkinter import *
t=Tk()
c=Canvas(t)
c.pack()
c.create_arc(88,88,112,112,style=ARC,start=-270,width=2,extent=-2)
t.mainloop()
I get a complete circle instead of a 2 degree (or th
2 matches
Mail list logo