[Mono-bugs] [Bug 66666][Nor] Changed - System.Drawing.Pen.Width=1 is twice as thick as should be
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 19:24:50 -0500 (EST)
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 peter@novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66666
--- shadow/66666 2004-12-10 11:30:52.000000000 -0500
+++ shadow/66666.tmp.14829 2005-03-29 19:24:50.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 66666
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details: Windows and Linux
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: jordi@ximian.com
ReportedBy: david@quintana.org
QAContact: mono-bugs@ximian.com
@@ -85,6 +85,12 @@
http://www.cairographics.org/bin/view/cairo/FAQ#Why_does_my_1_pixel_wi
de_horizon
------- Additional Comments From peter@novonyx.com 2004-10-06 01:58 -------
Oops, clicked on the wrong bug. I hate it when it just skips to the
next bug after a change.
+
+------- Additional Comments From peter@novonyx.com 2005-03-29 19:24 -------
+We added a workaround to libgdiplus for drawing lines and rectangles,
+to minimize the impact of anti-aliasing. The output of the sample app
+on linux now is comparable to the output on Windows. Still some AA,
+but minimal.