Liking cljdoc? Tell your friends :D
ClojureScript only.

web.svg.SVGCircleElement

The SVGCircleElement interface is an interface for the <circle>

The SVGCircleElement interface is an interface for the `<circle>`
raw docstring

cxcljs

(cx this)

Property.

[Read Only]

The cx read-only property of the web.svg.SVGCircleElement interface the cx attribute of a <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.

[Read Only]

The cx read-only property of the `web.svg.SVGCircleElement` interface
the cx attribute of a `<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`
sourceraw docstring

cycljs

(cy this)

Property.

[Read Only]

The cy read-only property of the web.svg.SVGCircleElement interface the cy attribute of a <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.

[Read Only]

The cy read-only property of the `web.svg.SVGCircleElement` interface
the cy attribute of a `<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`
sourceraw docstring

rcljs

(r this)

Property.

[Read Only]

The r read-only property of the web.svg.SVGCircleElement interface the r attribute of a <circle> element and by that defines the of the circle.

var radius = element.r;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/r

Property.

[Read Only]

The r read-only property of the `web.svg.SVGCircleElement` interface
the r attribute of a `<circle>` element and by that defines the
of the circle.

`var radius = element.r;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement/r`
sourceraw docstring

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

× close