<!-- 

















            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, 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/2001/SMIL20/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>