(node)
| 24 | var supplyAllDefaults = require('../assets/supply_defaults'); |
| 25 | |
| 26 | var getOpacity = function(node) { return Number(node.style.opacity); }; |
| 27 | var getFillOpacity = function(node) { return Number(node.style['fill-opacity']); }; |
| 28 | var getColor = function(node) { return node.style.fill; }; |
| 29 | var getMarkerSize = function(node) { |
no outgoing calls
no test coverage detected
searching dependent graphs…