[Mono-bugs] [Bug 345894] [cairo] No support for Dash LineCaps

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 4 10:05:59 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=345894

User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=345894#c1





--- Comment #1 from Sebastien Pouliot <spouliot at novell.com>  2007-12-04 08:05:59 MST ---
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
        <Line Stroke="Black" StrokeThickness="5" StrokeDashArray="5" X1="10"
Y1="10" X2="10" Y2="200" />
        <Line Stroke="Black" StrokeThickness="5" StrokeDashArray="5"
StrokeDashCap="Flat" X1="20" Y1="10" X2="20" Y2="200" />
        <Line Stroke="Black" StrokeThickness="5" StrokeDashArray="5"
StrokeDashCap="Round" X1="30" Y1="10" X2="30" Y2="200" />
        <Line Stroke="Black" StrokeThickness="5" StrokeDashArray="5"
StrokeDashCap="Square" X1="40" Y1="10" X2="40" Y2="200" />
        <Line Stroke="Black" StrokeThickness="5" StrokeDashArray="5"
StrokeDashCap="Triangle" X1="50" Y1="10" X2="50" Y2="200" />
</Canvas>


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list