Re: [svgwg] Revert change from SVGRect/SVGPoint/SVGMatrix to DOM equivalents (#706)

@fsoder agreed.

@longsonr `SVGPoint` and `SVGRect` are aliases fro `DOMPoint` and `DOMRect` according to the [Geometry Interfaces spec](https://drafts.fxtf.org/geometry/#intro). So replacing the former with the latter (or `DOM*Init` in some cases) were more or less a formality. Changing them back wouldn't make a difference.

While `baseVal` and `animVal` certainly are in use, the use counter is very likely very low. Is there anything we could do in SVG2 or Geometry Interfaces to reduce the burden that you see? I thin I remember that Firefox already did backwards-incompatible changes to `animVal` because low usage numbers allowed it. Could you clarify that?

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/706#issuecomment-506639713 using your GitHub account

Received on Friday, 28 June 2019 07:51:09 UTC