4D v16

SVG_SET_FILTER

Home

 
4D v16
SVG_SET_FILTER

SVG_SET_FILTER 


 

SVG_SET_FILTER ( svgObject ; id ) 
Parameter Type   Description
svgObject  SVG_Ref in Reference of SVG element
id  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.



See also 

SVG Filters
SVG_Define_filter

 
PROPERTIES 

Product: 4D
Theme: Attributes
Number: 65930

 
HISTORY 

Created: Composant 4D SVG v11.3

 
ARTICLE USAGE

4D SVG Component ( 4D v16)