https://bugzilla.novell.com/show_bug.cgi?id=345888
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=345888#c3 --- Comment #3 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-01-07 08:07:19 MST --- Stroke[Start|End]LineCap, like other Shape properties, aren't used for every kind of shape. Ignored properties: ∘ Ellipse: Stroke[Start|End]LineCap, StrokeLineJoin, StrokeMiterLimit ∘ Rectangle (normal): Stroke[Start|End]LineCap ∘ Rectangle (round corners): Stroke[Start|End]LineCap, StrokeLineJoin, StrokeMiterLimit ∘ Line: StrokeLineJoin, StrokeMiterLimit ∘ Polyline: none ∘ Polygon: Stroke[Start|End]LineCap ∘ Path: none (depends on geometry) Also for Polyline - StrokeStartLineCap applies only to the first line - StrokeEndLineCap applies only to the last line Path is like Polyline if open or like Polygon (ignore them) if closed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
