This example shows how to use the Fill child element to create a petterned fill for a VML shape.
<!-- Include the VML behavior -->
<style>v\: * { behavior:url(#default#VML); display:inline-block }</style>
<!-- Declare the VML namespace -->
<xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" />
<v:rect style="width:120pt;height:80pt;" fillcolor="white">
<v:fill type="pattern" src="image2.gif" color2="blue" />
</v:rect>