Package: cairo

Function cairo-identity-matrix

Lambda List

cairo-identity-matrix (cr)

Arguments

cr -- a cairo-t context

Details

Resets the current transformation matrix (CTM) by setting it equal to the identity matrix. That is, the user-space and device-space axes will be aligned and one user-space unit will transform to one device-space unit.
 

See also

2020-12-15