Fill Example

Example

Code

<!-- 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:shape
  style="position:relative;top:1px;left:1px;width:400px;height:400px"
  path = "m 1,1 l 1,200, 200,200, 200,1 x e">
    <v:fill type=gradient color="blue" color2="yellow"/>
</v:shape>