Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js40499 var childrenBBox = getBBox(children);
40501 var participantBounds = getParticipantBounds(shape, childrenBBox);
40659 function getParticipantBounds(shape, childrenBBox) { argument
40660 childrenBBox = { class in getParticipantBounds
40662 height: childrenBBox.height + VERTICAL_PARTICIPANT_PADDING * 2
40665 var width = Math.max(shape.width, childrenBBox.width),
40666 height = Math.max(shape.height, childrenBBox.height);
40676 function getParticipantCreateConstraints(shape, childrenBBox) { argument
40677 childrenBBox = asTRBL(childrenBBox);
40680 bottom: childrenBBox.top + shape.height / 2 - VERTICAL_PARTICIPANT_PADDING,
[all …]