workin on png rendering

This commit is contained in:
Torkel Ödegaard
2014-08-09 11:57:54 +02:00
parent c669f8c612
commit 380f707285
6 changed files with 96 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ page.viewportSize = {
};
page.open(params.url, function (status) {
console.log('Loading a web page');
console.log('Loading a web page: ' + params.url);
setTimeout(function() {
console.log('rendering panel to ' + params.png);