https://bugzilla.novell.com/show_bug.cgi?id=345892
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=345892#c1 --- Comment #1 from Sebastien Pouliot <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
