зеркало из https://github.com/mozilla/gecko-dev.git
Bug 994282 - Apply mask layer transforms in the correct order. r=roc
This commit is contained in:
Родитель
812e72e3e9
Коммит
b97cc0eb86
|
@ -111,7 +111,7 @@ FillRectWithMask(DrawTarget* aDT,
|
|||
Matrix inverseMask = *aMaskTransform;
|
||||
inverseMask.Invert();
|
||||
|
||||
Matrix transform = inverseMask * oldTransform;
|
||||
Matrix transform = oldTransform * inverseMask;
|
||||
if (aSurfaceTransform) {
|
||||
transform = transform * (*aSurfaceTransform);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче