summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/animation/animateColor-to.svg
blob: 4a276c6fbc95544dac74d8f90e9e1be8c989a198 (plain)
1
2
3
4
5
6
<svg xmlns='http://www.w3.org/2000/svg'>
  <rect width='100' height='100' fill='blue'>
    <animateColor attributeName="fill" to='green' dur='3s' fill='freeze' />
  </rect>
  <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
</svg>