Sure it is a square
Change-Id: I2a48c31bfcfa0c1fee213a70f3c25bcdcc1de56d
This commit is contained in:
parent
1d279e9c91
commit
cde5ea63cd
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ static void testTile( Document *pDocument, int max_parts,
|
|||
// whole part; meaningful only for non-writer documents.
|
||||
aTimes.emplace_back("render whole part");
|
||||
pDocument->paintTile(pPixels, nTilePixelWidth, nTilePixelHeight,
|
||||
nWidth/2, 2000, 1000, 1000); // not square
|
||||
nWidth/2, 2000, 1000, 1000);
|
||||
aTimes.emplace_back();
|
||||
if (dump)
|
||||
dumpTile(nTilePixelWidth, nTilePixelHeight, mode, pPixels);
|
||||
|
|
Loading…
Reference in a new issue