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
2a3d6a0a35
commit
2ec7fda1f1
@ -175,9 +175,8 @@ html2canvas.Parse = function (element, images, opts) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// http://probablyprogramming.com/2009/03/15/the-tiniest-gif-ever (handtinywhite.gif)
|
||||||
// TODO add another image
|
img.src = "data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACwAAAAAAQABAAACAkQBADs=";
|
||||||
img.src = "http://html2canvas.hertzen.com/images/8.jpg";
|
|
||||||
img.width = 1;
|
img.width = 1;
|
||||||
img.height = 1;
|
img.height = 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user