mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
replaced external image http://html2canvas.hertzen.com/images/8.jpg with data URI
This commit is contained in:
parent
95c49a3094
commit
ec5a9ecd0f
@ -175,9 +175,8 @@ html2canvas.Parse = function (element, images, opts) {
|
||||
|
||||
|
||||
|
||||
|
||||
// TODO add another image
|
||||
img.src = "http://html2canvas.hertzen.com/images/8.jpg";
|
||||
// http://probablyprogramming.com/2009/03/15/the-tiniest-gif-ever (handtinywhite.gif)
|
||||
img.src = "data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACwAAAAAAQABAAACAkQBADs=";
|
||||
img.width = 1;
|
||||
img.height = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user