[New-bugs-announce] [issue3950] turtle.py: bug in TurtleScreenBase._drawimage

Gregor Lingl report at bugs.python.org
Wed Sep 24 00:26:18 CEST 2008


New submission from Gregor Lingl <gregorlingl at users.sourceforge.net>:

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

----------
files: _drawimage-patch.diff
keywords: patch
messages: 73673
nosy: gregorlingl, loewis
severity: normal
status: open
title: turtle.py: bug in TurtleScreenBase._drawimage
Added file: http://bugs.python.org/file11578/_drawimage-patch.diff

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


More information about the New-bugs-announce mailing list