Two colors for an arrow line color (class diagram) crashes PlantUML

0 votes
asked Feb 16, 2017 in Bug by Fuhrmanator (1,700 points)

Here's the sample code:

skinparam classArrowColor Red|Green
A - B

Here's the error image:

error image

1 Answer

0 votes
answered Feb 16, 2017 by plantuml (295,000 points)
selected Feb 16, 2017 by Fuhrmanator
 
Best answer
Thanks for the feedback.

Gradient Color is not supported for line/arrow.

So we've just build a beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

that ignores the gradient setting in that case.

Hoping that this is enough for you.

BTW, we have implemented a simplified skinparam arrowColor which you should use now (see http://doodle.com/poll/nt23tbuvfp2rmr92 )

Regards,
...