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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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>
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to