Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js40499 var childrenBBox = getBBox(children);
40501 var participantBounds = getParticipantBounds(shape, childrenBBox);
40507 context.createConstraints = getParticipantCreateConstraints(shape, childrenBBox);
40659 function getParticipantBounds(shape, childrenBBox) { argument
40660 childrenBBox = { variable
40661 width: childrenBBox.width + HORIZONTAL_PARTICIPANT_PADDING * 2 + PARTICIPANT_BORDER_WIDTH,
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
[all …]