cx property

The cx read-only property of the SVGCircleElement interface reflects the cx attribute of a element and by that defines the x-coordinate of the circle's center.<

If unspecified, the effect is as if the value is set to 0.

Implementation

external SVGAnimatedLength get cx;