This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
SVG_SET_FILTER
|
SVG_SET_FILTER ( svgObject ; id ) | ||||||||
Parameter | Type | Description | ||||||
svgObject | SVG_Ref |
![]() |
Reference of SVG element | |||||
id | String |
![]() |
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.
See the SVG_Define_filter command.
Product: 4D
Theme: Attributes
Number:
65930
Created: Composant 4D SVG v11.3
4D SVG Component ( 4D v19)