apilayer / html2pdf.it

Webservice for generating pdfs from html

Home Page:html2pdf.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Canvas not drawing dashed lines

oholloway opened this issue · 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

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

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