Hi folks,
I realized that setting color via context menu and setting color via Edit > Set color results in different appearance. Before reporting the bug, I want to make sure it is not intentional…
Here is the result:
On the XML level:
<bpmndi:BPMNShape id="Activity_1q4cj5i_di"
bpmnElement="context_menu"
bioc:stroke="#831311"
bioc:fill="#ffcdd2"
color:background-color="#ffcdd2"
color:border-color="#831311">
<dc:Bounds x="240" y="80" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1htybi8_di"
bpmnElement="application_menu"
bioc:stroke="#e53935"
bioc:fill="#ffcdd2"
color:background-color="#ffcdd2"
color:border-color="#e53935">
<dc:Bounds x="240" y="200" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
Running Modeler 5.29 on Ubuntu.
Any ideas?
Cheers,
Simon