html2pdf.it
html2pdf.it copied to clipboard
HTML Canvas not drawing dashed lines
context.setLineDash([8, 10]); run on a html canvas is resulting in no lines being drawn, this behavior is not replicated in chrome or edge browsers
also has same behavior when array is empty or using other numbers
var context = canvas.getContext('2d'); context definition