[Mono-bugs] [Bug 345892] [cairo] No support for Triangle LineCap

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 4 09:58:45 EST 2007


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

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





--- Comment #1 from Sebastien Pouliot <spouliot at novell.com>  2007-12-04 07:58:45 MST ---
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
        <Line Stroke="Red" StrokeThickness="5" StrokeStartLineCap="Flat"
StrokeEndLineCap="Triangle" X1="10" Y1="10" X2="10" Y2="100" />
        <Line Stroke="Green" StrokeThickness="5" StrokeStartLineCap="Round"
StrokeEndLineCap="Triangle" X1="20" Y1="10" X2="20" Y2="100" />
        <Line Stroke="Blue" StrokeThickness="5" StrokeStartLineCap="Square"
StrokeEndLineCap="Triangle" X1="30" Y1="10" X2="30" Y2="100" />
        <Line Stroke="Black" StrokeThickness="5" StrokeStartLineCap="Triangle"
StrokeEndLineCap="Triangle" X1="40" Y1="10" X2="40" Y2="100" />
</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