Liking cljdoc? Tell your friends :D

web.svg.SVGGradientElement

The SVGGradient interface is a base interface used by web.svg.SVGLinearGradientElement web.svg.SVGRadialGradientElement.

The SVGGradient interface is a base interface used by `web.svg.SVGLinearGradientElement`
`web.svg.SVGRadialGradientElement`.
raw docstring

gradient-transformcljs

(gradient-transform this)

Property.

Returns an SVGAnimatedTransformList corresponding to attribute on the given element.

Property.

Returns an SVGAnimatedTransformList corresponding to attribute
on the given element.
sourceraw docstring

gradient-unitscljs

(gradient-units this)

Property.

Returns an SVGAnimatedEnumeration corresponding to the gradientUnits on the given element. Takes one of the constants defined in SVGUnitTypes.

Property.

Returns an SVGAnimatedEnumeration corresponding to the gradientUnits
on the given element. Takes one of the constants defined in SVGUnitTypes.
sourceraw docstring

set-gradient-transform!cljs

(set-gradient-transform! this val)

Property.

Returns an SVGAnimatedTransformList corresponding to attribute on the given element.

Property.

Returns an SVGAnimatedTransformList corresponding to attribute
on the given element.
sourceraw docstring

set-gradient-units!cljs

(set-gradient-units! this val)

Property.

Returns an SVGAnimatedEnumeration corresponding to the gradientUnits on the given element. Takes one of the constants defined in SVGUnitTypes.

Property.

Returns an SVGAnimatedEnumeration corresponding to the gradientUnits
on the given element. Takes one of the constants defined in SVGUnitTypes.
sourceraw docstring

set-spread-method!cljs

(set-spread-method! this val)

Property.

Returns an SVGAnimatedEnumeration corresponding to attribute on the given element. One of the spread method types defined this interface.

Property.

Returns an SVGAnimatedEnumeration corresponding to attribute
on the given element. One of the spread method types defined
this interface.
sourceraw docstring

spread-methodcljs

(spread-method this)

Property.

Returns an SVGAnimatedEnumeration corresponding to attribute on the given element. One of the spread method types defined this interface.

Property.

Returns an SVGAnimatedEnumeration corresponding to attribute
on the given element. One of the spread method types defined
this interface.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close