<!--         
	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-poly-fit3.smil      
	Module: BasicLinking Module
  	Feature: <area shape=poly>
   	Media Components: 1 JPG  
	Expected behavior: the anchor should be active only inside the triangle
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
      <topLayout id="top2" backgroundColor="black" width="500" height="300">
        <region id="region1" width="500" height="300"/>
      </topLayout>
    </layout>
  </head>
  <body>
    <seq>
        <img region="region1" dur="5s" src="../images/smile_p.jpg" fit="meet" >
          <area id="area1" href="destination.smil" shape="poly" coords="0,0,50%,300,400,0"/>
        </img>
    </seq>
  </body>
</smil>