<?xml version="1.1"?>
<!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: Alain Uginet, Oratrix          
Revision:  26 Aug 2008  by Thierry Michel (test updated to SMIL  Namespace, DTD and version and BaseProfile attribute)@FileName:linking-shape-circle-fit2.smil      
Module: BasicLinking Module
Feature: <area shape=circle>
Media Components: 1 JPG  
Expected Behavior: the anchor should be active only inside the circle. 
				The clipped part shouldn't be active
Required Modules: BasicInlineTiming
                  BasicLayout
                  BasicLinking
                  BasicMedia
                  BasicTimeContainers
                  Metainformation
                  MultiWindowLayout
                  Structure
-->

<smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language">
  <head>
    <meta name="title" content="root-layout"/>
    <meta name="generator" content="GRiNS Pro for SMIL Boston, v2.0 "/>
    <layout>
      <topLayout id="top2" backgroundColor="yellow" width="500" height="400">
        <region id="region1" width="400" height="400"/>
      </topLayout>
    </layout>
  </head>

  <body>
    <seq>
        <img region="region1" dur="5s" src="../images/zumtenpiz2_c.jpg" fit="slice">
          <area id="area1" href="destination.smil" shape="circle" coords="360,200,160"/>
        </img>
    </seq>
  </body>
</smil>