Circle
Type-safe API for creating an SVGCircleElement.
For example, to create a circle with a radius of 8 centered at 12x12:
Svg {
Circle {
cx(12)
cy(12)
r(8)
}
}
Content copied to clipboard
Type-safe API for creating an SVGCircleElement.
For example, to create a circle with a radius of 8 centered at 12x12:
Svg {
Circle {
cx(12)
cy(12)
r(8)
}
}