[issue21812] turtle.shapetransform doesn't transform the turtle on the first call

Lita Cho report at bugs.python.org
Sat Jun 21 00:54:55 CEST 2014


Lita Cho added the comment:

Have a patch that fixes this. Rather than calling self._update() directory, we should be calling self._pen(resizemode="user"), since the user is changing the size of the turtle, just like how shapesize and shearfactor are updating.

----------
keywords: +patch
Added file: http://bugs.python.org/file35714/turtle_shapetransform.patch

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


More information about the Python-bugs-list mailing list