[New-bugs-announce] [issue39392] Python Turtle is not filling alternate overlapping areas of a shape with same color

Lijo report at bugs.python.org
Mon Jan 20 00:14:23 EST 2020


New submission from Lijo <lijo-jose at 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 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue39392>
_______________________________________


More information about the New-bugs-announce mailing list