[Mono-bugs] [Bug 77408][Nor] Changed - FillPath has a different behaviour from MS GDI+

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Feb 3 10:21:39 EST 2006


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 sebastien at ximian.com.

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 sebastien at ximian.com  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).


More information about the mono-bugs mailing list