Skip to content

Commit

Permalink
Tweak default canvas size.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Feb 9, 2012
1 parent f47dad0 commit ad88adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions d3.layout.cloud.js
Expand Up @@ -355,8 +355,8 @@
} }


var cloudRadians = Math.PI / 180, var cloudRadians = Math.PI / 180,
cw = 1 << 12 >> 5, cw = 1 << 11 >> 5,
ch = 1 << 12, ch = 1 << 11,
canvas; canvas;


if (typeof document !== "undefined") { if (typeof document !== "undefined") {
Expand Down

0 comments on commit ad88adf

Please sign in to comment.