In State diagrams, Concurrent color customization not honored

0 votes
asked Feb 28, 2018 in Bug by rpellowski (140 points)

I expected the Concurrent (dashed) line to be blue in the following.  Instead it is the default (red).

skinparam StateBorderColor<<meblue>> blue
state a<<meblue>> {
  state b
  --
  state c
}

1 Answer

0 votes
answered Mar 1, 2018 by plantuml (294,960 points)
selected Mar 6, 2018 by rpellowski
 
Best answer
Thanks for the report !

This has been fixed in last beta

http://beta.plantuml.net/plantuml.jar
commented Mar 1, 2018 by rpellowski (140 points)
Would like to try this in Eclipse, but it does not find the local jar file during software installation.  Any suggestions?
commented Mar 6, 2018 by rpellowski (140 points)
Tested standalone and it works, thanks!
...