WebIDLpedia

SVGCircleElement interface

Definition

Scalable Vector Graphics (SVG) 2 defines SVGCircleElement



[Exposed=Window]
interface SVGCircleElement : SVGGeometryElement {
  [SameObject] readonly attribute SVGAnimatedLength cx;
  [SameObject] readonly attribute SVGAnimatedLength cy;
  [SameObject] readonly attribute SVGAnimatedLength r;
};