Re: [csswg-drafts] [css-transforms-1] Decomposing of affine matrix with skew seems wrong (#7318)

Interestingly, while FireFox does have a decompose function that implements the spec (which is why I was confused as to how it was passing these skew tests), it appears to actually be using a different decompose function. This decompose function seems to be using the same transform functions that decompose3d uses. 

For reference this is the function: https://searchfox.org/mozilla-central/rev/e8e4a8641f3e6728ea42ae30905ce2145bfd5568/servo/components/style/values/animated/transform.rs#708

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 27 May 2022 19:27:45 UTC