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

> When the "translate matrix" portion matched the spec, certain 
animations for skew+translate would jump.

Ah.
Well, looking at the servo code 
https://github.com/servo/servo/blob/73b296350927bad6d526cce21434ce68a75216fa/components/style/properties/helpers/animated_properties.mako.rs#L921
 the decompose code is different from the spec so you can't use it to 
recompose because the ordering is different.

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

Received on Thursday, 22 September 2016 16:00:17 UTC