Skip to content

Commit

Permalink
Merge pull request #28 from abv/master
Browse files Browse the repository at this point in the history
Fixing black background color bug
  • Loading branch information
muaz-khan authored Aug 18, 2016
2 parents cd9ce9b + af3cb16 commit 6fc7f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ <h2 id="welcome">DetectRTC!</h2>
this.parentNode.removeChild(this);

html2canvas(browserFeaturesTable.parentNode, {
background :'#FFFFFF',
grabMouse: false,
onrendered: function(canvas) {
var image = canvas.toDataURL('image/jpeg');
Expand Down

0 comments on commit 6fc7f17

Please sign in to comment.