- From: Claas Augner via GitHub <noreply@w3.org>
- Date: Fri, 30 Jan 2026 08:45:38 +0000
- To: public-svg-issues@w3.org
> `https://searchfox.org/firefox-main/source/dom/webidl/SVGTransform.webidl#31`
>
> ^ Firefox has `DOMMatrix2DInit`
Good catch:
| Engine | `{} matrix` | `setMatrix({} matrix)` |
|--------|--------|--------|
| [Chromium](https://github.com/chromium/chromium/blob/37969c6446f6082a13e66356cf08539b269074af/third_party/blink/renderer/core/svg/svg_transform.idl#L39-L43) | `SVGMatrix` | `SVGMatrix` |
| [Gecko](https://github.com/mozilla-firefox/firefox/blob/94583492da555d7f1c229b4d43c5e74e415a72d1/dom/webidl/SVGTransform.webidl#L27-L31) | `SVGMatrix` | `optional DOMMatrix2DInit` |
| [WebKit](https://github.com/WebKit/WebKit/blob/7c8968c2ec20b0c7e94513704ce4773ae6c0e134/Source/WebCore/svg/SVGTransform.idl#L38-L41) | `SVGMatrix` | `optional DOMMatrix2DInit` |
--
GitHub Notification of comment by caugner
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/1055#issuecomment-3822563101 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 30 January 2026 08:45:39 UTC