4D v13

SVG_SET_FILTER

Home

 
4D v13
SVG_SET_FILTER

SVG_SET_FILTER 


 

SVG_SET_FILTER ( svgObject ; url ) 
Parameter Type   Description
svgObject  SVG_Ref in Reference of SVG element
url  String in Name of filter

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.

 
PROPERTIES 

Product: 4D
Theme: Attributes
Number: 65930

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: Composant 4D SVG v11.3

 
SEE ALSO 

SVG Filters
SVG_Define_filter