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 [EMAIL PROTECTED]

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

--- shadow/77926        2006-04-27 15:13:49.000000000 -0400
+++ shadow/77926.tmp.13707      2006-05-15 09:26:43.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Drawing small filled polygons is broken
+Summary: Drawing small polygons results aren't visually pleasing
 
 Drawing of small filled polygons with Graphics.FillPolygon is broken.
 
 Attached are a small test app and screenshots of the app running in windows
 and linux. Please zoom the screenshots to see the difference.
 
@@ -85,6 +85,16 @@
                bm.Save ("77926.png", ImageFormat.Png);
        }
 }
 
 This code save the same arrow in a PNG file - and the arrow looks bad
 (even on NLD9). It's not a fix but now I know why it looks good to me ;-)
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-05-15 09:26 -------
+Changing
+   g.FillPolygon (Brushes.Black, area, FillMode.Winding);
+for
+   g.DrawPolygon (Pens.Black, area);
+and zooming the result in GIMP shows that the problem isn't
+filling-related. 
+
+Updating bug summary to reflect this...
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to