[Mono-bugs] [Bug 82607][Wis] New - invalid xaml parsed by moonlight
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 27 17:25:33 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82607
--- shadow/82607 2007-08-27 17:25:33.000000000 -0400
+++ shadow/82607.tmp.28290 2007-08-27 17:25:33.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 82607
+Product: Moonlight
+Version: 1_0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: xaml
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: sebastien at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: invalid xaml parsed by moonlight
+
+Description of Problem:
+
+The following XAML file is invalid (2x Path.Data) but loaded by Moonlight
+(Silverlight doesn't show anything).
+
+<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
+ <Path Fill="#770000FF" Stroke="#77777777" StrokeThickness="3">
+ <Path.Data>
+ <GeometryGroup FillRule="EvenOdd">
+ <RectangleGeometry Rect="20,40 200 200" />
+ <LineGeometry StartPoint="10,60" EndPoint="110,60" />
+ <EllipseGeometry Center="50,50" RadiusX="10" RadiusY="10" />
+ </GeometryGroup>
+ </Path.Data>
+ <Path.Data>
+ <GeometryGroup FillRule="EvenOdd">
+ <EllipseGeometry Center="130,200" RadiusX="30" RadiusY="100" />
+
+ <LineGeometry StartPoint="60,10" EndPoint="60,110" />
+ <RectangleGeometry Rect="50,20,100,100" RadiusX="20" RadiusY="20" />
+ </GeometryGroup>
+ </Path.Data>
+ </Path>
+</Canvas>
More information about the mono-bugs
mailing list