The SVGCircleElement interface is an interface for the web.<circle>
The SVGCircleElement interface is an interface for the `web.<circle>`
(cx this)
Property.
The cx read-only property of the svg.SVGCircleElement
interface
the cx attribute of a web.<circle>
element and by that defines
x-coordinate of the circleʼs center.
var xCoordinate = element.cx;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/cx
Property. The cx read-only property of the `svg.SVGCircleElement` interface the cx attribute of a `web.<circle>` element and by that defines x-coordinate of the circleʼs center. `var xCoordinate = element.cx;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/cx`
(cy this)
Property.
The cy read-only property of the svg.SVGCircleElement
interface
the cy attribute of a web.<circle>
element and by that defines
y-coordinate of the circleʼs center.
var yCoordinate = element.cy;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/cy
Property. The cy read-only property of the `svg.SVGCircleElement` interface the cy attribute of a `web.<circle>` element and by that defines y-coordinate of the circleʼs center. `var yCoordinate = element.cy;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/cy`
(r this)
Property.
The r read-only property of the svg.SVGCircleElement
interface
the r attribute of a web.<circle>
element and by that defines
radius of the circle.
var radius = element.r;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/r
Property. The r read-only property of the `svg.SVGCircleElement` interface the r attribute of a `web.<circle>` element and by that defines radius of the circle. `var radius = element.r;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/r`
(set-cx! this val)
Property.
The cx read-only property of the svg.SVGCircleElement
interface
the cx attribute of a web.<circle>
element and by that defines
x-coordinate of the circleʼs center.
var xCoordinate = element.cx;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/cx
Property. The cx read-only property of the `svg.SVGCircleElement` interface the cx attribute of a `web.<circle>` element and by that defines x-coordinate of the circleʼs center. `var xCoordinate = element.cx;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/cx`
(set-cy! this val)
Property.
The cy read-only property of the svg.SVGCircleElement
interface
the cy attribute of a web.<circle>
element and by that defines
y-coordinate of the circleʼs center.
var yCoordinate = element.cy;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/cy
Property. The cy read-only property of the `svg.SVGCircleElement` interface the cy attribute of a `web.<circle>` element and by that defines y-coordinate of the circleʼs center. `var yCoordinate = element.cy;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/cy`
(set-r! this val)
Property.
The r read-only property of the svg.SVGCircleElement
interface
the r attribute of a web.<circle>
element and by that defines
radius of the circle.
var radius = element.r;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/r
Property. The r read-only property of the `svg.SVGCircleElement` interface the r attribute of a `web.<circle>` element and by that defines radius of the circle. `var radius = element.r;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/r`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close