TIME:
Timer: 0
Backgroundcolor = #00ff00

EXPECTED BEHAVIOR:
animateColor will begin at 1 second and have a duration of 2 seconds.
note additive=sum so that all color values have green value of FF.
At 0 seconds, the color will be GREEN - #00FF00.     
At 1 second, animateColor begins and the color will imediately turn #FFFF00.     
At 2 seconds, the midpoint of animateColor, the color will still be #FFFF00.
At 3 seconds, the color will turn #00FFFF and animateColor Ends.     
After animateColor ends, the timedElement should FREEZE on #00FFFF.
**Note: calcmode="discrete" color values jump from one to the next without animation

SAMPLE CODE:
<div id="timedElement" style="border:1px solid black;background:GREEN; width:100; height:100;"></div>
<t:animateColor targetElement="timedElement" attributeName="backgroundColor" begin="1s" dur="2s" additive="sum" from="ff0000" to="#0000ff" fill="freeze" calcmode="discrete"></t:animateColor>

INFORMATION:
Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Debbie Newman, Microsoft
Version: 10/09/2000
Module: animation
Feature: animateColor calcmode=discrete, additive=sum, fill=freeze
File Name: animateColor_fromTo_freeze_discrete.htm
Media Components: None