aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/svggraphicselement/index.html
blob: 73e1ec73fd2cc6e98653fb4eef84ddf1ca4f2b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: SVGGraphicsElement
slug: Web/API/SVGGraphicsElement
tags:
  - API
  - SVG
translation_of: Web/API/SVGGraphicsElement
---
<div>{{APIRef("SVG")}}</div>

<p>Интерфейс <strong><code>SVGGraphicsElement</code></strong> представляет элементы SVG, основной целью которых является прямое отображение графики в группу.</p>

<p>{{InheritanceDiagram(600, 120)}}</p>

<div class="note">
<p><strong>Note:</strong> Этот интерфейс был введён в SVG 2 и заменяет интерфейсы  {{domxref("SVGLocatable")}} и {{domxref("SVGTransformable")}} из SVG 1.1.</p>
</div>

<h2 id="Свойства">Свойства</h2>

<p><em>Этот элемент наследует свойства от своего родителя, {{domxref("SVGElement")}}.</em></p>

<dl>
 <dt>{{domxref("SVGGraphicsElement.transform")}} {{ReadOnlyInline}}</dt>
 <dd>An {{domxref("SVGAnimatedTransformList")}} reflecting the computed value of the {{cssxref("transform")}} property and its corresponding {{SVGAttr("transform")}} attribute of the given element.</dd>
</dl>

<h2 id="Методы">Методы</h2>

<p><em>Этот элемент наследует методы своего родителя, {{domxref("SVGElement")}}.</em></p>

<dl>
 <dt>{{domxref("SVGGraphicsElement.getBBox()")}}</dt>
 <dd>Returns a {{domxref("DOMRect")}} representing the computed bounding box of the current element.</dd>
 <dt>{{domxref("SVGGraphicsElement.getCTM()")}}</dt>
 <dd>Returns a {{domxref("DOMMatrix")}} representing the matrix that transforms the current element's coordinate system to its SVG viewport's coordinate system.</dd>
 <dt>{{domxref("SVGGraphicsElement.getScreenCTM()")}}</dt>
 <dd>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.</dd>
</dl>

<h2 id="Спецификации">Спецификации</h2>

{{Specifications}}

<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>



<p>{{Compat("api.SVGGraphicsElement")}}</p>