Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js18617 function getTextBBox(text, fakeText) { argument
18619 fakeText.textContent = text;
18629 fakeText.textContent = emptyLine ? 'dummy' : text;
18631 textBBox = fakeText.getBBox();
18661 function layoutNext(lines, maxWidth, fakeText) { argument
18669 textBBox = getTextBBox(fitLine, fakeText);