<?xml version="1.1" encoding="UTF-8" ?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN" "http://www.w3.org/2008/SMIL30/SMIL30Language.dtd">

<!--
Copyright: Copyright 1998-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/2008/04-testsuite-license.
Author: Eric Hyche (RealNetworks, Inc.)
Version: November 21, 2007
Chapter: SMIL 3.0 Media Object
Module: MediaPanZoom
Feature: panZoom attribute
File Name: mediaObject-panZoom1.smil
Expected Behavior: We have a 320x240 region with fit="fill" and we want to display a 320x240 window of a 800x600 image in it.

-->

<smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language">
    <head>
        <layout>
            <root-layout width="352" height="272" backgroundColor="blue"/>
            <region xml:id="reg1" left="16" top="16" width="320" height="240" fit="hidden" backgroundColor="red"/>
        </layout>
    </head>
    <body>
        <par>
            <img src="sunset_800x600.jpg" region="reg1" dur="10s" panZoom="300,300,200,200" regAlign="center" regPoint="center"/>
        </par>
    </body>
</smil>
