CSS/Funktionen/circle()
Aus SELFHTML-Wiki
								CSS | Funktionen
												
				Die CSS-Funktion circle() erzeugt einen Kreis mit dem angegebenen Radius und der Position. Es handelt sich um eine grundlegende Formfunktion des Datentyps <basic-shape>.
- anwendbar auf
- Parameter
- Syntaxcircle( <'radius'> [at <'x-position'> <'y-position'>])-  Radius
 Längenangabe, Prozentwert oder Schlüsselwortclosest-side, bzw.farthest-side
-  einem optionalen Schlüsselwort atmit zwei Positionsangaben, die aus einer Längenangabe, einem Prozentwert oder einem Schlüsselwort left right center top bottom
 
-  Radius
Beispiel
clip-path: circle(10% at 40% 60%);
Das Bild wird entsprechend der circle()-Funktion beschnitten.
Siehe auch
-  Masken und Beschneidungen 
 circle()-Funktion für Beschneidungen
- CSS/Tutorials/Ausrichtung/Shapes#shape-outside
- SVG/Element/circle
Weblinks
- CSSWG.org: the circle() notation
- MDN: circle()

