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=75063 --- shadow/75063 2006-04-25 09:55:49.000000000 -0400 +++ shadow/75063.tmp.21461 2006-04-26 16:07:58.000000000 -0400 @@ -1,22 +1,21 @@ Bug#: 75063 Product: Mono: Class Libraries Version: 1.1 OS: Mac OS X 10.3 OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: libgdiplus AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: [PATCH] Graphics.DrawImage(Image, PointF[]) throws exception Description of Problem: Graphics.DrawImage(Image, PointF[]) and Graphics.DrawImage(Image, Point[]) throw exception @@ -182,6 +181,10 @@ { image = args.Length == 0 ? "test.png" : args [0]; Application.Run (new MainForm ()); } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-04-26 16:07 ------- +Patch committed in SVN HEAD (r59943). +Thanks Bill! _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
