This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SVG_SET_PATTERN_CONTENT_UNITS
|
SVG_SET_PATTERN_CONTENT_UNITS ( patternObject ; sysCoord ) | ||||||||
Parameter | Type | Description | ||||||
patternObject | SVG_Ref |
![]() |
Reference of pattern to modify | |||||
sysCoord | Text |
![]() |
System of coordinates to be used | |||||
The SVG_SET_PATTERN_CONTENT_UNITS command is used to set the system of coordinates for the contents of the pattern designated by patternObject. If patternObject is not a pattern, an error is generated.
The sysCoord parameter specifies the name of the system to be used. It must be set to "userSpaceOnUse" or "objectBoundingBox", otherwise an error is generated.
Product: 4D
Theme: Structure and Definitions
Number:
65885
Created: 4D v12
4D SVG Component ( 4D v20 R7)