<feBlend>
<feColorMatrix>
<feComponentTransfer>
<feComposite>
<feConvolveMatrix>
<feDiffuseLighting>
<feDisplacementMap>
<feDistantLight>
<feFlood>
<feFuncA>
<feFuncB>
<feFuncG>
<feFuncR>
<feGaussianBlur>
<feImage>
<feMerge>
<feMergeNode>
<feMorphology>
<feOffset>
<fePointLight>
<feSpecularLighting>
<feSpotLight>
<feTile>
<feTurbulence>
<filter>
<font>
<font-face>
<font-face-format>
<font-face-name>
<font-face-src>
<font-face-uri>
<foreignObject>
stop-color
attribute indicates what color to use at a gradient stop.
注意:
With respect to gradients, SVG treats the
transparent
keyword differently than CSS. SVG does not calculate gradients in pre-multiplied space, so
transparent
really means transparent black. So, specifying a
stop-color
with the value
transparent
is equivalent to specifying a
stop-color
with the value
black
和
stop-opacity
with the value
0
.
注意:
As a presentation attribute,
stop-color
can be used as a CSS property.
You can use this attribute with the following SVG elements:
| 值 |
currentcolor
|
<color>
<icccolor>
|
|---|---|
| 默认值 |
black
|
| Animatable | Yes |
currentcolor
This keyword denotes the current fill color and can be specified in the same manner as within a
<paint>
specification for the
fill
and
stroke
属性。
<color>
This value indicates a color value.
<icccolor>
This value refers to an ICC color profile.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Scalable Vector Graphics (SVG) 2
The definition of 'stop-color' in that specification. |
候选推荐 |
Added a note that in SVG the
transparent
keyword is treated
differently than in CSS.
|
|
Scalable Vector Graphics (SVG) 1.1 (Second Edition)
The definition of 'stop-color' in that specification. |
推荐 | 初始定义 |
BCD tables only load in the browser
最后修改: , 由 MDN 贡献者