[Python-bugs-list] Tk create_arc bug on Mac (PR#171)

Bruce.Sherwood@cmu.edu Bruce.Sherwood@cmu.edu
Fri, 7 Jan 2000 11:08:18 -0500 (EST)


Full_Name: Bruce Sherwood
Version: 1.5.2c1
OS: Mac 8.1
Submission from: hejmo.rem.cmu.edu (128.2.83.199)


I'm new to Python, so maybe this bug is known, but I couldn't find any reference
to it in the bug machinery or the newsgroups.

On the Mac invoking Tkinter create_arc with start=0.0, extent=360.0 does not
draw an ellipse but rather draws only a line at 3 o'clock. Changing to extent =
359.0 draws a (nearly) complete ellipse, but of course with extra lines near 3
o'clock.