Re: [csswg-drafts] [css-transforms] Bunch of bugs in the interpolation algorithms

> In 2d recomposition, the "Translate matrix" step should just be 
matrix[3][0] = translate[0] and matrix[3][1] = translate[0] I think. 
Otherwise the decomposed+recomposed matrix at t=0 for skew+translate 
is off. This is what webkit does

Are you saying that WebKit does it wrong? Because the spec is 
reflecting that code...

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

Received on Thursday, 22 September 2016 15:33:13 UTC