[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
Wed Feb 8 16:22:04 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-03 10:21:39.000000000 -0500
+++ shadow/77408.tmp.17562 2006-02-08 16:22:03.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 77408
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: libgdiplus
AssignedTo: jordi at ximian.com
ReportedBy: sebastien at ximian.com
QAContact: mono-bugs at ximian.com
@@ -106,6 +106,13 @@
(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).
+
+------- Additional Comments From sebastien at ximian.com 2006-02-08 16:22 -------
+Fixed in SVN (r56686). It was a missing call to set the fill mode when
+filling the path.
+
+Note: there are still some difference with MS when using complex paths
+with internal intersections (but that will get new test cases and bug #).
More information about the mono-bugs
mailing list