[Mono-bugs] [Bug 81829][Nor] Changed - GdipCreateCustomLineCap: wrong parameters checking
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 21 09:38:19 EDT 2007
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=81829
--- shadow/81829 2007-06-07 12:09:55.000000000 -0400
+++ shadow/81829.tmp.28744 2007-06-21 09:38:18.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 81829
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: libgdiplus
AssignedTo: mono-bugs at ximian.com
ReportedBy: doc.formatique at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -23,6 +23,14 @@
Il looks like || was used instead of && :)
------- Additional Comments From doc.formatique at gmail.com 2007-06-07 12:09 -------
Created an attachment (id=19381)
1-line patch: Replace || with &&
+
+------- Additional Comments From sebastien at ximian.com 2007-06-21 09:38 -------
+GpCustomLineCap isn't implemented in libgdiplus. But you're half right
+(I added unit tests in SVN r80467), the caller can supply a fill
+and/or a stroke path for the custom cap. However the final (return)
+pointer MUST be valid in every case.
+
+Fixed in SVN r80466.
More information about the mono-bugs
mailing list