Liking cljdoc? Tell your friends :D

web.svg.SVGMaskElement

The SVGMaskElement interface provides access to the properties <mask> elements, as well as methods to manipulate them.

The SVGMaskElement interface provides access to the properties
`<mask>` elements, as well as methods to manipulate them.
raw docstring

heightcljs

(height this)

Property.

An SVGAnimatedLength corresponding to the height attribute of given <mask> element.

Property.

An SVGAnimatedLength corresponding to the height attribute of
given <mask> element.
sourceraw docstring

mask-content-unitscljs

(mask-content-units this)

Property.

An SVGAnimatedEnumeration corresponding to the maskContentUnits of the given <mask> element. Takes one of the constants defined SVGUnitTypes.

Property.

An SVGAnimatedEnumeration corresponding to the maskContentUnits
of the given <mask> element. Takes one of the constants defined
SVGUnitTypes.
sourceraw docstring

mask-unitscljs

(mask-units this)

Property.

An SVGAnimatedEnumeration corresponding to the maskUnits attribute the given <mask> element. Takes one of the constants defined SVGUnitTypes.

Property.

An SVGAnimatedEnumeration corresponding to the maskUnits attribute
the given <mask> element. Takes one of the constants defined
SVGUnitTypes.
sourceraw docstring

set-height!cljs

(set-height! this val)

Property.

An SVGAnimatedLength corresponding to the height attribute of given <mask> element.

Property.

An SVGAnimatedLength corresponding to the height attribute of
given <mask> element.
sourceraw docstring

set-mask-content-units!cljs

(set-mask-content-units! this val)

Property.

An SVGAnimatedEnumeration corresponding to the maskContentUnits of the given <mask> element. Takes one of the constants defined SVGUnitTypes.

Property.

An SVGAnimatedEnumeration corresponding to the maskContentUnits
of the given <mask> element. Takes one of the constants defined
SVGUnitTypes.
sourceraw docstring

set-mask-units!cljs

(set-mask-units! this val)

Property.

An SVGAnimatedEnumeration corresponding to the maskUnits attribute the given <mask> element. Takes one of the constants defined SVGUnitTypes.

Property.

An SVGAnimatedEnumeration corresponding to the maskUnits attribute
the given <mask> element. Takes one of the constants defined
SVGUnitTypes.
sourceraw docstring

set-width!cljs

(set-width! this val)

Property.

An SVGAnimatedLength corresponding to the width attribute of given <mask> element.

Property.

An SVGAnimatedLength corresponding to the width attribute of
given <mask> element.
sourceraw docstring

set-x!cljs

(set-x! this val)

Property.

An SVGAnimatedLength corresponding to the x attribute of the <mask> element.

Property.

An SVGAnimatedLength corresponding to the x attribute of the
<mask> element.
sourceraw docstring

set-y!cljs

(set-y! this val)

Property.

An SVGAnimatedLength corresponding to the y attribute of the <mask> element.

Property.

An SVGAnimatedLength corresponding to the y attribute of the
<mask> element.
sourceraw docstring

widthcljs

(width this)

Property.

An SVGAnimatedLength corresponding to the width attribute of given <mask> element.

Property.

An SVGAnimatedLength corresponding to the width attribute of
given <mask> element.
sourceraw docstring

xcljs

(x this)

Property.

An SVGAnimatedLength corresponding to the x attribute of the <mask> element.

Property.

An SVGAnimatedLength corresponding to the x attribute of the
<mask> element.
sourceraw docstring

ycljs

(y this)

Property.

An SVGAnimatedLength corresponding to the y attribute of the <mask> element.

Property.

An SVGAnimatedLength corresponding to the y attribute of the
<mask> element.
sourceraw docstring

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

× close