SVG gradient interface
The SVGGradient
interface is a base interface used by SVGLinearGradientElement
and SVGRadialGradientElement
.
Interface overview
Constants
Name
Value
Description
SVG_SPREADMETHOD_UNKNOWN
0
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.
SVG_SPREADMETHOD_PAD
1
Corresponds to value pad .
SVG_SPREADMETHOD_REFLECT
2
Corresponds to value reflect .
SVG_SPREADMETHOD_REPEAT
3
Corresponds to value repeat .
Properties
Methods
The SVGGradientElement
interface do not provide any specific methods.
Browser compatibility
Feature
Chrome
Firefox (Gecko)
Internet Explorer
Opera
Safari (WebKit)
Basic support
?
?
?
?
?
Feature
Android
Firefox Mobile (Gecko)
IE Mobile
Opera Mobile
Safari Mobile
Basic support
Not supported
?
?
?
?
Document Tags and Contributors
Last updated by:
fscholz ,
Feb 22, 2015, 11:50:05 AM