Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh-cn]: create the translation of the SVG attribute amplitude #23780

Merged
merged 8 commits into from
Sep 30, 2024
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}}

当 {{SVGAttr("type")}} 属性为 `gamma` 时,`amplitude` 属性控制了组件转换元素的伽马函数的振幅。
Gahotx marked this conversation as resolved.
Show resolved Hide resolved

你可以将此属性与以下 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")}}