Oval Scaling Example (VML)


Purpose

This example shows how to use attributes to scale a VML shape.

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:oval style="height:100pt;width:75pt" coordsize="21600,21600" fillcolor="red" />