[Mono-bugs] [Bug 77976][Nor] Changed - Pen DashStyle =
DashStyle.Dash draws solid lines
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 15 12:07:30 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=77976
--- shadow/77976 2006-04-01 07:16:43.000000000 -0500
+++ shadow/77976.tmp.15618 2006-05-15 12:07:30.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 77976
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
-AssignedTo: peter at novonyx.com
+AssignedTo: sebastien at ximian.com
ReportedBy: xenomorph2 at onlinehome.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Pen DashStyle = DashStyle.Dash draws solid lines
@@ -25,6 +25,14 @@
------- Additional Comments From xenomorph2 at onlinehome.de 2006-04-01 07:16 -------
Created an attachment (id=16712)
Sample program used to create the output
+
+------- Additional Comments From sebastien at ximian.com 2006-05-15 12:07 -------
+In pen.c the call to
+ cairo_set_line_cap (graphics->ct, convert_line_cap (pen->line_cap));
+seems to "confuse" (it's not a reset) the dashes.
+
+Commenting this line fix DashStyle (but probably breaks DashCap).
+Not yet sure if it's a Cairo issue/feature or not.
More information about the mono-bugs
mailing list