Liking cljdoc? Tell your friends :D

web.svg.SVGRectElement

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.
raw docstring

heightcljs

(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.
sourceraw docstring

rxcljs

(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.
sourceraw docstring

rycljs

(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.
sourceraw docstring

set-height!cljs

(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.
sourceraw docstring

set-rx!cljs

(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.
sourceraw docstring

set-ry!cljs

(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.
sourceraw docstring

set-width!cljs

(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.
sourceraw docstring

set-x!cljs

(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.
sourceraw docstring

set-y!cljs

(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.
sourceraw docstring

widthcljs

(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.
sourceraw docstring

xcljs

(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.
sourceraw docstring

ycljs

(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.
sourceraw docstring

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

× close