<smil xmlns="http://www.w3.org/2001/SMIL20/Language"
      xmlns:it="http://www.w3.org/2001/SMIL20/InlineTransitions"
      systemRequired="it">
  <head>
    <layout>
      <root-layout backgroundColor="white" width="640" height="480"/>
      <region top="150" left="10" />
      <region id="r" fit="fill"/>
    </layout>
  </head>
  <body>
    <par dur="indefinite">
      <img region="r" height="100" width="100" id="m1" src="../images/earth.jpg"/>
      <it:transitionFilter id="trans1" targetElement="m1" type="clockWipe" dur="6" from="0" by=".5" calcMode="linear" mode="in"/>
    </par>
  </body>
</smil>