* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-path-segments-empty-2.xaml
blobaeafde95acecb8a5b498942f558736ad2712c241
1 <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2         <Path Stroke="Black" StrokeThickness="2">
3         <Path.Data>
4                 <PathGeometry>
5                 <PathGeometry.Figures>
6                         <PathFigureCollection>
7                                 <PathFigure StartPoint="10,10">
8                                 <PathFigure.Segments>
9                                         <PathSegmentCollection>
10                                         </PathSegmentCollection>
11                                 </PathFigure.Segments>
12                                 </PathFigure>
13                         </PathFigureCollection>
14                 </PathGeometry.Figures>
15                 </PathGeometry>
16         </Path.Data>
17         </Path>
18 </Canvas>