Skip to content

Commit

Permalink
fix issue in Render.inspector on Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jul 29, 2015
1 parent 5c69f2e commit 86fcfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/Render.js
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ var Render = {};

}

context.setLineDash([0]);
context.setLineDash([]);
context.translate(-0.5, -0.5);
}

Expand Down

0 comments on commit 86fcfcd

Please sign in to comment.