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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -23,6 +23,14 @@ Il looks like || was used instead of && :) ------- Additional Comments From [EMAIL PROTECTED] 2007-06-07 12:09 ------- Created an attachment (id=19381) 1-line patch: Replace || with && + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
