1: <?xml version="1.0" encoding="UTF-8"?>2: <!-- coded by Thomas Meinike 01/08 -->3: <Canvas xmlns="http://schemas.microsoft.com/client/2007"4: xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">5:6: <Rectangle Canvas.Left="20" Canvas.Top="20" Width="200" Height="100"7: Fill="#EEE" Stroke="#000"/>8:9: <Rectangle Canvas.Left="250" Canvas.Top="20" Width="200" Height="100"10: Fill="#FFC" Stroke="#00C" RadiusX="10" RadiusY="10"/>11:12: </Canvas>