<!-- 
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron M. Cohen   
         File Name: layout-fit-scroll.smil
  Media Components: 1 JPG
 Expected Behavior: Tests fit=scroll.
                    Show smile. Allow scrolling window to see entire image.
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
    <head>
        <layout type="text/smil-basic-layout">
            <root-layout width="400" height="400"/>
            <region id="r1" top="25%" left="25%" height="50%" width="50%" fit="scroll"/>
        </layout>
    </head>
    <body>
        <par dur="10s">
            <img region="r1" src="../images/smile.jpg"/>
        </par>
    </body>
</smil>