[issue20920] Turtle module transparency.

2014-03-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: Closing due to 3rd party limitation, much as I wish it were not so. -- resolution: -> 3rd party stage: test needed -> committed/rejected status: open -> closed ___ Python tracker

[issue20920] Turtle module transparency.

2014-03-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Tk supports alpha only for photo images and as an attribute of top-level window. It doesn't support alpha component in colors. The desired color is specified with an object whose string value must have one of the following forms: colorn

[issue20920] Turtle module transparency.

2014-03-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: Serhiy, do you know about whether Tk (and tkinte) have any image alpha (transparency) support? -- nosy: +serhiy.storchaka, terry.reedy stage: -> test needed ___ Python tracker __

[issue20920] Turtle module transparency.

2014-03-14 Thread R. David Murray
R. David Murray added the comment: >From a little researching it isn't clear whether it is just tkinter that >doesn't support alpha, or if TK itself has issues...but I'm hoping it is just >the former (I found discussions of alpha for images, and it sounds like the Tk >canvas supports displayin

[issue20920] Turtle module transparency.

2014-03-13 Thread Eli Innis
New submission from Eli Innis: Python's Turtle module doesn't support transparency. I emailed the developer that was listed in the Turtle module code, thinking that was the right way to get help updating it. I then messaged Python's Facebook