In SVG 1.1, `SVGTransform.matrix` returns `SVGMatrix`. In SVG 2, it returns `DOMMatrix`. In [all browsers](https://github.com/mdn/browser-compat-data/issues/28757), `SVGTransform.matrix` returns `SVGMatrix`. It [was decided](https://github.com/w3c/svgwg/issues/706#issuecomment-544697551) to revert this change, but the issue was closed without reverting this change.