- From: Robert Longson via GitHub <noreply@w3.org>
- Date: Mon, 13 Oct 2025 10:08:43 +0000
- To: public-svg-issues@w3.org
See https://github.com/w3c/svgwg/issues/706 (I don't know why that one is closed because it's what browsers do now and we've not made any progress in changing things). The problem is that SVGMatrix, SVGRect and SVGPoint are (or can be) live i.e. you change a transform and the matrix changes. DOMRect, DOMMatix etc are not live, if you have one the values only change if javascript changes them. That's a fundamental change in how things work and SVG cannot dictate functionality or compromise performance of HTML. -- GitHub Notification of comment by longsonr Please view or discuss this issue at https://github.com/w3c/svgwg/issues/1020#issuecomment-3396763343 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 13 October 2025 10:08:44 UTC