--- title: circle slug: Web/SVG/Element/circle tags: - Grafikelement - Kreis - Mittelpunkt - Radius - SVG - form translation_of: Web/SVG/Element/circle ---
{{SVGRef}}

Das Element circle (Kreis) gehört zu den Grundformen in SVG. Kreise werden durch Angabe eines Mittelpunkts und eines Radius erzeugt.

Verwendungskontext

{{svginfo}}

Beispiel

<?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>

» circle.svg

Attribute

Globale Attribute

Spezifische Attribute

DOM Schnittstelle

Dieses Element implementiert das {{ domxref("SVGCircleElement") }} Interface.

Browser Kompatibilität

{{ 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.

Verwandte Begriffe