Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dash reset issues with an explicit check for `dash`. Previously it resulted in the incorrect: canvas.ctx.setLineDash([0]) Now it results in the correct: canvas.ctx.setLineDash([])
- Loading branch information