Bug 191377 - [SVG2]: Remove the interface SVGRect
Summary: [SVG2]: Remove the interface SVGRect
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 191292 200143
  Show dependency treegraph
 
Reported: 2018-11-07 09:42 PST by Said Abou-Hallawa
Modified: 2024-09-17 19:11 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2018-11-07 09:42:51 PST
This should affect the following methods:

SVGGraphicsElement::getBBox(): https://www.w3.org/TR/SVG2/types.html#InterfaceSVGGraphicsElement
SVGSVGElement::createSVGRect(): https://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSVGElement
SVGTextContentElement::getExtentOfChar(): https://www.w3.org/TR/SVG2/text.html#InterfaceSVGTextContentElement
Comment 1 Said Abou-Hallawa 2018-11-07 10:06:34 PST
It will also affect the interface SVGAnimatedRect: https://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedRect
Comment 2 Dirk Schulze 2018-11-07 10:30:48 PST
For all those interfaces, keep in mind that SVGRect, SVGMatrix and SVGPoint are aliases to DOMRect, DOMMatrix and DOMPoint now. So tests with the SVG* interfaces should still pass.
Comment 5 Ahmad Saleem 2024-09-17 19:11:52 PDT
@Said - isn't consensus now to keep them - https://github.com/w3c/svgwg/issues/706

and we can close this bug?