Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

HTML Canvas not drawing dashed lines #64

Open
oholloway opened this issue Nov 30, 2017 · 2 comments
Open

HTML Canvas not drawing dashed lines #64

oholloway opened this issue Nov 30, 2017 · 2 comments

Comments

@oholloway
Copy link

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
Copy link
Author

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

@oholloway
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant