Update render.js

pull/13352/head
Adrian Muraru 7 years ago committed by GitHub
parent b7feabdb58
commit bd1f87ed45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      tools/phantomjs/render.js

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

Loading…
Cancel
Save