[Mono-bugs] [Bug 352072] Zero-length line (points) never show up on Moonlight

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 7 13:20:49 EST 2008


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

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





--- Comment #1 from Sebastien Pouliot <spouliot at novell.com>  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.


More information about the mono-bugs mailing list