tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.21k stars 1.68k forks source link

Super long HTML growth chart - Node images with height exceeding 16000 are blank #457

Open gitzyj opened 1 year ago

gitzyj commented 1 year ago

Super long HTML growth chart - Node images with height exceeding 16000 are blank

If the structure of the h5 page exceeds the height of 16000, there will be an exception when generating images,

The display is incomplete, only the relevant text structure image is blank, but the position is occupied

1752146907 commented 1 year ago

I have also encountered similar problems. The content with high height is truncated, leaving only one background

gitzyj commented 1 year ago

我也遇到过类似的问题。高度高的内容被截断,只留下一个背景

Hello, may I ask how to solve it later?