MENU
Simple Operations
<feFlood> creates a rectangle filled with the color and opacity values from the properties 'flood-color' and 'flood-opacity'......CPFS.
......x="<coord.>": the x coord. of the upper-left corner.
......y="<coord.>": the y coord. of the upper-left corner.
......width="<length>": the width of the rectangle.
......height="<length>": the height of the rectangle.
......result="<filter primitive name>": the reference name to be used via 'in' in another filter primitive.
......flood-color="<color>": the filling color.
......flood-opacity="{0.0 to 1.0}": the filling opacity.
<feImage> loads an external image......CPFSX
......preserveAspectRatio
......xlink:href="<iri>": the image source.
<feTile> fills a target rectangle with a repeated, tiled pattern of an input image......CPFS
......in="{SourceGraphic | SourceAlpha | BackgroundImage |BackgroundAlpha | FillPaint | StrokePaint | <filter primitive name>}":
SourceGraphic represents the original input into the <filter> element.
SourceAlpha represents the alpha channel of the original input into the <filter> element.
BackgroundImage represents the background under the filter region.
BackgroundAlpha represents the alpha channel of the background under the filter region.
FillPaint represents the value of the 'fill' property on the target element for the filter effect.
StrokePaint represents the value of the 'stroke' property on the target element for the filter effect.