stop-opacity - SVG: Scalable Vector Graphics 编辑
The stop-opacity
attribute defines the opacity of a given color gradient stop.
The opacity value used for the gradient calculation is the product of the value of stop-opacity
and the opacity of the value of the stop-color
attribute. For stop-color
values that donʼt include explicit opacity information, the opacity is treated as 1
.
Note: As a presentation attribute, stop-opacity
can be used as a CSS property.
As a presentation attribute, it can be applied to any element but it has effect only on the following element: <stop>
Usage notes
Value | <opacity-value> |
---|---|
Default value | 1 |
Animatable | Yes |
<opacity-value>
- This value is either a
<number>
between0
and1
or a<percentage>
value specifying the opacity of the color gradient stop.
Specifications
Specification | Status | Comment |
---|---|---|
Scalable Vector Graphics (SVG) 2 The definition of 'stop-opacity' in that specification. | Candidate Recommendation | Refers to the definition in CSS Colors 3, but allows percentage values. |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'stop-opacity' in that specification. | Recommendation | Initial definition |
Browser compatibility
BCD tables only load in the browser
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论