W3C's SVG reco 1.1 says this "The 'color-interpolation' property applies to color interpolations that result from 'animateColor' animations.The 'color-interpolation' property applies to color interpolations that result from 'animateColor' animations."
about <animateColor>. That's fine. I have used it happily for some time. See http://srufaculty.sru.edu/david.dailey/svg/ovaling.svg for an example that works in IE/ASV and Opera 9. But does it really do anything that <animate> by itself doesn't do? Both IE and Opera are quite happy to interpolate color values in a statement like: <animate attributeName="fill" dur="15s" values="green;yellow;magenta;white;cyan " repeatCount="indefinite"/> So do we need it for something? I don't have a great aversion to redundancy, but am sometimes daft when it comes to subtleties (like the difference between a biscuit and a muffin). David ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

