Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js41275 if (isNumber(positionOrBounds.width)) {
41276 mid = getMid(positionOrBounds);
41278 mid = positionOrBounds;
41412 positionOrBounds = context.position;
41415 insertShape(shape, targetFlow, positionOrBounds);
49331 positionOrBounds = context.position,
49339 if (!positionOrBounds) {
49344 if (positionOrBounds.width !== undefined) {
49345 assign(shape, positionOrBounds);
49348 x: positionOrBounds.x - round$2(shape.width / 2),
[all …]