aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/svg/attribute/kernelmatrix/index.html
blob: c216cfd9489348a6ba33055aa34af2c9b410525a (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
---
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>