[issue10531] write tilted text in turtle

Ammar Askar report at bugs.python.org
Sat Jun 16 17:12:14 EDT 2018


Ammar Askar <ammar at ammaraskar.com> 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 could be added but given that this package is mostly for learning and fun, that might complicate it a little.

Aside from that, the patch to add this is fairly trivial now.

----------
nosy: +ammar2

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


More information about the Python-bugs-list mailing list