[Mono-bugs] [Bug 75015][Min] Changed - Verify PathType used in GraphicsPath.AddArc

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 20 23:24:43 EDT 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 elbaami at gmail.com.

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

--- shadow/75015	2005-05-20 23:17:33.000000000 -0400
+++ shadow/75015.tmp.21038	2005-05-20 23:24:43.000000000 -0400
@@ -65,6 +65,14 @@
 }
 
 ------- Additional Comments From elbaami at gmail.com  2005-05-20 23:17 -------
 Created an attachment (id=15178)
 testcase
 
+
+------- Additional Comments From elbaami at gmail.com  2005-05-20 23:24 -------
+Sorry for not being upfront with a test case.  MS.NET uses a line type
+for the point which separates the two arcs, while Mono uses a start
+type.  The result is a series of paths which are not connected to one
+another.  For example when drawing a rounded-corner rectangle in Mono
+using Arcs, the corners will be filled, but will not be connected to
+one another.  MS.NET will connect the four arc pieces.


More information about the mono-bugs mailing list