html2pdf.it icon indicating copy to clipboard operation
html2pdf.it copied to clipboard

HTML Canvas not drawing dashed lines

Open oholloway opened this issue 7 years ago • 2 comments

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

oholloway avatar Nov 30 '17 00:11 oholloway

also has same behavior when array is empty or using other numbers

oholloway avatar Nov 30 '17 00:11 oholloway

var context = canvas.getContext('2d'); context definition

oholloway avatar Nov 30 '17 00:11 oholloway