(PECL cairo >= 0.1.0)
Applies scaling to a matrix
public void CairoMatrix::scale ( float $sx, float $sy )
Object oriented style (method):
Procedural style:
void cairo_matrix_scale ( CairoContext $context , float $sx , float $sy )
Applies scaling by sx, sy to the transformation in the matrix. The effect of the new transformation is to first scale the coordinates by sx and sy, then apply the original transformation to the