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