Hi, in 2016 I made a series of diagrams, using Openiconic <&plus> and <&minus> for a visually nice and noticeable "heavy" representation of "+=" and "−=" operators in an activity diagram. At the time both the plus and the minus aligned nicely with the "=" vertically, making the intent obvious.
https://i.postimg.cc/6Qcz3m2z/2016-Minus-Aligned-With-Equals.png
However, when I regenerate the diagrams with today's version, the "minus" is no longer vertically aligned properly with the "=", unlike the "plus":
https://i.postimg.cc/JnhxB5j8/2024-No-Longer-Aligned.png
Source:
:add further values into <color:DarkViolet>selectedContribs</color>:
• journalistAssimDays <&plus>= <color:ForestGreen>assimDays</color> <color:grey>// only if > 0</color>
• specialContributionRemainder <&minus>= <color:ForestGreen>salary</color> <color:grey>// //subtract// !!!</color>;
This looks like a bug to me, did anyone else notice and is someone looking into this?