Re: [Tutor] Tkinter and Antialiasing

2009-04-12 Thread Wayne Watson
I can probably get around it in this case. What I was attempting to do is draw radial lines out from a center. Each maybe 15 degrees apart. Basically compass style. With the jaggies it looks a bit odd; however, I can probably do this with a graphics tool, and then superimpose it on the image I

Re: [Tutor] Tkinter and Antialiasing

2009-04-12 Thread Alan Gauld
"Wayne Watson" wrote If I draw a fairly slanted line across an image using Tkinter, it looks a bit jagged. Is this typical of Tkinter graphics, or is there an option or mechanism that will antialias? I think that is a feature of the canvas and its underlying code. I can't see any anti-alias

[Tutor] Tkinter and Antialiasing

2009-04-12 Thread Wayne Watson
If I draw a fairly slanted line across an image using Tkinter, it looks a bit jagged. Is this typical of Tkinter graphics, or is there an option or mechanism that will antialias? Win XP, Python 2.5, Tkinter 8.4. -- Wayne Watson (Watson Adventures, Prop., Nevada City, CA)