| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Draws a perfect circle around the center, and with the specified radius.
Example: This creates a perfect circle filled with white and bordered by red.
<circle cx="100"
cy="100"
r="50"
stroke="#ff0000"
fill="#ffffff" />
|
Name | Required | Example | Description |
| yes | | Sets the center x coordinate of the circle. |
| yes | | Sets the center y coordinate of the circle. |
| yes | | Sets the radius of the circle. |
| no | | Turns on stroking of the shape, and sets the color. If this is not present, the shape will not be stroked. Either this value or `fill' must be present or the shape will be invisible. |
| no | | Turns on filling of the shape, and sets the color. If this is not present, the shape will not be filled. Either this value or `stroke' must be present or the shape will be invisible. |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated using texi2html 1.76.