Das Element circle
(Kreis) gehört zu den Grundformen in SVG. Kreise werden durch Angabe eines Mittelpunkts und eines Radius erzeugt.
Verwendungskontext
Kategorien | Grundformelement, Grafikelement, Formelement |
---|---|
Erlaubter Inhalt | Beliebige Anzahl der folgenden Elemente, in beliebiger Reihenfolge: Animationselemente Beschreibende Elemente |
Beispiel
Programmtext | Ergebnis |
---|---|
<?xml version="1.0"?> <svg viewBox="0 0 120 120" version="1.1" xmlns="https://www.w3.org/2000/svg"> <circle cx="60" cy="60" r="50"/> </svg> |
Attribute
Globale Attribute
- Conditional processing attributes »
- Core attributes »
- Graphical event attributes »
- Presentation attributes »
class
style
externalResourcesRequired
transform
Spezifische Attribute
DOM Schnittstelle
Dieses Element implementiert das SVGCircleElement
Interface.
Browser Kompatibilität
Merkmal | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Grundsätzliche Unterstützung | 1.0 | 1.5 (1.8) | 9.0 | 8.0 | 3.0.4 |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Grundsätzliche Unterstützung | 3.0 | 1.0 (1.8) | Nicht unterstützt | (Ja) | 3.0.4 |
Diese Übersicht basiert auf diesen Quellen.