apilayer / html2pdf.it

Webservice for generating pdfs from html
html2pdf.it
548 stars 157 forks source link

HTML Canvas not drawing dashed lines #64

Open oholloway opened 6 years ago

oholloway commented 6 years ago

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 commented 6 years ago

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

oholloway commented 6 years ago

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