bpmn-visualization-js icon indicating copy to clipboard operation
bpmn-visualization-js copied to clipboard

[INFRA] avoid double rendering when using 'fit on load'

Open tbouffard opened this issue 4 years ago • 0 comments

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)

tbouffard avatar Oct 28 '20 10:10 tbouffard