diff options
Diffstat (limited to 'files/zh-cn/web/svg/attribute/kernelmatrix/index.html')
| -rw-r--r-- | files/zh-cn/web/svg/attribute/kernelmatrix/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/zh-cn/web/svg/attribute/kernelmatrix/index.html b/files/zh-cn/web/svg/attribute/kernelmatrix/index.html new file mode 100644 index 0000000000..c216cfd948 --- /dev/null +++ b/files/zh-cn/web/svg/attribute/kernelmatrix/index.html @@ -0,0 +1,41 @@ +--- +title: kernelMatrix +slug: Web/SVG/Attribute/kernelMatrix +translation_of: Web/SVG/Attribute/kernelMatrix +--- +<p>« <a href="/en/SVG/Attribute" title="en/SVG/Attribute">SVG Attribute reference home</a></p> + +<p>用于order属性定义一列<a href="/en/SVG/Content_type#Number"><number></a>为{{SVGElement("feConvolveMatrix")}} 元素构成核矩阵. 值之间用空格或逗号分开. <a href="/en/SVG/Content_type#Number"><number></a>的数量必须等于在{{SVGAttr("order")}}属性中定义的<orderX>和<orderY>的乘积.</p> + +<h2 id="Usage_context">Usage context</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Categories</th> + <td>None</td> + </tr> + <tr> + <th scope="row">Value</th> + <td><a href="/en/SVG/Content_type#List-of-<var>T<.2Fvar>s" title="en/SVG/Content_type#List-of-<var>T<.2Fvar>s"><list of number></a></td> + </tr> + <tr> + <th scope="row">Animatable</th> + <td>Yes</td> + </tr> + <tr> + <th scope="row">Normative document</th> + <td><a href="http://www.w3.org/TR/SVG11/filters.html#feConvolveMatrixElementKernelMatrixAttribute" rel="external" title="http://www.w3.org/TR/SVG11/filters.html#feConvolveMatrixElementKernelMatrixAttribute">SVG 1.1 (2nd Edition)</a></td> + </tr> + </tbody> +</table> + +<h2 id="Example">Example</h2> + +<h2 id="Elements">Elements</h2> + +<p>下面的元素可以使用<code>kernelMatrix属性</code></p> + +<ul> + <li>{{ SVGElement("feConvolveMatrix") }}</li> +</ul> |
