feFlood: Create and fill a rectangular region.

View source: R/filters.R

feFloodR Documentation

Create and fill a rectangular region.

Description

This filter primitive creates a rectangle filled with a specified colour. The rectangle is as large as the filter primitive subregion established by the x, y, width and height attributes passed onto fe via ....

Usage

feFlood(col = "black", ...)

Arguments

col

A colour that will be used to fill the filter region.

...

Further arguments to be passed onto fe.

Details

For more information about this primitive, consult the reference to the SVG specification.

Value

An fe.flood object.

Author(s)

Simon Potter

References

https://www.w3.org/TR/SVG/filters.html#feFloodElement

See Also

filterEffect, fe.


gridSVG documentation built on March 31, 2023, 3:09 p.m.

Related to feFlood in gridSVG...