[Mono-bugs] [Bug 66861][Nor] Changed - MakeTransparent doesn't work properly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 20 Oct 2004 17:06:56 -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 david.mitchell@telogis.com.

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

--- shadow/66861	2004-10-20 02:24:49.000000000 -0400
+++ shadow/66861.tmp.5591	2004-10-20 17:06:56.000000000 -0400
@@ -68,6 +68,23 @@
 ------- Additional Comments From david.mitchell@telogis.com  2004-10-19 21:21 -------
 What is the status of this bug? It is causing trouble for us.
 
 ------- Additional Comments From rkumar@novell.com  2004-10-20 02:24 -------
 Jordi did a fix today. Could you please update your libgdiplus and 
 System.Drawing from CVS HEAD and see if it works for you or not ?
+
+------- Additional Comments From david.mitchell@telogis.com  2004-10-20 17:06 -------
+This has changed the behaviour but it is still incorrect. The Image I
+have has a Yellow background. This is selected as the transparent
+colour. Now when it is rendered, instead of the yellow area being
+transparent, it is rendered as black. However, the area that should be
+rendered is now rendered correctly, whereas the whole icon was being
+rendered black previously.
+
+Previous result:
+All black icon
+
+Current result:
+Correct icon, except 'transparent' areas are rendered as black
+
+Expected result:
+Correct icon with transparent areas not rendered at all