SVG_SET_FILTER

4D - Documentation   Français   English   German   4D SVG Component, Command Theme List   4D SVG Component, Index   Back   Previous   Next

version 11.3


SVG_SET_FILTER (svgObject; url)

ParameterTypeDescription
svgObjectSVG_RefReference of SVG element
urlStringName of filter

Description

The SVG_SET_FILTER command can be used to associate a filter with the object having the svgObject reference. If svgObject is not a valid reference, an error is generated. If the attribute already exists, its value is replaced.

The url parameter is the name of the filter to be used as specified by the SVG_Define_filter command. If this name does not exist, an error is generated.

Example

See the SVG_Define_filter command.

See Also

SVG Filters, SVG_Define_filter.


4D - Documentation   Français   English   German   4D SVG Component, Command Theme List   4D SVG Component, Index   Back   Previous   Next