- From: Robert Longson via GitHub <sysbot+gh@w3.org>
- Date: Sat, 22 Jun 2019 00:39:20 +0000
- To: public-svg-issues@w3.org
https://dxr.mozilla.org/mozilla-central/source/dom/base/DOMPoint.h In Firefox's implementation DOMPoint is final and none of the methods in either DOMPoint or DOMPointReadOnly are virtual. Making them virtual would adversely affect html perf and is therefore a problem. Same for DOMRect/DOMRectReadOnly DOMPoint/DOMRect are clearly not things that are designed to be live. They are fine for the result of GetBBox but not for viewBox.baseVal or viewBox.animVal. -- GitHub Notification of comment by longsonr Please view or discuss this issue at https://github.com/w3c/svgwg/issues/706#issuecomment-504611527 using your GitHub account
Received on Saturday, 22 June 2019 00:39:22 UTC