feMorphology | R Documentation |
This filter primitive performs "fattening" or "thinning" of artwork. It is particularly useful for fattening or thinning an alpha channel.
feMorphology(input = NA, operator = c("erode", "dilate"),
radius = unit(0, "npc"), default.units = "npc", ...)
input |
Identifies an input for this filter primtive. See
|
operator |
A keyword indicating whether to erode (i.e., thin) or dilate
(fatten) the source graphic, |
radius |
The radius (or radii) for the operation. If two values are provided, the first value represents a x-radius and the second value represents a y-radius. If one radius is provided, then that value is used for both xand y. |
default.units |
A string indicating the default units to use if |
... |
Further arguments to be passed onto |
For more information about this primitive, consult the reference to the SVG specification.
An fe.morphology
object.
Simon Potter
https://www.w3.org/TR/SVG/filters.html#feMorphologyElement
filterEffect
, fe
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.