jsPDF
                                
                                 jsPDF copied to clipboard
                                
                                    jsPDF copied to clipboard
                            
                            
                            
                        addimage
const qrCode = document.getElementById('qrCode').children[1]; pdf.addImage(qrCode, 'PNG', 320, 50, 74, 74, "qrcode")
const barCode = document.getElementById('barcode');
pdf.addImage(barCode, 'PNG', 95, 200, 250, 50, "barcode")

maybe addimage bug?
jspdf 2.5.1 vue 2.5 node 14.10 npm 6.14.8
I have the same problem when adding images

I have the same problem when adding images
in my case it happens when including base64 images
Have you solved this problem? I also ran into this problem. They seem to overlap. I added aliases, but it doesn't work. If it is resolved, I hope you can tell me. Thank you
Have you solved this problem? I also ran into this problem. They seem to overlap. I added aliases, but it doesn't work. If it is resolved, I hope you can tell me. Thank you
I haven't solved the problem yet, I'm looking for alternatives
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.
Still active issue with #3477
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.