CSS/Funktionen/path()
Aus SELFHTML-Wiki
< CSS | Funktionen(Weitergeleitet von Path())
Die path()-Funktion beschreibt einen Pfad.
Parameter |
Syntax
|
---|---|
anwendbar auf | * clip-path |
Beispiel
img {
width: 250px;
height: 250px;
object-fit: cover;
clip-path: path('m 300,300
l-100,-100
a 50,50 90 0,1 100,-75
a 50,50 90 0,1 100,75
z');
margin: 0;
}
Das Bild wird entsprechend der Pfadangabe zu einem Herz ausgeschnitten.
Weblinks
- CSSWG.org: the path() notation
- MDN: path()
Siehe auch
- SVG/Element/path#Pfad-Kommandos - Übersicht über alle Pfadkommandos
- Masken und Beschneidungen
path()-Funktion für Beschneidungen - offset-path
CSS-Animation entlang von Pfaden - Shape-Morphing
CSS-Animation von d: path()
Liste der CSS-Funktionen
Farben und Verläufe