为什么动画命令不起作用<animateColor>?
<svg id="svg1" viewBox="0 0 520 520" width="500" style='border: 1px solid black'>
<ellipse cx="100" cy="50" rx="80" ry="40" fill="red">
<animateColor attributeName="fill"
from="red" to="yellow" dur="3s"
repeatCount="indefinite"/>
</ellipse>
</svg>
MDN
替换
<animateColor>为<animate>一切正常