[Mono-bugs] [Bug 63360][Nor] Changed - FillPie hangs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 16:25:25 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=63360
--- shadow/63360 2005-02-14 03:48:24.000000000 -0500
+++ shadow/63360.tmp.22933 2005-02-18 16:25:25.000000000 -0500
@@ -3,13 +3,13 @@
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Normal
Component: Sys.Drawing.
AssignedTo: duncan@ximian.com
ReportedBy: rkumar@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -100,6 +100,9 @@
and replace them with cairo_arc calls instead.
No only will it fix this crash, we'll also get nicer outputs, because
the current technique used by make_arc (using a midpoint, which leads
to an approximation of at most 3 bezier curves) is kinda lame and
cairo_arc will do a much better job at it.
+
+------- Additional Comments From miguel@ximian.com 2005-02-18 16:25 -------
+Duncan, Ping.