[Mono-bugs] [Bug 332355] New: PML parser should split paths on Z
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 9 16:29:43 EDT 2007
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: mono-bugs at ximian.com
ReportedBy: spouliot at novell.com
QAContact: mono-bugs at ximian.com
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.
More information about the mono-bugs
mailing list