mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
applied bug1128467.patch
This commit is contained in:
@@ -5834,7 +5834,7 @@ ComputeSnappedImageDrawingParameters(gfxContext* aCtx,
|
||||
}
|
||||
|
||||
gfxSize destScale = didSnap ? gfxSize(currentMatrix._11, currentMatrix._22)
|
||||
: gfxSize(1.0, 1.0);
|
||||
: currentMatrix.ScaleFactors(true);
|
||||
gfxSize appUnitScaledDest(dest.width * destScale.width,
|
||||
dest.height * destScale.height);
|
||||
gfxSize scaledDest = appUnitScaledDest / aAppUnitsPerDevPixel;
|
||||
|
||||
Reference in New Issue
Block a user