; * picture_renderer.c (MaybeApplyTransform): Check in missed change.

This commit is contained in:
hujianwei 2022-10-30 11:34:02 +00:00
parent e001d7cf69
commit 3732001e57

View file

@ -1553,8 +1553,7 @@ MaybeApplyTransform (PictureBuffer *buffer, DrawParams *params)
if (params->flags & TransformSet) if (params->flags & TransformSet)
ApplyInverseTransform (buffer->width, buffer->height, ApplyInverseTransform (buffer->width, buffer->height,
&ftransform, params->transform, &ftransform, params->transform);
False);
/* Note that these must be applied in the right order. First, /* Note that these must be applied in the right order. First,
the scale is applied. Then, the offset, and finally the the scale is applied. Then, the offset, and finally the