<!--         
	Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Alain Uginet, Oratrix          
	File Name: linking-shape-circle-fit4.smil      
	Module: BasicLinking Module
   Feature: <area shape=circle>
   Media Components: 1 JPG  
	Description: test a circle shape with pourcent values coords, and a fill value for fit attribute
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
      <topLayout id="top2" backgroundColor="yellow" width="500" height="400">
        <region id="region1" width="400" height="400"/>
      </topLayout>
    </layout>
  </head>
  <body>
    <seq>
      <par>
        <img region="region1" dur="5s" src="../images/zumtenpiz2_c.jpg" fit="fill">
          <area id="area1" href="http://www.oratrix.com" shape="circle" coords="60%,50%,80"/>
        </img>
      </par>
    </seq>
  </body>
</smil>