[Mono-bugs] [Bug 66861][Nor] Changed - MakeTransparent doesn't work properly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Oct 2004 01:54:05 -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=66861
--- shadow/66861 2004-10-20 17:06:56.000000000 -0400
+++ shadow/66861.tmp.10606 2004-10-21 01:54:05.000000000 -0400
@@ -10,13 +10,12 @@
Component: Sys.Drawing.
AssignedTo: rkumar@novell.com
ReportedBy: david.mitchell@telogis.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: MakeTransparent doesn't work properly
Description of Problem:
When I try to set the transparent colour of an image it just goes wierd.
@@ -85,6 +84,11 @@
Current result:
Correct icon, except 'transparent' areas are rendered as black
Expected result:
Correct icon with transparent areas not rendered at all
+
+------- Additional Comments From rkumar@novell.com 2004-10-21 01:54 -------
+Looks like you have a different testcase. The testcase you have
+provided above is giving me the same output on Mono as on .NET. Would
+you mind providing the new testcase that shows the bug ?