diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-09 19:17:08 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-09 19:17:08 +0200 |
| commit | 4886ad474e42fdad6da81f5de3acf787f4e25fa4 (patch) | |
| tree | f10ee7f1fad8ee8832a822b2cd8999de75b04e97 /scripts/rhizicore.js | |
| parent | b8f0712be319ad46c2ffe18966cf75a0a9de1f60 (diff) | |
id wrap entire svg canvas
Diffstat (limited to 'scripts/rhizicore.js')
| -rw-r--r-- | scripts/rhizicore.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index f2359382..ed2beece 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -77,6 +77,7 @@ var initDrawingArea = function () { zoomObject = d3.behavior.zoom().scaleExtent([0.1, 3]).on("zoom", zoom); vis = d3.select(el).append("svg:svg") + .attr('id', 'canvas_d3') .attr("width", '100%') .attr("height", '100%') .attr("pointer-events", "all") |
