diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/ru/web/svg/attribute/width/index.html | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/ru/web/svg/attribute/width/index.html')
-rw-r--r-- | files/ru/web/svg/attribute/width/index.html | 648 |
1 files changed, 648 insertions, 0 deletions
diff --git a/files/ru/web/svg/attribute/width/index.html b/files/ru/web/svg/attribute/width/index.html new file mode 100644 index 0000000000..30e0e0df21 --- /dev/null +++ b/files/ru/web/svg/attribute/width/index.html @@ -0,0 +1,648 @@ +--- +title: Ширина +slug: Web/SVG/Attribute/width +tags: + - ширина +translation_of: Web/SVG/Attribute/width +--- +<div>{{SVGRef}}</div> + +<p>Атрибут <strong><code>width</code></strong> определяет горизонтальный размер элементов в пользовательской системе координат.</p> + +<p>Двадцать пять элементов используют эти атрибуты: {{SVGElement('feBlend')}}, {{SVGElement('feColorMatrix')}}, {{SVGElement('feComponentTransfer')}}, {{SVGElement('feComposite')}}, {{SVGElement('feConvolveMatrix')}}, {{SVGElement('feDiffuseLighting')}}, {{SVGElement('feDisplacementMap')}}, {{SVGElement('feDropShadow')}}, {{SVGElement('feFlood')}}, {{SVGElement('feGaussianBlur')}}, {{SVGElement('feImage')}}, {{SVGElement('feMerge')}}, {{SVGElement('feMorphology')}}, {{SVGElement('feOffset')}}, {{SVGElement('feSpecularLighting')}}, {{SVGElement('feTile')}}, {{SVGElement('feTurbulence')}}, {{SVGElement('filter')}}, {{SVGElement('foreignObject')}}, {{SVGElement('image')}}, {{SVGElement('mask')}}, {{SVGElement('pattern')}}, {{SVGElement('rect')}}, {{SVGElement('svg')}}, and {{SVGElement('use')}}</p> + +<div id="topExample"> +<div class="hidden"> +<pre class="brush: css">html,body,svg { height:100% }</pre> +</div> + +<pre class="brush: html"><svg viewBox="0 0 100 300" xmlns="http://www.w3.org/2000/svg"> + <!-- С шириной равной 0 или меньше, ничего не будет отображаться --> + <rect x="0" y="0" width="0" height="90"/> + <rect x="0" y="100" width="60" height="90"/> + <rect x="0" y="200" width="100%" height="90"/> +</svg></pre> + +<p>{{EmbedLiveSample('topExample', '100%', 200)}}</p> +</div> + +<h2 id="feBlend">feBlend</h2> + +<p>Для {{SVGElement('feBlend')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feColorMatrix">feColorMatrix</h2> + +<p>Для {{SVGElement('feColorMatrix')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feComponentTransfer">feComponentTransfer</h2> + +<p>Для {{SVGElement('feComponentTransfer')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feComposite">feComposite</h2> + +<p>Для {{SVGElement('feComposite')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feConvolveMatrix">feConvolveMatrix</h2> + +<p>Для {{SVGElement('feConvolveMatrix')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feDiffuseLighting">feDiffuseLighting</h2> + +<p>Для {{SVGElement('feDiffuseLighting')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feDisplacementMap">feDisplacementMap</h2> + +<p>Для {{SVGElement('feDisplacementMap')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feDropShadow">feDropShadow</h2> + +<p>Для {{SVGElement('feDropShadow')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feFlood">feFlood</h2> + +<p>Для {{SVGElement('feFlood')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feGaussianBlur">feGaussianBlur</h2> + +<p>Для {{SVGElement('feGaussianBlur')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feImage">feImage</h2> + +<p>Для {{SVGElement('feImage')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feMerge">feMerge</h2> + +<p>Для {{SVGElement('feMerge')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feMorphology">feMorphology</h2> + +<p>Для {{SVGElement('feMorphology')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feOffset">feOffset</h2> + +<p>Для {{SVGElement('feOffset')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feSpecularLighting">feSpecularLighting</h2> + +<p>Для {{SVGElement('feSpecularLighting')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feTile">feTile</h2> + +<p>Для {{SVGElement('feTile')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="feTurbulence">feTurbulence</h2> + +<p>Для {{SVGElement('feTurbulence')}}, <code>width</code> определяет горизонтальный размер для отображения области примитивов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>100%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="filter">filter</h2> + +<p>Для {{SVGElement('filter')}}, <code>width</code> определяет горизонтальный размер для отображения области фильтров.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>120%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="foreignObject">foreignObject</h2> + +<p>Для {{SVGElement('foreignObject')}}, <code>width</code> определяет горизонтальный размер для отображения области ссылочных документов.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><code>auto</code> | <strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>auto</code> (рассматривается как <code>0</code>)</td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<p class="note"><strong>Примечание:</strong> Начиная с SVG2, <code>width</code> это геометрическое свойство, что означает, что этот атрибут может, также, быть использован как свойство CSS для <code><foreignObject></code>.</p> + +<h2 id="image">image</h2> + +<p>Для {{SVGElement('image')}}, <code>width</code> определяет горизонтальный размер для изображения.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><code>auto</code> | <strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>auto</code> (рассматривается как ширина изображения)</td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<p class="note"><strong>Примечание:</strong> Начиная с SVG2, <code>width</code> это геометрическое свойство, что означает, что этот атрибут может, также, быть использован как свойство CSS для изображений.</p> + +<h2 id="mask">mask</h2> + +<p>Для {{SVGElement('mask')}}, <code>width</code> определяет горизонтальный размер области эффекта. Точный эффект этого атрибута зависит от атрибута {{SVGAttr('maskUnits')}}.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>120%</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="pattern">pattern</h2> + +<p>Для {{SVGElement('pattern')}}, <code>width</code> определяет горизонтальный размер мастящегося паттерна. Точный эффект этого атрибута зависит от атрибутов {{SVGAttr('patternUnits')}} и {{SVGAttr('patternTransform')}}.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значание</th> + <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>0</code></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<h2 id="rect">rect</h2> + +<p>Для {{SVGElement('rect')}}, <code>width</code> определяет горизонтальный размер прямоугольника.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><code>auto</code> | <strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>auto</code> (пассматривается как <code>0</code>)</td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<p class="note"><strong>Примечание:</strong> Начиная с SVG2, <code>width</code> это геометрическое свойство, что означает, что этот атрибут может, также, быть использован как свойство CSS для прямоугольника.</p> + +<h2 id="svg">svg</h2> + +<p>Для {{SVGElement('svg')}}, <code>width</code> определяет горизонтальный размер отображаемой области вьюпорта SVG.</p> + +<p class="note"><strong>Примечание:</strong> В HTML документе, если оба атрибута {{SVGAttr('viewBox')}} и <code>width</code> опущены, <a href="https://svgwg.org/specs/integration/#svg-css-sizing">svg-элемент будет отображаться с шириной <code>300px</code></a></p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><code>auto</code> | <strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>auto</code> (рассматривается как <code>100%</code>)</td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<p class="note"><strong>Примечание:</strong> Начиная с SVG2, <code>width</code> это геометрическое свойство, что означает, что этот атрибут может, также, быть использован как свойство CSS для <code><svg></code>.</p> + +<h2 id="use">use</h2> + +<p>Для {{SVGElement('use')}}, <code>width</code> определяет горизонтальный размер для ссылочного элемента.</p> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Значение</th> + <td><code>auto</code> | <strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong> | <strong><a href="/docs/Web/SVG/Content_type#Percentage"><percentage></a></strong></td> + </tr> + <tr> + <th scope="row">По умолчанию</th> + <td><code>auto</code> (рассматривается как <code>0</code>)</td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Да</td> + </tr> + </tbody> +</table> + +<p class="note"><strong>Примечание:</strong> Начиная с SVG2, <code>width</code> это геометрическое свойство, что означает, что этот атрибут может, также, быть использован как свойство CSS для использоавнных элементов.</p> + +<h2 id="Спецификации">Спецификации</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('Filters 1.0', '#element-attrdef-filter-width', 'width') }}</td> + <td>{{Spec2('Filters 1.0')}}</td> + <td>Определение для<code> <filter></code></td> + </tr> + <tr> + <td>{{ SpecName('Filters 1.0', '#element-attrdef-filter-primitive-width', 'width') }}</td> + <td>{{Spec2('Filters 1.0')}}</td> + <td>Определение для фильтр-примитивов</td> + </tr> + <tr> + <td>{{SpecName("CSS Masks", "#element-attrdef-mask-width", 'width')}}</td> + <td>{{Spec2("CSS Masks")}}</td> + <td>Определение для <code><mask></code></td> + </tr> + <tr> + <td>{{SpecName("SVG2", "geometry.html#Sizing", "width")}}</td> + <td>{{Spec2("SVG2")}}</td> + <td>Определено как геометрическое свойство</td> + </tr> + <tr> + <td>{{SpecName("SVG2", "pservers.html#PatternElementWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG2")}}</td> + <td>Определение для <code><pattern></code></td> + </tr> + <tr> + <td>{{SpecName("SVG1.1", "extend.html#ForeignObjectElementWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Первое определение для <code><foreignObject></code></td> + </tr> + <tr> + <td>{{SpecName("SVG1.1", "pservers.html#PatternElementWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Первое определение для <code><pattern></code></td> + </tr> + <tr> + <td>{{SpecName("SVG1.1", "struct.html#ImageElementWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Первое определение для <code><image></code></td> + </tr> + <tr> + <td>{{SpecName("SVG1.1", "struct.html#SVGElementWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Первое определение для <code><svg></code></td> + </tr> + <tr> + <td>{{SpecName("SVG1.1", "struct.html#UseElementWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Первое определение для <code><use></code></td> + </tr> + <tr> + <td>{{SpecName("SVG1.1", "filters.html#FilterElementWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Первое определение для <code><filter></code></td> + </tr> + <tr> + <td>{{SpecName("SVG1.1", "filters.html#FilterPrimitiveWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Первое определение для фильтр-примитивов</td> + </tr> + <tr> + <td>{{SpecName("SVG1.1", "masking.html#MaskElementWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Первое определение для <code><mask></code></td> + </tr> + <tr> + <td>{{SpecName("SVG1.1", "shapes.html#RectElementWidthAttribute", "width")}}</td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Первое определение для <code><rect></code></td> + </tr> + </tbody> +</table> |