Skip to content

Commit bd1f87e

Browse files
authored
Update render.js
1 parent b7feabd commit bd1f87e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tools/phantomjs/render.js

-7
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@
6969
height: bb.height
7070
};
7171

72-
page.clipRect = {
73-
top: bb.top,
74-
left: bb.left,
75-
width: bb.width,
76-
height: bb.height
77-
};
78-
7972
page.render(params.png);
8073
phantom.exit();
8174
} else {

0 commit comments

Comments
 (0)