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

           Summary: Bold lines in paths
           Product: Moonlight
           Version: unspecified
          Platform: 32bit
        OS/Version: openSUSE 10.3
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: media
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: ---


In the sample both line should be identical (except for the Y offset) but
Moonlight draws the second one "bolder".

<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation";>
        <Path Canvas.Top="10" Canvas.Left="10" Stroke="blue"
Data="M20,20L30,50"/>
        <Path Canvas.Top="10" Canvas.Left="10" Stroke="blue"
Data="M20,50L30,80Z"/>
</Canvas>

This happens because the parser create two lines for the second path (to close
the path) and this gets visible because Cairo's AA is applied differently in
both directions.

Not yet sure if it's worth some special (parser or rendering) code... anyway
I'm opening to document the issue.


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

Reply via email to