summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf
diff options
context:
space:
mode:
authorKedar Aitawdekar <kedar2a@gmail.com>2015-07-07 16:41:44 +0530
committerKedar Aitawdekar <kedar2a@gmail.com>2015-07-07 16:41:44 +0530
commite4a31f388b272836e61494c01e7a00d28581875a (patch)
tree68cea04b7e6d326971c5e4cf4c5710535f60edeb /gnowsys-ndf/gnowsys_ndf
parent6f841adaf8d0d0243d84e87e3f9d2a13d09848f1 (diff)
downloadgnowsys-e4a31f388b272836e61494c01e7a00d28581875a.tar.gz
Adding metadata to SVG and making SVG graphs as per standards
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/theme_drag_zoom_d3tree.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/theme_drag_zoom_d3tree.html b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/theme_drag_zoom_d3tree.html
index a130c48..3710cda 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/theme_drag_zoom_d3tree.html
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/theme_drag_zoom_d3tree.html
@@ -150,6 +150,8 @@
.attr("width", viewerWidth)
.attr("height", viewerHeight)
.attr("class", "overlay")
+ .attr("version", "1.0")
+ .attr("xmlns", "http://www.w3.org/2000/svg")
.call(zoomListener);
// // Define the drag listeners for drag/drop behaviour of nodes.