Skip to content

Commit

Permalink
[zh-cn]: create the translation of the SVG attribute amplitude (#23780
Browse files Browse the repository at this point in the history
)

Co-authored-by: A1lo <[email protected]>
  • Loading branch information
Gahotx and yin1999 authored Sep 30, 2024
1 parent 7613a02 commit 614e444
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions files/zh-cn/web/svg/attribute/amplitude/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: amplitude
slug: Web/SVG/Attribute/amplitude
l10n:
sourceCommit: c2274293475b0a5b4febf85a49c1f91bf43ebac7
---

{{SVGRef}}

**`amplitude`** 属性用于在 {{SVGAttr("type")}} 属性为 `gamma` 时,控制组件转换元素的伽马函数的幅值。

你可以将此属性与以下 SVG 元素一起使用:

- {{SVGElement("feFuncA")}}
- {{SVGElement("feFuncB")}}
- {{SVGElement("feFuncG")}}
- {{SVGElement("feFuncR")}}

## 使用说明

<table class="properties">
<tbody>
<tr>
<th scope="row">值</th>
<td><a href="/zh-CN/docs/Web/CSS/number">&#x3C;number></a></td>
</tr>
<tr>
<th scope="row">默认值</th>
<td><code>1</code></td>
</tr>
<tr>
<th scope="row">动画性</th>
<td>有</td>
</tr>
</tbody>
</table>

## 规范

{{Specifications}}

## 参见

- {{SVGElement("feComponentTransfer")}}

0 comments on commit 614e444

Please sign in to comment.