<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <root-layout backgroundColor="white" width="243" height="726"/>
      <region id="r" fit="fill"/>
    </layout>
  </head>
  <body>
    <par dur="indefinite">
      <img region="r" id="inst" top="0" left="0" src="../images/animateMotion_paced_v_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="paced" targetElement="T1" values="45,20;45,40;45,300" origin="parent" fill="freeze" accumulate="sum" repeatCount="2"/>
    </par>
  </body>
</smil>