You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue while using html2canvas in my React project. When I try to capture screenshots of a specific page, some styles are missing, and fonts are not rendering properly in the generated image. The output screenshot doesn't match the original page design. For example, in the generated image, I noticed:
Font styles are incorrect compared to the original page (fonts are not properly loaded).
Certain styles, such as specific colors and visual elements, are either missing or improperly rendered.
I have attached a comparison of the original design and the output generated by html2canvas for reference.
Original Design:
html2canvas Result:
The text was updated successfully, but these errors were encountered:
I am encountering an issue while using html2canvas in my React project. When I try to capture screenshots of a specific page, some styles are missing, and fonts are not rendering properly in the generated image. The output screenshot doesn't match the original page design. For example, in the generated image, I noticed:
Font styles are incorrect compared to the original page (fonts are not properly loaded).
Certain styles, such as specific colors and visual elements, are either missing or improperly rendered.
I have attached a comparison of the original design and the output generated by html2canvas for reference.
Original Design:
html2canvas Result:
The text was updated successfully, but these errors were encountered: