Whether or not overlap regions for self-intersecting polygons
or multiple shapes are filled depends on the operating system graphics,
typeof overlap, and number of overlaps.
(cherry picked from commit
2824c45a0a020f12f27da7e7162e8636c21bf869)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Fill the shape drawn after the last call to :func:`begin_fill`.
+ Whether or not overlap regions for self-intersecting polygons
+ or multiple shapes are filled depends on the operating system graphics,
+ type of overlap, and number of overlaps. For example, the Turtle star
+ above may be either all yellow or have some white regions.
+
.. doctest::
>>> turtle.color("black", "red")
--- /dev/null
+Explain that when filling with turtle, overlap regions may be left unfilled.