New submission from Lijo <lijo-j...@outlook.com>:

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

----------
components: Tkinter
messages: 360290
nosy: lijose
priority: normal
severity: normal
status: open
title: Python Turtle is not filling alternate overlapping areas of a shape with 
same color
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39392>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to