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" />