Expression painter:concat(qtransform)
replaces the current transformation matrix
by the product of the current matrix
by the QTransform object qtransform.
It is much easier to use functions
painter:translate,
painter:scale, or
painter:rotate.
See also: PostScript operator concat.