HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

feImage

Description

The feImage element for SVG specifies a graphic external to this filter element, which is loaded or rendered into an RGBA raster and becomes the result of the filter primitive.

Syntax

Attributes

crossorigin

Specifies how crossorigin requests are handled.

Value
anonymous | use-credentials
Default
(No CORS)

href

Specifies a Uniform Resource Locator (URL) reference to the element.

Value
<url>
Default
(none)

preserveAspectRatio

Specifies whether or not to force uniform scaling.

Value
<align> <meetOrSlice>?
Default
xMidYMid meet

Examples

crossorigin

anonymous

use-credentials

href

<url>

preserveAspectRatio

<align>

<meetOrSlice>