Bug 191305 - [SVG2]: Remove the SVGMatrix interface
Summary: [SVG2]: Remove the SVGMatrix interface
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
  Show dependency treegraph
 
Reported: 2018-11-06 07:35 PST by Said Abou-Hallawa
Modified: 2019-07-25 13:55 PDT (History)
1 user (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-06 07:35:48 PST
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()