SVGFEFloodElement: y-Eigenschaft
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Die y
-Schreibgeschützte Eigenschaft des SVGFEFloodElement
-Interfaces beschreibt die vertikale Koordinate der Position eines SVG-Filterprimitives als SVGAnimatedLength
.
Sie spiegelt das y
-Attribut des <feFlood>
-Elements wider, welches eine SVG-Filter-Unterregion mit der durch flood-color
und flood-opacity
definierten Farbe und Deckkraft füllt. Das Attribut ist ein <length>
oder <percentage>
. Die <coordinate>
ist eine Länge im Benutzerskoordinatensystem, die den angegebenen Abstand vom Ursprung des Filters entlang der y-Achse darstellt. Wenn das y
-Attribut einen Prozentwert hat, ist der Eigenschaftswert relativ zur Höhe der Filterregion in Benutzerskoordinatensystemeinheiten. Der Standardwert ist 0
.
Wert
Ein SVGAnimatedLength
.
Beispiel
const feFlood = document.querySelector("feFlood");
const topPosition = feFlood.y;
console.log(topPosition.baseVal.value); // the `y` value
Spezifikationen
Specification |
---|
Filter Effects Module Level 1 # dom-svgfilterprimitivestandardattributes-y |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
SVGFEFloodElement.x
- SVG-Filter-Tutorial
- CSS
<blend-mode>
-Datentyp - CSS
mix-blend-mode
-Eigenschaft