The circle element draws a circle.
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
circle | x1 | integer | Default is 0. |
y1 | integer | Default is 0. | |
radius | integer | Default is 0. | |
line-width | integer | Default is 0. | |
stroke-color | color | Default is black. | |
fill-color | color |
<circle x1="100" y1="100" radius="50"/>