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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 7 13:07:54 EST 2008


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


           Summary: Zero-length line (points) never show up on Moonlight
           Product: Moonlight
           Version: 1_0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: media
        AssignedTo: spouliot at novell.com
        ReportedBy: spouliot at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


Zero-length line (points) can be visible on Silverlight when some LineCaps are
used (all except Flat).

<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
        <!-- a "dot" (same X and Y) is invisible unless line caps are used -->
        <Line Stroke="Black" StrokeThickness="5" X1="10" Y1="10" X2="10"
Y2="10" />

        <!-- and are still invisible for Flat -->
        <Line Stroke="Black" StrokeThickness="5" StrokeStartLineCap="Flat"
X1="20" Y1="10" X2="20" Y2="10" />
        <Line Stroke="Black" StrokeThickness="5" StrokeEndLineCap="Flat"
X1="30" Y1="10" X2="30" Y2="10" />
        <Line Stroke="Black" StrokeThickness="5" StrokeStartLineCap="Flat"
StrokeEndLineCap="Flat" X1="40" Y1="10" X2="40" Y2="10" />

        <Line Stroke="Red" StrokeThickness="5" X1="10" Y1="20" X2="10" Y2="20"
/>
        <Line Stroke="Red" StrokeThickness="5" StrokeStartLineCap="Round"
X1="20" Y1="20" X2="20" Y2="20" />
        <Line Stroke="Red" StrokeThickness="5" StrokeEndLineCap="Round" X1="30"
Y1="20" X2="30" Y2="20" />
        <Line Stroke="Red" StrokeThickness="5" StrokeStartLineCap="Round"
StrokeEndLineCap="Round" X1="40" Y1="20" X2="40" Y2="20" />

        <Line Stroke="Green" StrokeThickness="5" X1="10" Y1="30" X2="10"
Y2="30" />
        <Line Stroke="Green" StrokeThickness="5" StrokeStartLineCap="Square"
X1="20" Y1="30" X2="20" Y2="30" />
        <Line Stroke="Green" StrokeThickness="5" StrokeEndLineCap="Square"
X1="30" Y1="30" X2="30" Y2="30" />
        <Line Stroke="Green" StrokeThickness="5" StrokeStartLineCap="Square"
StrokeEndLineCap="Square" X1="40" Y1="30" X2="40" Y2="30" />

        <Line Stroke="Blue" StrokeThickness="5" X1="10" Y1="40" X2="10" Y2="40"
/>
        <Line Stroke="Blue" StrokeThickness="5" StrokeStartLineCap="Triangle"
X1="20" Y1="40" X2="20" Y2="40" />
        <Line Stroke="Blue" StrokeThickness="5" StrokeEndLineCap="Triangle"
X1="30" Y1="40" X2="30" Y2="40" />
        <Line Stroke="Blue" StrokeThickness="5" StrokeStartLineCap="Triangle"
StrokeEndLineCap="Triangle" X1="40" Y1="40" X2="40" Y2="40" />
</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.


More information about the mono-bugs mailing list