<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <root-layout backgroundColor="white" width="231" height="499"/>
      <region id="r" fit="fill"/>
    </layout>
  </head>
  <body>
    <par dur="indefinite">
      <img region="r" id="inst" top="0" left="0" src="../images/animate_addrpl_paced_t_accum.gif" fit="hidden" dur="20s"/>
      <brush region="r" id="T1" width="100" height="100" top="45" left="45" color="green"  dur="20s"/>
      <animate id="anim" begin="0s" dur="4s" calcMode="paced" targetElement="T1" to="420" attributeName="height" fill="remove" additive="replace" accumulate="sum" repeatCount="2"/>
    </par>
  </body>
</smil>