STOP
The stop element defines the vector of colors to use in a gradient.
SYNTAX
<stop attribute-name="attribute-value"/>
NAME | VALUE | INITIAL | DESCRIPTION |
---|---|---|---|
offset | <number> | <percentage> | 0 | indicates where the gradient stop is placed |
stop-color | <'color'> | black | color to use at the gradient stop |
stop-opacity | <'opacity'> | 1 | opacity of the gradient stop |