<!--
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen, Intel
           Version: Mar 31, 2000, v1  
            Module: SMIL Timing & Sync Module
           Feature: Fill attribute
         File Name: fill-remove-excl-9-36.smil   
  Media Components: 2 JPG
 Expected Behavior: first image shown 2s, removed, 
		    then 2s of nothing shown,
		    then second shown 2s, 
		    then presentation ends
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <body>
    <excl>
      <img id="img1" src="../images/frown.jpg" begin="0s" dur="2s" fill="remove"/>
      <img id="img2" src="../images/smile.jpg" begin="img1.begin+4s" dur="2s" />
    </excl>  
  </body>
</smil>