feImage {gridSVG} | R Documentation |
Draw a referred image.
Description
This filter effect primitive refers to a graphic external to this filter container, which is loaded or rendered into an RGBA raster and becomes the result of the filter effect primitive.
Usage
feImage(preserveAspectRatio = "xMidYMid meet", href = "", ...)
Arguments
preserveAspectRatio |
See references for appropriate values and behaviour. |
href |
A |
... |
Further arguments to be passed onto |
Details
For more information about this primitive, consult the reference to the SVG specification.
Value
An fe.image
object.
Author(s)
Simon Potter
References
https://www.w3.org/TR/SVG/filters.html#feImageElement https://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute
See Also
[Package gridSVG version 1.7-5 Index]