@kovaci/html2canvas
Advanced tools
Comparing version 1.0.12 to 1.0.14
@@ -145,5 +145,4 @@ "use strict"; | ||
var minimalGif = 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='; | ||
var newImg = new Image(); | ||
newImg.src = minimalGif; | ||
return resolve(newImg); | ||
img.src = minimalGif; | ||
return resolve(img); | ||
}; | ||
@@ -150,0 +149,0 @@ //ios safari 10.3 taints canvas with data urls unless crossOrigin is set to anonymous |
@@ -9,3 +9,3 @@ { | ||
"browser": "dist/html2canvas.js", | ||
"version": "1.0.12", | ||
"version": "1.0.14", | ||
"author": { | ||
@@ -12,0 +12,0 @@ "name": "Niklas von Hertzen", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3028323
25383