niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.41k stars 4.79k forks source link

box-shadow - still missing #2972

Open drveresh opened 1 year ago

drveresh commented 1 year ago

Please follow the general troubleshooting steps first:

Bug reports:

The border-shadow is missing in all possible combinations, whether it is inner/outer div, with or without border-radius, the final output photo is loosing the border-show. Below is the sample screenshot of the original div with an image. image

References:

Specifications:

wangzhongquan commented 1 year ago

i have the same problem

wangzhongquan commented 1 year ago

官方网站已经明确提示,box-shadow不支持 https://html2canvas.hertzen.com/features

Maki-Db commented 2 weeks ago

U can try to switch to https://github.com/bubkoo/html-to-image

drveresh commented 2 days ago

U can try to switch to https://github.com/bubkoo/html-to-image

@Maki-Db Does it support "box-shadow"?