- From: Karl Dubost via GitHub <noreply@w3.org>
- Date: Tue, 28 Jul 2026 07:00:04 +0000
- To: public-svg-issues@w3.org
karlcow has just labeled an issue for https://github.com/w3c/svgwg as "Agenda+": == SVGTransform's setMatrix method should take a DOMMatrix2DInit == https://svgwg.org/svg2-draft/coords.html#InterfaceSVGTransform ``` void setMatrix(DOMMatrixReadOnly matrix); ``` This should be ``` void setMatrix(optional DOMMatrixInit matrix); ``` The prose can then invoke https://drafts.fxtf.org/geometry/#create-a-dommatrix-from-the-dictionary if you want an actual `DOMMatrix` to work with, but working with a dictionary works as well. In the latter case, https://drafts.fxtf.org/geometry/#matrix-validate-and-fixup should be invoked on the dictionary first. See https://github.com/w3c/svgwg/issues/326 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 28 July 2026 07:00:05 UTC