New submission from Lijo <[email protected]>:
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 [email protected]
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 <[email protected]>
<https://bugs.python.org/issue39392>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com