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

           Summary: PML parser should split paths on Z
           Product: Moonlight
           Version: 1_0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: xaml
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: ---


Test case where P1 should be identical to P2+P3

<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation";>
    <Path Canvas.Top="10" Canvas.Left="10" Stroke="black" Fill="yellow"
Data="M10,10 l10,0 l0,10 Z l0,10"/>

    <Path Canvas.Top="10" Canvas.Left="30" Stroke="black" Fill="yellow"
Data="M10,10 l10,0 l0,10 Z"/>
    <Path Canvas.Top="10" Canvas.Left="30" Stroke="black" Fill="yellow"
Data="M10,10 l0,10"/>
</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.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to