feFlood {gridSVG} | R Documentation |
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 ...
.
feFlood(col = "black", ...)
col |
A colour that will be used to fill the filter region. |
... |
Further arguments to be passed onto |
For more information about this primitive, consult the reference to the SVG specification.
An fe.flood
object.
Simon Potter
http://www.w3.org/TR/SVG/filters.html#feFloodElement