-
Notifications
You must be signed in to change notification settings - Fork 36
[FEAT] render shape label height bounds #322
Copy link
Copy link
Open
Labels
BPMN renderingSomething about the way the lib is rendering BPMN elementsSomething about the way the lib is rendering BPMN elementsenhancementNew feature or requestNew feature or requestmxgraph integrationSomething involving mxGraph (be aware of EOL)Something involving mxGraph (be aware of EOL)
Milestone
Metadata
Metadata
Assignees
Labels
BPMN renderingSomething about the way the lib is rendering BPMN elementsSomething about the way the lib is rendering BPMN elementsenhancementNew feature or requestNew feature or requestmxgraph integrationSomething involving mxGraph (be aware of EOL)Something involving mxGraph (be aware of EOL)
As of #299, the height of the label is the height of its related shape.
This is the way mxGraph 4.1.0 is working: there is no possibility to pass a label height and the shape height is used
Notice that label height is only required if we want to support clipping/truncating/ellipsing based on BPMN label height value. Currently, this would use the shape height.
mxgraph 4.1.1 label position computation
See