blob: ecd4357ab5dcb7e85e7e9f9f1fa280c112d09a43 [file] [log] [blame]
eseidel83e63fd2007-01-27 00:59:58 +00001<svg xmlns='http://www.w3.org/2000/svg'>
2 <rect width='100' height='100'>
3 <animateColor attributeName="fill" from='blue' to='green' dur='3s' fill='freeze' />
4 </rect>
5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
6</svg>