Author: marekz
Date: 2011-08-17 19:54:19 -0700 (Wed, 17 Aug 2011)
New Revision: 26595

Modified:
   cytoscapeweb/branches/gsoc2011/cytoscapeweb-svg/main.html
Log:
Added overflow:hidden

Modified: cytoscapeweb/branches/gsoc2011/cytoscapeweb-svg/main.html
===================================================================
--- cytoscapeweb/branches/gsoc2011/cytoscapeweb-svg/main.html   2011-08-18 
01:51:32 UTC (rev 26594)
+++ cytoscapeweb/branches/gsoc2011/cytoscapeweb-svg/main.html   2011-08-18 
02:54:19 UTC (rev 26595)
@@ -17,6 +17,7 @@
                        
                        svg {
                                border: 2px solid gray;
+                               overflow: hidden;
                        }
                </style>
         
@@ -493,6 +494,8 @@
                                }
                        }
                        
+                       
+                       
                        function lengthMapper (i) {
                                var dx = i._source._x - i._target._x;
                                var dy = i._source._y - i._target._y;
@@ -512,6 +515,8 @@
                                return "rgb(" + dist + ",  " + dist + ", " + 
dist + ")";
                        }
                        
+                       
+                       
                        function toggleLabels() {
                                vis.setNodeStyle("labelDisplay", 
!vis.getNodeStyle("labelDisplay"));
                                vis.setEdgeStyle("labelDisplay", 
!vis.getEdgeStyle("labelDisplay"));  

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to