<?xml version="1.1"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Mobile//EN"
"http://www.w3.org/2007/07/SMIL30/SMIL30Mobile.dtd">
<!--
Copyright: Copyright 1998-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved.
           (See http://www.w3.org/Consortium/Legal/).
Revision: Jan 28 2008  by Thierry Michel (test updated to SMIL  Namespace, DTD and version and BaseProfile attribute)
Author:    Dick Bulterman (CWI)
Version:   April 16, 2005
Module:    BasicLayout Module
Feature:   meetBest fit functionality
File Name: bL-meetBest-05.smil
Media Components: 1 background image (196x158), 1 image (88x44), 1 text description
Expected Behavior: This file is used to verify fit="meetBest" behavior
                   The (small) image should no be scaled.
Required Modules: BasicInlineTiming
                  BasicLayout
                  BasicMedia
                  BasicTimeContainers
                  Structure
-->
<smil xml:id="root" xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Mobile" >
  <head>
    <layout>
      <root-layout id="Player-Window" width="176" height="208"/>
      <region id="media"           width="176" height="158" backgroundColor="#ccccc9" fit="meet"/>
      <region id="text"  top="160" width="176" height="48"  backgroundColor="#ccccb9"/>

    </layout>
  </head>
  <body>
      <par> 
        <text region="text" src="basicLayout-meetBest-05.txt" dur="3s" />
        <img region="media" src="Layout04.jpg"  fit="meetBest" dur="3s" />
      </par>
  </body>
</smil>