[csswg-drafts] Pull Request: [css-transforms-2] Explicitly reset the temp matrix in matrix recomposition.

tabatkins has just labeled a pull request from emilio for https://github.com/w3c/csswg-drafts as "css-transforms-2":

== [css-transforms-2] Explicitly reset the temp matrix in matrix recomposition. ==
The idea of the blocks (IIUC) are to reset `temp` to be an identity matrix in
case it's been used before.

However if only skew[0] and skew[2] are non-zero, this code didn't manage to
accomplish it.

Make it so that the reset is explicit after setting a matrix member instead of
try to undo all other possible mutations that have happened before.

See https://github.com/w3c/csswg-drafts/pull/2713

Received on Wednesday, 13 June 2018 18:36:52 UTC