feflood: Create a feFlood SVG Primitive

Description Usage Arguments

View source: R/draw.R

Description

A filter primitive to fill the filter subregion with specified color and opacity.

Usage

1
feflood(`in`, result, `flood-color`, `flood-opacity`, collapse = "\n")

Arguments

in

an expression holding the input.

result

an expression naming the output.

'flood-color'

expression specifying the flood-color attribute, which defaults to black and may also take currentColor, inherit or any valid color specification.

'flood-opacity'

expression specifying the value for flood-opacity, which has an initial value of 1.

collapse

see paste.


be-pr/drawsvg documentation built on Dec. 8, 2020, 3:34 a.m.