From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/web/svg/element/circle/index.html | 114 +++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 files/de/web/svg/element/circle/index.html (limited to 'files/de/web/svg/element/circle') diff --git a/files/de/web/svg/element/circle/index.html b/files/de/web/svg/element/circle/index.html new file mode 100644 index 0000000000..001b06f8cc --- /dev/null +++ b/files/de/web/svg/element/circle/index.html @@ -0,0 +1,114 @@ +--- +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() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Grundsätzliche Unterstützung1.0{{ CompatGeckoDesktop('1.8') }}{{ CompatIE('9.0') }}{{ CompatOpera('8.0') }}{{ CompatSafari('3.0.4') }}
+
+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari 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

+ + -- cgit v1.2.3-54-g00ecf