<canvas width="500">
<text x="5" y="5">
Try resizing the window
</text>
<window x="5" y="25" width="50%" height="150" resizable="true">
<simplelayout axis="x"/>
<view bgcolor="red" height="20" width="25%"/>
<view bgcolor="green" height="20" width="50%"/>
<view bgcolor="blue" height="20" width="75%"/>
<view bgcolor="yellow" height="20" width="100%"/>
</window>
</canvas>