[Mono-bugs] [Bug 77926][Nor] Changed - Drawing small polygons
results aren't visually pleasing
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 15 09:26:43 EDT 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 sebastien at ximian.com.
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: peter at novonyx.com
ReportedBy: xenomorph2 at onlinehome.de
QAContact: mono-bugs at ximian.com
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 sebastien at ximian.com 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...
More information about the mono-bugs
mailing list