Re: [csswg-drafts] [css-easing-1] No precision requirement or recommended algorithm for cubic Beziers (#4014)

> This is different from the bar used in the tests, which IIRC what kevers@ told me is 30 rounds of the bisection method.

Gecko looks at the slope and decides which mechanism to use:

  https://searchfox.org/mozilla-central/rev/153172de0c5bfca31ef861bd8fc0995f44cada6a/dom/smil/SMILKeySpline.cpp#60-89

For bisection it uses a maximum of 10 iterations.

-- 
GitHub Notification of comment by birtles
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4014#issuecomment-499694958 using your GitHub account

Received on Thursday, 6 June 2019 22:44:08 UTC