[issue10531] write tilted text in turtle

Joe Metcalfe report at bugs.python.org
Sat Nov 27 17:09:43 CET 2010


Joe Metcalfe <j.g.metcalfe at gmail.com> 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 turtle.py could be updated to take advantage of it.

----------
nosy: +Joe.Metcalfe

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10531>
_______________________________________


More information about the Python-bugs-list mailing list