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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=352072#c1





--- Comment #1 from Sebastien Pouliot <[EMAIL PROTECTED]>  2008-01-07 11:20:48 
MST ---
Moonlight can fake the "both Start and End LineCap" by adding 0.1 to X2

        <Line Stroke="Red" StrokeThickness="5" StrokeStartLineCap="Round"
StrokeEndLineCap="Round" X1="80" Y1="20" X2="80.1" Y2="20" />
        <Line Stroke="Green" StrokeThickness="5" StrokeStartLineCap="Square"
StrokeEndLineCap="Square" X1="80" Y1="30" X2="80.1" Y2="30" />
        <Line Stroke="Blue" StrokeThickness="5" StrokeStartLineCap="Triangle"
StrokeEndLineCap="Triangle" X1="80" Y1="40" X2="80.1" Y2="40" />

but #345888 still block the Start or End cases. We probably need to handle this
like a (yet another) degenerate case


-- 
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

Reply via email to