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
Date 2008-09-25.23:39:32
SpamBayes Score 0.00015295963
Marked as misclassified No
Message-id <1222385974.61.0.090450366613.issue3968@psf.upfronthosting.co.za>
In-reply-to
Content
fill() and end_fill() do not work as expected. As a user 
on the tutor list wrote:

For a while now I've had trouble with end_fill(). Sometimes I can use
it to fill a figure such as a square, triangle or rectangle, but
sometimes not.

This is due to a missing update() call in the RawPen.fill() method

A patch is attached

Regards, Gregor
History
Date User Action Args
2008-09-25 23:39:34gregorlinglsetrecipients: + gregorlingl
2008-09-25 23:39:34gregorlinglsetmessageid: <1222385974.61.0.090450366613.issue3968@psf.upfronthosting.co.za>
2008-09-25 23:39:33gregorlingllinkissue3968 messages
2008-09-25 23:39:33gregorlinglcreate