teoz seq diagrams: color of activations/lifelines are same when they are on same row

0 votes
asked Apr 14, 2019 in Bug by mawi (620 points)
edited Apr 15, 2019 by mawi

Short: If using teoz, and you have two activations on the same row, the first color is ignored and both get the same color.

To repro: Use code as this:

a->b: 1
activate b #red
& b->c: 2
activate c #lightgreen
  • Expected: Lifeline / activation for b in red and for c in green. 
  • Actual: Both activations are green in color

PlantUML diagram

See this link to see full example:

http://www.plantuml.com/plantuml/uml/JO_1QiCm38RlUef_5CPsQA7hjaCEeQzYntyJWsCNHUdAddv95aZ05_twz5cw3kRKnZx9orrTspiOoozCHqeN0t4hnNnvYbYqHFYnhP3YZIbceYcfA0RNpvp2DHOVpcB9cDuIQ_d1swny5t77sbSuoueH7WTba5VuOzrK-DWw3GufjfsrIcR9nGYTQ-ceH1pWq9OI_ZlMEGEVz-HY7eGvO8wbETPXafvssh1gVHefOVdqSZglv6KY0xSLPe0LFhTnuZ34zA0AbuclFS_fZh1S-BsFmxxmScKEOv_-0000

BR! /marcus

1 Answer

0 votes
answered Apr 16, 2019 by plantuml (294,960 points)
Thanks for the feedback.

It should be ok with last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you !
...