html2canvas icon indicating copy to clipboard operation
html2canvas copied to clipboard

The part of the generated picture becomes a gray background

Open yangdan8 opened this issue 5 years ago • 7 comments

Please make sure you are testing with the latest release of html2canvas. Old versions are not supported and issues reported for them will be closed.

Please follow the general troubleshooting steps first:

  • [x] You are using the latest version
  • [ ] You are testing using the non-minified version of html2canvas and checked any potential issues reported in the console

Bug reports:

Please replace this line with a brief summary of your issue AND if possible an example on jsfiddle.

Specifications:

  • html2canvas version tested with:
  • Browser & version:
  • Operating system: 1.0.0-rc.2 are all normal The problem has been around since 1.0.0-rc.3

yangdan8 avatar Mar 19 '20 06:03 yangdan8

err

This is a problematic situation

yangdan8 avatar Mar 19 '20 06:03 yangdan8

ok This is normal

yangdan8 avatar Mar 19 '20 06:03 yangdan8

I have this issue also : /

virror avatar Apr 27 '20 14:04 virror

having this issue too

tobiasguimaraes avatar Jun 02 '20 18:06 tobiasguimaraes

https://github.com/niklasvh/html2canvas/issues/1937 In my case, { scale: 2 } was solution too.

80x24 avatar Dec 10 '20 04:12 80x24

In my case, { scale: 2 } was solution too.

It removed the gray parts but now its double as big how could i work around that?

Mervus avatar Apr 25 '23 12:04 Mervus

{ scale: 2 } worked for me too

bluka1 avatar Mar 08 '24 10:03 bluka1