Describe the bug
BPMN tasks must be rendered with rounded corners per BPMN Specification.
bpmn-visualization enforces this, but in this demo, once the custom fill color is applied to tasks, the rounded corner are dropped, and the diagram display raw rectangles instead.
To Reproduce
Steps to reproduce the behavior:
Use code of commit ff8e9705cb916f713d9974605794bc8c3db79d95 and run the demo
Load an XES
The tasks displaying frequency data are displayed as raw rectangles
Expected behavior
The BPMN tasks should display rounded corners.
Describe the bug BPMN tasks must be rendered with rounded corners per BPMN Specification. bpmn-visualization enforces this, but in this demo, once the custom fill color is applied to tasks, the rounded corner are dropped, and the diagram display raw rectangles instead.
To Reproduce Steps to reproduce the behavior:
Expected behavior The BPMN tasks should display rounded corners.
Screenshots
Frequency data
https://www.youtube.com/watch?v=qmWcnZ4Ffn0&t=22s
Conformance data
https://www.youtube.com/watch?v=qmWcnZ4Ffn0&t=66s
Environment
Desktop (please complete the following information):
Additional context
This is probably due to an issue in the code calling the mxGraph native function and should be fixed with #3 and #12.