Re: [fxtf-drafts] [geometry] Difficulties with DOMMatrixReadOnly.is2D and other users of it

@tabatkins To simplify the ask a bit. You want each transform to get represented by a `DOMMatrix` in typed OM and based on the `is2D` flag you want to capture if it should get serialized to the 2D or 3D transform function? E.g.: `translate(2px, 3px)` vs `translate3d(2px, 3px, 0)` depending on `is2D`?

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/255#issuecomment-381322245 using your GitHub account

Received on Saturday, 14 April 2018 11:20:13 UTC