[Mono-bugs] [Bug 58224][Nor] Changed - Missing API calls in LibGDI+

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 17 May 2004 01:40:48 -0400 (EDT)


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 rkumar@novell.com.

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

--- shadow/58224	2004-05-14 17:47:03.000000000 -0400
+++ shadow/58224.tmp.2986	2004-05-17 01:40:48.000000000 -0400
@@ -155,6 +155,12 @@
 I've implemented some missing functions and stubbed out the rest.
 Instead of EntryPointNotFound we should now properly throw a
 NotImplemented exception whenever System.Drawing calls into GDIplus
 and the function has not yet been implemented.
 The function mentioned in this particular bug seems to be implemented
 now, too.
+
+------- Additional Comments From rkumar@novell.com  2004-05-17 01:40 -------
+This bug is fixed in cvs. But you might not see the behavior as it 
+should have. We use only startcap argument out the of three arguments 
+that are needed by this method. This is due to some limitations of 
+the underlying library Cairo, that we use for our drawing.