bpmn-visualization-js
bpmn-visualization-js copied to clipboard
[INFRA] avoid double rendering when using 'fit on load'
Currently when we do a 'fit on load',
- a 1st rendering is done with dimensions taken from the BPMN diagram
- right after, a new rendering to make the diagram fit the viewport
We will implement this depending on the result of #839 A solution to avoid double rendering is described in #775 and has been experimented in ##778 (we have faced issue with labels out of the viewport)