Open oholloway opened 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
also has same behavior when array is empty or using other numbers
var context = canvas.getContext('2d'); context definition
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