Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js42486 function getStickyPositionDelta(oldShapeCenter, oldBounds, newBounds) { argument
42494 var oldOrientation = getOrientation(oldBounds, oldShapeCenter),
42526 x: oldShapeCenter.x + stickyPositionDelta.x,
42527 y: oldShapeCenter.y + stickyPositionDelta.y