[issue10531] write tilted text in turtle

2018-06-16 Thread Ammar Askar
Ammar Askar added the comment: I don't think backwards compatibility matters too much for the turtle package but the way its proposed in the initial report makes it so that text in previous versions would now be angled to the turtle's heading. To keep the previous behavior a keyword arg coul

[issue10531] write tilted text in turtle

2018-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: c.create_text(100, 100, angle=90.0, text='test text') is a tclerror in 8.5 and works in 8.6. -- nosy: +serhiy.storchaka -BreamoreBoy ___ Python tracker _

[issue10531] write tilted text in turtle

2018-06-16 Thread Carol Willing
Carol Willing added the comment: This would be a fun feature to add. The next step on this issue would be to determine if this can be accomplished with Tk 8.6. -- nosy: +willingc versions: +Python 3.8 -Python 3.5 ___ Python tracker

[issue10531] write tilted text in turtle

2014-09-29 Thread Mark Lawrence
Mark Lawrence added the comment: Could this now be implemented in the turtle module? -- nosy: +BreamoreBoy, terry.reedy versions: +Python 3.5 ___ Python tracker ___ _

[issue10531] write tilted text in turtle

2010-11-27 Thread Joe Metcalfe
Changes by Joe Metcalfe : -- versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue10531] write tilted text in turtle

2010-11-27 Thread Joe Metcalfe
Joe Metcalfe added the comment: Turtle is built on top of Tk, which is currently at version 8.5 - this has no ability to rotate text. When Tk version 8.6 arrives it should be able to write rotated text (see http://mail.python.org/pipermail/tkinter-discuss/2010-November/002490.html) and turtl

[issue10531] write tilted text in turtle

2010-11-25 Thread Ned Deily
Changes by Ned Deily : -- nosy: +belopolsky, gregorlingl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue10531] write tilted text in turtle

2010-11-25 Thread Yingjie
New submission from Yingjie : First of all, I'd like to express my deep gratidute to the author of this module, it is such a fun module to work with and to teach python as a first programming language. Secondly, I would like to request a feature if it is not too hard to achieve. Currently, yo