<!-- 
   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-zorder-trans2.smil
   Media Components: 1 JPG
   Goal: test that a first region with transparent area in front of a region where is defined an anchor doesn't affect this anchor visibility 
   Expected Behavior: the anchor defined on the bottom image should be active
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
        <root-layout width="400" height="500"/>
        <region id="region1" top="400" width="400" height="100" z-index="1"/>
        <region id="region2" width="400" height="500" z-index="2"/>
    </layout>
  </head>
  <body>
    <seq>
       <par>
		<img id="img1" region="region1" src="../images/zumtenpiz2.jpg" dur="20s" >
			<area title="shapetest" href="#img2" /> 
		</img> 
		<img id="img2" region="region2" src="../images/zumtenpiz4.jpg" dur="20s" />
       </par>
    </seq>
  </body>
</smil>