feImage: Draw a referred image.

Description Usage Arguments Details Value Author(s) References See Also

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

1
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.

Details

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

Value

An fe.image object.

Author(s)

Simon Potter

References

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

See Also

filterEffect, fe.


sachsmc/gridSVG documentation built on May 29, 2019, 12:44 p.m.