HOME


Mini Shell 1.0
DIR: /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/e2pdf/vendors/svggraph/templates/
Upload File :
Current File : //home/dhnidqcz/pragmaticsng.org/wp-content/plugins/e2pdf/vendors/svggraph/templates/svgNode.txt
function svgNode(e,innermost) {
  var d = e.target.correspondingUseElement || e.target, nn = '{$string:namespace}svg', s;
  while(d.parentNode) {
    if(d.nodeName == nn) {
      if(innermost)
        return d;
      s = d;
    }
    d = d.parentNode;
  }
  return s;
}