Home
last modified time | relevance | path

Searched refs:getElementLineIntersection (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js4234 function getElementLineIntersection(elementPath, linePath, cropStart) { function
30342 start = (source && getElementLineIntersection(sourcePath, connectionPath, true)) || start;
30343 end = (target && getElementLineIntersection(targetPath, connectionPath, false)) || end;
53848 return getElementLineIntersection(shapePath, connectionPath, takeFirst);