circle constructor
const
circle(})
The <circle> SVG element is an SVG basic shape, used to draw circles based on a center point and a radius.
Implementation
const circle(
this.children, {
this.cx,
this.cy,
this.r,
this.fill,
this.stroke,
this.strokeWidth,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});