Bug 191305
| Summary: | [SVG2]: Remove the SVGMatrix interface | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ahmad.saleem792, zimmermann |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 191292 | ||
Said Abou-Hallawa
The specs page is: https://www.w3.org/TR/SVG2/
The specs has replaced SVGMatrix with DOMMatrix. This is going to affect the
SVGTransform::matrix()
SVGGraphicsElement::getCTM()
SVGGraphicsElement::getScreenCTM()
SVGSVGElement::createSVGMatrix()
SVGTransformList::createSVGTransformFromMatrix()
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
@Said - isn't consensus now to keep them - https://github.com/w3c/svgwg/issues/706
and we can close this bug?
Said Abou-Hallawa
Yes SVGMatrix should stay and the SVG2 specs for replacing SVGMatrix should be reverted. This bug should be resolved - Invalid.