Skip to content

Commit

Permalink
Further attempts to fix the rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Nov 11, 2016
1 parent 0480a3b commit 3679dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rendersvgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ page.open(backend, function(status) {
transcriptGeneration.createToPhantom(transcript, imagelinks);
};

page.evaluate(render, transcript, imagelinks);
page.render("target/preload.png");
window.setTimeout(function() { page.evaluate(render, transcript, imagelinks); }, 500);

});
2 changes: 1 addition & 1 deletion src/main/web

0 comments on commit 3679dda

Please sign in to comment.