Liking cljdoc? Tell your friends :D

web.svg.SVGRect

The SVGRect represents a rectangle. Rectangles consist of an and y coordinate pair identifying a minimum x value, a minimum value, and a width and height, which are constrained to be non-negative.

The SVGRect represents a rectangle. Rectangles consist of an
and y coordinate pair identifying a minimum x value, a minimum
value, and a width and height, which are constrained to be non-negative.
raw docstring

heightcljs

(height this)

Property.

This represents the height of the rectangle.A value that is negative to an error.A value of zero disables rendering of the element.

Property.

This represents the height of the rectangle.A value that is negative
to an error.A value of zero disables rendering of the element.
sourceraw docstring

set-height!cljs

(set-height! this val)

Property.

This represents the height of the rectangle.A value that is negative to an error.A value of zero disables rendering of the element.

Property.

This represents the height of the rectangle.A value that is negative
to an error.A value of zero disables rendering of the element.
sourceraw docstring

set-width!cljs

(set-width! this val)

Property.

This represents the width of the rectangle.A value that is negative to an error. A value of zero disables rendering of the element

Property.

This represents the width of the rectangle.A value that is negative
to an error. A value of zero disables rendering of the element
sourceraw docstring

set-x!cljs

(set-x! this val)

Property.

The exact effect of this coordinate depends on each element. the attribute is not specified, the effect is as if a value of were specified.

Property.

The exact effect of this coordinate depends on each element.
the attribute is not specified, the effect is as if a value of
were specified.
sourceraw docstring

set-y!cljs

(set-y! this val)

Property.

The exact effect of this coordinate depends on each element.If attribute is not specified, the effect is as if a value of 0 specified.

Property.

The exact effect of this coordinate depends on each element.If
attribute is not specified, the effect is as if a value of 0
specified.
sourceraw docstring

widthcljs

(width this)

Property.

This represents the width of the rectangle.A value that is negative to an error. A value of zero disables rendering of the element

Property.

This represents the width of the rectangle.A value that is negative
to an error. A value of zero disables rendering of the element
sourceraw docstring

xcljs

(x this)

Property.

The exact effect of this coordinate depends on each element. the attribute is not specified, the effect is as if a value of were specified.

Property.

The exact effect of this coordinate depends on each element.
the attribute is not specified, the effect is as if a value of
were specified.
sourceraw docstring

ycljs

(y this)

Property.

The exact effect of this coordinate depends on each element.If attribute is not specified, the effect is as if a value of 0 specified.

Property.

The exact effect of this coordinate depends on each element.If
attribute is not specified, the effect is as if a value of 0
specified.
sourceraw docstring

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

× close