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