Parcourir la source

Update render.js

Adrian Muraru il y a 7 ans
Parent
commit
bd1f87ed45
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0 7
      tools/phantomjs/render.js

+ 0 - 7
tools/phantomjs/render.js

@@ -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 {