Closed ryeddula closed 11 years ago
Happening on line 7413, and line 7440
Modifying these lines from:
context.setLineDash(undefined);
to
context.setLineDash([]);
Fixes it.
This was happening in chrome Version 30.0.1599.14 dev
Happening on line 7413, and line 7440
Modifying these lines from:
to
Fixes it.