--- title: circle slug: Web/SVG/Element/circle tags: - Grafikelement - Kreis - Mittelpunkt - Radius - SVG - form translation_of: Web/SVG/Element/circle ---
Das Element circle
(Kreis) gehört zu den Grundformen in SVG. Kreise werden durch Angabe eines Mittelpunkts und eines Radius erzeugt.
{{svginfo}}
<?xml version="1.0"?> <svg viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg"> <circle cx="60" cy="60" r="50"/> </svg>
Dieses Element implementiert das {{ domxref("SVGCircleElement") }} Interface.
{{ CompatibilityTable() }}
Merkmal | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Grundsätzliche Unterstützung | 1.0 | {{ CompatGeckoDesktop('1.8') }} | {{ CompatIE('9.0') }} | {{ CompatOpera('8.0') }} | {{ CompatSafari('3.0.4') }} |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Grundsätzliche Unterstützung | {{ CompatAndroid('3.0') }} | {{ CompatGeckoMobile('1.8') }} | {{ CompatNo() }} | {{ CompatVersionUnknown() }} | {{ CompatSafari('3.0.4') }} |
Diese Übersicht basiert auf diesen Quellen.