Re: calcMode="linear" with numeric and non-numeric values

Hi Cyril.

Cyril Concolato:
> I think you missed one choice:
>    * Treat it as calcMode="linear" but apply inheritance before computing 
>    the interpolation between the inherited value and 0. I think this is the 
> correct behavior but unfortunately it is poorly specified in SMIL.

Ok.  I did see a mail recently that said that it should be the computed
values that are intepolated between, so that would solve the problem in
this case.  How about for a property where the computed value is still a
keyword?  For example:

 <animate attributeName="kerning" dur="6s" calcMode="linear"
          values="auto; 0; 1"/>

Thanks,

Cameron

-- 
 Cameron McCormack			ICQ: 26955922
 cam (at) mcc.id.au			MSN: cam (at) mcc.id.au
 http://mcc.id.au/			JBR: heycam (at) jabber.org

Received on Tuesday, 14 February 2006 21:20:17 UTC