niklasvh / html2canvas

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

Unable to display line through effect correctly #3114

Open geeeger opened 1 year ago

geeeger commented 1 year ago

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:

Bug reports:

if i have a html structure like:

<span class="text-decoration:line-through">
    <span class="font-weight:bold">abcd<span>
</span>

the html2canvas will export picture without line through effect.

if i have a html structure like:

<span class="font-weight:bold">
    <span class="text-decoration:line-through">abcd<span>
</span>

the html2canvas work will

Specifications:

geeeger commented 1 year ago

it seems that text-decoration will not inherit from parent