bpmn-visualization-js
bpmn-visualization-js copied to clipboard
[FEAT] Render the lane and pool Label Bounds
The render of "Render the Shape Label Bounds" is managed by #279 but it doesn't manage vertical elements.
Notice that lanes and pools, which are generally vertical, can also be horizontal.
So please consider #127 when implementing this one. The same would apply to BPMN element with vertical orientation (currently not supported at all by the lib)
A.4.1.bpmn
from https://github.com/bpmn-miwg/bpmn-miwg-test-suite can be used to test this use case.
Info from taken from todo in v0.19.0
The label position is hard coded with fixed horizontal and vertical align style properties.
The size of the pool/lane text area is set to a constant defined in StyleDefault