CSS/Funktionen/xywh()

Aus SELFHTML-Wiki
Wechseln zu: Navigation, Suche

Die CSS-Funktion xywh() erzeugt ein Rechteck, dessen Werte dem des SVG-rect-Elements entsprechen.

anwendbar auf
Parameter
Syntax

offset-path: xywh(0 1% 2px 3% round 0 1px 2% 3px); clip-path: xywh(1px 2% 3px 4em round 0 1% 2px 3em);

Beispiel
offset-path: xywh(0 1% 2px 3% round 0 1px 2% 3px);
clip-path: xywh(1px 2% 3px 4em round 0 1% 2px 3em);
 

Siehe auch

Weblinks