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 lijose
Recipients lijose
Date 2020-01-20.05:14:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579497263.75.0.682788787706.issue39392@roundup.psfhosted.org>
In-reply-to
Content
Alternate overlapping areas of shape are not getting filled with same color. But instead its white.
Reproducible code

from turtle import *
color('black', 'yellow')    
begin_fill()
circle(40)
circle(60)
circle(80)
end_fill()

Generated image ubuntu@python3.7.4
https://ibb.co/jG0bCBz

Raised a stackoverflow question
https://stackoverflow.com/questions/59811915/python-turtle-is-not-filling-alternate-overlapping-areas-of-a-shape-with-same-co
History
Date User Action Args
2020-01-20 05:14:23lijosesetrecipients: + lijose
2020-01-20 05:14:23lijosesetmessageid: <1579497263.75.0.682788787706.issue39392@roundup.psfhosted.org>
2020-01-20 05:14:23lijoselinkissue39392 messages
2020-01-20 05:14:23lijosecreate