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=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: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: Pen DashStyle = DashStyle.Dash draws solid lines @@ -25,6 +25,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-04-01 07:16 ------- Created an attachment (id=16712) Sample program used to create the output + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
