<feFlood>
Das <feFlood>
SVG Filter-Primitiv füllt die Filtersubregion mit der Farbe und Deckkraft, die durch flood-color
und flood-opacity
definiert sind.
Verwendungskontext
Attribute
DOM-Schnittstelle
Dieses Element implementiert die SVGFEFloodElement
Schnittstelle.
Beispiel
HTML
html
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
<defs>
<filter id="floodFilter" filterUnits="userSpaceOnUse">
<feFlood
x="50"
y="50"
width="100"
height="100"
flood-color="green"
flood-opacity="0.5" />
</filter>
</defs>
<use style="filter: url(#floodFilter);" />
</svg>
Ergebnis
Spezifikationen
No specification found
No specification data found for undefined
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser-Kompatibilität
Siehe auch
- SVG Filterprimitive-Attribute
<filter>
<animate>
<set>
<feBlend>
<feColorMatrix>
<feComponentTransfer>
<feComposite>
<feConvolveMatrix>
<feDiffuseLighting>
<feDisplacementMap>
<feGaussianBlur>
<feImage>
<feMerge>
<feMorphology>
<feOffset>
<feSpecularLighting>
<feTile>
<feTurbulence>
- SVG-Anleitung: Filtereffekte