<?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. Revision: 26 Aug 2008 by Thierry Michel (test updated to SMIL Namespace, DTD and version and BaseProfile attribute) Required Modules: BasicAnimation BasicInlineTiming BasicLayout BasicMedia BasicTimeContainers RepeatTiming Structure --> <smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language"> <head> <layout> <root-layout backgroundColor="white" width="239" height="598"/> <region id="r" fit="fill"/> </layout> </head> <body> <par dur="indefinite"> <img region="r" id="inst" top="0" left="0" src="../images/animateMotion_addrpl_lin_fb_accum.gif" fit="hidden" dur="20s"/> <img region="r" src="../images/smile.jpg" id="T1" width="100" height="100" top="45" left="45" dur="20s"/> <animateMotion id="anim" begin="1s" dur="4s" calcMode="linear" targetElement="T1" from="45,10" by="0,220" origin="parent" fill="hold" additive="replace" accumulate="sum" repeatDur="8"/> </par> </body> </smil>