Open Eldar4Levi opened 6 years ago
@Eldar4Levi Found a workaround for it, had the exact same issue:
document.getElementById('to_export_as_pdf').style.letterSpacing = '0.1px';
put this line of code to your container before executing html2canvas,that's my workaround for that.
@Eldar4Levi Found a workaround for it, had the exact same issue:
document.getElementById('to_export_as_pdf').style.letterSpacing = '0.1px';
put this line of code to your container before executing html2canvas,that's my workaround for that.
Worked for me.
Hebrew words spacing removed in the image
Bug reports: http://jsfiddle.net/upxdL9te/
Specifications: html2canvas version tested with: latest Browser & version: chrome 69.0.3497.100