* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-rectangle-aliasing.xaml
blobb6b361cf306ea66056dc1f4b8bedd619a2c66f65
1 <Canvas xmlns="http://schemas.microsoft.com/client/2007">
2         <!-- the edges of the rectangles should be pixel aligned shouldn't they? -->
3         <Rectangle Opacity="0.5" Fill="Red" Width="100" Height="100" Canvas.Top="200" Canvas.Left="20" />
4         <Rectangle Opacity="0.5" Canvas.Top="250" Canvas.Left="50" Fill="Blue" Width="100" Height="100" />
5 </Canvas>