VKVG  
Vulkan Vector Graphics

◆ vkvg_scale()

void vkvg_scale ( VkvgContext  ctx,
float  sx,
float  sy 
)

Modifies the current transformation matrix by applying an additional scaling transformation by (sx,sy) in user space coordinate.

Parameters
ctxa valid vkvg Context
sxscale in the x direction.
syscale in the y direction.