aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/attribute/rx/index.html
blob: 78f0ab86e0461cef9e6a2025d7302f2fb9fd76d1 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
title: rx
slug: Web/SVG/Attribute/rx
tags:
  - SVG атрибуты
translation_of: Web/SVG/Attribute/rx
---
<div>{{SVGRef}}</div>

<p>Атрибут <strong><code>rx</code></strong> определяет радиус круга по оси x.</p>

<p>Два элемента используют этот атрибут: {{SVGElement("ellipse")}} и {{SVGElement("rect")}}</p>

<div id="topExample">
<div class="hidden">
<pre class="brush: css">html,body,svg { height:100% }</pre>
</div>

<pre class="brush: html">&lt;svg viewBox="0 0 300 200" xmlns="http://www.w3.org/2000/svg"&gt;
  &lt;ellipse cx="50"  cy="50" rx="0"  ry="25" /&gt;
  &lt;ellipse cx="150" cy="50" rx="25" ry="25" /&gt;
  &lt;ellipse cx="250" cy="50" rx="50" ry="25" /&gt;

  &lt;rect x="20"  y="120" width="60" height="60" rx="0"   ry="15"/&gt;
  &lt;rect x="120" y="120" width="60" height="60" rx="15"  ry="15"/&gt;
  &lt;rect x="220" y="120" width="60" height="60" rx="150" ry="15"/&gt;
&lt;/svg&gt;</pre>

<p>{{EmbedLiveSample('topExample', '100%', 200)}}</p>
</div>

<h2 id="ellipse">ellipse</h2>

<p>Для элемента {{SVGElement('ellipse')}} rx определяет радиус фигуры по оси x. Если значение меньше или равно 0, эллипс не будет нарисован вообще.</p>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="row">Значение</th>
   <td><strong><a href="/docs/Web/SVG/Content_type#Length">&lt;length&gt;</a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage">&lt;percentage&gt;</a></strong> | <code>auto</code></td>
  </tr>
  <tr>
   <th scope="row">Значение по умолчанию</th>
   <td><code>auto</code></td>
  </tr>
  <tr>
   <th scope="row">Анимируемый</th>
   <td>Да</td>
  </tr>
 </tbody>
</table>

<p class="note"><strong>Примечание. </strong>Начиная с <strong>SVG2</strong>, <strong>rx</strong> - <em>свойство геометрии(Geometry Property). </em>Это означает, что атрибут также можно использовать как свойство CSS для эллипсов.</p>

<h2 id="rect">rect</h2>

<p>Для {{SVGElement('rect')}}, <code>rx</code> определяет радиус эллипса по оси x, используется для скругления углов прямоугольника.</p>

<p>Способ интерпретации значения атрибута <code>rx</code> зависит как от атрибута {{SVGAttr("ry")}} , так и от ширины прямоугольника:</p>

<ul>
 <li>Если правильно задано значение для <code>rx</code>, но не для {{SVGAttr("ry")}} (или наоборот), то браузер сочтет отсутствующее значение равным указанному.</li>
 <li>Если ни <code>rx</code>, ни {{SVGAttr("ry")}} не имеют правильно указанного значения, браузер нарисует прямоугольник с квадратными углами.</li>
 <li>Если <code>rx</code> больше половины ширины прямоугольника, то браузер будет считать значение <code>rx</code> половиной ширины прямоугольника.</li>
</ul>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="row">Значение</th>
   <td><strong><a href="/docs/Web/SVG/Content_type#Length">&lt;length&gt;</a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage">&lt;percentage&gt;</a></strong> | <code>auto</code></td>
  </tr>
  <tr>
   <th scope="row">Значение по умолчанию</th>
   <td><code>auto</code></td>
  </tr>
  <tr>
   <th scope="row">Анимируемый</th>
   <td>Да</td>
  </tr>
 </tbody>
</table>

<p class="note"><strong>Примечание. </strong>Начиная с <strong>SVG2</strong>, <strong>rx</strong> - <em>свойство геометрии(Geometry Property). </em>Это означает, что атрибут также можно использовать как свойство CSS для rect.</p>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Спецификация</th>
   <th scope="col">Статус</th>
   <th scope="col">Комментарий</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("SVG2", "geometry.html#RX", "rx")}}</td>
   <td>{{Spec2("SVG2")}}</td>
   <td>Определяется как свойство геометрии</td>
  </tr>
  <tr>
   <td>{{SpecName("SVG1.1", "shapes.html#EllipseElementRXAttribute", "rx")}}</td>
   <td>{{Spec2("SVG1.1")}}</td>
   <td>
    <p>Начальное определение для <span style='background-color: rgba(220, 220, 220, 0.5); font-family: consolas,"Liberation Mono",courier,monospace; font-size: 1rem; font-style: inherit; font-weight: inherit; letter-spacing: -0.00278rem;'>&lt;ellipse&gt;</span></p>
   </td>
  </tr>
  <tr>
   <td>{{SpecName("SVG1.1", "shapes.html#RectElementRXAttribute", "rx")}}</td>
   <td>{{Spec2("SVG1.1")}}</td>
   <td>Начальное определение для <code>&lt;rect&gt;</code></td>
  </tr>
 </tbody>
</table>