зеркало из https://github.com/mozilla/pjs.git
r=mkaply, sr=blizzard (platform specific), a=mkaply OS/2 only - off by one error printing transparent images
This commit is contained in:
Родитель
95ae50130c
Коммит
344f730b5e
|
@ -396,7 +396,7 @@ nsImageOS2 :: Draw(nsIRenderingContext &aContext, nsDrawingSurface aSurface,
|
|||
POINTL aptlNew[ 4] = { { 0, 0 }, // TLL
|
||||
{ bihMem.cx, bihMem.cy }, // TUR
|
||||
{ aSX, mInfo->cy - (aSY + aSHeight) }, // SLL
|
||||
{ aSX + aSWidth+1, mInfo->cy - aSY+1 } }; // SUR
|
||||
{ aSX + aSWidth + 1, mInfo->cy - aSY + 1 } }; // SUR
|
||||
|
||||
// Apply mask to target, clear pels we will fill in from the image
|
||||
MONOBITMAPINFO MaskBitmapInfo (mInfo);
|
||||
|
|
Загрузка…
Ссылка в новой задаче