Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77408 --- shadow/77408 2006-02-01 15:49:26.000000000 -0500 +++ shadow/77408.tmp.7564 2006-02-03 10:21:39.000000000 -0500 @@ -97,6 +97,15 @@ r.Xor (new Rectangle (120, 360, 20, 20)); e.Graphics.FillRegion (Brushes.Green, r); + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-03 10:21 ------- +The last case was a bug in gdip_combine_exclude and was fixed in SVN +(r56528). + +As for the original problem it looks like (i.e. needs more tests ;-) +GDI+ XOR all the individual (closed) shapes in a path before drawing +them (while we're kind of union-ing them by only drawing them +sequentially). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
