[Mono-bugs] [Bug 77845][Nor] New - LinearGradientBrush gradients don't look the same on Linux as on Windows

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Mar 18 19:37:06 EST 2006


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 paul.hudson at gmail.com.

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

--- shadow/77845	2006-03-18 19:37:06.000000000 -0500
+++ shadow/77845.tmp.4488	2006-03-18 19:37:06.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 77845
+Product: Mono: Class Libraries
+Version: 1.1
+OS: other
+OS Details: SUSE Linux 10.0/Ubuntu Breezy
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: jordi at ximian.com                            
+ReportedBy: paul.hudson at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: LinearGradientBrush gradients don't look the same on Linux as on Windows
+
+It might be that I'm just drawing the gradient in an odd way, but for some
+reason the code I've attached draws a smooth blue gradient on Windows but
+draws two solid colour blocks on Linux. I believe that Mono uses the MS
+GDI+ on Windows, which would imply that the Mono version of libgdiplus
+might be at fault.
+
+Steps to reproduce the problem:
+1. Compile the attached code
+2. Run on Windows
+3. Run on Linux
+
+Actual Results:
+Windows version looks perfect. Linux version has solid colours blocks.
+
+Expected Results:
+Linux version looks identical to Windows version.
+
+How often does this happen? 
+Every time.


More information about the mono-bugs mailing list