Mac OS X Reference Library Apple Developer
Search

SVGGradientElement

Module:
svg
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

gradientTransform
gradientUnits
spreadMethod
SVG_SPREADMETHOD_PAD
SVG_SPREADMETHOD_REFLECT
SVG_SPREADMETHOD_REPEAT
SVG_SPREADMETHOD_UNKNOWN

gradientTransform



readonly attribute SVGAnimatedTransformList gradientTransform; 

gradientUnits



readonly attribute SVGAnimatedEnumeration gradientUnits; 

spreadMethod



readonly attribute SVGAnimatedEnumeration spreadMethod; 

SVG_SPREADMETHOD_PAD



const unsigned short SVG_SPREADMETHOD_PAD = 1; 

SVG_SPREADMETHOD_REFLECT



const unsigned short SVG_SPREADMETHOD_REFLECT = 2; 

SVG_SPREADMETHOD_REPEAT



const unsigned short SVG_SPREADMETHOD_REPEAT = 3; 

SVG_SPREADMETHOD_UNKNOWN



const unsigned short SVG_SPREADMETHOD_UNKNOWN = 0; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27