--- title: SVGGraphicsElement slug: Web/API/SVGGraphicsElement tags: - API - NeedsExample - NeedsTranslation - Reference - SVG - SVG OM - TopicStub translation_of: Web/API/SVGGraphicsElement ---
SVGGraphicsElement
接口表示SVG元素,其主要目的是将图形直接渲染到组中。
{{InheritanceDiagram(600, 120)}}
提示: 该接口是SVG 2中引入的,它取代了SVG 1.1中的{{domxref("SVGLocatable")}}和{{domxref("SVGTransformable")}}接口。
此接口还从其父接口{{domxref("SVGElement")}}继承属性
此接口还从其父方法{{domxref("SVGElement")}}继承方法。
规范 | 状态 | 说明 |
---|---|---|
{{SpecName("SVG2", "types.html#InterfaceSVGGraphicsElement", "SVGGraphicsElement")}} | {{Spec2("SVG2")}} | Initial definition |
{{Compat("api.SVGGraphicsElement")}}