Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SVG_SET_TRANSFORM_SCALE
|
SVG_SET_TRANSFORM_SCALE ( svgObject ; scaleX {; scaleY} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
svgObject | SVG_Ref |
![]() |
Reference of SVG element | |||||
scaleX | Zahl |
![]() |
Value on X axis | |||||
scaleY | Zahl |
![]() |
Value on Y axis | |||||
The SVG_SET_TRANSFORM_SCALE command applies a change of horizontal and/or vertical scale to an SVG object having the svgObject reference.
If the scaleX value is not null, the object is enlarged (value >1) or reduced (0 < value < 1) horizontally for the number of units passed. The value 1 is equal to no change to the object scale.
If the scaleY parameter is provided, the object is enlarged (value >1) or reduced (0 < value < 1) vertically for the number of units passed. The value 1 is equal to no change to the object scale. If this parameter is omitted, its value is supposed to be equal to scaleX.
$SVG:=SVG_New
$Text:=SVG_New_text($SVG;"Hello world!";5)
SVG_SET_TRANSFORM_SCALE($Text;3;12) `Zoom x*3 y*12
Produkt: 4D
Thema: Attributes
Nummer:
65944
Erstellt: Composant 4D SVG v11.3
4D SVG ( 4D v20 R7)