<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <root-layout backgroundColor="#eeffcc" width="205" height="205"/>
      <region id="r" fit="fill"/>
    </layout>
  </head>
  <body>
    <par dur="indefinite">
      <img region="r" src="../images/spline_img04.gif" height="200" width="200" top="5" left="5"/>
      <brush region="r" id="T1" height="10" width="10" top="38" left="38" color="red" />
      <animateMotion begin="2s" dur="5s" calcMode="spline" values="0,132;0,0" keySplines="1 0 .25 .25" keyTimes="0; 1" targetElement="T1" fill="remove" autoReverse="true"/>
      <animate begin="2s" dur="5s" calcMode="linear" to="170" targetElement="T1" attributeName="left" fill="remove" autoReverse="true"/>
    </par>
  </body>
</smil>