Re: [svgwg] Use DOMMatrix2DInit as parameters for methods. #326 (#577)

@AmeliaBR I am skeptical about point 5). The matrix object is not re-linkable (though UAs might be able to do this). The copy of values is saver. 

That said, the spec requires value and matrix object to be in [sync](https://svgwg.org/svg2-draft/coords.html#TransformMatrixObject). So actually it should be enough to set value and matrix object would get synchronized. (Could still be an additional step: "Synchronize the SVGTransform's matrix object with the SVGTransform's value.")

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/svgwg/pull/577#issuecomment-446367892 using your GitHub account

Received on Tuesday, 11 December 2018 21:25:58 UTC