niklasvh / html2canvas

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

fix: fix inline background color wrap rendering #2558 #3092

Open gustavotoyota opened 1 year ago

gustavotoyota commented 1 year ago

Summary

Fix inline wrap background color rendering.

This PR fixes/implements the following bugs/features

Closing issues

Fixes #2558

jebdu commented 7 months ago

Hi gustave, I've been trying to solve the same background word wrap issue. I inserted your code into line 7324 of the html2canvas.js (v 1.41) file and I'm getting html2canvas.js:7324 Uncaught (in promise) ReferenceError: DISPLAY is not defined. Is it supposed to be inserted somewhere else? Thanks much