[Mono-bugs] [Bug 329350] New: PML parser bug for smooth poly beziers

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 28 10:52:09 EDT 2007


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

           Summary: PML parser bug for smooth poly beziers
           Product: Moonlight
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: xaml
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: spouliot at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


Blue and Red bezier paths should be identical.

<Canvas xmlns="http://schemas.microsoft.com/client/2007">
<Path Data="M50,50q50,-50 50,0t50,0 50,0 50,0 50,0z" Fill='Red'/>
<Path Data="M50,100q50,-50 50,0t50,0 t50,0 t50,0 t50,0z" Fill='Blue'/>
<Path Data="M50,150c0,0 50,-50 50,0s50,0 50,0 50,0 50,50z" Fill='Red'/>
<Path Data="M50,200c0,0 50,-50 50,0s50,0 50,0 s50,0 50,50z" Fill='Blue'/>
</Canvas>

However only the first point is considered for smooth-adjustment so the red
paths are mis-rendered under moonlight.


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


More information about the mono-bugs mailing list