Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js35832 function getMinResizeBounds(direction, currentBounds, minDimensions, childrenBounds) { argument
35843 var childrenBox = childrenBounds ? asTRBL(childrenBounds) : minBox;
38740 childrenBounds;
38748 childrenBounds = computeChildrenBBox(shape, context.childrenBoxPadding);
38752 return getMinResizeBounds(direction, shape, minDimensions, childrenBounds);