Package: cairo

Function cairo-transform

Lambda List

cairo-transform (cr matrix)

Arguments

cr -- a cairo-t context
matrix -- a cairo-matrix-t transformation to be applied to the user-space axes

Details

Modifies the current transformation matrix (CTM) by applying matrix as an additional transformation. The new transformation of user space takes place after any existing transformation.
 

See also

2020-12-15