Svg Circle
Generate a circle to be appended to a SVG canvas
Description
Generate a circle to be appended to a SVG canvas
Inputs
- cx (Number): x coordinates of the center of the circle
- cy (Number): y coordinates of the center of the circle
- radius (Number): radius of the circle
- fill color (Color): color of the shape
Outputs
- circle (SVG): The object to append to a SVG canvas