This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregorlingl
Recipients gregorlingl, loewis
Date 2008-09-23.22:26:17
SpamBayes Score 7.835623e-07
Marked as misclassified No
Message-id <1222208778.76.0.463273203686.issue3950@psf.upfronthosting.co.za>
In-reply-to
Content
In the first line of TurtleScreenBase._drawimage() there are to
scalefactors missing. This leads to the annoying fact, that the drawings
and the movement of a turtle which has an image shape differ.

This is shown in the short script
_drawimage_bug_fix-test.py
which I'll submit immediately. (You have to have huhn.gif in the same
directory as the script.)

After applying the bugfix submitted in 
_drawimage_patch.diff
this annoying behaviour goes away.

It is really an ambarassing and easy to fix bug.
Regards, Gregor
History
Date User Action Args
2008-09-23 22:26:18gregorlinglsetrecipients: + gregorlingl, loewis
2008-09-23 22:26:18gregorlinglsetmessageid: <1222208778.76.0.463273203686.issue3950@psf.upfronthosting.co.za>
2008-09-23 22:26:18gregorlingllinkissue3950 messages
2008-09-23 22:26:17gregorlinglcreate