Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js35836 var minBox = { class in getMinResizeBounds
35843 var childrenBox = childrenBounds ? asTRBL(childrenBounds) : minBox;
35846 top: min$2(minBox.top, childrenBox.top),
35847 left: min$2(minBox.left, childrenBox.left),
35848 bottom: max$4(minBox.bottom, childrenBox.bottom),
35849 right: max$4(minBox.right, childrenBox.right)