stopopacity
Stop-opacity is a presentation attribute used in Scalable Vector Graphics (SVG) to control the transparency of a gradient stop. Each stop within a gradient (defined by a stop element inside linearGradient or radialGradient) can specify a stop-color and a stop-opacity. The value ranges from 0 to 1, where 0 is fully transparent and 1 is fully opaque. The stop-opacity value determines the alpha of the stop’s color at that position and can interact with any overall opacity applied to the gradient or the element containing it.
Usage and syntax: In a gradient, you assign an offset and a stop-color, and optionally a stop-opacity.
Considerations: stop-opacity provides a straightforward way to fade a gradient without changing the stop color itself.
Compatibility and scope: stop-opacity is supported in standard SVG across major browsers. It pertains to SVG