ztxkui 3.3.17 → 3.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -300,6 +300,7 @@ var PrintContainer = function (_a) {
|
|
|
300
300
|
var waterBase64 = '';
|
|
301
301
|
var img = new Image();
|
|
302
302
|
img.src = imgWaterBg;
|
|
303
|
+
img.setAttribute('crossOrigin', 'Anonymous');
|
|
303
304
|
img.onload = function () {
|
|
304
305
|
waterBase64 = image2Base64(img);
|
|
305
306
|
htmlToPdfNoCanvas({
|