()
| 6696 | } |
| 6697 | |
| 6698 | function resize() { |
| 6699 | o = r * 3; |
| 6700 | n = (dx + o * 2) >> k; |
| 6701 | m = (dy + o * 2) >> k; |
| 6702 | return density; |
| 6703 | } |
| 6704 | |
| 6705 | density.x = function(_) { |
| 6706 | return arguments.length ? (x = typeof _ === "function" ? _ : constant$5(+_), density) : x; |