aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/svggraphicselement/index.html
blob: eca4dd9c2260408581c67eaeeef704729a16be23 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
---
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>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Спецификация</th>
   <th scope="col">Статус</th>
   <th scope="col">Комментарий</th>
  </tr>
  <tr>
   <td>{{SpecName("SVG2", "types.html#InterfaceSVGGraphicsElement", "SVGGraphicsElement")}}</td>
   <td>{{Spec2("SVG2")}}</td>
   <td>Initial definition</td>
  </tr>
 </tbody>
</table>

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



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