The SVGRectElement interface provides access to the properties
<rect>
elements, as well as methods to manipulate them.
The SVGRectElement interface provides access to the properties `<rect>` elements, as well as methods to manipulate them.
(height this)
Property.
Returns an SVGAnimatedLength corresponding to the height attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the height attribute the given <rect> element.
(rx this)
Property.
Returns an SVGAnimatedLength corresponding to the rx attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the rx attribute the given <rect> element.
(ry this)
Property.
Returns an SVGAnimatedLength corresponding to the ry attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the ry attribute the given <rect> element.
(set-height! this val)
Property.
Returns an SVGAnimatedLength corresponding to the height attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the height attribute the given <rect> element.
(set-rx! this val)
Property.
Returns an SVGAnimatedLength corresponding to the rx attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the rx attribute the given <rect> element.
(set-ry! this val)
Property.
Returns an SVGAnimatedLength corresponding to the ry attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the ry attribute the given <rect> element.
(set-width! this val)
Property.
Returns an SVGAnimatedLength corresponding to the width attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the width attribute the given <rect> element.
(set-x! this val)
Property.
Returns an SVGAnimatedLength corresponding to the x attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the x attribute the given <rect> element.
(set-y! this val)
Property.
Returns an SVGAnimatedLength corresponding to the y attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the y attribute the given <rect> element.
(width this)
Property.
Returns an SVGAnimatedLength corresponding to the width attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the width attribute the given <rect> element.
(x this)
Property.
Returns an SVGAnimatedLength corresponding to the x attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the x attribute the given <rect> element.
(y this)
Property.
Returns an SVGAnimatedLength corresponding to the y attribute the given <rect> element.
Property. Returns an SVGAnimatedLength corresponding to the y attribute the given <rect> element.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close