Transform.scale
gsk.transform.Transform scale(float factorX, float factorY)Scales next in 2-dimensional space by the given factors.
Use [gsk.transform.Transform.scale3d] to scale in all 3 dimensions.
Parameters
factorX | scaling factor on the X axis |
factorY | scaling factor on the Y axis |
Returns
The new transform