webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGGradientElement.idl";
Public Attributes | |
const unsigned short | SVG_SPREADMETHOD_UNKNOWN = 0 |
const unsigned short | SVG_SPREADMETHOD_PAD = 1 |
const unsigned short | SVG_SPREADMETHOD_REFLECT = 2 |
const unsigned short | SVG_SPREADMETHOD_REPEAT = 3 |
readonly attribute SVGAnimatedEnumeration | gradientUnits |
readonly attribute SVGAnimatedTransformList | gradientTransform |
readonly attribute SVGAnimatedEnumeration | spreadMethod |
![]() | |
readonly attribute SVGSVGElement | ownerSVGElement |
readonly attribute SVGElement | viewportElement |
attribute DOMString | xmllang |
attribute DOMString | xmlspace |
readonly attribute SVGAnimatedString | className |
readonly attribute CSSStyleDeclaration | style |
attribute long | tabIndex |
readonly attribute DOMStringMap | dataset |
Additional Inherited Members | |
![]() | |
DeprecatedCSSOMValue | getPresentationAttribute (optional DOMString name="undefined") |
void | focus () |
void | blur () |
readonly attribute SVGAnimatedTransformList SVGGradientElement::gradientTransform |
readonly attribute SVGAnimatedEnumeration SVGGradientElement::gradientUnits |
readonly attribute SVGAnimatedEnumeration SVGGradientElement::spreadMethod |
const unsigned short SVGGradientElement::SVG_SPREADMETHOD_PAD = 1 |
const unsigned short SVGGradientElement::SVG_SPREADMETHOD_REFLECT = 2 |
const unsigned short SVGGradientElement::SVG_SPREADMETHOD_REPEAT = 3 |
const unsigned short SVGGradientElement::SVG_SPREADMETHOD_UNKNOWN = 0 |