Learn R Programming

gridSVG (version 1.5-0)

feImage: 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 URL reference to a stand-alone image resource such as a JPEG, PNG or SVG file. e.g. http://example.com/img.jpg
...
Further arguments to be passed onto fe.

Value

An fe.image object.

Details

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

References

http://www.w3.org/TR/SVG/filters.html#feImageElement http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute

See Also

filterEffect, fe.