Skip to content

Commit

Permalink
Update render.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru authored Sep 21, 2018
1 parent b7feabd commit bd1f87e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/phantomjs/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bd1f87e

Please sign in to comment.