-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PNG images are getting cropped #3745
Comments
@jamesbrobb can you help |
I'm afraid i can't be any help here, i last worked on this about 15 years ago |
same issue here 🥲 |
Hey Hi, |
Hello @tanishq-agarwal |
This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant. |
When I click the download button to generate the PDF, everything is downloaded correctly except for PNG images, which are getting cropped. SVG images are downloaded as expected. I’m attaching a screenshot for reference.
Here is the code which I've used:
` const downloadPDF = () => {
const input = document.querySelector("#downloadPDF");
};`
The text was updated successfully, but these errors were encountered: