diff options
| author | Julie Lala <jules@okfoc.us> | 2014-04-22 03:22:56 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-04-22 03:22:56 -0400 |
| commit | 62ee4fecc35772670b092b220cb29c7aa7b58b50 (patch) | |
| tree | ef0dfc47977dc10c30bc6b20377d02e2b88e3891 /assets/javascripts/rectangles/map/draw.js | |
| parent | 7d73354432c714fffa47563d0424cc51964238d3 (diff) | |
keyboard, stones demo
Diffstat (limited to 'assets/javascripts/rectangles/map/draw.js')
| -rw-r--r-- | assets/javascripts/rectangles/map/draw.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/javascripts/rectangles/map/draw.js b/assets/javascripts/rectangles/map/draw.js index 518c160..cfa99d4 100644 --- a/assets/javascripts/rectangles/map/draw.js +++ b/assets/javascripts/rectangles/map/draw.js @@ -8,7 +8,7 @@ map.draw = new function(){ map.draw.clear_canvas() map.draw.ruler() - ctx.translate( map.bounds.a * 1/2, map.bounds.b * 1/2) + ctx.translate( map.bounds.a * 1/2, map.bounds.b * 1/2) ctx.scale( map.zoom, map.zoom ) ctx.translate( map.center.a, map.center.b) ctx.scale( -1, 1 ) |
