---
title: SVGGraphicsElement
slug: Web/API/SVGGraphicsElement
tags:
- API
- SVG
translation_of: Web/API/SVGGraphicsElement
---
{{APIRef("SVG")}}
Интерфейс SVGGraphicsElement
представляет элементы SVG, основной целью которых является прямое отображение графики в группу.
{{InheritanceDiagram(600, 120)}}
Note: Этот интерфейс был введён в SVG 2 и заменяет интерфейсы {{domxref("SVGLocatable")}} и {{domxref("SVGTransformable")}} из SVG 1.1.
Свойства
Этот элемент наследует свойства от своего родителя, {{domxref("SVGElement")}}.
- {{domxref("SVGGraphicsElement.transform")}} {{ReadOnlyInline}}
- An {{domxref("SVGAnimatedTransformList")}} reflecting the computed value of the {{cssxref("transform")}} property and its corresponding {{SVGAttr("transform")}} attribute of the given element.
Методы
Этот элемент наследует методы своего родителя, {{domxref("SVGElement")}}.
- {{domxref("SVGGraphicsElement.getBBox()")}}
- Returns a {{domxref("DOMRect")}} representing the computed bounding box of the current element.
- {{domxref("SVGGraphicsElement.getCTM()")}}
- Returns a {{domxref("DOMMatrix")}} representing the matrix that transforms the current element's coordinate system to its SVG viewport's coordinate system.
- {{domxref("SVGGraphicsElement.getScreenCTM()")}}
- Returns a {{domxref("DOMMatrix")}} representing the matrix that transforms the current element's coordinate system to the coordinate system of the SVG viewport for the SVG document fragment.
Спецификации
Спецификация |
Статус |
Комментарий |
{{SpecName("SVG2", "types.html#InterfaceSVGGraphicsElement", "SVGGraphicsElement")}} |
{{Spec2("SVG2")}} |
Initial definition |
Поддержка браузерами
{{Compat("api.SVGGraphicsElement")}}