Update render.js

This commit is contained in:
Adrian Muraru
2018-09-22 00:54:56 +03:00
committed by GitHub
parent b7feabdb58
commit bd1f87ed45

View File

@ -69,13 +69,6 @@
height: bb.height
};
page.clipRect = {
top: bb.top,
left: bb.left,
width: bb.width,
height: bb.height
};
page.render(params.png);
phantom.exit();
} else {