bpmn-visualization-js
bpmn-visualization-js copied to clipboard
[FEAT] Apply stroke width and fill opacity style to the default Badge Overlay
Is your feature request related to a problem? Please describe. As a first implementation, #1172 has introduced overlay styling options but some of them are not applied to the default Badge Overlay. This is probably due to the usage of an mxText shape for the Overlay that doesn't support these style options.
Describe the solution you'd like Apply these styling options to the overlay.
Describe alternatives you've considered Otherwise, we should document that the options are not applied to the default Badge Overlay.
Additional context This may be implemented at the same time as #1212. See also #1217 for possible changes that will help applying styling options.