Hi, just downloaded version 1.2024.6 and discovered a regression (activity diagram): I use a combination of <color:xxx> and <back:xxx> tags in the legend to document the colors used in my diagram, which worked fine in 1.2024.5, but in 1.2024.6 the text color specified in the tag is ignored (overridden to be the same as the <back> color ?
1.2024.5: https://i.postimg.cc/wvg02dJh/image.png
1.2024.6: https://i.postimg.cc/Y0S8cfd0/image.png
Abbreviated test source:
legend top right
Legend:
• <color:RoyalBlue><back:Lavender>SomeRuleName</back></color> (in pale blue SDL "procedure" rectangle with double "sidelines"):
execution of a sub-rule
end legend