[Mono-bugs] [Bug 76907][Nor] Changed - System.Drawing.DrawCurve with numberOfSegments problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Dec 3 23:24:31 EST 2005


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 contact at i-nz.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76907

--- shadow/76907	2005-12-03 23:23:21.000000000 -0500
+++ shadow/76907.tmp.31802	2005-12-03 23:24:31.000000000 -0500
@@ -73,6 +73,11 @@
 		g.FillRectangle (Brushes.White, new Rectangle (0, 0, 300, 300));
 		g.DrawCurve (p, points, 0, points.Length - 3, 1.0f);
 		g.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias ;
 		b.Save ("curve.png");
 	}
 }
+
+------- Additional Comments From contact at i-nz.net  2005-12-03 23:24 -------
+Created an attachment (id=16164)
+Test Case
+


More information about the mono-bugs mailing list