tkinter canvas postscript and odd-even filling problem

gabor papp gabor_papp at my-deja.com
Wed Aug 22 05:31:46 EDT 2001


i figured something out. tk saves the path in postscript format with
the 'eofill' command, which paints the inside of the current path with
the current color, using the even-odd rule to determine what points
are inside. instead of this, tk should use the 'fill' command, when
the inside of the current path is determined by the normal non-zero
winding number rule. in this case the postscript output would look
the same as on the canvas.
gabor papp



More information about the Python-list mailing list