The SVGGradient interface is a base interface used by SVGLinearGradientElement
and SVGRadialGradientElement.
MDN
Annotations
@native()@JSGlobal()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
SVGGradientElement
Object
Any
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
final def==(arg0: Any): Boolean
Definition Classes
AnyRef → Any
valSVG_SPREADMETHOD_PAD: Int
valSVG_SPREADMETHOD_REFLECT: Int
valSVG_SPREADMETHOD_REPEAT: Int
valSVG_SPREADMETHOD_UNKNOWN: Int
The type is not one of predefined types.
The type is not one of predefined types. It is invalid to attempt to define a new value
of this type or to attempt to switch an existing value to this type.
The SVGGradient interface is a base interface used by SVGLinearGradientElement and SVGRadialGradientElement.
MDN