Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. core.js:1449 ERROR Error: Uncaught (in promise): Error: Incomplete or corrupt PNG file
  2. Error: Incomplete or corrupt PNG file
  3.  
  4. let image = "assets/img/bgconfidential.png";
  5. let img = new Image();
  6. img.style.opacity = '0.2';
  7. img.style.filter = 'alpha(opacity=20)';
  8. img.src = image;
  9. console.log(img);
  10. doc.addImage(img, 'png', internalPageWidth - 140 , 100, 20, 20);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement