Re: [css-houdini-drafts] [css-typed-om] What to do with a 2d CSSMatrixComponent set to a 3d DOMMatrix?

Yeah, and a 3d translate that moves in the X or Y directions would result in essentially a transformation that can be represented by a 2D matrix.

But what about a rotation around the Y axis? Would that cause the visual result when is2D is true to be different than what the actual 3D matrix says?

If I understand your is2D idea, you means that if we set `is2D` to `true`, then we simply treat the matrix as 2D no matter what?

-- 
GitHub Notification of comment by trusktr
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/366#issuecomment-304197227 using your GitHub account

Received on Friday, 26 May 2017 05:45:43 UTC