For certain types of drawing operations you may want to adjust (or transform, which is the proper term) the coordinates in some way
The part of the graphic state that tracks this is called the current transformation matrix (CTM).
To apply a transformation, you use the cm operator, which takes six operands
that represent a standard 3x2 matrix.
For certain types of drawing operations you may want to adjust (or transform, which is the proper term) the coordinates in some way The part of the graphic state that tracks this is called the current transformation matrix (CTM).
To apply a transformation, you use the cm operator, which takes six operands that represent a standard 3x2 matrix.