|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
SVGGradientElement |
| Module: | svg |
| Inherits from: | |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
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;
Last Updated: 2009-05-29