Re: [css3-transitions] Interpolation of integer values

On Tue, May 29, 2012 at 6:26 PM, Brian Birtles <birtles@gmail.com> wrote:
> (2012/05/30 9:31), Tab Atkins Jr. wrote:
>> I think we resolved off-minutes what rounding scheme to use, but I
>> don't recall which it was.
>
> It's defined in the section in SMIL that Sylvain linked to.[1] i.e.
>
>  coerced-integer-value = Math.floor( interpolated-value + 0.5 )
>
> I dropped the link and definition in the channel during the meeting so it
> should be in the minutes. I don't remember any objections about that scheme
> arising during the meeting.

Ah, right, round-to-positive-infinity.  I have no objections to it, I
just couldn't remember which we'd done.

~TJ

Received on Wednesday, 30 May 2012 15:46:16 UTC