New submission from Gregor Lingl <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3950>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to