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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close