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

SVGPoint and DOMPoint would not be related. Neither would SVGRect and DOMRect. Their attributes would share common naming so that they could both be passed to things that take DOMPointInit or DOMRectInit. Same with SVGMatrix/DOMMatrix.

If we have everything taking DOMPointInit, DOMRectInit etc then we don't need createSVGPoint or createSVGRect.

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

Received on Saturday, 22 June 2019 05:45:47 UTC