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