Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. SVG
  3. Reference
  4. Attributes
  5. stop-color

stop-color

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Thestop-color attribute indicates what color to use at a gradient stop.

Note:With respect to gradients, SVG treats thetransparent keyword differently than CSS. SVG does not calculate gradients in pre-multiplied space, sotransparent really means transparent black. So, specifying astop-color with the valuetransparent is equivalent to specifying astop-color with the valueblack and astop-opacity with the value0.

Note:As a presentation attribute,stop-color also has a CSS property counterpart:stop-color. When both are specified, the CSS property takes priority.

You can use this attribute with the following SVG elements:

Usage notes

Value<color>
Default valueblack
AnimatableYes
<color>

This value indicates a color value.

Specifications

Specification
Scalable Vector Graphics (SVG) 2
# StopColorProperty

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp