SVG:circle
From MDC
« SVG Reference home [ Examples | Attributes | Properties | Methods | Related ]
The circle element is an SVG basic shape, used to create circles based on a center point and a radius.
[edit] Example
<?xml version="1.0" standalone="no"?>
<svg width="120" height="120" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<circle cx="60" cy="60" r="60" fill="red" stroke="black"/>
</svg>
[edit] Attributes
|
SVG Presentation : Fill-Stroke Attributes |
|
SVG Presentation : Graphics Attributes |
|
SVG Element Event Attributes |
|
SVG Language Space Attributes |
|
SVG Standard Attributes |
cx cy r class externalResourcesRequired style transform
[edit] Properties
[edit] Methods
[edit] Related
- Elements
- Interfaces
- External Examples