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
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@
}

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

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

0 comments on commit ad88adf

Please sign in to comment.