web api interface
SVGGraphicsElement
The SVGGraphicsElement interface represents SVG elements whose primary purpose is to directly render graphics into a group.
Instance properties
This interface also inherits properties from its parent, SVGElement.
requiredExtensionsRead only- : An
SVGStringListreflecting therequiredExtensionsattribute of the given element.
- : An
systemLanguageRead only- : An
SVGStringListreflecting thesystemLanguageattribute of the given element.
- : An
transformRead only- : An
SVGAnimatedTransformListreflecting the computed value of thetransformproperty and its correspondingtransformattribute of the given element.
- : An
Instance methods
This interface also inherits methods from its parent, SVGElement.
getBBox()- : Returns a
DOMRectrepresenting the computed bounding box of the current element.
- : Returns a
getCTM()- : Returns a
DOMMatrixrepresenting the matrix that transforms the current element’s coordinate system to its SVG viewport’s coordinate system.
- : Returns a
getScreenCTM()- : Returns a
DOMMatrixrepresenting the matrix that transforms the current element’s coordinate system to the coordinate system of the SVG viewport for the SVG document fragment.
- : Returns a
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.