blob: 00f1891ba1cce912839b4c6e5b1edec73386cb09 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
---
title: fill-opacity
slug: Web/SVG/Attribute/fill-opacity
tags:
- SVG
- SVG属性
- 参考
- 需要兼容性表
translation_of: Web/SVG/Attribute/fill-opacity
---
<p>« <a href="/en/SVG/Attribute" title="en/SVG/Attribute">SVG属性参考主页</a></p>
<p>该属性指定了填色的不透明度或当前对象的内容物的不透明度。</p>
<h2 id="用法">用法</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="row">类别</th>
<td>外观属性</td>
</tr>
<tr>
<th scope="row">值</th>
<td><a href="/en/SVG/Content_type#Opacity_value" title="en/SVG/Content_type#Opacity_value"><opacity-value></a> | inherit</td>
</tr>
<tr>
<th scope="row">初始值</th>
<td>1</td>
</tr>
<tr>
<th scope="row">可变性</th>
<td>Yes</td>
</tr>
<tr>
<th scope="row">规范文档</th>
<td><a class="external" href="http://www.w3.org/TR/SVG/painting.html#FillOpacityProperty">SVG 1.1 (2nd Edition)</a></td>
</tr>
</tbody>
</table>
<h2 id="示例">示例</h2>
<h2 id="元素">元素</h2>
<p>下列元素可以使用<code>fill-opacity</code>属性:</p>
<ul>
<li><a href="/en/SVG/Element#Shape" title="en/SVG/Element#Shape">元素元素</a> »</li>
<li><a href="/en/SVG/Element#TextContent" title="en/SVG/Element#TexteContent">文本内容元素</a> »</li>
</ul>
<h2 id="参见">参见</h2>
<ul>
<li>{{ SVGAttr("stroke-opacity") }}</li>
<li>{{ SVGAttr("opacity") }}</li>
</ul>
|