aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/svg/attribute/kernelmatrix/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/svg/attribute/kernelmatrix/index.html')
-rw-r--r--files/zh-cn/web/svg/attribute/kernelmatrix/index.html41
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">&lt;number&gt;</a>为{{SVGElement("feConvolveMatrix")}} 元素构成核矩阵. 值之间用空格或逗号分开. <a href="/en/SVG/Content_type#Number">&lt;number&gt;</a>的数量必须等于在{{SVGAttr("order")}}属性中定义的&lt;orderX&gt;和&lt;orderY&gt;的乘积.</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-&lt;var>T&lt;.2Fvar>s" title="en/SVG/Content_type#List-of-&lt;var>T&lt;.2Fvar>s">&lt;list of number&gt;</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>